diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 22:56:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 22:56:44 +0800 |
commit | f7b9fe4d55df62bbe5169be41b402dba2360cb5f (patch) | |
tree | 3cae04d15dd4c19b629123714fcd7dfb7e9505bc | |
parent | a8094d709a90a98c41ff8063d520f82340413dde (diff) | |
download | freebsd-ports-gnome-f7b9fe4d55df62bbe5169be41b402dba2360cb5f.tar.gz freebsd-ports-gnome-f7b9fe4d55df62bbe5169be41b402dba2360cb5f.tar.zst freebsd-ports-gnome-f7b9fe4d55df62bbe5169be41b402dba2360cb5f.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
-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 |