pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libatomic_ops



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 17 22:15:30 UTC 2023

Modified Files:
        pkgsrc/devel/libatomic_ops: Makefile distinfo

Log Message:
libatomic_ops: update to 7.8.2.

== [7.8.2] 2023-12-15 ==

* Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning
* Eliminate 'comparing signed/unsigned values' lcc warning in add_chunk_as
* Fix 'undefined reference to AO_pt_lock' if configure is using clang-16
* Fix 'undefined reference to __atomic_load/store/cas_16' Mingw64-gcc error
* Fix 'undefined reference' linker errors if shared build on OpenBSD (CMake)
* Fix get_chunk for case of mmap area is located before AO_initial_heap
* Fix typo in AO_HAVE_compare_and_swap_double name in atomic_ops_stack.h
* Fix typo in comment of run_one_test of test_stack
* Fix typos in comments of atomic_ops_malloc.c and atomic_ops_stack.c/h
* Update cmake minimum required version to 3.5


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/libatomic_ops/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libatomic_ops/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libatomic_ops/Makefile
diff -u pkgsrc/devel/libatomic_ops/Makefile:1.25 pkgsrc/devel/libatomic_ops/Makefile:1.26
--- pkgsrc/devel/libatomic_ops/Makefile:1.25    Mon May  8 09:34:40 2023
+++ pkgsrc/devel/libatomic_ops/Makefile Sun Dec 17 22:15:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/05/08 09:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2023/12/17 22:15:30 wiz Exp $
 
-DISTNAME=      libatomic_ops-7.8.0
+DISTNAME=      libatomic_ops-7.8.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ivmai/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/devel/libatomic_ops/distinfo
diff -u pkgsrc/devel/libatomic_ops/distinfo:1.30 pkgsrc/devel/libatomic_ops/distinfo:1.31
--- pkgsrc/devel/libatomic_ops/distinfo:1.30    Mon May  8 09:34:40 2023
+++ pkgsrc/devel/libatomic_ops/distinfo Sun Dec 17 22:15:30 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2023/05/08 09:34:40 wiz Exp $
+$NetBSD: distinfo,v 1.31 2023/12/17 22:15:30 wiz Exp $
 
-BLAKE2s (libatomic_ops-7.8.0.tar.gz) = 32bd02d8f9dfb21cbf7b27a57a1d6f5fc28672687822bc94596e84ccbd74006e
-SHA512 (libatomic_ops-7.8.0.tar.gz) = b0d2b3c6f8672d599e05087688e7793a3c648c1728f48b27bffecc95b70afd5921ed36ec016985b2e22b82de7b7013bf5ebbb8b434a736d3fd680310b7af903d
-Size (libatomic_ops-7.8.0.tar.gz) = 526300 bytes
+BLAKE2s (libatomic_ops-7.8.2.tar.gz) = 6b2f4911982b413da8ba59d24a33120ba1201f0f712a0277890ea10c9a197bd7
+SHA512 (libatomic_ops-7.8.2.tar.gz) = 0559087c99b941990f189ea4ed5b3b371faf086bc1d517da6b878ba609c200eef24358768fd4361900101cdb474e28cea8408eb0b0222d23ef3154ce77f6acc0
+Size (libatomic_ops-7.8.2.tar.gz) = 524637 bytes
 SHA1 (patch-src_atomic__ops.h) = 244324fb2ecf738a9407c128fc33930eb81f26d8



Home | Main Index | Thread Index | Old Index