2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211) |
Log message:
Follow some http -> https redirects.
|
2017-03-10 16:47:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use ${TOOLS_PLATFORM.gtar} to find GNU tar.
|
2017-03-09 12:52:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated dpkg to 1.18.23nb1.
Set TAR so that GNU tar is found.
Enable start-stop-daemon now that it builds on NetBSD.
Add a test dependency.
|
2017-03-06 23:47:04 by Thomas Klausner | Files touched by this commit (4) |
Log message:
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
|
2017-02-14 22:26:22 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Adjust crude ABI hack.
|
2017-02-08 11:13:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update some flags and remove unneeded ones.
From Guillem Jover.
Add test target.
|
2017-02-05 19:46:29 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Updated dpkg to 1.18.22.
Changelog since last pkgsrc version (1.16.17) is over 150kB, so
please look in debian/changelog in the tarball for details.
|
2017-01-04 22:38:32 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068) |
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
|
2016-02-25 16:35:31 by Jonathan Perkin | Files touched by this commit (12) |
Log message:
Use OPSYSVARS.
|