mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
copy. This should have the following effects: . Fix problems experienced by programmes that dynamically create their own copy of the JVM and are linked against the system's zlib (e.g., eclipse). . Reduce the potential for zlib based security problems affecting the JDK. This is similar to the patch in the PR, but was actually backported from the patches for the jdk15 port, so its a touch different. PR: 92459
18 lines
529 B
Text
18 lines
529 B
Text
--- ../../j2se/make/java/zip/FILES_c.gmk.orig Wed Sep 10 19:43:01 2003
|
|
+++ ../../j2se/make/java/zip/FILES_c.gmk Sat Feb 11 00:55:54 2006
|
|
@@ -8,15 +8,4 @@
|
|
$(CTARGDIR)Inflater.c \
|
|
$(CTARGDIR)ZipFile.c \
|
|
$(CTARGDIR)ZipEntry.c \
|
|
- $(CTARGDIR)zadler32.c \
|
|
- $(CTARGDIR)zcrc32.c \
|
|
- $(CTARGDIR)deflate.c \
|
|
- $(CTARGDIR)trees.c \
|
|
- $(CTARGDIR)zutil.c \
|
|
- $(CTARGDIR)inflate.c \
|
|
- $(CTARGDIR)infblock.c \
|
|
- $(CTARGDIR)inftrees.c \
|
|
- $(CTARGDIR)infcodes.c \
|
|
- $(CTARGDIR)infutil.c \
|
|
- $(CTARGDIR)inffast.c \
|
|
$(CTARGDIR)zip_util.c
|