From 7d5c5956ac5db404845f355c71bdc7ae3d0c386a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 16 Aug 2014 03:47:14 +0000 Subject: - Update to 1.4.0.pre-alpha10 Changes: * Test suite fixes * Fix pkg-devel self upgrade when remote repo defaults to non-devel * pkg-rquery(8): Add a pointer to EXAMPLES in pkg-query(8) * If opening the db in READ_ONLY give a warning if it is missing * Give advice on how to recreate the database if auto-updating was skipped * Remove pkg --check-activation. It is too tempting to use. * Make it more clear that the 'Major version' change is non-fatal * Jobs display: Avoid excessive newline before prompt and after unprompted usage * Remove references to PACKAGESITE/MIRROR_TYPE/PUBKEY * Support uppercase ENABLED in repo config. * Avoid POLA, make PACKAGESITE/MIRROR_TYPE/PUBKEY in pkg.conf fatal * Fix self upgrade loop with pkg upgrade -Fy * Fix self upgrade not using the new pkg binary * pkg-{delete,autoremove}: Use a readonly lock in dry run * pkg-convert: Add locking. EXCLUSIVE by default, READONLY with -n * pkg-convert: Check for proper db permissions for both real and dry_run mode * pkg-convert -r: Only a readonly lock is required for converting from the db * pkg-convert -r: Add common db access checks * pkg convert -r: Don't crash if unable to create the package dir * Revert stripping shlib versions from e127d91d4. This will require rebuilding packages on the repository and then running pkg check -Ba to fully utilize. Until packages are rebuilt there may be false-positive shlib reinstalls. * pkg {register, check -B}: Fix registering provided shlibs as required * When analysing ELF files with DEVELOPER_MODE, don't bail on first error * Fix pkg-ssh when SSH_RESTRICT_DIR is a symlink * Fix size calculations with hardlinks * Fix pkg-which glob --- ports-mgmt/pkg-devel/Makefile | 3 ++- ports-mgmt/pkg-devel/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ports-mgmt/pkg-devel') diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 356450d3ce0e..d0dfd0865efc 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha9 +DISTVERSION= 1.4.0.pre-alpha10 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ + http://mirror.shatow.net/freebsd/${PORTNAME}/ \ http://pkg.semmy.ru/ PKGNAMESUFFIX= -devel diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 2d3f07732d7a..d0a7c5a15841 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SIZE (pkg-1.4.0.pre-alpha9.tar.xz) = 1773720 -SHA256 (pkg-1.4.0.pre-alpha9.tar.xz) = ded45c902c2959670296a008a121f2d161c1645543c6cf57ca45a7ceab52217b +SHA256 (pkg-1.4.0.pre-alpha10.tar.xz) = f43ba5d4b320d353a8c63e31ff9cce3a1e7391ff61944ed79014f49188368c74 +SIZE (pkg-1.4.0.pre-alpha10.tar.xz) = 1778904 -- cgit v1.2.3