diff options
author | Juan David Hurtado G <jdhurtado@orbiware.com> | 2025-10-01 14:44:45 -0500 |
---|---|---|
committer | Michael Osipov <michaelo@FreeBSD.org> | 2025-10-02 12:59:19 +0200 |
commit | b9aab38436b543774a953ff90996299148d6a861 (patch) | |
tree | 4130b0426c6c3ccee2fdfc40f5521f3af712f93b | |
parent | sysutils/tarbsd-builder: Update 25.08.27 => 25.09.28 (diff) |
sysutils/bastille: Upgrade port to 1.1.0.251001
Introduces the ability to target jails by tags. Adds a VNET passthrough option.
The parallel execution mode has been deprecated. Plus many bug fixes and
improvements for stability.
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
Approved by: otis (mentor), jdhurtado@orbiware.com (maintainer)
MFH: 2025Q4
Differential Revision: https://reviews.freebsd.org/D52839
Changelog: https://github.com/BastilleBSD/bastille/releases/tag/1.1.0.251001
-rw-r--r-- | sysutils/bastille/Makefile | 12 | ||||
-rw-r--r-- | sysutils/bastille/distinfo | 10 |
2 files changed, 6 insertions, 16 deletions
diff --git a/sysutils/bastille/Makefile b/sysutils/bastille/Makefile index 085aaa39a826..2a91eeaefdc3 100644 --- a/sysutils/bastille/Makefile +++ b/sysutils/bastille/Makefile @@ -1,12 +1,6 @@ PORTNAME= bastille -DISTVERSION= 1.0.1.250714 -PORTREVISION= 1 +DISTVERSION= 1.1.0.251001 CATEGORIES= sysutils -DIST_SUBDIR= bastille - -PATCH_SITES= https://github.com/BastilleBSD/bastille/pull/ -PATCHFILES= 1198.patch:-p1 1204.patch:-p1 - MAINTAINER= jdhurtado@orbiware.com # co-maintainer: snarfingcode666@gmail.com COMMENT= Jail automation framework @@ -37,8 +31,8 @@ post-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/usr/local/share/bastille && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - ${INSTALL_MAN} ${WRKSRC}/usr/local/man/man8/bastille.8.gz \ - ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8.gz + ${INSTALL_MAN} ${WRKSRC}/usr/local/share/man/man8/bastille.8 \ + ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8 ${INSTALL_DATA} ${WRKSRC}/usr/local/etc/bastille/bastille.conf.sample \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample diff --git a/sysutils/bastille/distinfo b/sysutils/bastille/distinfo index d04fcdbf2ba1..5235f839086e 100644 --- a/sysutils/bastille/distinfo +++ b/sysutils/bastille/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1754009419 -SHA256 (bastille/bastillebsd-bastille-1.0.1.250714_GH0.tar.gz) = ffd3be789e5b9f0215e6552b4a89b33b657e2ded2ab7b0dd69cb22d72a167985 -SIZE (bastille/bastillebsd-bastille-1.0.1.250714_GH0.tar.gz) = 694112 -SHA256 (bastille/1198.patch) = 470f7e0c93e93b0dc6629f46bdf00a53f60b0041341db6455bb6078e4aca1f48 -SIZE (bastille/1198.patch) = 4071 -SHA256 (bastille/1204.patch) = 204fa71c3d1e660bd86fe7de3963a74f4bd39e172496a20703896bb933a4fd9e -SIZE (bastille/1204.patch) = 2435 +TIMESTAMP = 1759350817 +SHA256 (bastillebsd-bastille-1.1.0.251001_GH0.tar.gz) = 49a0f9a751a5d3b1ec43700ce7427d833bea52caeb31195c62469cc15e2869d3 +SIZE (bastillebsd-bastille-1.1.0.251001_GH0.tar.gz) = 697194 |