summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-08-31 13:58:44 +0000
committeradam <adam@pkgsrc.org>2018-08-31 13:58:44 +0000
commita977f50b797a1e763ace11cba15a81833677e143 (patch)
tree496c604497e3a6d6939529998fa0cddae06869f1 /misc
parent94db680667c2c4726e2bcb529615e4c7bb359405 (diff)
downloadpkgsrc-a977f50b797a1e763ace11cba15a81833677e143.tar.gz
dpkg: updated to 1.18.25
dpkg (1.18.25) * Parse start-stop-daemon usernames and groupnames starting with digits in -u and -c correctly. * Always use the binary version for the .buildinfo filename in dpkg-genbuildinfo. * Fix integer overflow in deb(5) format version parser. * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing that the DEBIAN pathname does not exist. * Do not try to recompute hashes for the .dsc file when signing binary-only builds in dpkg-buildpackage. * Architecture support: - Add support for riscv64 CPU. * Perl modules: - Do not normalize args past a passthrough stop word in Dpkg::Getopt. Some commands pass some arguments through to another command, and those must not be normalized as that might break their invocation. * Documentation: - Update buildinfo information in dpkg-buildpackage man page to match the current implementation. - Use correct name for archname validator value in dpkg(1) man page. - Update git URLs for move away from alioth.debian.org. * Packaging: - Add versioned Build-Depends on tar, due to the --clamp-mtime option being used in Dpkg::Source::Archive which is used by dpkg-source, used by the test suite.
Diffstat (limited to 'misc')
-rw-r--r--misc/dpkg/Makefile12
-rw-r--r--misc/dpkg/distinfo10
2 files changed, 10 insertions, 12 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile
index 3837cba0617..361f33496a3 100644
--- a/misc/dpkg/Makefile
+++ b/misc/dpkg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2018/08/22 09:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2018/08/31 13:58:44 adam Exp $
-DISTNAME= dpkg_1.18.24
+DISTNAME= dpkg_1.18.25
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
EXTRACT_SUFX= .tar.xz
@@ -12,10 +11,9 @@ HOMEPAGE= https://wiki.debian.org/Teams/Dpkg
COMMENT= Package maintenance system for Debian
LICENSE= gnu-gpl-v2
-DEPENDS+= patch-[0-9]*:../../devel/patch
-BUILD_DEPENDS+= po4a-[0-9]*:../../textproc/po4a
-# TEST_DEPENDS
-BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+= patch-[0-9]*:../../devel/patch
+BUILD_DEPENDS+= po4a-[0-9]*:../../textproc/po4a
+TEST_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
BUILD_DEFS+= VARBASE
diff --git a/misc/dpkg/distinfo b/misc/dpkg/distinfo
index 8228c24d566..7692db7bd7c 100644
--- a/misc/dpkg/distinfo
+++ b/misc/dpkg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/12/07 12:35:41 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/08/31 13:58:44 adam Exp $
-SHA1 (dpkg_1.18.24.tar.xz) = 155fe5c91728bdf82756674d5aa85e4ff2e3eac6
-RMD160 (dpkg_1.18.24.tar.xz) = 0fe5e443ed2f25ecc401c16855f2e920152b963e
-SHA512 (dpkg_1.18.24.tar.xz) = 74df36a49a1b6b2243db14bd7ee0b69e50c2f0e79fc87e86e9b3cba2261fb717e421f7190a3ba54b4680a2f83855e5857dcb2625aa56847133258567392f1d42
-Size (dpkg_1.18.24.tar.xz) = 4530444 bytes
+SHA1 (dpkg_1.18.25.tar.xz) = 49e827b0fef7e3b335cace31cba8ff6b340a4e27
+RMD160 (dpkg_1.18.25.tar.xz) = dd6ef449130ab14fd9104d3d849f45fe5cea5cfe
+SHA512 (dpkg_1.18.25.tar.xz) = a26907c32ea02044d8729b70996b786204d3ce89ac294a8422b009688ab9bf886f593cb37430e84593dec2c26cfbc01a458d47fbda749decdf8acbfb72e07bb3
+Size (dpkg_1.18.25.tar.xz) = 4541640 bytes