summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-09-14 15:43:12 +0200
committerKr1ss2020-09-14 15:43:12 +0200
commit94c9aa16f84831b390a46e2fef2307ba57afd9cd (patch)
tree4c5b69ea2b52489ec5cc37ea34f803d0f08c82ff
parent226625d2214eb5f8477abcdcd24dd5d9f0fbe6a8 (diff)
downloadaur-94c9aa16f84831b390a46e2fef2307ba57afd9cd.tar.gz
update: firejail-no-apparmor 0.9.62.4-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
-rw-r--r--RELNOTES17
3 files changed, 26 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0f5b0f95a03..7fcbbb88fe48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = firejail-no-apparmor
pkgdesc = Linux namespaces sandbox program, compiled without dependency to apparmor
- pkgver = 0.9.62
+ pkgver = 0.9.62.4
pkgrel = 1
url = https://github.com/netblue30/firejail
changelog = RELNOTES
arch = x86_64
license = GPL2
+ optdepends = python: needed to execute some of the included contrib scripts
provides = firejail
conflicts = firejail
backup = etc/firejail/login.users
backup = etc/firejail/firejail.config
- source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.62.tar.xz
- source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.62.tar.xz.asc
+ source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.62.4.tar.xz
+ source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.62.4.tar.xz.asc
validpgpkeys = F951164995F5C4006A73411E2CCB36ADFC5849A7
- sha256sums = 0568081ce950c5240e1b2fca7014b798f589657249e17283a14e20e41f8d5ae0
+ sha256sums = 2a2738bded0d4c96ea17094dacdba175516a193d50ce3e743fce7ac1ade7260c
sha256sums = SKIP
pkgname = firejail-no-apparmor
diff --git a/PKGBUILD b/PKGBUILD
index 13afc118227a..e79cc94ea781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=firejail
pkgname="$_pkgname-no-apparmor"
-pkgver=0.9.62
+pkgver=0.9.62.4
pkgrel=1
pkgdesc='Linux namespaces sandbox program, compiled without dependency to apparmor'
@@ -17,12 +17,14 @@ url="https://github.com/netblue30/$_pkgname"
provides=("$_pkgname")
conflicts=("$_pkgname")
+optdepends=('python: needed to execute some of the included contrib scripts')
+
changelog=RELNOTES
backup=("etc/$_pkgname/login.users"
"etc/$_pkgname/$_pkgname.config")
#source=($_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
source=("https://sourceforge.net/projects/$_pkgname/files/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('0568081ce950c5240e1b2fca7014b798f589657249e17283a14e20e41f8d5ae0'
+sha256sums=('2a2738bded0d4c96ea17094dacdba175516a193d50ce3e743fce7ac1ade7260c'
'SKIP')
validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
diff --git a/RELNOTES b/RELNOTES
index e19470475b05..c377b7573b8a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,20 @@
+firejail (0.9.62.4) baseline; urgency=low
+ * fix AppArmor broken in the previous release
+ * miscellaneous fixes
+ -- netblue30 <netblue30@yahoo.com> Mon, 17 Aug 2020 08:00:00 -0500
+
+firejail (0.9.62.2) baseline; urgency=low
+ * patches from Debian (firejail 0.9.62-3, sid):
+ profile-fixes.patch, apparmor-include.patch
+ * patches from Debian (firejail 0.9.64-4, sid)
+ CVE-2020-17367 reported by Tim Starling
+ CVE-2020-17368 reported by Tim Starling
+ * patches from Debian (firejail 0.9.64-4, sid)
+ element-profile.patch, usrsharedoc.patch,
+ pathnames.patch, usr-share-firefox.patch
+ * additional hardening and bug fixes
+ -- netblue30 <netblue30@yahoo.com> Mon, 10 Aug 2020 08:00:00 -0500
+
firejail (0.9.62) baseline; urgency=low
* added file-copy-limit in /etc/firejail/firejail.config
* profile templates (/usr/share/doc/firejail)