mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Update to 1.3.1
Changes: - Add a WORKERS_COUNT option to limit the number of workers used during pkg repo - Fix pkg repo hanging on FreeBSD 8 and 9 - Fix migration of local database from 1.2 to 1.3 which was resetting the installation time - Print the repository in search informations - Ignore meta file when rebuilding a repository - Lots of fixes in libucl - Fix pkg info -R to generate a valid yaml - Accept empty pkg.conf files - Accept empty repository configuration files - Fix pkg.conf reading so keys are now case insensitive again - Blog sigalarn when reading passphrase allowing to sign packages with a passphrase protected key - Install again zsh completion as _pkg instead of _pkg.zsh - Rework the upgrade/install procedure so it doesn't leave files behind anymore and properly runs scripts - Install periodic scripts with an executable bit - Speed up pkg version without INDEX - Preserve automatic flag on forced upgrade/reinstall - Fix memory corruption on reinstall
This commit is contained in:
parent
0f24a4c553
commit
d268986101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362996
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://files.etoilebsd.net/${PORTNAME}/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg-1.3.0.tar.xz) = 6d3001cdd605e6e3c15e686370cbeea999a5f19e72fd7f26e8af92ed2e2c2a01
|
||||
SIZE (pkg-1.3.0.tar.xz) = 1729104
|
||||
SHA256 (pkg-1.3.1.tar.xz) = 5f1d620251774c54dc06468f7b5332186b20e1bdd52eed2cc5a02e7d2bde0fe0
|
||||
SIZE (pkg-1.3.1.tar.xz) = 1702492
|
||||
|
@ -52,7 +52,7 @@ man/man8/pkg.8.gz
|
||||
sbin/pkg
|
||||
sbin/pkg-static
|
||||
sbin/pkg2ng
|
||||
share/zsh/site-functions/_pkg.zsh
|
||||
share/zsh/site-functions/_pkg
|
||||
@dirrmtry etc/bash_completion.d
|
||||
@dirrmtry etc/periodic/daily
|
||||
@dirrmtry etc/periodic/security
|
||||
|
Loading…
Reference in New Issue
Block a user