1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- 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
This commit is contained in:
Bryan Drewery 2014-08-16 03:47:14 +00:00
parent 84d093078a
commit 7d5c5956ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365065
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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