pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2007Q2]: pkgsrc/mail Pullup ticket 2156 - requested by ghen
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcd8c72355c2
branches: pkgsrc-2007Q2
changeset: 530490:bcd8c72355c2
user: salo <salo%pkgsrc.org@localhost>
date: Fri Aug 10 01:40:47 2007 +0000
description:
Pullup ticket 2156 - requested by ghen
security update for thunderbird
Revisions pulled up:
- pkgsrc/mail/thunderbird/Makefile-thunderbird.common 1.27, 1.28
- pkgsrc/mail/thunderbird/PLIST 1.23
- pkgsrc/mail/thunderbird/distinfo 1.40, 1.41
- pkgsrc/mail/thunderbird-gtk1/PLIST 1.13
Module Name: pkgsrc
Committed By: ghen
Date: Thu Jul 26 12:29:37 UTC 2007
Modified Files:
pkgsrc/mail/thunderbird: Makefile-thunderbird.common PLIST distinfo
pkgsrc/mail/thunderbird-gtk1: PLIST
Log Message:
Update thunderbrd and thunderbird-gtk1 to 2.0.0.5.
Security fixes in this version:
MFSA 2007-15 Security Vulnerability in APOP Authentication
MFSA 2007-12 Crashes with evidence of memory corruption
For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.5/releasenotes/
---
Module Name: pkgsrc
Committed By: ghen
Date: Thu Aug 2 08:48:30 UTC 2007
Modified Files:
pkgsrc/mail/thunderbird: Makefile-thunderbird.common distinfo
Log Message:
Update thunderbrd and thunderbird-gtk1 to 2.0.0.6.
Security fixes in this version:
MFSA 2007-27 Unescaped URIs passed to external programs
MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows
For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.6/releasenotes/
diffstat:
mail/thunderbird-gtk1/PLIST | 4 +++-
mail/thunderbird/Makefile-thunderbird.common | 4 ++--
mail/thunderbird/PLIST | 4 +++-
mail/thunderbird/distinfo | 8 ++++----
4 files changed, 12 insertions(+), 8 deletions(-)
diffs (79 lines):
diff -r fa8663c01873 -r bcd8c72355c2 mail/thunderbird-gtk1/PLIST
--- a/mail/thunderbird-gtk1/PLIST Tue Aug 07 05:04:14 2007 +0000
+++ b/mail/thunderbird-gtk1/PLIST Fri Aug 10 01:40:47 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2007/06/15 08:55:29 ghen Exp $
+@comment $NetBSD: PLIST,v 1.12.2.1 2007/08/10 01:40:48 salo Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2249,6 +2249,7 @@
include/${MOZILLA}/toolkitcomps/nsICommandLine.h
include/${MOZILLA}/toolkitcomps/nsICommandLineHandler.h
include/${MOZILLA}/toolkitcomps/nsICommandLineRunner.h
+include/${MOZILLA}/toolkitcomps/nsICommandLineValidator.h
include/${MOZILLA}/toolkitcomps/nsIRemoteService.h
include/${MOZILLA}/toolkitcomps/nsToolkitCompsCID.h
include/${MOZILLA}/transformiix/nsIXFormsUtilityService.h
@@ -2528,6 +2529,7 @@
include/${MOZILLA}/xpcom/nsIEnvironment.h
include/${MOZILLA}/xpcom/nsIErrorService.h
include/${MOZILLA}/xpcom/nsIEventQueue.h
+include/${MOZILLA}/xpcom/nsIEventQueueListener.h
include/${MOZILLA}/xpcom/nsIEventQueueService.h
include/${MOZILLA}/xpcom/nsIEventTarget.h
include/${MOZILLA}/xpcom/nsIException.h
diff -r fa8663c01873 -r bcd8c72355c2 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common Tue Aug 07 05:04:14 2007 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common Fri Aug 10 01:40:47 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.26 2007/06/15 16:11:41 joerg Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.26.2.1 2007/08/10 01:40:47 salo Exp $
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 2.0.0.4
+MOZ_VER= 2.0.0.6
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
CATEGORIES= mail
diff -r fa8663c01873 -r bcd8c72355c2 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST Tue Aug 07 05:04:14 2007 +0000
+++ b/mail/thunderbird/PLIST Fri Aug 10 01:40:47 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2007/06/15 08:55:29 ghen Exp $
+@comment $NetBSD: PLIST,v 1.22.2.1 2007/08/10 01:40:48 salo Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2261,6 +2261,7 @@
include/${MOZILLA}/toolkitcomps/nsICommandLine.h
include/${MOZILLA}/toolkitcomps/nsICommandLineHandler.h
include/${MOZILLA}/toolkitcomps/nsICommandLineRunner.h
+include/${MOZILLA}/toolkitcomps/nsICommandLineValidator.h
include/${MOZILLA}/toolkitcomps/nsIRemoteService.h
include/${MOZILLA}/toolkitcomps/nsToolkitCompsCID.h
include/${MOZILLA}/transformiix/nsIXFormsUtilityService.h
@@ -2539,6 +2540,7 @@
include/${MOZILLA}/xpcom/nsIEnvironment.h
include/${MOZILLA}/xpcom/nsIErrorService.h
include/${MOZILLA}/xpcom/nsIEventQueue.h
+include/${MOZILLA}/xpcom/nsIEventQueueListener.h
include/${MOZILLA}/xpcom/nsIEventQueueService.h
include/${MOZILLA}/xpcom/nsIEventTarget.h
include/${MOZILLA}/xpcom/nsIException.h
diff -r fa8663c01873 -r bcd8c72355c2 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Tue Aug 07 05:04:14 2007 +0000
+++ b/mail/thunderbird/distinfo Fri Aug 10 01:40:47 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2007/06/15 16:11:41 joerg Exp $
+$NetBSD: distinfo,v 1.39.2.1 2007/08/10 01:40:48 salo Exp $
-SHA1 (thunderbird-2.0.0.4-source.tar.bz2) = ead964d46444ee69dd392c9596a0b2b7bd2c2d7b
-RMD160 (thunderbird-2.0.0.4-source.tar.bz2) = ab9d3a0a76bfc69248c4398a4482334fdb08b98f
-Size (thunderbird-2.0.0.4-source.tar.bz2) = 37391875 bytes
+SHA1 (thunderbird-2.0.0.6-source.tar.bz2) = c38b17ad0fc51aed96bacafe3ffe7ed0edd0738c
+RMD160 (thunderbird-2.0.0.6-source.tar.bz2) = 5280feb5c09895e8ba37d84bef0e1aa215ae0028
+Size (thunderbird-2.0.0.6-source.tar.bz2) = 37461752 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
SHA1 (patch-ab) = 1dda9cc5822761da53133e987e30c133894baad7
SHA1 (patch-ac) = 02804b8276b4b9552ea4587e6c020b87ddb59cf0
Home |
Main Index |
Thread Index |
Old Index