* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ef14d8a064af141a1f1c4acccd6cf70ccc443304
@ 2020-11-24 11:32 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2020-11-24 11:32 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 5342 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 ef14d8a064af141a1f1c4acccd6cf70ccc443304 (commit)
via 76da59bba60fa3d3012b6e026fb5451d0c3a7bfe (commit)
via 27023de9317001140f12aaa07d09ddd2408fb007 (commit)
from e4f287a268c490e393e2e7ffd5bdd8246c3d3f76 (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 ef14d8a064af141a1f1c4acccd6cf70ccc443304
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Nov 24 11:08:13 2020 +0100
core153: ship strongswan
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 76da59bba60fa3d3012b6e026fb5451d0c3a7bfe
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Nov 24 10:52:45 2020 +0100
strongswan: update to 5.9.1
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 27023de9317001140f12aaa07d09ddd2408fb007
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Nov 24 08:18:09 2020 +0100
vdr-dvbapi: fix rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/106 => core/153}/filelists/strongswan | 0
config/rootfiles/core/153/update.sh | 4 ++++
config/rootfiles/packages/aarch64/vdr_dvbapi | 2 +-
config/rootfiles/packages/armv5tel/vdr_dvbapi | 2 +-
config/rootfiles/packages/i586/vdr_dvbapi | 4 ++--
config/rootfiles/packages/x86_64/vdr_dvbapi | 2 +-
lfs/strongswan | 4 ++--
7 files changed, 11 insertions(+), 7 deletions(-)
copy config/rootfiles/{oldcore/106 => core/153}/filelists/strongswan (100%)
Difference in files:
diff --git a/config/rootfiles/core/153/filelists/strongswan b/config/rootfiles/core/153/filelists/strongswan
new file mode 120000
index 000000000..90c727e26
--- /dev/null
+++ b/config/rootfiles/core/153/filelists/strongswan
@@ -0,0 +1 @@
+../../../common/strongswan
\ No newline at end of file
diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/update.sh
index af85c1794..f94cf4925 100644
--- a/config/rootfiles/core/153/update.sh
+++ b/config/rootfiles/core/153/update.sh
@@ -89,6 +89,7 @@ rm -rf /lib/modules
# Remove files
# Stop services
+/etc/init.d/ipsec stop
# Extract files
extract_files
@@ -111,6 +112,9 @@ sed -e "s/^%hourly,random \* \* \*/%hourly,random */g" \
fcrontab -z
# Start services
+if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
+ /etc/init.d/ipsec start
+fi
/etc/init.d/suricata restart
# Reload sysctl.conf
diff --git a/config/rootfiles/packages/aarch64/vdr_dvbapi b/config/rootfiles/packages/aarch64/vdr_dvbapi
index 2dd21fe99..40e2e15ff 100644
--- a/config/rootfiles/packages/aarch64/vdr_dvbapi
+++ b/config/rootfiles/packages/aarch64/vdr_dvbapi
@@ -1,3 +1,3 @@
etc/sysconfig/vdr-plugins.d/dvbapi.conf
etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.4.1
+usr/lib/vdr/libvdr-dvbapi.so.2.4.4
diff --git a/config/rootfiles/packages/armv5tel/vdr_dvbapi b/config/rootfiles/packages/armv5tel/vdr_dvbapi
index 2dd21fe99..40e2e15ff 100644
--- a/config/rootfiles/packages/armv5tel/vdr_dvbapi
+++ b/config/rootfiles/packages/armv5tel/vdr_dvbapi
@@ -1,3 +1,3 @@
etc/sysconfig/vdr-plugins.d/dvbapi.conf
etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.4.1
+usr/lib/vdr/libvdr-dvbapi.so.2.4.4
diff --git a/config/rootfiles/packages/i586/vdr_dvbapi b/config/rootfiles/packages/i586/vdr_dvbapi
index db2bc1ee6..f6b0fbfa2 100644
--- a/config/rootfiles/packages/i586/vdr_dvbapi
+++ b/config/rootfiles/packages/i586/vdr_dvbapi
@@ -1,4 +1,4 @@
etc/sysconfig/vdr-plugins.d/dvbapi.conf
etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.4.1
-usr/lib/vdr/libvdr-dvbapi.so.2.4.1-sse
+usr/lib/vdr/libvdr-dvbapi.so.2.4.4
+usr/lib/vdr/libvdr-dvbapi.so.2.4.4-sse
diff --git a/config/rootfiles/packages/x86_64/vdr_dvbapi b/config/rootfiles/packages/x86_64/vdr_dvbapi
index 2dd21fe99..40e2e15ff 100644
--- a/config/rootfiles/packages/x86_64/vdr_dvbapi
+++ b/config/rootfiles/packages/x86_64/vdr_dvbapi
@@ -1,3 +1,3 @@
etc/sysconfig/vdr-plugins.d/dvbapi.conf
etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.4.1
+usr/lib/vdr/libvdr-dvbapi.so.2.4.4
diff --git a/lfs/strongswan b/lfs/strongswan
index d62a37c81..421541369 100644
--- a/lfs/strongswan
+++ b/lfs/strongswan
@@ -24,7 +24,7 @@
include Config
-VER = 5.9.0
+VER = 5.9.1
THISAPP = strongswan-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 705628cddd5b7683ef8a688acd9514d8
+$(DL_FILE)_MD5 = 1f4db969d072e120dc12d1c116a0f658
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-24 11:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 11:32 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ef14d8a064af141a1f1c4acccd6cf70ccc443304 Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox