From owner-svn-ports-all@freebsd.org Fri Feb 28 09:06:56 2020 Return-Path: Delivered-To: svn-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 49EF125E4C9; Fri, 28 Feb 2020 09:06:56 +0000 (UTC) (envelope-from fluffy@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48TNvg5x1Wz4DLx; Fri, 28 Feb 2020 09:06:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from [10.100.0.17] (unknown [184.75.213.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fluffy) by smtp.freebsd.org (Postfix) with ESMTPSA id F0AE71F2C5; Fri, 28 Feb 2020 09:06:53 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Date: Fri, 28 Feb 2020 19:06:48 +1000 From: Dima Panov To: Baptiste Daroussin , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Message-ID: In-Reply-To: <202002110836.01B8aNLQ016736@repo.freebsd.org> References: <202002110836.01B8aNLQ016736@repo.freebsd.org> Subject: Re: svn commit: r525794 - in head/ports-mgmt/pkg: . files MIME-Version: 1.0 Content-Type: multipart/signed; boundary="5e58d829_628c895d_14d1"; protocol="application/pgp-signature" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2020 09:06:56 -0000 --5e58d829_628c895d_14d1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 >> pkg repo now creates meta files in version 2 by default meaning the >>= digests.txz (this was only used with pkg up to 1.2). >> Anyone using that version and willing to upgrade can do it via: >> pkg bootstrap -f Bapt, note about =E2=80=98pkg bootstrap -f=E2=80=99 will be better to pla= ce in UPDATING too. Many users confusing with error of metadata version mismatch when updates= from not-so-recent packages -- Dima Panov (fluffy=40=46reeBSD.org (mailto:fluffy=40=46reeBSD.org)) (X11, KDE, Office)=40=46reeBSD team =46acebook: http://www.facebook.com/fluffy.khv twitter: fluffy=5Fkhv =7C skype: dima.panov =7C telegram: =40dima=5Fpanov= IRC: fluffy=40E=46Net, fluffykhv=40=46reeNode > On Tuesday, =46eb 11, 2020 at 6:36 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Tue =46eb 11 08:36:22 2020 > New Revision: 525794 > URL: https://svnweb.freebsd.org/changeset/ports/525794 > > Log: > Release pkg 1.13 > - when installing over a non tracked file (not owned by any package) > pkg now saves a copy of that file as .pkgsave > - =46ix a chicken/egg problem with the meta being compressed and defini= ng > the compression format. Now pkg repo will create a meta.conf file > uncompressed (it is small enough) and fallback on the old meta.txz. > Note that meta.txz is still created for backward compatibility. > - pkg repo now creates meta files in version 2 by default meaning the > digests.txz (this was only used with pkg up to 1.2). > Anyone using that version and willing to upgrade can do it via: > pkg bootstrap -f > - suppress version checking when -j is specified > - Alphabetically sort packages printed in the output of pkg commands to= > ease readability > - pkg lock/unlock now allows multiple packages in arguments > - shell script can now print messages along with pkg-messages by writin= g > to =24=7BPKG=5FMSG=46D=7D file descriptor > - improve error reporting when parsing vuxml files > - lua script are now ready for prime time: > - sanboxed with capsicum on plateforms that support it > - rootdir native > - documented > - =46ix pkg backup > - pkg now gives a hint about running pkg update -f in case of =22size m= ismatch=22 > - scripts (lua and shell) can now determine if they are in the process = of an > upgrade or an installation via a variable > - shell scripts are now fully documented > - keyword files are now documented > > PR: 243564 > exp-run by: antoine > > Deleted: > head/ports-mgmt/pkg/files/patch-libfetch > Modified: > head/ports-mgmt/pkg/Makefile > head/ports-mgmt/pkg/distinfo > head/ports-mgmt/pkg/pkg-plist > > Modified: head/ports-mgmt/pkg/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/ports-mgmt/pkg/Makefile Tue =46eb 11 08:31:42 2020 (r525793) > +++ head/ports-mgmt/pkg/Makefile Tue =46eb 11 08:36:22 2020 (r525794) > =40=40 -1,9 +1,8 =40=40 > =23 =24=46reeBSD=24 > > PORTNAME=3D pkg > -DISTVERSION=3D 1.12.0 > +DISTVERSION=3D 1.13.0 > =5FPKG=5FVERSION=3D =24=7BDISTVERSION=7D > -PORTREVISION=3D 1 > CATEGORIES=3D ports-mgmt > =23MASTER=5FSITES=3D =5C > =23 http://files.etoilebsd.net/=24=7BPORTNAME=7D/ =5C > > Modified: head/ports-mgmt/pkg/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/ports-mgmt/pkg/distinfo Tue =46eb 11 08:31:42 2020 (r525793) > +++ head/ports-mgmt/pkg/distinfo Tue =46eb 11 08:36:22 2020 (r525794) > =40=40 -1,3 +1,3 =40=40 > -TIMESTAMP =3D 1568790737 > -SHA256 (freebsd-pkg-1.12.0=5FGH0.tar.gz) =3D 53141c4833a9776d916fb31ef= f346b8877e687d54edaec59b8472b71f62ec165 > -SIZE (freebsd-pkg-1.12.0=5FGH0.tar.gz) =3D 3867210 > +TIMESTAMP =3D 1581409421 > +SHA256 (freebsd-pkg-1.13.0=5FGH0.tar.gz) =3D 9c4a8be80d16562d7acfb9590= 6ab8a8f31620f4d03fa0e8e78fce5e5076bef1f > +SIZE (freebsd-pkg-1.13.0=5FGH0.tar.gz) =3D 3386839 > > Modified: head/ports-mgmt/pkg/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/ports-mgmt/pkg/pkg-plist Tue =46eb 11 08:31:42 2020 (r525793) > +++ head/ports-mgmt/pkg/pkg-plist Tue =46eb 11 08:36:22 2020 (r525794) > =40=40 -12,7 +12,10 =40=40 lib/libpkg.so.4 > libdata/pkgconfig/pkg.pc > man/man3/pkg=5Fprintf.3.gz > man/man3/pkg=5Frepos.3.gz > +man/man5/pkg-keywords.5.gz > +man/man5/pkg-lua-script.5.gz > man/man5/pkg-repository.5.gz > +man/man5/pkg-script.5.gz > man/man5/pkg.conf.5.gz > man/man8/pkg-add.8.gz > man/man8/pkg-alias.8.gz --5e58d829_628c895d_14d1 Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary Comment: https://www.canarymail.io Charset: UTF-8 wkYEABEKAAYFAl5Y2CkACgkQpiZ27ZPjsBiSzQCfU4cLwe5LH6Fo0vaOmL8JlxsJOzsAnjDxZAVp fLC2WJIosC9XUkCvtz3R =2dMe -----END PGP SIGNATURE----- --5e58d829_628c895d_14d1--