diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-26 06:01:53 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-26 06:01:53 +0800 |
commit | 168d9eab0ab234f0bb077f5950370259e8631491 (patch) | |
tree | bcd9d000f06809dc0708529072509d6dbbddbc8e /mail/thunderbird-esr | |
parent | a19a9b33a30d9587fb9600c8311a185e86b10c33 (diff) | |
download | freebsd-ports-gnome-168d9eab0ab234f0bb077f5950370259e8631491.tar.gz freebsd-ports-gnome-168d9eab0ab234f0bb077f5950370259e8631491.tar.zst freebsd-ports-gnome-168d9eab0ab234f0bb077f5950370259e8631491.zip |
Update to 2.0.0.16.
Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird-esr/distinfo | 6 | ||||
-rw-r--r-- | mail/thunderbird-esr/files/patch-sysnss | 73 |
3 files changed, 44 insertions, 38 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index e60a905fc703..74cb94b67401 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -7,8 +7,7 @@ # PORTNAME= thunderbird -DISTVERSION= 2.0.0.14 -PORTREVISION= 1 +DISTVERSION= 2.0.0.16 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo index a09404855468..4ab46a810a84 100644 --- a/mail/thunderbird-esr/distinfo +++ b/mail/thunderbird-esr/distinfo @@ -1,3 +1,3 @@ -MD5 (thunderbird-2.0.0.14-source.tar.bz2) = e304510d08f7e226bbfff8e7e549232f -SHA256 (thunderbird-2.0.0.14-source.tar.bz2) = deae3f00be4734c8a4dd6480639d253f0606bd0df6ef3e4432210d449d789730 -SIZE (thunderbird-2.0.0.14-source.tar.bz2) = 37473129 +MD5 (thunderbird-2.0.0.16-source.tar.bz2) = 591c9f80a2f6772c5acf8fb6128f40bd +SHA256 (thunderbird-2.0.0.16-source.tar.bz2) = 9a566725ac2f4f7ddcbbf0dbee90265ca63180557fa27843d5ea43ac0ff3a396 +SIZE (thunderbird-2.0.0.16-source.tar.bz2) = 40418085 diff --git a/mail/thunderbird-esr/files/patch-sysnss b/mail/thunderbird-esr/files/patch-sysnss index bd61c2660a77..3f8bf3538128 100644 --- a/mail/thunderbird-esr/files/patch-sysnss +++ b/mail/thunderbird-esr/files/patch-sysnss @@ -7,9 +7,33 @@ - ifndef MOZ_NATIVE_JPEG tier_1_dirs += jpeg ---- security/manager/Makefile.in.orig Tue Mar 28 14:36:54 2006 -+++ security/manager/Makefile.in Tue Mar 28 14:40:29 2006 -@@ -54,22 +54,13 @@ +--- security/manager/ssl/src/Makefile.in.orig Mon Aug 14 19:22:52 2006 ++++ security/manager/ssl/src/Makefile.in Thu Aug 31 15:17:20 2006 +@@ -124,19 +124,19 @@ + pipboot \ + $(NULL) + +-EXTRA_DEPS = $(NSS_DEP_LIBS) + + DEFINES += -DNSS_ENABLE_ECC + + # Use local includes because they are inserted before INCLUDES + # so that Mozilla's nss.h is used, not glibc's +-LOCAL_INCLUDES += $(NSS_CFLAGS) ++LOCAL_INCLUDES += -I%%LOCALBASE%%/include/nss/nss + + EXTRA_DSO_LDOPTS += \ + $(MOZ_UNICHARUTIL_LIBS) \ + $(MOZ_COMPONENT_LIBS) \ + $(MOZ_JS_LIBS) \ + $(NSS_LIBS) \ ++ $(LOCAL_INCLUDES) \ + $(NULL) + + include $(topsrcdir)/config/rules.mk +--- security/manager/Makefile.in.orig 2008-05-23 19:45:26.000000000 -0400 ++++ security/manager/Makefile.in 2008-07-17 14:59:30.000000000 -0400 +@@ -54,22 +54,13 @@ PACKAGE_VARS += \ SSL3_LIB \ SOFTOKEN3_LIB \ SOFTOKEN3_CHK \ @@ -32,7 +56,7 @@ # Default HAVE_FREEBL_LIBS = 1 -@@ -217,11 +208,6 @@ +@@ -218,11 +209,6 @@ export:: .nss.cleaned .nss.cleaned: .nss.checkout ifndef MOZ_NATIVE_NSS $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) clean @@ -44,11 +68,19 @@ touch $@ endif -@@ -248,47 +234,6 @@ +@@ -249,55 +235,6 @@ else cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) endif ifndef MOZ_NATIVE_NSS -- $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) +- $(MAKE) -C $(topsrcdir)/security/nss/lib/util $(DEFAULT_GMAKE_FLAGS) clean +- $(MAKE) -C $(topsrcdir)/security/nss-fips/lib $(DEFAULT_GMAKE_FLAGS) export +- $(MAKE) -C $(topsrcdir)/security/nss-fips/lib/util $(DEFAULT_GMAKE_FLAGS) libs +- $(MAKE) -C $(topsrcdir)/security/nss-fips/lib/freebl $(DEFAULT_GMAKE_FLAGS) libs +- $(MAKE) -C $(topsrcdir)/security/nss-fips/lib/softoken $(DEFAULT_GMAKE_FLAGS) libs +- $(MAKE) -C $(topsrcdir)/security/nss-fips/lib/util $(DEFAULT_GMAKE_FLAGS) clean +- # In NSS 3.11.8-3.11.9, lib/ssl/derive.c includes cmd/lib/secutil.h. +- $(MAKE) -C $(topsrcdir)/security/nss/cmd/lib $(DEFAULT_GMAKE_FLAGS) export +- $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) DIRS="util base dev pki pki1 certdb certhigh pk11wrap cryptohi nss ssl pkcs12 pkcs7 smime crmf jar ckfw ckfw/builtins" -ifndef SKIP_CHK - $(MAKE) -C $(topsrcdir)/security/nss/cmd/lib $(DEFAULT_GMAKE_FLAGS) - $(MAKE) -C $(topsrcdir)/security/nss/cmd/shlibsign $(DEFAULT_GMAKE_FLAGS) @@ -92,7 +124,7 @@ endif $(MAKE) -C boot $@ $(MAKE) -C ssl $@ -@@ -299,42 +244,6 @@ +@@ -308,42 +245,6 @@ endif install:: ifndef MOZ_NATIVE_NSS @@ -135,7 +167,7 @@ endif $(MAKE) -C boot $@ $(MAKE) -C ssl $@ -@@ -351,12 +260,6 @@ +@@ -360,12 +261,6 @@ ifdef MOZ_XUL $(MAKE) -C pki $@ endif ifndef MOZ_NATIVE_NSS @@ -148,28 +180,3 @@ endif echo-requires-recursive:: ---- security/manager/ssl/src/Makefile.in.orig Mon Aug 14 19:22:52 2006 -+++ security/manager/ssl/src/Makefile.in Wed Apr 18 20:16:36 2007 -@@ -124,19 +124,20 @@ - pipboot \ - $(NULL) - --EXTRA_DEPS = $(NSS_DEP_LIBS) - - DEFINES += -DNSS_ENABLE_ECC - - # Use local includes because they are inserted before INCLUDES - # so that Mozilla's nss.h is used, not glibc's --LOCAL_INCLUDES += $(NSS_CFLAGS) -+LOCAL_INCLUDES += -I%%LOCALBASE%%/include/nss/nss - - EXTRA_DSO_LDOPTS += \ - $(MOZ_UNICHARUTIL_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ - $(NSS_LIBS) \ -+ -L%%LOCALBASE%%/lib/nss \ -+ $(LOCAL_INCLUDES) \ - $(NULL) - - include $(topsrcdir)/config/rules.mk |