Skip to content

Commit

Permalink
Prepare release v0.7.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher committed Jan 26, 2022
1 parent 023367e commit ffb65c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
pkgname=portmaster-bin
pkgver=0.7.0
pkgrel=1
pkgrel=2
pkgdesc='Application Firewall: Block Mass Surveillance - Love Freedom'
arch=('x86_64')
url='https://safing.io/portmaster'
Expand All @@ -29,7 +29,7 @@ sha256sums=('6ade636aaf2b608f251972fd98b25a8020b301023a6377e5275de5195a132e7f'
'7b0c03e4552dd86caeff2d628b13346cfe70a646af11abac6555e348e46c28da'
'490b586f185218fdd947e8f12aa2dc412d78d89c8ce9b8ef5a75cb2e5ffb94ae'
'ecb02625952594af86d3b53762363c1e227c2b9604fc9c9423682fc87a92a957'
'd08a3b5f3aee351f8e120e6e2e0a089964b94c9e9d0a9e5fa822e60880e315fd')
'bc26dd37e6953af018ad3676ee77570070e075f2b9f5df6fa59d65651a481468')

prepare() {
for res in 16 32 48 96 128 ; do
Expand Down
12 changes: 0 additions & 12 deletions linux/arch.install
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ post_install() {
changed="True"
fi

# SystemCallFilter groups are added in 231 so make sure we comment it out
if [ "${systemd_version}" -lt 231 ]; then
sed -i "s/^SystemCall/#SystemCall/g" /opt/safing/portmaster/portmaster.service ||:
changed="True"
fi

if [ "${changed}" = "True" ] && [ "$1" = "upgrade" ]; then
systemctl daemon-reload ||:
fi
Expand Down Expand Up @@ -102,12 +96,6 @@ post_upgrade() {
changed="True"
fi

# SystemCallFilter groups are added in 231 so make sure we comment it out
if [ "${systemd_version}" -lt 231 ]; then
sed -i "s/^SystemCall/#SystemCall/g" /opt/safing/portmaster/portmaster.service ||:
changed="True"
fi

if [ "${changed}" = "True" ] && [ "$1" = "upgrade" ]; then
systemctl daemon-reload ||:
fi
Expand Down
2 changes: 1 addition & 1 deletion linux/pkgrev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2

0 comments on commit ffb65c5

Please sign in to comment.