pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/makeself Update makeself to 2.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/804607002c78
branches:  trunk
changeset: 318069:804607002c78
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 18 22:08:16 2019 +0000

description:
Update makeself to 2.4.0.

v2.1.5: Made the md5sum detection consistent with the header code. Check for
the presence of the archive directory. Added --encrypt for symmetric encryption
through gpg (Eric Windisch). Added support for the digest command on Solaris 10
for MD5 checksums. Check for available disk space before extracting to the
target directory (Andreas Schweitzer). Allow extraction to run asynchronously
(patch by Peter Hatch). Use file descriptors internally to avoid error messages
(patch by Kay Tiong Khoo).

v2.1.6: Replaced one dot per file progress with a realtime progress percentage
and a spining cursor. Added --noprogress to prevent showing the progress during
the decompression. Added --target dir to allow extracting directly to a target
directory. (Guy Baconniere)

v2.2.0: First major new release in years! Includes many bugfixes and user
contributions. Please look at the project page on Github for all the details.

v2.3.0: Support for archive encryption via GPG or OpenSSL. Added LZO and LZ4
compression support. Options to set the packaging date and stop the umask from
being overriden. Optionally ignore check for available disk space when
extracting. New option to check for root permissions before extracting.

v2.3.1: Various compatibility updates. Added unit tests for Travis CI in the
GitHub repo. New --tar-extra, --untar-extra, --gpg-extra,
--gpg-asymmetric-encrypt-sign options.

v2.4.0: Added optional support for SHA256 archive integrity checksums.

diffstat:

 archivers/makeself/Makefile |   7 ++++---
 archivers/makeself/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 0de0c8f4ec16 -r 804607002c78 archivers/makeself/Makefile
--- a/archivers/makeself/Makefile       Fri Jan 18 21:43:28 2019 +0000
+++ b/archivers/makeself/Makefile       Fri Jan 18 22:08:16 2019 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 14:05:53 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/01/18 22:08:16 bsiegert Exp $
 
-DISTNAME=      makeself-2.1.4
+DISTNAME=      makeself-2.4.0
 CATEGORIES=    archivers
-MASTER_SITES=  http://www.megastep.org/makeself/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=megastep/}
+GITHUB_RELEASE=        release-${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .run
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 0de0c8f4ec16 -r 804607002c78 archivers/makeself/distinfo
--- a/archivers/makeself/distinfo       Fri Jan 18 21:43:28 2019 +0000
+++ b/archivers/makeself/distinfo       Fri Jan 18 22:08:16 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 00:56:23 agc Exp $
+$NetBSD: distinfo,v 1.5 2019/01/18 22:08:16 bsiegert Exp $
 
-SHA1 (makeself-2.1.4.run) = dbdd0b879c28ffba2dd5fb0ca20d3998edd3c8ea
-RMD160 (makeself-2.1.4.run) = ae8557d939de63b6767c4890d5761a62e4013a2a
-SHA512 (makeself-2.1.4.run) = 65b1b39fd550a420b539e1eaff1bb13b17eb054bfeb2f611fe3c4fb1aaa5a5c152c9314e8eb72159053c901a9c222087f2a045da88338922706f05710e3ccf6c
-Size (makeself-2.1.4.run) = 36600 bytes
+SHA1 (makeself-2.4.0.run) = 8950cc1ad47a863e3cf20167e18a5bc818532b0e
+RMD160 (makeself-2.4.0.run) = 928e1c04a2b1b00da0cfe3962720175f9ca943b4
+SHA512 (makeself-2.4.0.run) = 8c7ad8288f2a0130d25ea2ce75c5d97d437dfde13e1ceb38cf4b250cbb5f8f1718ff25fbcac9f5d56ca37d17a3d2598d7f87bd1d7aad22fe5efe1fd2a8acd8a2
+Size (makeself-2.4.0.run) = 44301 bytes



Home | Main Index | Thread Index | Old Index