From 85f33299bec3dce737a71c1cceee19a1f4d4b6b5 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 26 Aug 2014 23:12:10 +0000 Subject: - Update to 1.3.7 Please note announcement for special instructions at: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000086.html - Users need to run 'pkg check -Ba' after upgrading to pkg-1.3.7 and before updating any other packages. This avoids needing to reinstall anything not needed due to changed shlibs. - People building packages for serving to other systems need to rebuild all packages with 1.3.7. Changes: * Test suite fixes * Documentation updates * 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 * pkg fetch -d: Fix crash (#955) * Progress bar improvements/fixes * Fix ETA for fetching (#943) * Fix progressbar stalled support * ETA progress: Account for TCP SLOW START and weigh the first few ticks less * Rework 'pkg update' output slightly to clarify what it is doing. * pkg check: Add progressbar when not using -v * pkg check: Add job counter with using -v * pkg clean: Add progressbar * Fix hardlink calculations (#958) * pkg backup: Add -q * pkg backup: Remove docs for '-d -' as it does not work. * pkg config: Fix output for arrays/objects (#971) * Fix RC scripts being started on deinstall rather than stopped * Add some more asserts * pkg-fetch.8: Remove reference to removed mirror mode * Fix a few typos in pkg.conf.5 (#969) * Document new configuration options. (#969) * Fix always refetching of file:// and ftp:// repositories * pkg query -g: Fix handling of ranges such as 'name-[0-9]*' which is used by ports CONFLICTS checking * Fix crash when SIGNATURE_TYPE=PUBKEY but PUBKEY is not defined --- ports-mgmt/pkg/Makefile | 2 +- ports-mgmt/pkg/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ports-mgmt/pkg') diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 2e2f65e772fa..bd23e443332e 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.6 +DISTVERSION= 1.3.7 CATEGORIES= ports-mgmt MASTER_SITES= \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 002d1ce90944..95de22e163f0 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.6.tar.xz) = b0fe9248b7d3e980875f6519edeb880f6e3fb84d506764641cbd08913f151d4e -SIZE (pkg-1.3.6.tar.xz) = 1777976 +SHA256 (pkg-1.3.7.tar.xz) = 4368adae7c768ef38f0359e091efd8f13759e0a2be2e5cd9dba5b4cf359fb004 +SIZE (pkg-1.3.7.tar.xz) = 1776756 -- cgit v1.2.3