From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5e5a470399cc2f1b377de7ecacfd1dffe90b89fc Date: Tue, 01 Dec 2020 16:15:20 +0000 Message-ID: <4ClnJ81zpKz2xdJ@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6485994050602282097==" List-Id: --===============6485994050602282097== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 5e5a470399cc2f1b377de7ecacfd1dffe90b89fc (commit) via 31098f84abea3288c775339f432a492e4abeeb6b (commit) via 5ad244623711541969613a883012af3d13fa364b (commit) via 820edb2374ef3af02e8fa37a4b1acebefcc6317c (commit) from e8ecc81a70f504430f2f0791789de4778f938fe3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5e5a470399cc2f1b377de7ecacfd1dffe90b89fc Author: Stefan Schantl Date: Sun Nov 29 11:52:18 2020 +0100 Core 153: Update ownership of "/var/ipfire/red". =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit 31098f84abea3288c775339f432a492e4abeeb6b Author: Stefan Schantl Date: Sun Nov 29 11:52:17 2020 +0100 configroot: Change ownership of "/var/ipfire/red" to nobody. =20 Otherwise the WUI is not allowed to put and release the nobeep file in this folder and the desired functionality does not work. =20 Fixes #12385. =20 Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit 5ad244623711541969613a883012af3d13fa364b Author: Michael Tremer Date: Tue Dec 1 16:12:43 2020 +0000 core153: Ship openvpn =20 Signed-off-by: Michael Tremer commit 820edb2374ef3af02e8fa37a4b1acebefcc6317c Author: Erik Kapfer Date: Wed Nov 25 22:26:03 2020 +0000 OpenVPN: Update to version 2.5.0 =20 Signed-off-by: Erik Kapfer Tested-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/openvpn | 1 - config/rootfiles/{oldcore/100 =3D> core/153}/filelists/openvpn | 0 config/rootfiles/core/153/update.sh | 7 +++++++ lfs/configroot | 2 +- lfs/openvpn | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) copy config/rootfiles/{oldcore/100 =3D> core/153}/filelists/openvpn (100%) Difference in files: diff --git a/config/rootfiles/common/openvpn b/config/rootfiles/common/openvpn index 547842db3..41ccc885e 100644 --- a/config/rootfiles/common/openvpn +++ b/config/rootfiles/common/openvpn @@ -19,7 +19,6 @@ usr/sbin/openvpn #usr/share/doc/openvpn/README.down-root #usr/share/doc/openvpn/README.mbedtls #usr/share/doc/openvpn/management-notes.txt -#usr/share/man/man8/openvpn.8 var/ipfire/ovpn/ca var/ipfire/ovpn/caconfig var/ipfire/ovpn/ccd diff --git a/config/rootfiles/core/153/filelists/openvpn b/config/rootfiles/c= ore/153/filelists/openvpn new file mode 120000 index 000000000..493f3f7a4 --- /dev/null +++ b/config/rootfiles/core/153/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/= update.sh index f94cf4925..08adaf797 100644 --- a/config/rootfiles/core/153/update.sh +++ b/config/rootfiles/core/153/update.sh @@ -90,6 +90,8 @@ rm -rf /lib/modules =20 # Stop services /etc/init.d/ipsec stop +/usr/local/bin/openvpnctrl -k +/usr/local/bin/openvpnctrl -kn2n =20 # Extract files extract_files @@ -100,6 +102,9 @@ ldconfig # Update permissions chown -vR root:root /etc/ntp =20 +# Update owernship of "/var/ipfire/red" +chown nobody:nobody /var/ipfire/red + # Update Language cache /usr/local/bin/update-lang-cache =20 @@ -116,6 +121,8 @@ if grep -q "ENABLED=3Don" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi /etc/init.d/suricata restart +/usr/local/bin/openvpnctrl -s +/usr/local/bin/openvpnctrl -sn2n =20 # Reload sysctl.conf sysctl -p diff --git a/lfs/configroot b/lfs/configroot index 0afacebaf..a37c2c401 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -171,7 +171,7 @@ $(TARGET) : # Configroot permissions chown -R nobody:nobody $(CONFIG_ROOT) chown root:root $(CONFIG_ROOT) - for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lan= g/ langs/ red/ ; do \ + for i in backup/ header.pl general-functions.pl graphs.pl lang.pl addon-lan= g/ langs/ ; do \ chown -R root:root $(CONFIG_ROOT)/$$i; \ done chown -Rv root:root $(CONFIG_ROOT)/*/bin diff --git a/lfs/openvpn b/lfs/openvpn index 779bf5520..b026d515b 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.4.9 +VER =3D 2.5.0 =20 THISAPP =3D openvpn-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 446df6dc29364d00929ea9c725412cb8 +$(DL_FILE)_MD5 =3D ba426e2217833b522810d6c06f7cc8f7 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============6485994050602282097==--