1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- update to 1.0.7

- changes:
  * Fix HTTP_MIRRORS parsing
  * Workaround libarchive not 100% supporting mtree format
  * prepend remote repository by 'repo-' in multirepository mode
  * If mirror is stored in http use If-Modified-Since
  * Register the packagesite in the remote database, pkg update detects
    packagesite chanes
  * Fix pkg check -s
  * Allow to pipe events in json format though a unix socket/fifo via EVENT_PIPE
    configuration
  * store errno in events when it fits to avoid errno to be overwritten
This commit is contained in:
Baptiste Daroussin 2013-01-28 20:42:22 +00:00
parent 7c1ce7e285
commit c806932592
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311135
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.0.6
DISTVERSION= 1.0.7
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/

View File

@ -1,2 +1,2 @@
SHA256 (pkg-1.0.6.tar.xz) = cdd3bd9db056f9fe2025ae3bef25ee140cc7fa1b59b5c5f35f239d8b54351236
SIZE (pkg-1.0.6.tar.xz) = 1447660
SHA256 (pkg-1.0.7.tar.xz) = 0cb60c1c64c80f0a290b86a41699d119e27c9402b7f9795c95b64625b4333760
SIZE (pkg-1.0.7.tar.xz) = 1449224