From: Michael Tremer Date: Sat, 10 Oct 2009 18:41:15 +0000 (+0200) Subject: Update gzip to 1.3.13. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e55f6c228aed7481d6b60ad2571d267276cb35e;p=ipfire-3.x.git Update gzip to 1.3.13. This fixes issue #475. --- diff --git a/lfs/gzip b/lfs/gzip index 35256b86c..4e7992f52 100644 --- a/lfs/gzip +++ b/lfs/gzip @@ -25,7 +25,7 @@ include Config PKG_NAME = gzip -PKG_VER = 1.3.12 +PKG_VER = 1.3.13 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -83,12 +83,6 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && \ - for file in gzip.c lib/utimens.{c,h}; do \ - cp -v $$file{,.orig}; \ - sed 's/futimens/gl_&/' $$file.orig > $$file; \ - done - # This patch modifies 'znew' so we don't use temporary files: cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-openbsd-owl-tmp.patch