From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 70ccbf30f34e47563dae9487a339e50f7ceaccf9
Date: Wed, 24 May 2023 10:03:04 +0000 [thread overview]
Message-ID: <4QR6FP1C3kz2xp9@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4819 bytes --]
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 70ccbf30f34e47563dae9487a339e50f7ceaccf9 (commit)
via bd313e31b8f063e2e3db290782b206534cf8563d (commit)
from 9fae7ab32b1dacf9c6476e9733f6ebe905343aa8 (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 70ccbf30f34e47563dae9487a339e50f7ceaccf9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 24 10:02:00 2023 +0000
Revert "update.sh: Adds code to update an existing ovpnconfig with pass or no-pass"
This reverts commit 9cac1034bcfe423c4a5e0f547664fbabcf9050e6.
https://lists.ipfire.org/pipermail/development/2023-May/015952.html
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit bd313e31b8f063e2e3db290782b206534cf8563d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Wed May 24 10:00:19 2023 +0000
Revert "core175: Ship updated clwarn.cgi"
This reverts commit 9fae7ab32b1dacf9c6476e9733f6ebe905343aa8.
This file is not part of the core distribution, but part of the
squidclamav package.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/175/filelists/files | 1 -
config/rootfiles/core/175/update.sh | 24 ------------------------
lfs/squidclamav | 2 +-
3 files changed, 1 insertion(+), 26 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/175/filelists/files b/config/rootfiles/core/175/filelists/files
index 7cbed4a21..01a32e672 100644
--- a/config/rootfiles/core/175/filelists/files
+++ b/config/rootfiles/core/175/filelists/files
@@ -85,7 +85,6 @@ lib/firmware/rtw89/rtw8852b_fw-1.bin
srv/web/ipfire/cgi-bin/backup.cgi
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
srv/web/ipfire/cgi-bin/ovpnmain.cgi
-srv/web/ipfire/html/clwarn.cgi
srv/web/ipfire/html/images/openvpn_encrypted.png
usr/lib/dracut/dracut.conf.d/ipfire.conf
usr/lib/firewall/rules.pl
diff --git a/config/rootfiles/core/175/update.sh b/config/rootfiles/core/175/update.sh
index 83303a1c3..5e45c819f 100644
--- a/config/rootfiles/core/175/update.sh
+++ b/config/rootfiles/core/175/update.sh
@@ -177,30 +177,6 @@ if [ -e /boot/pakfire-kernel-update ]; then
/boot/pakfire-kernel-update ${KVER}
fi
-## Modify ovpnconfig according to bug 11048 for pass, no-pass modification in ovpnconfig index
-# Check if ovpnconfig exists and is not empty
-if [ -s /var/ipfire/ovpn/ovpnconfig ]; then
- # Make all N2N connections 'no-pass' since they do not use encryption
- awk '{FS=OFS=","} {if($5=="net") {$43="no-pass"; print $0}}' /var/ipfire/ovpn/ovpnconfig >> /var/ipfire/ovpn/ovpnconfig.new
-
- # Evaluate roadwarrior connection names for *.p12 files
- for y in $(awk -F',' '/host/ { print $3 }' /var/ipfire/ovpn/ovpnconfig); do
- # Sort all unencrypted roadwarriors out and set 'no-pass' in [43] index
- if [[ -n $(openssl pkcs12 -info -in /var/ipfire/ovpn/certs/${y}.p12 -noout -password pass:'' 2>&1 | grep 'Encrypted') ]]; then
- awk -v var="$y" '{FS=OFS=","} {if($3==var) {$43="no-pass"; print $0}}' /var/ipfire/ovpn/ovpnconfig >> /var/ipfire/ovpn/ovpnconfig.new
- fi
- # Sort all encrypted roadwarriors out and set 'pass' in [43] index
- if [[ -n $(openssl pkcs12 -info -in /var/ipfire/ovpn/certs/${y}.p12 -noout -password pass:'' 2>&1 | grep 'error') ]]; then
- awk -v var="$y" '{FS=OFS=","} {if($3==var) {$43="pass"; print $0}}' /var/ipfire/ovpn/ovpnconfig >> /var/ipfire/ovpn/ovpnconfig.new
- fi
- done
-fi
-
-# Replace existing ovpnconfig with updated index
-mv /var/ipfire/ovpn/ovpnconfig.new /var/ipfire/ovpn/ovpnconfig
-# Set correct ownership
-chown nobody:nobody /var/ipfire/ovpn/ovpnconfig
-
# This update needs a reboot...
touch /var/run/need_reboot
diff --git a/lfs/squidclamav b/lfs/squidclamav
index d3bb673f3..06133c5de 100644
--- a/lfs/squidclamav
+++ b/lfs/squidclamav
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = squidclamav
-PAK_VER = 21
+PAK_VER = 22
DEPS = clamav
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2023-05-24 10:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4QR6FP1C3kz2xp9@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox