diff options
author | adam <adam@pkgsrc.org> | 2018-08-16 10:13:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-16 10:13:30 +0000 |
commit | f974397586a439dcae37cc6b3b99e29393fc71db (patch) | |
tree | ab4d3ecff4f9e898c7de63ec4bc8388bf537da20 | |
parent | 0fb7d5f6a2bd89aec30c531ec086e076d3de0630 (diff) | |
download | pkgsrc-f974397586a439dcae37cc6b3b99e29393fc71db.tar.gz |
libatomic_ops: updated to 7.6.6
7.6.6:
COPYING: sync with FSF's gpl-2.0.txt
Fix 'undefined reference to __atomic_load/store/cas_16' error (gcc-7/x64)
Fix a typo in the overview section of README
Fix comments style in configure.ac and Makefile.am
Update copyright information in README and some header files
-rw-r--r-- | devel/libatomic_ops/Makefile | 4 | ||||
-rw-r--r-- | devel/libatomic_ops/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index 38fff4ef470..3119b959787 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2018/04/17 05:30:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/08/16 10:13:30 adam Exp $ -DISTNAME= libatomic_ops-7.6.4 +DISTNAME= libatomic_ops-7.6.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ivmai/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/devel/libatomic_ops/distinfo b/devel/libatomic_ops/distinfo index 85dbdd9a1d2..d829018edab 100644 --- a/devel/libatomic_ops/distinfo +++ b/devel/libatomic_ops/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2018/04/17 05:30:30 wiz Exp $ +$NetBSD: distinfo,v 1.23 2018/08/16 10:13:30 adam Exp $ -SHA1 (libatomic_ops-7.6.4.tar.gz) = 84b0afa2ae9341bf8fe8fba566f7721f1f32bb32 -RMD160 (libatomic_ops-7.6.4.tar.gz) = 74a4f7657d62da095d09f50e8291928f5ec8a43b -SHA512 (libatomic_ops-7.6.4.tar.gz) = 2e6ef0bfd4b77e9260383feb2865c96388fb1ebed9d37605eeb83ac87e3b6a565495d588808129ac7b3ee5f6a58a37440da7784b680cc6590842b09c2625983b -Size (libatomic_ops-7.6.4.tar.gz) = 497571 bytes +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 (patch-ad) = b5db1656821058aae2ec81c20ffc4c0740049314 |