pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gperftools gperftools: updated to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7259d1f01010
branches:  trunk
changeset: 307627:7259d1f01010
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 10 07:28:46 2018 +0000
description:
gperftools: updated to 2.7

Changes 2.7:
bug in span stats printing introduced by new scalable page heap change was fixed.
Christoph M?llner has contributed couple warnings fixes and initial support for aarch64_ilp32 architecture.
Ben Dang contributed documentation fix for heap checker.
Fabrice Fontaine contributed fixed for linking benchmarks with --disable-static.
Holy Wu has added sized deallocation unit tests.
Holy Wu has enabled support of sized deallocation (c++14) on recent MSVC.
Holy Wu has fixed MSVC build in WIN32_OVERRIDE_ALLOCATORS mode.
Holy Wu has contributed cleanup of config.h used on windows.
Mao Huang has contributed couple simple tcmalloc changes from chromium code base. Making our tcmalloc forks a tiny bit closer.
issue 946 that caused compilation failures on some Linux clang installations has been fixed. Much thanks to github user htuch for helping to diagnose issue and proposing a fix.
Tulio Magno Quites Machado Filho has contributed build-time fix for PPC (for problem introduced in one of commits since RC).

diffstat:

 devel/gperftools/Makefile |   9 ++++-----
 devel/gperftools/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 79553040e1f5 -r 7259d1f01010 devel/gperftools/Makefile
--- a/devel/gperftools/Makefile Thu May 10 07:12:53 2018 +0000
+++ b/devel/gperftools/Makefile Thu May 10 07:28:46 2018 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.11 2017/12/10 17:26:39 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/10 07:28:46 adam Exp $
 
-DISTNAME=      gperftools-2.6.3
+DISTNAME=      gperftools-2.7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gperftools/}
+GITHUB_PROJECT=        gperftools
+GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    cheusov%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/gperftools/gperftools
 COMMENT=       Fast, multi-threaded malloc() and nifty performance analysis tools
 LICENSE=       modified-bsd
 
-GITHUB_PROJECT=        gperftools
-GITHUB_RELEASE=        ${DISTNAME}
-
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl:run
diff -r 79553040e1f5 -r 7259d1f01010 devel/gperftools/distinfo
--- a/devel/gperftools/distinfo Thu May 10 07:12:53 2018 +0000
+++ b/devel/gperftools/distinfo Thu May 10 07:28:46 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2017/12/10 17:26:39 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/05/10 07:28:46 adam Exp $
 
-SHA1 (gperftools-2.6.3.tar.gz) = 8ac2a40dab2053ef01340a2728d9d445046ffdd7
-RMD160 (gperftools-2.6.3.tar.gz) = 9da9dd3e1ba7510c92ec8e261b4670343f0d2f76
-SHA512 (gperftools-2.6.3.tar.gz) = d9272574758bf05286a4a5388b8566d9d5eb9fd05dd95c39e0ca140ec32ce4f5a940f28e7f7a9c4518872a27b913ba265ce6cd3b8da685a8c0843f27115536c9
-Size (gperftools-2.6.3.tar.gz) = 1510420 bytes
+SHA1 (gperftools-2.7.tar.gz) = 89e3e1df674bc4ba1a9e97246b58a26a4e92d0a3
+RMD160 (gperftools-2.7.tar.gz) = a45ba1a6e601fe46ec7b7ed3035251f991371bd2
+SHA512 (gperftools-2.7.tar.gz) = 7cd079fcfa9fd517ef99ff81c294daa6150898ae9024cb5ee02e1bce086d135d2cadcd2b863528cc82327fc00c9f4574d5078b47a02ac57fbc393fa66adc32ec
+Size (gperftools-2.7.tar.gz) = 1523562 bytes
 SHA1 (patch-configure) = 612e1dda5ecf65451153e9616f69e0c58add086a
 SHA1 (patch-src_base_atomicops-internals-arm-v6plus.h) = b3aeddd10d2506192551485570c31c0b3ff02432



Home | Main Index | Thread Index | Old Index