sysutils/bastille: Update to 0.9.20220714
ChangeLog: https://github.com/BastilleBSD/bastille/releases/tag/0.9.20220714 * Update bootstrap.rst * Add variable JAIL_IP6 to access ip6.addr in templates * fix non-unique epair creation when using vnet * Allow Linux jails to see their mount points * Extend RDR to support logging * Permit outgoing network connections during stop action * Repair table, fix incorrect descriptions * Allow 'bastille cmd' on Linux jails * The text speaks of defining an OVERLAY but the example uses CP. * Avoid cache/RELEASE dirs creation on Linux jails PR: 265312 Reported by: christer.edwards@gmail.com (maintainer)
This commit is contained in:
parent
53514f6abb
commit
170fc84cd2
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= bastille
|
||||
PORTVERSION= 0.9.20220216
|
||||
PORTVERSION= 0.9.20220714
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= christer.edwards@gmail.com
|
||||
|
@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bastillebsd
|
||||
GH_TAGNAME= ff7de91
|
||||
GH_TAGNAME= da377f4
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647157536
|
||||
SHA256 (bastillebsd-bastille-0.9.20220216-ff7de91_GH0.tar.gz) = 972f0ae17c23aee4ebf673a3b8ed0135aceca661a8b7169e686d84de9f85935c
|
||||
SIZE (bastillebsd-bastille-0.9.20220216-ff7de91_GH0.tar.gz) = 624993
|
||||
TIMESTAMP = 1657769585
|
||||
SHA256 (bastillebsd-bastille-0.9.20220714-da377f4_GH0.tar.gz) = 5859cb1f316f5dd88c95abbfbfe4c27a2b9ebd2c4be81dc3a96a9eb04a24a4b7
|
||||
SIZE (bastillebsd-bastille-0.9.20220714-da377f4_GH0.tar.gz) = 625579
|
||||
|
|
Loading…
Reference in a new issue