pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gperftools
Module Name: pkgsrc
Committed By: adam
Date: Fri Mar 19 10:24:47 UTC 2021
Modified Files:
pkgsrc/devel/gperftools: Makefile distinfo
Log Message:
gperftools: updated to 2.9.1
gperftools 2.9.1 is out!
Minor fixes landed since previous release:
* OSX builds new prefer backtrace() and have somewhat working heap
sampling.
* Incorrect assertion failure was fixed that crashed tcmalloc if
assertions were on and sized delete was used.
gperftools 2.9 is out!
Few more changes landed compared to rc:
* Venkatesh Srinivas has contributed thread-safety annotations
support.
* couple more unit test bugs that caused tcmalloc_unittest to fail on
recent clang has been fixed.
* usage of unsupportable linux_syscall_support.h has been removed from
few places. Building with --disable-heap-checker now completely
avoids it. Expect complete death of this header in next major
release.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/gperftools/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gperftools/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/gperftools/Makefile
diff -u pkgsrc/devel/gperftools/Makefile:1.19 pkgsrc/devel/gperftools/Makefile:1.20
--- pkgsrc/devel/gperftools/Makefile:1.19 Wed Jan 20 15:12:56 2021
+++ pkgsrc/devel/gperftools/Makefile Fri Mar 19 10:24:47 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/01/20 15:12:56 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/19 10:24:47 adam Exp $
-DISTNAME= gperftools-2.8.1
+DISTNAME= gperftools-2.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=gperftools/}
GITHUB_PROJECT= gperftools
Index: pkgsrc/devel/gperftools/distinfo
diff -u pkgsrc/devel/gperftools/distinfo:1.13 pkgsrc/devel/gperftools/distinfo:1.14
--- pkgsrc/devel/gperftools/distinfo:1.13 Wed Jan 20 15:12:56 2021
+++ pkgsrc/devel/gperftools/distinfo Fri Mar 19 10:24:47 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2021/01/20 15:12:56 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/03/19 10:24:47 adam Exp $
-SHA1 (gperftools-2.8.1.tar.gz) = 101daef9eb8f44b87c509d0607707320f003d97a
-RMD160 (gperftools-2.8.1.tar.gz) = 4f46cbc238dc89c4f187c0652f7627295ebf122f
-SHA512 (gperftools-2.8.1.tar.gz) = 901cd488a1a511866b4718372358f701cff4903753b36881058023baac19f5d6a806e2824fa4137e7b0cefd2b706267ede702b64feeacb144957078ed39997e9
-Size (gperftools-2.8.1.tar.gz) = 1598384 bytes
+SHA1 (gperftools-2.9.1.tar.gz) = 15354d240b39e1e6e34c1b4eef35a6a3df898fbf
+RMD160 (gperftools-2.9.1.tar.gz) = e2791edfb1da6f2ecbede519e9d36101046bdb7f
+SHA512 (gperftools-2.9.1.tar.gz) = 05c1c17447303dc8231414d5cdbb2e4d8659ba363179072eba62bc21c3a150ed1998f5e5fb10342f2098f53bd36d03303a7a5ebd29611e31c0ed2f93d41d6d0d
+Size (gperftools-2.9.1.tar.gz) = 1581218 bytes
SHA1 (patch-configure) = b6c1c33aa83ae3dbf80a0b6e8e0076378ee0aa08
SHA1 (patch-src_base_atomicops-internals-arm-v6plus.h) = b3aeddd10d2506192551485570c31c0b3ff02432
SHA1 (patch-src_base_sysinfo.cc) = 558034b05ad3d2870a7269762d3b58442824e649
Home |
Main Index |
Thread Index |
Old Index