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 b7be421741d5349253340976e1238978c86c7c91 (commit)
via b21c471b731194c8cb43a1dec775685b5446e2c1 (commit)
from 54fd05358b874a2bbb5c0f58f4a04f010c196388 (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 b7be421741d5349253340976e1238978c86c7c91
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Mar 10 17:37:23 2012 +0100
usb_modeswitch: update to 1.2.3.
commit b21c471b731194c8cb43a1dec775685b5446e2c1
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Mar 10 17:32:31 2012 +0100
strongswan: update to 4.6.2.
fixes #10037
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/strongswan | 21 +++++++++++--------
config/rootfiles/common/usb_modeswitch | 2 +-
.../core/{53 => 58}/filelists/usb_modeswitch | 0
lfs/strongswan | 4 +-
lfs/usb_modeswitch | 4 +-
5 files changed, 17 insertions(+), 14 deletions(-)
copy config/rootfiles/core/{53 => 58}/filelists/usb_modeswitch (100%)
Difference in files:
diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan
index c7d4bbd..9b02c0b 100644
--- a/config/rootfiles/common/strongswan
+++ b/config/rootfiles/common/strongswan
@@ -10,6 +10,7 @@ etc/ipsec.d/private
etc/ipsec.d/reqs
etc/ipsec.secrets
etc/strongswan.conf
+#usr/lib/ipsec
#usr/lib/ipsec/libcharon.a
#usr/lib/ipsec/libcharon.la
usr/lib/ipsec/libcharon.so
@@ -25,15 +26,6 @@ usr/lib/ipsec/libhydra.so.0.0.0
usr/lib/ipsec/libstrongswan.so
usr/lib/ipsec/libstrongswan.so.0
usr/lib/ipsec/libstrongswan.so.0.0.0
-#usr/libexec/ipsec
-usr/libexec/ipsec/_copyright
-usr/libexec/ipsec/_pluto_adns
-usr/libexec/ipsec/_updown
-usr/libexec/ipsec/_updown_espmark
-usr/libexec/ipsec/charon
-usr/libexec/ipsec/openac
-usr/libexec/ipsec/pki
-#usr/lib/ipsec
#usr/lib/ipsec/plugins
#usr/lib/ipsec/plugins/libstrongswan-aes.a
#usr/lib/ipsec/plugins/libstrongswan-aes.la
@@ -77,6 +69,9 @@ usr/lib/ipsec/plugins/libstrongswan-pgp.so
#usr/lib/ipsec/plugins/libstrongswan-pkcs1.a
#usr/lib/ipsec/plugins/libstrongswan-pkcs1.la
usr/lib/ipsec/plugins/libstrongswan-pkcs1.so
+#usr/lib/ipsec/plugins/libstrongswan-pkcs8.a
+#usr/lib/ipsec/plugins/libstrongswan-pkcs8.la
+usr/lib/ipsec/plugins/libstrongswan-pkcs8.so
#usr/lib/ipsec/plugins/libstrongswan-pubkey.a
#usr/lib/ipsec/plugins/libstrongswan-pubkey.la
usr/lib/ipsec/plugins/libstrongswan-pubkey.so
@@ -113,6 +108,14 @@ usr/lib/ipsec/plugins/libstrongswan-xauth.so
#usr/lib/ipsec/plugins/libstrongswan-xcbc.a
#usr/lib/ipsec/plugins/libstrongswan-xcbc.la
usr/lib/ipsec/plugins/libstrongswan-xcbc.so
+#usr/libexec/ipsec
+usr/libexec/ipsec/_copyright
+usr/libexec/ipsec/_pluto_adns
+usr/libexec/ipsec/_updown
+usr/libexec/ipsec/_updown_espmark
+usr/libexec/ipsec/charon
+usr/libexec/ipsec/openac
+usr/libexec/ipsec/pki
usr/libexec/ipsec/pluto
usr/libexec/ipsec/scepclient
usr/libexec/ipsec/starter
diff --git a/config/rootfiles/common/usb_modeswitch b/config/rootfiles/common/usb_modeswitch
index fe60c05..ab46c4d 100644
--- a/config/rootfiles/common/usb_modeswitch
+++ b/config/rootfiles/common/usb_modeswitch
@@ -1,5 +1,5 @@
etc/usb_modeswitch.conf
-#lib/udev/usb_modeswitch
+lib/udev/usb_modeswitch
usr/sbin/usb_modeswitch
usr/sbin/usb_modeswitch_dispatcher
#usr/share/man/man1/usb_modeswitch.1
diff --git a/config/rootfiles/core/58/filelists/usb_modeswitch b/config/rootfiles/core/58/filelists/usb_modeswitch
new file mode 120000
index 0000000..acbab6f
--- /dev/null
+++ b/config/rootfiles/core/58/filelists/usb_modeswitch
@@ -0,0 +1 @@
+../../../common/usb_modeswitch
\ No newline at end of file
diff --git a/lfs/strongswan b/lfs/strongswan
index 7370be9..964f2ed 100644
--- a/lfs/strongswan
+++ b/lfs/strongswan
@@ -24,7 +24,7 @@
include Config
-VER = 4.6.1
+VER = 4.6.2
THISAPP = strongswan-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 85a28a12ed6f286a5bc9117e3a9386bb
+$(DL_FILE)_MD5 = ed64e6746011930a70f3a271dc0e3c9e
install : $(TARGET)
diff --git a/lfs/usb_modeswitch b/lfs/usb_modeswitch
index db9ca3a..09a0b68 100644
--- a/lfs/usb_modeswitch
+++ b/lfs/usb_modeswitch
@@ -24,7 +24,7 @@
include Config
-VER = 1.2.2
+VER = 1.2.3
THISAPP = usb-modeswitch-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4f3d3b9342b59b488089a8a81abda3ae
+$(DL_FILE)_MD5 = 9b29e8b0d93d7604a9e5efc4696d37a3
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree