SOURCE3_URL[2]=ftp://mozdev.secsup.org/pub/software/mozdev/enigmail/src/$SOURCE3
@@ -26,6 +28,7 @@ ENIGMAIL_VERSION=0.93.2
LICENSE[1]=MPL
LICENSE[2]=MPL
fi
+ SECURITY_PATCH=1
WEB_SITE=http://www.mozilla.org/products/thunderbird/
ENTERED=20041028
UPDATED=20050918
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 63b1671..86051ef 100755
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,6 +1,21 @@
+2006-04-26 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Added SECURITY_PATCH=1 (thanks Arwed)
+
+2006-04-25 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.5.0.2
+ Security update: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.2
includes fixes for:
+ MFSA 2006-28, MFSA 2006-27, MFSA 2006-26, MFSA 2006-25, MFSA 2006-24
+ MFSA 2006-22, MFSA 2006-21, MFSA 2006-20, MFSA 2006-08, MFSA 2006-07
+ MFSA 2006-06, MFSA 2006-05, MFSA 2006-04, MFSA 2006-02, MFSA 2006-01
+ Mozilla at least signed this tarball, re-adding SOURCE GPG check/URL
+ This security update can also fix security Bug #10894
+ * security_manager_makefile.diff,visibility.patch: Updated to 1.5.0.2
+ * PRE_BUILD: visibility.patch now uses -p1
+
2006-03-21 David Kowis <dkowis AT shlrm.org>
* PRE_BUILD: moved the mozilla_remove_nspr function to PRE_BUILD from
BUILD
- Added the application of the *visibility* patch makes it work under
gcc4 none the less
+ Added the application of the *visibility* patch makes it work under
gcc4
+ none the less
2006-03-20 David Kowis <dkowis AT shlrm.org>
* DETAILS: added sha512 SOURCE_HASH since the mozilla folks are
unresponsive
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index 8502d62..7169515 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
mozilla_remove_nspr_nss &&
-patch -p0 < $SCRIPT_DIRECTORY/visibility.patch &&
+patch -p1 < $SCRIPT_DIRECTORY/visibility.patch &&