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 a898e4cba75ad166863f928a30f7af454670579a (commit) from d6ef5df18edfd8af46abbd09107cef9d42810cb4 (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 a898e4cba75ad166863f928a30f7af454670579a Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 3 16:23:26 2015 +0100
miniupnpd: Update to version 1.9
Supposed to fix issues with XBox Live (#10699)
-----------------------------------------------------------------------
Summary of changes: lfs/miniupnpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/miniupnpd b/lfs/miniupnpd index a314624..18b8c39 100644 --- a/lfs/miniupnpd +++ b/lfs/miniupnpd @@ -24,7 +24,7 @@
include Config
-VER = 1.8 +VER = 1.9
THISAPP = miniupnpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = miniupnpd -PAK_VER = 1 +PAK_VER = 2
############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0d8a8e936d5a0012cb260a3b972acbf3 +$(DL_FILE)_MD5 = 9151502f84f130b0ef1245ac938c33f9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree