Skip to content

Commit

Permalink
Update to 1.10.1
Browse files Browse the repository at this point in the history
- Cache pw result to avoid over reloading nssswitch.conf
- Fix allow to set env per repo for everykind of repo
- Fix signing_command something saving a truncated signature in the file
  as a result pkg will reject any repository signed
- Fix sqlite vfs overload with new sqlite
- pkg which: add -m to show what files matched using globs
- Revert the new UI which does not respect 80 columns
- Fix query '%q' printing the internal arch instead of the official one
  • Loading branch information
bapt committed Mar 26, 2017
1 parent 452f229 commit 6e29001
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
3 changes: 1 addition & 2 deletions ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= pkg
DISTVERSION= 1.10.0
PORTREVISION= 2
DISTVERSION= 1.10.1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1487976687
SHA256 (pkg-1.10.0.tar.xz) = d561288a4c3fbde7cede45f040b276f89e984c288c91c07559d48e3b984b7748
SIZE (pkg-1.10.0.tar.xz) = 2207908
TIMESTAMP = 1490563192
SHA256 (pkg-1.10.1.tar.xz) = 6cf178ce356588cddcba60a2c53ef18f5aac2c87628e3d3924a54743573aee4d
SIZE (pkg-1.10.1.tar.xz) = 2169816
14 changes: 0 additions & 14 deletions ports-mgmt/pkg/files/patch-repo-env

This file was deleted.

20 changes: 0 additions & 20 deletions ports-mgmt/pkg/files/patch-signing_command

This file was deleted.

0 comments on commit 6e29001

Please sign in to comment.