]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
miniupnpd: Update to version 1.9
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Jan 2015 15:23:26 +0000 (16:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Jan 2015 15:23:26 +0000 (16:23 +0100)
Supposed to fix issues with XBox Live (#10699)

lfs/miniupnpd

index a314624882dae6d5fb830a0dabe82dc7a6812540..18b8c393b50cd39f38a81f592aecb9d193b565e7 100644 (file)
@@ -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)