aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-22 16:50:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-22 16:50:05 +0000
commit9009b06bf60ed0e8029c8b3e57ea5baf086ca085 (patch)
tree27dcb1e7d9b7f871c78f20c4946feae703c96b68 /ports-mgmt/pkg-devel
parent0c77195de673215f5bc059b4264b4907406965d0 (diff)
downloadports-9009b06bf60ed0e8029c8b3e57ea5baf086ca085.tar.gz
ports-9009b06bf60ed0e8029c8b3e57ea5baf086ca085.zip
update to 1.12.99.2
- lua scripts are now running in a capsicum sandbox - lua scripts io.open function is now always opening relative to ROOTDIR - expat vulnxml parser has been replaced by a yxml based one - libucl has been update to the latest git version - error reporting has been improved when parsing vuxml file - shell script can now push message at the pkg-message level by writing to the ${PKG_MSGFD} file descriptor: echo "message for the user" >&${PKG_MSGFD}
Notes
Notes: svn path=/head/; revision=523818
Diffstat (limited to 'ports-mgmt/pkg-devel')
-rw-r--r--ports-mgmt/pkg-devel/Makefile2
-rw-r--r--ports-mgmt/pkg-devel/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index b4d288f8435a..724a7e133e9b 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.12.99.1
+DISTVERSION= 1.12.99.2
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 271378358f58..28702e6e7402 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577176729
-SHA256 (freebsd-pkg-1.12.99.1-48de026e_GH0.tar.gz) = 6abf4a81bafd1ff25320246021350a66f6d9b47875b0b95e8264122b434651e8
-SIZE (freebsd-pkg-1.12.99.1-48de026e_GH0.tar.gz) = 3883300
+TIMESTAMP = 1579711633
+SHA256 (freebsd-pkg-1.12.99.2-48de026e_GH0.tar.gz) = 6abf4a81bafd1ff25320246021350a66f6d9b47875b0b95e8264122b434651e8
+SIZE (freebsd-pkg-1.12.99.2-48de026e_GH0.tar.gz) = 3883300