Changeset 2107

Show
Ignore:
Timestamp:
10/12/07 09:29:45 (1 year ago)
Author:
alexander
Message:

Unzip security fix.
The locale issue will remain unfixed, because there is no good patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/unzip/Makefile

    r2000 r2107  
    99SHA-$(FILE)= d3d0b410f51b98dae3b056b5e9768fccb1402beb 
    1010 
     11PATCH1= $(DIR)-security_fix-1.patch 
     12URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) 
     13SHA-$(PATCH1)= 7f6a287c0b480bc4748abdf69429dfc76383e1d6 
     14 
    1115# Targets 
    1216 
     
    1721        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 
    1822 
    19 stage2: Makefile $(FILE) 
     23stage2: Makefile $(FILE) $(PATCH1) 
    2024        $(std_build) 
    2125 
    2226compile-stage2: 
     27        patch -Np1 -i ../$(PATCH1) 
    2328ifeq ($(CD_ARCH),x86) 
    2429        make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux