From owner-dev-commits-ports-all@freebsd.org Thu Jul 22 09:01:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42BFC656CAB; Thu, 22 Jul 2021 09:01:27 +0000 (UTC) (envelope-from se@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVmdz1NMwz3J4j; Thu, 22 Jul 2021 09:01:27 +0000 (UTC) (envelope-from se@freebsd.org) Received: from Stefans-MBP-449.fritz.box (p200300cd5f279d00a47378fd96c79cc7.dip0.t-ipconnect.de [IPv6:2003:cd:5f27:9d00:a473:78fd:96c7:9cc7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: se/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 76CA031D18; Thu, 22 Jul 2021 09:01:26 +0000 (UTC) (envelope-from se@freebsd.org) To: Baptiste Daroussin References: <202107220806.16M862GC052436@gitrepo.freebsd.org> From: Stefan Esser Subject: Re: git: e497a16a2869 - main - ports-mgmt/pkg*: Release 1.17.0 Message-ID: Date: Thu, 22 Jul 2021 11:01:25 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <202107220806.16M862GC052436@gitrepo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rJcIvtt0hbhT90SybhrxwMoCeWxnsEJE0" X-Mailman-Approved-At: Thu, 22 Jul 2021 16:29:38 +0000 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2021 09:01:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rJcIvtt0hbhT90SybhrxwMoCeWxnsEJE0 Content-Type: multipart/mixed; boundary="OA5f74yXPgRwelREOhXkKItdB8SxkLWB1"; protected-headers="v1" From: Stefan Esser To: Baptiste Daroussin Message-ID: Subject: Re: git: e497a16a2869 - main - ports-mgmt/pkg*: Release 1.17.0 References: <202107220806.16M862GC052436@gitrepo.freebsd.org> In-Reply-To: <202107220806.16M862GC052436@gitrepo.freebsd.org> --OA5f74yXPgRwelREOhXkKItdB8SxkLWB1 Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: quoted-printable Am 22.07.21 um 10:06 schrieb Baptiste Daroussin> The branch main has been= updated by bapt: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3De497a16a286972bfcab908= 209b11ee6a13d99dc9 >=20 > commit e497a16a286972bfcab908209b11ee6a13d99dc9 > Author: Baptiste Daroussin > AuthorDate: 2021-07-22 07:54:38 +0000 > Commit: Baptiste Daroussin > CommitDate: 2021-07-22 08:05:59 +0000 >=20 > ports-mgmt/pkg*: Release 1.17.0 > =20 > TL;DR: new uniq package file extension: '.pkg' > =20 > Full changelog for pkg: > - add a new "snap" prefix, to deal with pkg base snapshots > - pkg repo now accepts packages with different compression formats > - pkg now have a single extension: ".pkg" and a backward compatible= > symlink is created when the package is created to help transition= ing > - Default compression level for zstd is now set to 19 > - the default compression level is now a configuration option > - plenty of portability fixes > - fix plenty of typos > - expose the name of the package to lua and shell scripts > - plist: > remove internal support for @*exec (this is now in the ports tree= ) > remove support for @ignore > remove support for @dirrm/@dirrmtry > remove support for @pkgdep > remove stub support for @stopdaemon > remove stub support for @display > remove stub support for @mtree > remove stub support for @conflict > - VUXML: fetch .xz compressed version of the file by default > - triggers are deferred to later command (firstboot is planned) if = run > with pkg -r > - pkg triggers commands has been added and can execute the deferred= > triggers for example at firstboot > =20 > Changes in the framework: > - Add a backward compatibility layer, so people are not forced to m= ove > to pkg 1.17 yet (new quarter we will enforce the switch for trigg= ers > anyway, but it gives time to people to switch) > - Introduce a new PKG_COMPRESSION_FORMAT for users to specify the > compression format they are willing to use when creating packages= : > txz, tar, tgz, tbz, tzst are the valid ones (note that tzst is on= ly > usable on FreeBSD 13 and 14) > - Add a backward compatibility for people who specified the compres= sion > format already via PKG_SUFX and issue a warning to tell them abou= t the > deprecation of PKG_SUFX Building the new pkg version I got at the end: [...] =3D=3D=3D=3D> Running Q/A tests (stage-qa) Warning: 'lib/libpkg.so.4' is not stripped consider trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} Warning: 'sbin/pkg' is not stripped consider trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} Warning: 'sbin/pkg-static' is not stripped consider trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} =3D=3D=3D> Building package for pkg-1.17.0 install -l rs /usr/packages/All/pkg-1.17.0.pkg /usr/packages/All/pkg-1.17= =2E0.txz install -l rs /usr/packages/All/pkg-1.17.0.pkg /usr/packages/Latest/pkg.p= kg install -l rs /usr/packages/All/pkg-1.17.0.txz /usr/packages/Latest/pkg.t= xz install -l rs pkg.pkg.sig /usr/packages/Latest/pkg.txz.sig # file /usr/packages/Latest/pkg.txz.sig /usr/packages/Latest/pkg.txz.sig: broken symbolic link to pkg.pkg.sig It seems that no pkg.pkg.sig has been copied to /usr/packages/Latest ... A re-run of the build after installation of pkg-1.17.0 resulted in: [...] =3D=3D=3D=3D> Running Q/A tests (stage-qa) Warning: 'sbin/pkg' is not stripped consider trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} Warning: 'lib/libpkg.so.4' is not stripped consider trying INSTALL_TARGET=3Dinstall-strip or using ${STRIP_CMD} =3D=3D=3D> Building package for pkg-1.17.0 install -l rs pkg.pkg.sig /usr/packages/Latest/pkg.txz.sig # file /usr/packages/Latest/pkg.txz.sig /usr/packages/Latest/pkg.txz.sig: broken symbolic link to pkg.pkg.sig Still no pkg.pkg.sig at the expected location ... Regards, STefan --OA5f74yXPgRwelREOhXkKItdB8SxkLWB1-- --rJcIvtt0hbhT90SybhrxwMoCeWxnsEJE0 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAmD5M+UFAwAAAAAACgkQR+u171r99USt 2wf+Kaf+jWxehNBEw9C4E8GGOonmejRhXzHZl+m4Eyg32n0W4IOZ1tKDyF5qInbP+B3F1S8siKu1 6bOliUUeAR9G08b/BjbqsOQBq9C8GuQNRdYx0TcB/mmHmfVnnYifTG0peSYPJVzHLPwTt4C0U72+ /9mkIH3iqwS8Tdz/8CytzvadMXCUts1imv7D5cozGoRKfyWgRyABik63qN4VZWpR7QFyIU5GipA4 UEQi5uQuZzZZMFTDOSKpk5jrLOj7zKeGAsPYG0vxrld5uE8gL7ccnF1DYndzt5U6xbYRkqfZRcfc qGVErjy5pJPq4fXa6gfeohdCMlQc7sJTobOw6fYCrA== =8V6K -----END PGP SIGNATURE----- --rJcIvtt0hbhT90SybhrxwMoCeWxnsEJE0--