diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-06 22:47:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-06 22:47:04 +0000 |
commit | b2cd82908458e7596c9072b78ffb9fe503a3cd95 (patch) | |
tree | 6f55eee471fcad55cc42a5bfe8917ef1cc708d94 /misc | |
parent | d26fa2b462a09ae4693ccb6ce5861fe9d35b08ea (diff) | |
download | pkgsrc-b2cd82908458e7596c9072b78ffb9fe503a3cd95.tar.gz |
Updated dpkg to 1.18.23.
dpkg (1.18.23) unstable; urgency=medium
* Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
instead of letting perl die. Closes: #849944
* Declare .buildinfo format as stable with version 1.0.
* Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
of using the “abi” alias intended for use by userland.
Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
* Add a comment on any C code switch case that falls through. Fixes new
gcc-7 warnings.
* Use snprintf() instead of sprintf() in libdpkg when constructing the ar
member header, as we might overflow depending on the input data.
* Portability:
- Do not redeclare sys_siglist in libcompat when the system does so.
Thanks to Thomas Klausner <wiz@NetBSD.org>.
- Rename err variable to ret in start-stop-daemon as the former is a
function on BSDs.
- Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
- Use correct struct kinfo_proc ruid submember name on NetBSD in
start-stop-daemon.
- Define _KMEMUSER for NetBSD to get declarations for various
struct kinfo_proc members in start-stop-daemon.
* Perl modules:
- Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
the code has been fixed in NetBSD as that situation could not happen.
- Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
gracefully ignore non-ELF files again. Closes: #854536
- Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
for unknown executable formats instead of relying on objdump doing so.
- Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
Reported by Niels Thykier <niels@thykier.net>.
- Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
Thanks to Nicolas Boulenguez <nicolas@debian.org>.
- Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
having gcc builtin PIE in Dpkg::Vendor::Debian.
- Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
delegate the setting to gcc or an explicit request by a user. This is
needed to cope with the general PIE brokenness situation in Debian, and
the current specific brokenness of a Debian gcc patch mangling the dpkg
build flags. Closes: #848129, #845550
* Documentation:
- Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
- Document dpkg-source --before-build and --after-build in --help output.
- Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
* Build system:
- Check <sys/proc.h> by also including <sys/param.h>, on several BSD
systems the header is not self-contained.
- Handle libmd implementations built into system libc, as found on some
BSD systems.
- Do not fail on missing compression libraries or headers on automatic
detection mode. Regression introduced in dpkg 1.18.14.
* Test suite:
- Use the detected perl interpreter instead of a random one from PATH.
[ Updated programs translations ]
* Dutch (Frans Spiesschaert). Closes: #856325
[ Updated scripts translations ]
* German (Helge Kreutzmann).
[ Updated man pages translations ]
* Dutch (Frans Spiesschaer). Closes: #856326
-- Guillem Jover <guillem@debian.org> Mon, 06 Mar 2017 05:41:11 +0100
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dpkg/Makefile | 4 | ||||
-rw-r--r-- | misc/dpkg/distinfo | 12 | ||||
-rw-r--r-- | misc/dpkg/patches/patch-dselect_cxx-support.cc | 19 | ||||
-rw-r--r-- | misc/dpkg/patches/patch-lib_compat_strsignal.c | 21 |
4 files changed, 7 insertions, 49 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index 4f7b1dfbf0f..579b7418247 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2017/02/08 10:13:29 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/03/06 22:47:04 wiz Exp $ -DISTNAME= dpkg_1.18.22 +DISTNAME= dpkg_1.18.23 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/} diff --git a/misc/dpkg/distinfo b/misc/dpkg/distinfo index 5a230eca0ac..5bca155661d 100644 --- a/misc/dpkg/distinfo +++ b/misc/dpkg/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/02/14 21:26:22 joerg Exp $ +$NetBSD: distinfo,v 1.12 2017/03/06 22:47:04 wiz Exp $ -SHA1 (dpkg_1.18.22.tar.xz) = 2756deecfc0095e7ccd0c0d51abdd20cc74c3fbf -RMD160 (dpkg_1.18.22.tar.xz) = 7f8f86eb8d495311cc8683706795d7895a0aa73f -SHA512 (dpkg_1.18.22.tar.xz) = c4653b92d3b3ab3051e1cbe7abb757f75b8ab902a54dcd6e2379115d3f36ae7c5d6e0a00f34a3cec1a96484dc708197061824dd81e465d8627e726bfc48eb2b4 -Size (dpkg_1.18.22.tar.xz) = 4520088 bytes -SHA1 (patch-dselect_cxx-support.cc) = 852d9b6de83062a747b61ef416436bde97c6ffb7 -SHA1 (patch-lib_compat_strsignal.c) = 7fa145059f28faa1f3e7bb34848ebd5e62941a20 +SHA1 (dpkg_1.18.23.tar.xz) = a090c0003d27bd467b9d4e683f2fa634f88d9486 +RMD160 (dpkg_1.18.23.tar.xz) = 84ee173c6efa0437f9faccefea59f82edaea821e +SHA512 (dpkg_1.18.23.tar.xz) = 4f9bed1fb0558fa6b003601b7be8d67eb592140b7f9ac4cf0bccb394e14b42a822cdc692c8c6e27ad2929719fe78659f21c128cb17618733d344fd3489f42be7 +Size (dpkg_1.18.23.tar.xz) = 4516252 bytes diff --git a/misc/dpkg/patches/patch-dselect_cxx-support.cc b/misc/dpkg/patches/patch-dselect_cxx-support.cc deleted file mode 100644 index 2df2ff3ade4..00000000000 --- a/misc/dpkg/patches/patch-dselect_cxx-support.cc +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-dselect_cxx-support.cc,v 1.1 2017/02/14 21:26:22 joerg Exp $ - -Do not depend on cxxabi.h to have declared __cxa_pure_virtual. - ---- dselect/cxx-support.cc.orig 2017-02-09 16:14:23.124533168 +0000 -+++ dselect/cxx-support.cc -@@ -81,9 +81,11 @@ operator delete[](void *a, size_t size) - } - - #ifdef HAVE___CXA_PURE_VIRTUAL -+namespace __cxxabiv1 { - extern "C" void --abi::__cxa_pure_virtual() -+__cxa_pure_virtual() - { - internerr("pure virtual function called"); - } -+} - #endif diff --git a/misc/dpkg/patches/patch-lib_compat_strsignal.c b/misc/dpkg/patches/patch-lib_compat_strsignal.c deleted file mode 100644 index ea53d2343f1..00000000000 --- a/misc/dpkg/patches/patch-lib_compat_strsignal.c +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-lib_compat_strsignal.c,v 1.1 2017/02/05 18:46:29 wiz Exp $ - - CC libcompat_test_la-scandir.lo -strsignal.c:63:26: error: conflicting types for 'sys_siglist' - extern const char *const sys_siglist[]; - ^ -In file included from strsignal.c:22:0: -/usr/include/signal.h:52:27: note: previous declaration of 'sys_siglist' was here - extern const char *const *sys_siglist __RENAME(__sys_siglist14); - ^ - ---- lib/compat/strsignal.c.orig 2017-01-31 03:03:31.000000000 +0000 -+++ lib/compat/strsignal.c -@@ -60,7 +60,6 @@ const char *const sys_siglist[] = { - # define NSIG 32 - # endif - # define COMPAT_NSIGLIST NSIG --extern const char *const sys_siglist[]; - #endif - - const char * |