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, master has been updated via 7829d1d0195d99cdb30790909d9edf25ec0e40da (commit) from 8190e95105d0398862f0be73b6b4e4fbd8b27214 (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 7829d1d0195d99cdb30790909d9edf25ec0e40da Author: Christian Schmidt christian.schmidt@ipfire.org Date: Thu Aug 19 04:44:02 2010 +0200
Added latest openvpn stable to core40.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/filelists/files | 1 + config/rootfiles/core/40/update.sh | 3 ++- doc/packages-list.txt | 2 +- lfs/openvpn | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 188e539..883eb86 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -19,3 +19,4 @@ lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/option.ko lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/option.ko lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/usbserial.ko lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/usbserial.ko +usr/sbin/openvpn diff --git a/config/rootfiles/core/40/update.sh b/config/rootfiles/core/40/update.sh index 16a7dec..8878200 100644 --- a/config/rootfiles/core/40/update.sh +++ b/config/rootfiles/core/40/update.sh @@ -26,7 +26,7 @@
# #Stop services - +/usr/local/bin/openvpnctrl -k # #Extract files extract_files @@ -36,6 +36,7 @@ rm -rf /usr/lib/python2.4
# #Start services +/usr/local/bin/openvpnctrl -s
# #Update Language cache diff --git a/doc/packages-list.txt b/doc/packages-list.txt index ef64f05..8f11d12 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -264,7 +264,7 @@ * openmailadmin-1.0.0 * openssh-5.4p1 * openssl-0.9.8o -* openvpn-2.1.1 +* openvpn-2.1.2 * p7zip_4.65 * pam_mysql-0.7RC1 * patch-2.5.4 diff --git a/lfs/openvpn b/lfs/openvpn index b7d651f..8c8ad71 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@
include Config
-VER = 2.1.1 +VER = 2.1.2
THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b273ed2b5ec8616fb9834cde8634bce7 +$(DL_FILE)_MD5 = 543a30dafcdefe1d67c0e47b80741755
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree