Update to 1.3.0.a7:
Changes: - pkg create uses a readonly lock - pkg create returns non 0 is package creation failed - rework the cache so that is avoid collision with multirepo and avoid warning the users harmless checksum retry - do not cache anymore files when using file:// scheme - Preserve automatic flags of local packages. - Use installed provides if possible. - Fix local and remote logic for provides and conflicts. - Optimize SAT solving slightly. - Make duplicate-related warning fatal in developer mode - Continue turning the public api into pkg_objects
This commit is contained in:
parent
e100ee05d7
commit
ad4a7feb3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349777
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.3.0.a6
|
||||
DISTVERSION= 1.3.0.a7
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://files.etoilebsd.net/pkg/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417
|
||||
SIZE (pkg-1.3.0.a6.tar.xz) = 1645396
|
||||
SHA256 (pkg-1.3.0.a7.tar.xz) = 4d37890d17c902f21ee4cf0729e6d97cf69ae3aaabf91084b08059dc9abcb777
|
||||
SIZE (pkg-1.3.0.a7.tar.xz) = 1646552
|
||||
|
|
Loading…
Reference in a new issue