1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 1.16.99.5

Changes:
- allow to execute programs from lua script and triggers
- fetch vuln.xml.xz by default
- triggers detected by pkg -r are now deferred for firstboot
- pkg triggers command can be executed at first boot to run the
  deferred triggers

Note this is expect to be the last release before 1.17 (depending on
how many new bugs has been introduced)
This commit is contained in:
Baptiste Daroussin 2021-04-26 17:10:34 +02:00
parent c2b1f36ef5
commit 0bd169af2c
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.16.99.4
DISTVERSION= 1.16.99.5
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 0d0ab01f
GH_TAGNAME= ceadb444
CFLAGS+= -O0 -g -Wno-error
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1616800319
SHA256 (freebsd-pkg-1.16.99.4-0d0ab01f_GH0.tar.gz) = d3a662e2e650bd43102704fd8a2a08f228960e9aac3b253fec2fb0a5b22cd648
SIZE (freebsd-pkg-1.16.99.4-0d0ab01f_GH0.tar.gz) = 3892176
TIMESTAMP = 1619449772
SHA256 (freebsd-pkg-1.16.99.5-ceadb444_GH0.tar.gz) = 7d7efc270db15fff87e689d3c35f137ac0f8f21c7fdc329350cf414d63a832c1
SIZE (freebsd-pkg-1.16.99.5-ceadb444_GH0.tar.gz) = 3894193