pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/patchelf
Module Name: pkgsrc
Committed By: fcambus
Date: Mon Jan 25 10:39:22 UTC 2021
Modified Files:
pkgsrc/devel/patchelf: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/patchelf/Makefile \
pkgsrc/devel/patchelf/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/patchelf/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/patchelf/Makefile
diff -u pkgsrc/devel/patchelf/Makefile:1.4 pkgsrc/devel/patchelf/Makefile:1.5
--- pkgsrc/devel/patchelf/Makefile:1.4 Mon Aug 26 00:18:05 2019
+++ pkgsrc/devel/patchelf/Makefile Mon Jan 25 10:39:22 2021
@@ -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++
Index: pkgsrc/devel/patchelf/distinfo
diff -u pkgsrc/devel/patchelf/distinfo:1.4 pkgsrc/devel/patchelf/distinfo:1.5
--- pkgsrc/devel/patchelf/distinfo:1.4 Sat Aug 24 23:44:51 2019
+++ pkgsrc/devel/patchelf/distinfo Mon Jan 25 10:39:22 2021
@@ -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
Index: pkgsrc/devel/patchelf/PLIST
diff -u pkgsrc/devel/patchelf/PLIST:1.1 pkgsrc/devel/patchelf/PLIST:1.2
--- pkgsrc/devel/patchelf/PLIST:1.1 Tue Jul 22 07:52:49 2014
+++ pkgsrc/devel/patchelf/PLIST Mon Jan 25 10:39:22 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index