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:           Thu Dec 13 19:14:27 UTC 2018

Modified Files:
        pkgsrc/devel/libatomic_ops: Makefile distinfo

Log Message:
libatomic_ops: updated to 7.6.8

Changes 7.6.8:
Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)
Eliminate 'redundant blank line at start/end of block' CodeFactor warning
Fix 'Cannot implement CAS_full on this architecture' build error (nios2)
Fix a typo in arm_v6.h
Support aarch64-ilp32 (GCC) and UWP/arm64 (MS VC) targets
Undefine AO_ARM_HAVE_* private macros after their usage
Use standalone private macro to guard against AO_GCC_BARRIER redefinition
Workaround 'condition my_chunk_ptr is always false' cppcheck false positive


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libatomic_ops/Makefile
cvs rdiff -u -r1.23 -r1.24 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.18 pkgsrc/devel/libatomic_ops/Makefile:1.19
--- pkgsrc/devel/libatomic_ops/Makefile:1.18    Tue Sep 18 03:42:07 2018
+++ pkgsrc/devel/libatomic_ops/Makefile Thu Dec 13 19:14:26 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/09/18 03:42:07 maya Exp $
+# $NetBSD: Makefile,v 1.19 2018/12/13 19:14:26 adam Exp $
 
-DISTNAME=      libatomic_ops-7.6.6
+DISTNAME=      libatomic_ops-7.6.8
 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.23 pkgsrc/devel/libatomic_ops/distinfo:1.24
--- pkgsrc/devel/libatomic_ops/distinfo:1.23    Thu Aug 16 10:13:30 2018
+++ pkgsrc/devel/libatomic_ops/distinfo Thu Dec 13 19:14:26 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2018/08/16 10:13:30 adam Exp $
+$NetBSD: distinfo,v 1.24 2018/12/13 19:14:26 adam Exp $
 
-SHA1 (libatomic_ops-7.6.6.tar.gz) = 89a320bc94860fc63069615a0a7ee6f38eee9b70
-RMD160 (libatomic_ops-7.6.6.tar.gz) = cd88fb23ddf3913c687be98c0570185a1abc9cdd
-SHA512 (libatomic_ops-7.6.6.tar.gz) = ea6e4e2f8f369f5af18435a6ab8ee18c28832c367d24875cccc5e743761109036894260b4296feec5e269a74934df24a90f0fc4868937e1f36605fca082fbde8
-Size (libatomic_ops-7.6.6.tar.gz) = 498187 bytes
+SHA1 (libatomic_ops-7.6.8.tar.gz) = 628fe98e9e1703c64028454bdfed022f18659aff
+RMD160 (libatomic_ops-7.6.8.tar.gz) = d7d11e48a2917364ca416567248f15c77644aab8
+SHA512 (libatomic_ops-7.6.8.tar.gz) = bc448fadcf8e2936fa933a5872d5550ecdff04b0df27120d3182dcbb2147a6594ec6bfc5b214e21b37ffa1b5100c1c56d301ba9cae7df26cee5e6b999dcda14c
+Size (libatomic_ops-7.6.8.tar.gz) = 503550 bytes
 SHA1 (patch-ad) = b5db1656821058aae2ec81c20ffc4c0740049314



Home | Main Index | Thread Index | Old Index