summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-08-08 19:15:42 +0000
committerAron Griffis <agriffis@gentoo.org>2004-08-08 19:15:42 +0000
commit4ee6926f66f945ec3741708d054165f93d2d75a5 (patch)
tree820ab09a99a5fa3da18dd02e307bae57bf05ef03 /net-www/mozilla/files
parentMove extensions configuration to mozilla.eclass. Use edit_makefiles to reduce... (diff)
downloadhistorical-4ee6926f66f945ec3741708d054165f93d2d75a5.tar.gz
historical-4ee6926f66f945ec3741708d054165f93d2d75a5.tar.bz2
historical-4ee6926f66f945ec3741708d054165f93d2d75a5.zip
Bump to 1.7.2 using source2 tarball, completed using 'make -f client.mk checkout'
Diffstat (limited to 'net-www/mozilla/files')
-rw-r--r--net-www/mozilla/files/digest-mozilla-1.7.23
-rw-r--r--net-www/mozilla/files/ipc-1.0.7-nsPipeChannel.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/net-www/mozilla/files/digest-mozilla-1.7.2 b/net-www/mozilla/files/digest-mozilla-1.7.2
new file mode 100644
index 000000000000..99d43ba6a10e
--- /dev/null
+++ b/net-www/mozilla/files/digest-mozilla-1.7.2
@@ -0,0 +1,3 @@
+MD5 c78ed588e1fc2080d403c0b6ba98ac0f mozilla-source2-1.7.2.tar.bz2 29878030
+MD5 f605ba029ff4c71dcc10c29635c1c79e ipc-1.0.7.tar.gz 104193
+MD5 7ad587bba6bdb002be2670ac94b09139 enigmail-0.85.0.tar.gz 326337
diff --git a/net-www/mozilla/files/ipc-1.0.7-nsPipeChannel.patch b/net-www/mozilla/files/ipc-1.0.7-nsPipeChannel.patch
new file mode 100644
index 000000000000..c6981bebcb8f
--- /dev/null
+++ b/net-www/mozilla/files/ipc-1.0.7-nsPipeChannel.patch
@@ -0,0 +1,11 @@
+--- extensions/ipc/src/nsPipeChannel.cpp.agriffis 2004-05-23 10:10:47.000000000 -0400
++++ extensions/ipc/src/nsPipeChannel.cpp 2004-08-07 09:51:54.069217895 -0400
+@@ -209,7 +209,7 @@
+ nsCOMPtr<nsIMIMEService> MIMEService (do_GetService("@mozilla.org/mime;1", &rv));
+ if (NS_FAILED(rv)) return rv;
+
+-#ifdef MOZ_THUNDERBIRD
++#if 1
+ char *contentType = nsnull;
+ rv = MIMEService->GetTypeFromURI(url, (char **)&contentType);
+ #else