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 Jul 22 08:34:45 UTC 2022

Modified Files:
        pkgsrc/devel/gperftools: Makefile distinfo

Log Message:
gperftools: updated to 2.10

gperftools-2.10

Here are notable changes:

Matt T. Proud contributed documentation fix to call Go programming language by it's true name instead of golang.
Robert Scott contributed debugallocator feature to use readable (PROT_READ) fence pages. This is activated by TCMALLOC_PAGE_FENCE_READABLE environment veriable.
User stdpain contributed fix for cmake detection of libunwind.
Natale Patriciello contributed fix for OSX Monterey support.
Volodymyr Nikolaichuk contributed support for returning memory back to OS by using mmap with MAP_FIXED and PROT_NONE. It is off by default and enabled by preprocessor define: FREE_MMAP_PROT_NONE. 
This should help OSes that don't support Linux-style madvise MADV_DONTNEED or BSD-style MADV_FREE.
Jingyun Hua has contributed basic support for LoongArch.
Github issue 1338 of failing to build on some recent musl versions has been fixed.
Github issue 1321 of failing to ship cmake bits with .tar.gz archive has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/gperftools/Makefile
cvs rdiff -u -r1.16 -r1.17 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.22 pkgsrc/devel/gperftools/Makefile:1.23
--- pkgsrc/devel/gperftools/Makefile:1.22       Tue Jun 28 11:31:44 2022
+++ pkgsrc/devel/gperftools/Makefile    Fri Jul 22 08:34:45 2022
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/07/22 08:34:45 adam Exp $
 
-DISTNAME=      gperftools-2.9.1
-PKGREVISION=   2
+DISTNAME=      gperftools-2.10
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gperftools/}
-GITHUB_PROJECT=        gperftools
 GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    cheusov%NetBSD.org@localhost

Index: pkgsrc/devel/gperftools/distinfo
diff -u pkgsrc/devel/gperftools/distinfo:1.16 pkgsrc/devel/gperftools/distinfo:1.17
--- pkgsrc/devel/gperftools/distinfo:1.16       Tue Oct 26 10:14:48 2021
+++ pkgsrc/devel/gperftools/distinfo    Fri Jul 22 08:34:45 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:14:48 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/07/22 08:34:45 adam Exp $
 
-BLAKE2s (gperftools-2.9.1.tar.gz) = c2820446c6c22a297485be0e2ceae1dc244b8a2a3cdaf13e196a708036e23a18
-SHA512 (gperftools-2.9.1.tar.gz) = 05c1c17447303dc8231414d5cdbb2e4d8659ba363179072eba62bc21c3a150ed1998f5e5fb10342f2098f53bd36d03303a7a5ebd29611e31c0ed2f93d41d6d0d
-Size (gperftools-2.9.1.tar.gz) = 1581218 bytes
+BLAKE2s (gperftools-2.10.tar.gz) = 0b1ef9adbf32500a03e3e480da29e1192ebc66a737a5e18b5ad17c33c216bb0b
+SHA512 (gperftools-2.10.tar.gz) = 81f3b913e76641c6e51cdfe741fd0028bf9237e3e0f3937ea692ff420c8d006ee01be220417833e55809514fb88eeb0b695fa0a2cac614e60234b8c019a6e92a
+Size (gperftools-2.10.tar.gz) = 1616679 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