/hg/icedtea6: PR1119: Old installs still suffer from GCC PR41686

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Aug 15 17:52:02 PDT 2012


changeset b41a73ca64e6 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b41a73ca64e6
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Aug 16 01:51:50 2012 +0100

	PR1119: Old installs still suffer from GCC PR41686

	2012-08-16  Andrew John Hughes  <ahughes at redhat.com>

		PR1121: Old installs still suffer from GCC PR41686
		* Makefile.am:
		(ICEDTEA_BOOTSTRAP_CLASSES):
		Add javax.security.auth.kerberos.KerberosTicket
		* NEWS: Updated.


diffstat:

 ChangeLog   |  8 ++++++++
 Makefile.am |  3 ++-
 NEWS        |  1 +
 3 files changed, 11 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 8182b4c86fed -r b41a73ca64e6 ChangeLog
--- a/ChangeLog	Wed Aug 15 23:07:12 2012 +0100
+++ b/ChangeLog	Thu Aug 16 01:51:50 2012 +0100
@@ -1,3 +1,11 @@
+2012-08-16  Andrew John Hughes  <ahughes at redhat.com>
+
+	PR1121: Old installs still suffer from GCC PR41686
+	* Makefile.am:
+	(ICEDTEA_BOOTSTRAP_CLASSES):
+	Add javax.security.auth.kerberos.KerberosTicket
+	* NEWS: Updated.
+
 2012-08-15  Andrew John Hughes  <ahughes at redhat.com>
 
 	PR1117: IcedTea6 prebuilds far too many classes on bootstrap
diff -r 8182b4c86fed -r b41a73ca64e6 Makefile.am
--- a/Makefile.am	Wed Aug 15 23:07:12 2012 +0100
+++ b/Makefile.am	Thu Aug 16 01:51:50 2012 +0100
@@ -73,7 +73,8 @@
 	$(SHARE)/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java \
 	$(SHARE)/java/security/cert/X509CRLSelector.java \
 	$(SHARE)/java/security/cert/X509CertSelector.java \
-	$(SHARE)/javax/security/sasl/Sasl.java
+	$(SHARE)/javax/security/sasl/Sasl.java \
+	$(SHARE)/javax/security/auth/kerberos/KerberosTicket.java
 
 # Flags
 MEMORY_LIMIT = -J-Xmx1024m
diff -r 8182b4c86fed -r b41a73ca64e6 NEWS
--- a/NEWS	Wed Aug 15 23:07:12 2012 +0100
+++ b/NEWS	Thu Aug 16 01:51:50 2012 +0100
@@ -23,6 +23,7 @@
   - PR1050: Stream objects not garbage collected
   - PR1113: Add tapset tests to distribution.
   - PR1117: IcedTea6 prebuilds far too many classes on bootstrap
+  - PR1119: Old installs still suffer from GCC PR41686
 * JamVM
   - ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
   - PPC: Don't use lwsync if it isn't supported



More information about the distro-pkg-dev mailing list