aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>2023-09-30 11:32:19 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-09-30 20:00:02 +0000
commitd9eba1d31866910ac27b2828c1cdbeebdd34141d (patch)
treee99be03fcd9b84163e85b03c036ff8e1ecde7696
parentac3e39992e95659a5193a15d4cb873efb00fcb30 (diff)
downloadports-d9eba1d31866910ac27b2828c1cdbeebdd34141d.tar.gz
ports-d9eba1d31866910ac27b2828c1cdbeebdd34141d.zip
sysutils/appjail: Update to 2.8.0
ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.8.0 * Added: support for unprivileged users in the main script (Now an unprivileged user can run appjail without running appjail-user and this is the recommended way.). * Fixed: template_isvar() as it incorrectly detects a parameter as a variable. * Fixed: test_param() as it returns false when a character is a space. * Fixed: typo update -y -> update in PKG. * Fixed: instruction order that does not require a specific order. * Fixed: execution of the OPTION instruction when there are no options. PR: 274171
-rw-r--r--sysutils/appjail/Makefile2
-rw-r--r--sysutils/appjail/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile
index 48b0c88d3684..bd467ed5565b 100644
--- a/sysutils/appjail/Makefile
+++ b/sysutils/appjail/Makefile
@@ -1,6 +1,6 @@
PORTNAME= appjail
DISTVERSIONPREFIX= v
-DISTVERSION= 2.7.1
+DISTVERSION= 2.8.0
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org
diff --git a/sysutils/appjail/distinfo b/sysutils/appjail/distinfo
index 712df3a94bef..fb5583dd4702 100644
--- a/sysutils/appjail/distinfo
+++ b/sysutils/appjail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692615459
-SHA256 (DtxdF-AppJail-v2.7.1_GH0.tar.gz) = 44f8158c9220f35114ccb188524f035b4ea8b4ad4490c9582cc0114a3e735421
-SIZE (DtxdF-AppJail-v2.7.1_GH0.tar.gz) = 251323
+TIMESTAMP = 1696071967
+SHA256 (DtxdF-AppJail-v2.8.0_GH0.tar.gz) = c29a96854d552c096103889c655a8736c5dca0a4b5120e6ada7f486442cd27dd
+SIZE (DtxdF-AppJail-v2.8.0_GH0.tar.gz) = 251443