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: adam
Date: Sat Sep 6 04:51:46 UTC 2025
Modified Files:
pkgsrc/devel/libatomic_ops: Makefile distinfo
Log Message:
libatomic_ops: updated to 7.8.4
7.8.4
* Document Win32-specific AO_NO_ASM_XADD macro in README
* Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning
* Eliminate 'munmap argument 1 from incompatible pointer type' gcc warning
* Eliminate 'uninitialized memory use' gcc-13 warning in test_atomic
* Fix all broken URLs in comments
* Fix atomic_ops_sysdeps.S compilation for SunPro compiler in CMake script
* Update URLs after repository transfer to bdwgc organization
* Update CMake minimum required version to 3.10
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/libatomic_ops/Makefile
cvs rdiff -u -r1.31 -r1.32 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.26 pkgsrc/devel/libatomic_ops/Makefile:1.27
--- pkgsrc/devel/libatomic_ops/Makefile:1.26 Sun Dec 17 22:15:30 2023
+++ pkgsrc/devel/libatomic_ops/Makefile Sat Sep 6 04:51:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/12/17 22:15:30 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/09/06 04:51:46 adam Exp $
-DISTNAME= libatomic_ops-7.8.2
+DISTNAME= libatomic_ops-7.8.4
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.31 pkgsrc/devel/libatomic_ops/distinfo:1.32
--- pkgsrc/devel/libatomic_ops/distinfo:1.31 Sun Dec 17 22:15:30 2023
+++ pkgsrc/devel/libatomic_ops/distinfo Sat Sep 6 04:51:46 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/12/17 22:15:30 wiz Exp $
+$NetBSD: distinfo,v 1.32 2025/09/06 04:51:46 adam Exp $
-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
+BLAKE2s (libatomic_ops-7.8.4.tar.gz) = 867172c8f0fc7b99a9cd3d10c1c55cb5a60e4cefccd237984095e9eb45234b99
+SHA512 (libatomic_ops-7.8.4.tar.gz) = 5f77a520cecc31fe9baf4d3a61beac79dba317e7b149464a945db3389c4a94b45fdb52f105d838409b1cbd64b5c3ae0e29acf81df5606a6f49ee8a366673091a
+Size (libatomic_ops-7.8.4.tar.gz) = 526632 bytes
SHA1 (patch-src_atomic__ops.h) = 244324fb2ecf738a9407c128fc33930eb81f26d8
Home |
Main Index |
Thread Index |
Old Index