svn commit: r424032 - head/ports-mgmt/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 15 21:26:19 UTC 2016
Author: bapt
Date: Sat Oct 15 21:26:17 2016
New Revision: 424032
URL: https://svnweb.freebsd.org/changeset/ports/424032
Log:
Update to 1.9.0
- Drop privileges in many commands
- Drop privileges when fetching a file
- Add resource limitation in sandboxes
- Add support for METALOG
- pkg delete new prints a warning for pattens that matches nothing?
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Sat Oct 15 21:24:05 2016 (r424031)
+++ head/ports-mgmt/pkg/Makefile Sat Oct 15 21:26:17 2016 (r424032)
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.8.7
+DISTVERSION= 1.9.0
_PKG_VERSION= ${DISTVERSION}
-PORTREVISION= 3
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/${PORTNAME}/ \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Sat Oct 15 21:24:05 2016 (r424031)
+++ head/ports-mgmt/pkg/distinfo Sat Oct 15 21:26:17 2016 (r424032)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467731442
-SHA256 (pkg-1.8.7.tar.xz) = 7ce81f3af63e875bf4e05ab69a00bae788df79ae22beccbf1764dda76a7ccd4f
-SIZE (pkg-1.8.7.tar.xz) = 1950148
+TIMESTAMP = 1476566559
+SHA256 (pkg-1.9.0.tar.xz) = 204921e3e46641fc45033ad7b02fcbac02821d542114d432f2993143757213df
+SIZE (pkg-1.9.0.tar.xz) = 1915872
More information about the svn-ports-head
mailing list