Received: by mail.netbsd.org (Postfix, from userid 605) id 5336B84D69; Mon, 21 Sep 2020 03:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF84984D53 for ; Mon, 21 Sep 2020 03:03:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZMojkWlVzkwO for ; Mon, 21 Sep 2020 03:03:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0D9DF84CCD for ; Mon, 21 Sep 2020 03:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00B28FB28; Mon, 21 Sep 2020 03:03:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600657435146760" MIME-Version: 1.0 Date: Mon, 21 Sep 2020 03:03:55 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/pkgtools/pkg To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20200921030356.00B28FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1600657435146760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Mon Sep 21 03:03:55 UTC 2020 Modified Files: pkgsrc/pkgtools/pkg: Makefile PLIST distinfo Log Message: pkg: update to version 1.10.99.7 Changes from pkg 1.10.99.6 to 1.10.99.7 - Sort fts traversal in repo creation - Fix floating pint exception when packaging packages with weird elf files - More test cases for config merge - Fix running the testsuite on linux and osx - Fix pkg version regarding flavors - Add support for creating packages with a hash in their names - Accept DT_SONAME anywhere in .dynamic - make pkg version -r imply -R - Some fixes for the progression display - Rename some variables in security periodic scripts. - Parse FreeBSD OS version and forbid to install too new packages Changes from pkg 1.10.99.5 to 1.10.99.6 - Lots of fixes/improvements on periodic scripts - Fix typo in the .pc file - Only check for origin if the strings contains / in pkg version - Support flags when exporting the metalog - Ignore flags when installing as a user - fix again using pattern as package arch - recognize armv7 - add %q to pkg_printf(3) and pkg-query(8) to print altabi - add an extra line when printing pkg-messages to improve readability - stop considering nfs as dangerous and if a corruption happens on nfs drive by a message the user to the highly possible reason of the corruption so he can fix - zsh completion imrpovements Changes from pkg 1.10.99.4 to 1.10.99.5 - pkg clean is now happy if the cache dir non existing - 410.pkg-audit now uses anticongestion on freebsd 12 - fix pkg install -r foo if foo is a disabled repository - fix elf handling on non FreeBSD - fix support for platforms without AT_SYMLINK_NOFOLLOW - fix dropping privileges on Linux - fix build with recent libbsd - fix duplicate pkg registration overwriting the existing pkg - better ABI name on linux - lots of changes in internal API to use fd when possible - removed option: pkg repo -L Changes from pkg 1.10 - Use dep_formula in the solver - Cache pw result to avoid over reloading nssswitch.conf - Remove pkg2ng and support for pkg_ databases To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/pkgtools/pkg/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/pkg/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/pkgtools/pkg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600657435146760 Content-Disposition: inline Content-Length: 2529 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg/Makefile diff -u pkgsrc/pkgtools/pkg/Makefile:1.27 pkgsrc/pkgtools/pkg/Makefile:1.28 --- pkgsrc/pkgtools/pkg/Makefile:1.27 Fri Apr 10 23:46:14 2020 +++ pkgsrc/pkgtools/pkg/Makefile Mon Sep 21 03:03:55 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2020/04/10 23:46:14 khorben Exp $ +# $NetBSD: Makefile,v 1.28 2020/09/21 03:03:55 khorben Exp $ -DISTNAME= pkg-1.9.99.11 +DISTNAME= pkg-1.10.99.7 CATEGORIES= pkgtools MASTER_SITES= http://files.etoilebsd.net/pkg/ EXTRACT_SUFX= .tar.xz @@ -125,7 +125,6 @@ post-patch: .endif post-install: - ${RM} ${DESTDIR}${PREFIX}/sbin/pkg2ng ${RM} -rf ${DESTDIR}${EGDIR}/periodic ${MV} ${DESTDIR}${PREFIX}/etc/bash_completion.d \ ${DESTDIR}${EGDIR}/ Index: pkgsrc/pkgtools/pkg/PLIST diff -u pkgsrc/pkgtools/pkg/PLIST:1.7 pkgsrc/pkgtools/pkg/PLIST:1.8 --- pkgsrc/pkgtools/pkg/PLIST:1.7 Fri Oct 28 23:39:10 2016 +++ pkgsrc/pkgtools/pkg/PLIST Mon Sep 21 03:03:55 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/10/28 23:39:10 marino Exp $ +@comment $NetBSD: PLIST,v 1.8 2020/09/21 03:03:55 khorben Exp $ include/pkg.h lib/libpkg.la lib/libpkg_static.la @@ -16,7 +16,6 @@ man/man8/pkg-backup.8 man/man8/pkg-check.8 man/man8/pkg-clean.8 man/man8/pkg-config.8 -man/man8/pkg-convert.8 man/man8/pkg-create.8 man/man8/pkg-delete.8 man/man8/pkg-fetch.8 Index: pkgsrc/pkgtools/pkg/distinfo diff -u pkgsrc/pkgtools/pkg/distinfo:1.14 pkgsrc/pkgtools/pkg/distinfo:1.15 --- pkgsrc/pkgtools/pkg/distinfo:1.14 Fri Apr 10 23:46:14 2020 +++ pkgsrc/pkgtools/pkg/distinfo Mon Sep 21 03:03:55 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2020/04/10 23:46:14 khorben Exp $ +$NetBSD: distinfo,v 1.15 2020/09/21 03:03:55 khorben Exp $ -SHA1 (pkg-1.9.99.11.tar.xz) = f6ffb976b66e322f3f0069f151d893043c2ba8cb -RMD160 (pkg-1.9.99.11.tar.xz) = 8657921a70f4e61059530a44b419d7b8f0f32daf -SHA512 (pkg-1.9.99.11.tar.xz) = 7626d9bb4b32abf106b81fd0e07999cfdce6aaac173077bab7947519967d0ceefd9567b5755fd11b05401b488fe8b42e861fe2aa1bf54566cca3cbacfd311e1b -Size (pkg-1.9.99.11.tar.xz) = 2170084 bytes +SHA1 (pkg-1.10.99.7.tar.xz) = b233bbe0cef4f31f19ec56c75be2c0e43652dbf8 +RMD160 (pkg-1.10.99.7.tar.xz) = c37402ac7cfee2f0a45a521c3057027699f31603 +SHA512 (pkg-1.10.99.7.tar.xz) = 32bfb919da140bb7b75427ea6351aee3a4a297a0e13b5c722bdd5a0b8f488085883df36929fb97ff6fd944b901fa0fc95174b1474a9a4422047ffc626869e43b +Size (pkg-1.10.99.7.tar.xz) = 2217824 bytes SHA1 (patch-scripts_periodic_411.pkg-backup.in) = ec4ff8991b79608c448739b693b2eb527b646c63 --_----------=_1600657435146760--