diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 22:56:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 22:56:44 +0800 |
commit | 0bce6e429e18260013d6bc78dc26d135df27f69c (patch) | |
tree | 3cae04d15dd4c19b629123714fcd7dfb7e9505bc /ports-mgmt/pkg | |
parent | dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315 (diff) | |
download | freebsd-ports-gnome-0bce6e429e18260013d6bc78dc26d135df27f69c.tar.gz freebsd-ports-gnome-0bce6e429e18260013d6bc78dc26d135df27f69c.tar.zst freebsd-ports-gnome-0bce6e429e18260013d6bc78dc26d135df27f69c.zip |
Update to 1.3.5
Changes:
- Fix progress bars when not in a tty to give output
- Dragonfly fixes
- Multiple fixes in @keywords(user,group,mode) support
- Important fixes in repo incremental updates
- Fix pkg audit not returning an error in case of vulneraibilities found (making periodic script not working)
- Ignore sigpipe
- Make the read lock now no op
- Directories can be listed in the plist like files they will be considered like @dirrmtry
- Very important refactor and fixes in the solver making the whole code more manageable:
- This fixes multirepo support
- Fixes missed upgrades
- Fix pkg rquery -e with complex (%#r for example) queries
- Fix pkg upgrade -f
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 21d39e959c97..fc00dd4d4ae1 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.4 +DISTVERSION= 1.3.5 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index e91a2f6a0fee..5a34cfec6400 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.4.tar.xz) = 5be0fae731bbc51c3bb7d5419eaa813cb7fc792a397909a18c90248b9ff42b9e -SIZE (pkg-1.3.4.tar.xz) = 1731340 +SHA256 (pkg-1.3.5.tar.xz) = 7640ca19bbb156db993ffc1d62de3dec0913c1f922fbe627355b48572e3e1cb8 +SIZE (pkg-1.3.5.tar.xz) = 1735432 |