Updated 7zip to 4.61

This commit is contained in:
Arne Fitzenreiter
2009-02-01 14:00:11 +01:00
parent 49a5137d51
commit 7bf063067d
2 changed files with 5 additions and 3 deletions

View File

@@ -110,6 +110,7 @@
* gdbm-1.8.3 * gdbm-1.8.3
* gettext-0.14.5 * gettext-0.14.5
* git-1.6.0 * git-1.6.0
* git-1.6.1.2
* glib-2.16.5 * glib-2.16.5
* glibc-2.3.6 * glibc-2.3.6
* gmp-4.2 * gmp-4.2
@@ -230,6 +231,7 @@
* openswan-2.6.18-kmod-VER * openswan-2.6.18-kmod-VER
* openvpn-2.0.9 * openvpn-2.0.9
* p7zip_4.58 * p7zip_4.58
* p7zip_4.61
* pam_mysql-0.7RC1 * pam_mysql-0.7RC1
* patch-2.5.4 * patch-2.5.4
* pciutils-2.2.3 * pciutils-2.2.3

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 4.58 VER = 4.61
THISAPP = p7zip_$(VER) THISAPP = p7zip_$(VER)
DL_FILE = $(THISAPP).tar.bz2 DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
PROG = 7zip PROG = 7zip
PAK_VER = 1 PAK_VER = 2
DEPS = "" DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 315b184102c17c4956f53218d973222d $(DL_FILE)_MD5 = a01408ac4ef496270ff936db21309b92
install : $(TARGET) install : $(TARGET)