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:           Tue Jul 11 06:50:25 UTC 2017

Modified Files:
        pkgsrc/devel/gperftools: Makefile distinfo

Log Message:
gperftools 2.6.1 is out! This is mostly bug-fixes release.

* issue 901: build issue on OSX introduced in last-time commit in 2.6
  was fixed (contributed by Francis Ricci)

* tcmalloc_minimal now works on 32-bit ABI of mips64. This is issue
  845. Much thanks to Adhemerval Zanella and github user mtone.

* Romain Geissler contributed build fix for -std=c++17. This is pull
  request 897.

* As part of fixing issue 904, tcmalloc atfork handler is now
  installed early. This should fix slight chance of hitting deadlocks
  at fork in some cases.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gperftools/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/devel/gperftools/Makefile:1.9
--- pkgsrc/devel/gperftools/Makefile:1.8        Wed Jul  5 11:17:17 2017
+++ pkgsrc/devel/gperftools/Makefile    Tue Jul 11 06:50:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/07/05 11:17:17 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/11 06:50:24 adam Exp $
 
-DISTNAME=      gperftools-2.6
+DISTNAME=      gperftools-2.6.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gperftools/}
 

Index: pkgsrc/devel/gperftools/distinfo
diff -u pkgsrc/devel/gperftools/distinfo:1.6 pkgsrc/devel/gperftools/distinfo:1.7
--- pkgsrc/devel/gperftools/distinfo:1.6        Wed Jul  5 11:17:17 2017
+++ pkgsrc/devel/gperftools/distinfo    Tue Jul 11 06:50:24 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2017/07/05 11:17:17 adam Exp $
+$NetBSD: distinfo,v 1.7 2017/07/11 06:50:24 adam Exp $
 
-SHA1 (gperftools-2.6.tar.gz) = e7a43a020eb426701a2c3b9946aa7bf0751efe5f
-RMD160 (gperftools-2.6.tar.gz) = 3cfe0b546cb29636a63bc106a1c3a979ef91f973
-SHA512 (gperftools-2.6.tar.gz) = 1d3ec68b5c35b44e8b985e563a9adc65f337a5fedcc1ae602eb0a32008f66d721f67c11be322fcc688de98fa37a4a1a05cd3bad628855ab16f9ae7972903505b
-Size (gperftools-2.6.tar.gz) = 1498776 bytes
+SHA1 (gperftools-2.6.1.tar.gz) = 5cd8da3d3b928fc5b06c018804196b657940a5d2
+RMD160 (gperftools-2.6.1.tar.gz) = 9294ea1b7a61a4284a2faca6c90cba90a30dca52
+SHA512 (gperftools-2.6.1.tar.gz) = 6f52c7c9838c3134c971a7277e61d3c8186a6a3dddf7f874b28e1c89d25e44cce497c013c12bf8e99452ea07c551dcfa6b092f550cf8a8c01aacc9158cabcb9b
+Size (gperftools-2.6.1.tar.gz) = 1500962 bytes
 SHA1 (patch-configure) = 612e1dda5ecf65451153e9616f69e0c58add086a
 SHA1 (patch-src_base_atomicops-internals-arm-v6plus.h) = b3aeddd10d2506192551485570c31c0b3ff02432
 SHA1 (patch-src_malloc__extension.cc) = 85e02be72278029a2cd69365817a00328f528602



Home | Main Index | Thread Index | Old Index