pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/patchelf patchelf: update to 0.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c40330803a3
branches:  trunk
changeset: 445568:4c40330803a3
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jan 25 10:39:22 2021 +0000

description:
patchelf: update to 0.12.

## Release History

0.12 (August 27, 2020):

* New `--clear-symbol-version` flag.
* Better support for relocating NOTE sections/segments.
* Improved the default section alignment choice.
* Bug fixes.

0.11 (June 9, 2020):

* New `--output` flag.
* Some bug fixes.

diffstat:

 devel/patchelf/Makefile |  12 ++++++++----
 devel/patchelf/PLIST    |   4 ++--
 devel/patchelf/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r df63c015d9aa -r 4c40330803a3 devel/patchelf/Makefile
--- a/devel/patchelf/Makefile   Mon Jan 25 10:35:31 2021 +0000
+++ b/devel/patchelf/Makefile   Mon Jan 25 10:39:22 2021 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2019/08/26 00:18:05 ng0 Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/25 10:39:22 fcambus Exp $
 
-DISTNAME=      patchelf-0.10
+DISTNAME=      patchelf-0.12
 CATEGORIES=    devel
-MASTER_SITES=  https://nixos.org/releases/patchelf/${PKGNAME_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=NixOS/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://nixos.org/patchelf.html
+HOMEPAGE=      https://github.com/NixOS/patchelf
 COMMENT=       Modify the dynamic linker and RPATH of ELF binaries
 LICENSE=       gnu-gpl-v3
 
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}.20200827.8d3a16e
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
diff -r df63c015d9aa -r 4c40330803a3 devel/patchelf/PLIST
--- a/devel/patchelf/PLIST      Mon Jan 25 10:35:31 2021 +0000
+++ b/devel/patchelf/PLIST      Mon Jan 25 10:39:22 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/22 07:52:49 manu Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/25 10:39:22 fcambus Exp $
 bin/patchelf
 man/man1/patchelf.1
-share/doc/patchelf/README
+share/doc/patchelf/README.md
diff -r df63c015d9aa -r 4c40330803a3 devel/patchelf/distinfo
--- a/devel/patchelf/distinfo   Mon Jan 25 10:35:31 2021 +0000
+++ b/devel/patchelf/distinfo   Mon Jan 25 10:39:22 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/08/24 23:44:51 ng0 Exp $
+$NetBSD: distinfo,v 1.5 2021/01/25 10:39:22 fcambus Exp $
 
-SHA1 (patchelf-0.10.tar.gz) = e951ef509955c056ad70b863b51e2ee1f20ca3e1
-RMD160 (patchelf-0.10.tar.gz) = 618f90fc0aabce31b199b501960a43984c84afc8
-SHA512 (patchelf-0.10.tar.gz) = 39745662651cf0a9915685b2767a611ceab4286f8fa57eace342b3f44248431616e8563d4ac6709c97d8534229c73c05470239e462b7e74b36bf629a876dfbad
-Size (patchelf-0.10.tar.gz) = 188702 bytes
+SHA1 (patchelf-0.12.tar.bz2) = 58cf949052cc63cdd52e9ab347dcafc6c6c36f33
+RMD160 (patchelf-0.12.tar.bz2) = 3d7d81608f29dc0bc2b268edf6bafedbbcefc423
+SHA512 (patchelf-0.12.tar.bz2) = 2322c11ed08378f5a5e84ce431519771794a008934e828fd778daf014d08a943e024ac1b82d7b3461acd050cc8d1212a05a0067814cc7447c162df8ffffcf7c1
+Size (patchelf-0.12.tar.bz2) = 165069 bytes



Home | Main Index | Thread Index | Old Index