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 d45803a4afca328456e1d993537ce744cb2b4fed (commit) via c94a87be39e38adef8b4ca291ea74fe0390d9e75 (commit) from c6b9920368c98d2794789d5709fc983e6fbd3642 (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 d45803a4afca328456e1d993537ce744cb2b4fed Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Dec 4 11:24:28 2011 +0100
transmission: Updated to 2.42.
commit c94a87be39e38adef8b4ca291ea74fe0390d9e75 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Dec 4 11:24:11 2011 +0100
strongwan: fix typo.
-----------------------------------------------------------------------
Summary of changes: lfs/strongswan | 2 +- lfs/transmission | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/strongswan b/lfs/strongswan index 43c6695..e2da475 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \ --enable-cisco-quirks \ --enable-curl \ - --enable-nattransport + --enable-nat-transport
cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install diff --git a/lfs/transmission b/lfs/transmission index c4262d2..6e2ab79 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -24,7 +24,7 @@
include Config
-VER = 2.41 +VER = 2.42
THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 2 +PAK_VER = 3
DEPS = "libevent2"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0d0a061dfb92c0cb359dc531d5da0a94 +$(DL_FILE)_MD5 = 50f6dd76c5c01f45d5ed20783c686815
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree