- Update to 1.4.0.pre-alpha11
Users will see a "changed shlibs" reinstall for 'pkg upgrade' until: 1. _All_ packages on remote repositories are rebuilt with this version of pkg. 2. 'pkg check -Ba' should be run after upgrading pkg but before upgrading other packages. This requires #1 though, which is not happening until 1.3.7 is released. Running 'pkg check -Ba' before the remote repository is fixed will just continue to propose reinstalling packages for 'changed shlibs'. Changes: * 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)
This commit is contained in:
parent
506c658a8d
commit
d4000ab22c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365429
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.4.0.pre-alpha10
|
||||
DISTVERSION= 1.4.0.pre-alpha11
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://highsecure.ru/distfiles/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg-1.4.0.pre-alpha10.tar.xz) = f43ba5d4b320d353a8c63e31ff9cce3a1e7391ff61944ed79014f49188368c74
|
||||
SIZE (pkg-1.4.0.pre-alpha10.tar.xz) = 1778904
|
||||
SHA256 (pkg-1.4.0.pre-alpha11.tar.xz) = bdf3e6a4a510f3906c8e28d73e2ff6b637a7588ee317756934931c11084462b5
|
||||
SIZE (pkg-1.4.0.pre-alpha11.tar.xz) = 1777040
|
||||
|
Loading…
Reference in New Issue
Block a user