diff options
author | taya <taya@pkgsrc.org> | 2001-12-27 15:02:36 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-12-27 15:02:36 +0000 |
commit | 272d0ee17e1c923149956e67a4268f788154a953 (patch) | |
tree | 19a20208e91585e06dac2113fcda4e680399c389 /www/mozilla/patches | |
parent | fd5fcf139fba08cd76401633427d511fab34957e (diff) | |
download | pkgsrc-272d0ee17e1c923149956e67a4268f788154a953.tar.gz |
Update mozilla to 0.9.7
See the release notes for detail.
http://www.mozilla.org/releases/mozilla0.9.7/
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r-- | www/mozilla/patches/patch-aw | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ax | 30 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ay | 8 | ||||
-rw-r--r-- | www/mozilla/patches/patch-az | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ba | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bb | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bc | 8 | ||||
-rw-r--r-- | www/mozilla/patches/patch-be | 4 |
8 files changed, 33 insertions, 33 deletions
diff --git a/www/mozilla/patches/patch-aw b/www/mozilla/patches/patch-aw index 808e2acf964..a41172872db 100644 --- a/www/mozilla/patches/patch-aw +++ b/www/mozilla/patches/patch-aw @@ -1,8 +1,8 @@ -$NetBSD: patch-aw,v 1.6 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-aw,v 1.7 2001/12/27 15:02:40 taya Exp $ diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in --- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in Sat Oct 27 14:49:19 2001 -+++ ./widget/src/gtksuperwin/Makefile.in Thu Nov 22 12:30:43 2001 ++++ ./widget/src/gtksuperwin/Makefile.in Sat Dec 22 13:02:34 2001 @@ -25,6 +25,7 @@ MODULE = widget LIBRARY_NAME = gtksuperwin diff --git a/www/mozilla/patches/patch-ax b/www/mozilla/patches/patch-ax index f34655fc24e..5bf0d63e092 100644 --- a/www/mozilla/patches/patch-ax +++ b/www/mozilla/patches/patch-ax @@ -1,9 +1,9 @@ -$NetBSD: patch-ax,v 1.5 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-ax,v 1.6 2001/12/27 15:02:41 taya Exp $ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/src/nsSocketTransport.cpp ---- ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp Tue Oct 9 07:17:25 2001 -+++ ./netwerk/base/src/nsSocketTransport.cpp Thu Nov 22 12:30:55 2001 -@@ -188,8 +188,7 @@ +--- ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp Tue Dec 4 11:47:19 2001 ++++ ./netwerk/base/src/nsSocketTransport.cpp Sat Dec 22 13:02:36 2001 +@@ -186,8 +186,7 @@ // // Set up Internet defaults... // @@ -13,7 +13,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s // // Initialize the global connect timeout value if necessary... -@@ -238,6 +237,13 @@ +@@ -236,6 +235,13 @@ nsAutoMonitor::DestroyMonitor(mMonitor); mMonitor = nsnull; } @@ -27,7 +27,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s } -@@ -642,15 +648,7 @@ +@@ -640,15 +646,7 @@ // // The hostname has not been resolved yet... // @@ -41,9 +41,9 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s - mNetAddress.ipv6.port = PR_htons(((mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort)); - + if (mNetAddressList == nsnull) { - nsCOMPtr<nsIDNSService> pDNSService(do_GetService(kDNSService, &rv)); - if (NS_FAILED(rv)) return rv; + PR_ExitMonitor(mMonitor); + nsIDNSService* pDNSService = mService->GetCachedDNSService(); @@ -673,7 +671,7 @@ // // The DNS lookup has finished... It has either failed or succeeded. @@ -106,10 +106,10 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s // - if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { + if (mNetAddressList == nsnull) { - nsCOMPtr<nsIDNSService> pDNSService(do_GetService(kDNSService, &rv)); - if (NS_FAILED(rv)) return rv; - -@@ -937,16 +954,18 @@ + nsIDNSService* pDNSService = mService->GetCachedDNSService(); + if (!pDNSService) { + return NS_ERROR_UNEXPECTED; +@@ -939,16 +956,18 @@ return NS_ERROR_FAILURE; } @@ -132,7 +132,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s } // -@@ -1411,21 +1430,27 @@ +@@ -1470,21 +1489,27 @@ // Enter the socket transport lock... nsAutoMonitor mon(mMonitor); nsresult rv = NS_OK; @@ -171,7 +171,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s } else { // XXX: What should happen here? The GetHostByName(...) succeeded but // there are *no* A records... -@@ -1458,7 +1483,7 @@ +@@ -1517,7 +1542,7 @@ // If the lookup failed, set the status... if (NS_FAILED(aStatus)) mStatus = aStatus; @@ -180,7 +180,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.cpp ./netwerk/base/s mStatus = NS_ERROR_ABORT; // Start processing the transport again - if necessary... -@@ -1779,7 +1804,7 @@ +@@ -1838,7 +1863,7 @@ *_retval = (char*)nsMemory::Alloc(aLen); if (!*_retval) return NS_ERROR_FAILURE; diff --git a/www/mozilla/patches/patch-ay b/www/mozilla/patches/patch-ay index 91824e53b8a..fb8fa2fb93a 100644 --- a/www/mozilla/patches/patch-ay +++ b/www/mozilla/patches/patch-ay @@ -1,8 +1,8 @@ -$NetBSD: patch-ay,v 1.5 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-ay,v 1.6 2001/12/27 15:02:41 taya Exp $ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.h ./netwerk/base/src/nsSocketTransport.h ---- ../Orig/mozilla/netwerk/base/src/nsSocketTransport.h Tue Oct 9 07:17:25 2001 -+++ ./netwerk/base/src/nsSocketTransport.h Thu Nov 22 12:30:57 2001 +--- ../Orig/mozilla/netwerk/base/src/nsSocketTransport.h Wed Nov 28 09:42:57 2001 ++++ ./netwerk/base/src/nsSocketTransport.h Sat Dec 22 13:02:38 2001 @@ -123,6 +123,11 @@ eSocketDNS_Wait = 0x2020 }; @@ -15,7 +15,7 @@ diff -ru ../Orig/mozilla/netwerk/base/src/nsSocketTransport.h ./netwerk/base/src // // This is the default timeout value (in milliseconds) for sockets which have // no activity... -@@ -246,7 +251,7 @@ +@@ -249,7 +254,7 @@ PRIntervalTime mLastActiveTime; PRCList mListLink; PRMonitor* mMonitor; diff --git a/www/mozilla/patches/patch-az b/www/mozilla/patches/patch-az index 89c2d1b1775..2c7794d3afa 100644 --- a/www/mozilla/patches/patch-az +++ b/www/mozilla/patches/patch-az @@ -1,8 +1,8 @@ -$NetBSD: patch-az,v 1.4 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-az,v 1.5 2001/12/27 15:02:41 taya Exp $ diff -ru ../Orig/mozilla/directory/c-sdk/ldap/include/portable.h ./directory/c-sdk/ldap/include/portable.h --- ../Orig/mozilla/directory/c-sdk/ldap/include/portable.h Sat Oct 27 05:47:18 2001 -+++ ./directory/c-sdk/ldap/include/portable.h Thu Nov 22 12:31:02 2001 ++++ ./directory/c-sdk/ldap/include/portable.h Sat Dec 22 13:02:39 2001 @@ -98,7 +98,7 @@ * some systems don't have the BSD re_comp and re_exec routines */ diff --git a/www/mozilla/patches/patch-ba b/www/mozilla/patches/patch-ba index e51e0ff6b59..b859652acbb 100644 --- a/www/mozilla/patches/patch-ba +++ b/www/mozilla/patches/patch-ba @@ -1,8 +1,8 @@ -$NetBSD: patch-ba,v 1.3 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-ba,v 1.4 2001/12/27 15:02:42 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include/md/_netbsd.cfg --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg Sat Dec 2 06:29:17 2000 -+++ ./nsprpub/pr/include/md/_netbsd.cfg Thu Nov 22 12:31:06 2001 ++++ ./nsprpub/pr/include/md/_netbsd.cfg Sat Dec 22 13:02:41 2001 @@ -91,6 +91,52 @@ #define PR_ALIGN_OF_DOUBLE 4 #define PR_ALIGN_OF_POINTER 4 diff --git a/www/mozilla/patches/patch-bb b/www/mozilla/patches/patch-bb index 55710fccde8..4c60c0cd49c 100644 --- a/www/mozilla/patches/patch-bb +++ b/www/mozilla/patches/patch-bb @@ -1,8 +1,8 @@ -$NetBSD: patch-bb,v 1.3 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-bb,v 1.4 2001/12/27 15:02:42 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h --- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h Fri Dec 29 02:04:04 2000 -+++ ./nsprpub/pr/include/md/_netbsd.h Thu Nov 22 12:31:08 2001 ++++ ./nsprpub/pr/include/md/_netbsd.h Sat Dec 22 13:02:42 2001 @@ -48,6 +48,8 @@ #define _PR_SI_ARCHITECTURE "m68k" #elif defined(__powerpc__) diff --git a/www/mozilla/patches/patch-bc b/www/mozilla/patches/patch-bc index ff3d1046e92..664fd51dbaf 100644 --- a/www/mozilla/patches/patch-bc +++ b/www/mozilla/patches/patch-bc @@ -1,9 +1,9 @@ -$NetBSD: patch-bc,v 1.3 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-bc,v 1.4 2001/12/27 15:02:43 taya Exp $ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in ---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in Sat Oct 27 16:38:10 2001 -+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Thu Nov 22 12:31:19 2001 -@@ -247,6 +247,13 @@ +--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in Thu Dec 6 19:51:45 2001 ++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Sat Dec 22 13:02:44 2001 +@@ -249,6 +249,13 @@ CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s endif diff --git a/www/mozilla/patches/patch-be b/www/mozilla/patches/patch-be index 9ec4094794a..5db7f72549b 100644 --- a/www/mozilla/patches/patch-be +++ b/www/mozilla/patches/patch-be @@ -1,8 +1,8 @@ -$NetBSD: patch-be,v 1.2 2001/11/22 16:25:37 taya Exp $ +$NetBSD: patch-be,v 1.3 2001/12/27 15:02:43 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c ./nsprpub/pr/src/io/prsocket.c --- ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c Sat Jun 9 04:54:54 2001 -+++ ./nsprpub/pr/src/io/prsocket.c Thu Nov 22 12:31:25 2001 ++++ ./nsprpub/pr/src/io/prsocket.c Sat Dec 22 13:02:46 2001 @@ -1300,6 +1300,15 @@ if (osfd == -1) { return 0; |