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:           Fri Sep  9 15:41:03 UTC 2022

Modified Files:
        pkgsrc/devel/libatomic_ops: Makefile distinfo

Log Message:
libatomic_ops: update to 7.6.14.

== [7.6.14] 2022-08-25 ==

* Add note to README that AO malloc code has same license as AO stack
* Adjust/reformat content of LICENSING.txt
* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
* Do not name GCC intrinsics as C11 ones in ChangeLog and configure
* Eliminate '-pedantic is not option that controls warnings' GCC-6.3 message
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin
* Fix AO_compare_and_swap_full asm code for clang on sparc
* Fix a typo in comment of AO_stack_push_explicit_aux_release
* Fix code indentation in main() of test_stack.c
* Refine AO_UNIPROCESSOR macro description in configure
* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
* Repeat black list check on CAS fail in stack_push_explicit_aux_release


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libatomic_ops/Makefile
cvs rdiff -u -r1.28 -r1.29 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.23 pkgsrc/devel/libatomic_ops/Makefile:1.24
--- pkgsrc/devel/libatomic_ops/Makefile:1.23    Tue Sep 14 08:29:08 2021
+++ pkgsrc/devel/libatomic_ops/Makefile Fri Sep  9 15:41:03 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/09/14 08:29:08 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/09/09 15:41:03 wiz Exp $
 
-DISTNAME=      libatomic_ops-7.6.12
+DISTNAME=      libatomic_ops-7.6.14
 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.28 pkgsrc/devel/libatomic_ops/distinfo:1.29
--- pkgsrc/devel/libatomic_ops/distinfo:1.28    Tue Oct 26 10:15:14 2021
+++ pkgsrc/devel/libatomic_ops/distinfo Fri Sep  9 15:41:03 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:15:14 nia Exp $
+$NetBSD: distinfo,v 1.29 2022/09/09 15:41:03 wiz Exp $
 
-BLAKE2s (libatomic_ops-7.6.12.tar.gz) = a9579aa5230d344e9c7065675c7f16a664efee4963ebda1c7cc894691b728071
-SHA512 (libatomic_ops-7.6.12.tar.gz) = bbf98a38a80c8fe6b7eab773967edc55b8d48be32b36ed827fb835ee3dcd96d5ec1dc97149714e015e93a0a5b9fc03595797663fdb5a0f673869ea8bfe640df5
-Size (libatomic_ops-7.6.12.tar.gz) = 506313 bytes
+BLAKE2s (libatomic_ops-7.6.14.tar.gz) = a2a50d04cdd165526412f8d90fe6b611ad434abf6b1dd2cfa1e7bcb97bd69824
+SHA512 (libatomic_ops-7.6.14.tar.gz) = da83886b4d766da64b27672eede40bd5787523a4c308ac7bd3f03ac831ae1a141ba21e5f5ada27bfcf811b9fb04d8a519331ea2573af036f8791958668dad851
+Size (libatomic_ops-7.6.14.tar.gz) = 500006 bytes
 SHA1 (patch-src_atomic__ops.h) = 244324fb2ecf738a9407c128fc33930eb81f26d8



Home | Main Index | Thread Index | Old Index