pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dpkg dpkg: updated to 1.18.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ec9c4fbe281
branches:  trunk
changeset: 312301:0ec9c4fbe281
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 31 13:58:44 2018 +0000

description:
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:

 misc/dpkg/Makefile |  12 +++++-------
 misc/dpkg/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs (43 lines):

diff -r 1881ac2e5f8d -r 0ec9c4fbe281 misc/dpkg/Makefile
--- a/misc/dpkg/Makefile        Fri Aug 31 12:31:07 2018 +0000
+++ b/misc/dpkg/Makefile        Fri Aug 31 13:58:44 2018 +0000
@@ -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 @@
 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 -r 1881ac2e5f8d -r 0ec9c4fbe281 misc/dpkg/distinfo
--- a/misc/dpkg/distinfo        Fri Aug 31 12:31:07 2018 +0000
+++ b/misc/dpkg/distinfo        Fri Aug 31 13:58:44 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index