summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-01-29 15:35:43 +0100
committerKr1ss2021-01-29 15:35:43 +0100
commit3d72f621d2081e674aed8ebc3aa3aa9e3a85ca13 (patch)
tree4dc99e1d321277c1cb7480d812406302401750cf
parent479e7d6fdb89e3290cf47f7bd4d2815efd42cde1 (diff)
downloadaur-3d72f621d2081e674aed8ebc3aa3aa9e3a85ca13.tar.gz
update: firejail-no-apparmor 0.9.64.2-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--RELNOTES18
3 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562ec94b6b09..5808b469e40c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firejail-no-apparmor
pkgdesc = Linux namespaces sandbox program, compiled without dependency to apparmor
- pkgver = 0.9.64
- pkgrel = 2
+ pkgver = 0.9.64.2
+ pkgrel = 1
url = https://github.com/netblue30/firejail
changelog = RELNOTES
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = firejail-no-apparmor
conflicts = firejail
backup = etc/firejail/login.users
backup = etc/firejail/firejail.config
- source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.64.tar.xz
- source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.64.tar.xz.asc
+ source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.64.2.tar.xz
+ source = https://sourceforge.net/projects/firejail/files/firejail/firejail-0.9.64.2.tar.xz.asc
validpgpkeys = F951164995F5C4006A73411E2CCB36ADFC5849A7
- sha256sums = e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd
+ sha256sums = 3b1de0bad985dd327b8ef35ce190eb7a1c61ed2e01b8dc901652f4203b1fa378
sha256sums = SKIP
pkgname = firejail-no-apparmor
diff --git a/PKGBUILD b/PKGBUILD
index fc98a7089c4b..1c182c04934d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname=firejail
pkgname="$_pkgname-no-apparmor"
-pkgver=0.9.64
-pkgrel=2
+pkgver=0.9.64.2
+pkgrel=1
pkgdesc='Linux namespaces sandbox program, compiled without dependency to apparmor'
arch=('x86_64')
@@ -24,7 +24,7 @@ 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=('e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd'
+sha256sums=('3b1de0bad985dd327b8ef35ce190eb7a1c61ed2e01b8dc901652f4203b1fa378'
'SKIP')
validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
diff --git a/RELNOTES b/RELNOTES
index 9ab45ea9c75e..fae29632db74 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,18 @@
-firejail (0.9.63) baseline; urgency=low
+firejail (0.9.64.2) baseline; urgency=low
+ * allow --tmpfs inside $HOME for unprivileged users
+ * --disable-usertmpfs compile time option
+ * allow AF_BLUETOOTH via --protocol=bluetooth
+ * Setup guide for new users: contrib/firejail-welcome.sh
+ * implement netns in profiles
+ * added nolocal6.net IPv6 network filter
+ * new profiles: spectacle, chromium-browser-privacy, gtk-straw-viewer
+ * new profiles: gtk-youtube-viewer, gtk2-youtube-viewer, gtk3-youtube-viewer
+ * new profiles: straw-viewer, lutris, dolphin-emu, authenticator-rs, servo
+ * new profiles: npm, marker, yarn, lsar, unar, agetpkg, mdr, shotwell, qnapi
+ * new profiles: guvcview, pkglog, kdiff3, CoyIM
+ -- netblue30 <netblue30@yahoo.com> Tue, 26 Jan 2021 09:00:00 -0500
+
+firejail (0.9.64) baseline; urgency=low
* replaced --nowrap option with --wrap in firemon
* The blocking action of seccomp filters has been changed from
killing the process to returning EPERM to the caller. To get the
@@ -51,7 +65,7 @@ firejail (0.9.63) baseline; urgency=low
* new profiles: youtubemusic-nativefier, cola, dbus-send, notify-send
* new profiles: qrencode, ytmdesktop, twitch
* new profiles: xournalpp, chromium-freeworld, equalx
- -- netblue30 <netblue30@yahoo.com> Sun, 4 Oct 2020 08:00:00 -0500
+ -- netblue30 <netblue30@yahoo.com> Wed, 21 Oct 2020 08:00:00 -0500
firejail (0.9.62) baseline; urgency=low
* added file-copy-limit in /etc/firejail/firejail.config