diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-25 20:03:56 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-25 20:03:56 +0000 |
commit | 70c842246a7ffdd808630db4af137711eaa33346 (patch) | |
tree | faaadf11511ea057e94e662bbf56a70751cbbbec /java/openjdk6/files/icedtea/jaxws.patch | |
parent | - Update to 2.0.6 . (diff) |
Add multiple security patches from IcedTea6 1.12.5.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html
Obtained from: IcedTea Project
Diffstat (limited to 'java/openjdk6/files/icedtea/jaxws.patch')
-rw-r--r-- | java/openjdk6/files/icedtea/jaxws.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/openjdk6/files/icedtea/jaxws.patch b/java/openjdk6/files/icedtea/jaxws.patch new file mode 100644 index 000000000000..b93ba153a0c1 --- /dev/null +++ b/java/openjdk6/files/icedtea/jaxws.patch @@ -0,0 +1,13 @@ +--- jaxws/build.properties.orig 2012-10-26 14:23:24.000000000 -0400 ++++ jaxws/build.properties 2013-04-25 15:06:29.000000000 -0400 +@@ -77,6 +77,10 @@ + # Where patches to drop bundle sources live + patches.dir=patches + ++# Patches to apply ++jaxws_src.patch.list=8003543.patch \ ++ 8005432.patch ++ + # Sanity information + sanity.info= Sanity Settings:${line.separator}\ + ant.home=${ant.home}${line.separator}\ |