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, openvpn-n2n has been updated via cdc2be25f1b63a906f2209ae9d7ac4bdd4b14feb (commit) from ce9abb6627a085706077c1a11da1569fc3c7f244 (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 cdc2be25f1b63a906f2209ae9d7ac4bdd4b14feb Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 18 17:35:24 2011 +0200
openvpn: Update to 2.2.1.
-----------------------------------------------------------------------
Summary of changes: lfs/openvpn | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/openvpn b/lfs/openvpn index 925c2ad..0937930 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@
include Config
-VER = 2.1.2 +VER = 2.2.1
THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 543a30dafcdefe1d67c0e47b80741755 +$(DL_FILE)_MD5 = 500bee5449b29906150569aaf2eb2730
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree