mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -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. Submitted by: mi@
17 lines
498 B
Text
17 lines
498 B
Text
--- ../../j2se/make/java/zip/FILES_c.gmk Tue Oct 19 14:44:55 2004
|
|
+++ ../../j2se/make/java/zip/FILES_c.gmk Sat Oct 15 14:51:44 2005
|
|
@@ -9,14 +9,3 @@
|
|
$(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
|