]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Update gzip to 1.3.13.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Oct 2009 18:41:15 +0000 (20:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Oct 2009 18:41:15 +0000 (20:41 +0200)
This fixes issue #475.

lfs/gzip

index 35256b86c89d5001f6741adb1a4caa6e47126cc4..4e7992f52ce3cd41848b824b3b901b81031990e5 100644 (file)
--- 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