Mailinglist Archive: opensuse-commit (1194 mails)

< Previous Next >
commit MozillaThunderbird
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 25 Mar 2008 00:56:47 +0100
  • Message-id: <20080324235647.C8FBB678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package MozillaThunderbird
checked in at Tue Mar 25 00:56:47 CET 2008.

--------
--- MozillaThunderbird/MozillaThunderbird.changes 2008-03-07
18:32:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/MozillaThunderbird/MozillaThunderbird.changes
2008-03-24 21:57:37.892578000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 20:17:09 CET 2008 - maw@xxxxxxx
+
+- Add mozilla-missing-decl.patch, which is necessary when building
+ against new versions of mozilla-nss (bmo#399589).
+
+-------------------------------------------------------------------

New:
----
mozilla-missing-decl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.A18947/_old 2008-03-25 00:55:25.000000000 +0100
+++ /var/tmp/diff_new_pack.A18947/_new 2008-03-25 00:55:25.000000000 +0100
@@ -15,7 +15,7 @@
BuildRequires: fdupes gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel
orbit-devel unzip update-desktop-files zip
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE
(MPL/NPL)
Version: 2.0.0.12
-Release: 1
+Release: 7
Summary: The Stand-Alone Mozilla Mail Component
Url: http://www.mozilla.org/products/thunderbird/
Group: Productivity/Networking/Email/Clients
@@ -51,6 +51,7 @@
Patch27: thunderbird-1.5.0.8-uninitalized-vars-232305.patch
#Patch28: thunderbird-gcc4.3-fixes.patch
Patch29: visibility.patch
+Patch30: mozilla-missing-decl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ fileutils textutils /bin/sh
%if %suse_version > 1000
@@ -181,6 +182,7 @@
%patch26
%patch27 -p0
# %patch28 -p1
+%patch30 -p1

%build
export MOZ_BUILD_DATE=%{releasedate}
@@ -669,6 +671,9 @@
%{_bindir}/thunderbird-config

%changelog
+* Mon Mar 24 2008 maw@xxxxxxx
+- Add mozilla-missing-decl.patch, which is necessary when building
+ against new versions of mozilla-nss (bmo#399589).
* Fri Mar 07 2008 maw@xxxxxxx
- Security update to version 2.0.0.12 (bnc#354469)
* MFSA 2008-12 Buffer overflow in external MIME bodies




++++++ mozilla-missing-decl.patch ++++++
---
security/manager/ssl/src/nsKeygenHandler.cpp | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

Index: mozilla/security/manager/ssl/src/nsKeygenHandler.cpp
===================================================================
--- mozilla.orig/security/manager/ssl/src/nsKeygenHandler.cpp 2005-07-20
21:31:22.000000000 +0200
+++ mozilla/security/manager/ssl/src/nsKeygenHandler.cpp 2008-02-02
00:08:05.000000000 +0100
@@ -70,16 +70,25 @@

//All possible key size choices.
static SECKeySizeChoiceInfo SECKeySizeChoiceList[] = {
{ nsnull, 2048 },
{ nsnull, 1024 },
{ nsnull, 0 },
};

+DERTemplate SECAlgorithmIDTemplate[] = {
+ { DER_SEQUENCE,
+ 0, NULL, sizeof(SECAlgorithmID) },
+ { DER_OBJECT_ID,
+ offsetof(SECAlgorithmID,algorithm), },
+ { DER_OPTIONAL | DER_ANY,
+ offsetof(SECAlgorithmID,parameters), },
+ { 0, }
+};

DERTemplate CERTSubjectPublicKeyInfoTemplate[] = {
{ DER_SEQUENCE,
0, nsnull, sizeof(CERTSubjectPublicKeyInfo) },
{ DER_INLINE,
offsetof(CERTSubjectPublicKeyInfo,algorithm),
SECAlgorithmIDTemplate, },
{ DER_BIT_STRING,
@@ -90,26 +99,16 @@
DERTemplate CERTPublicKeyAndChallengeTemplate[] =
{
{ DER_SEQUENCE, 0, nsnull, sizeof(CERTPublicKeyAndChallenge) },
{ DER_ANY, offsetof(CERTPublicKeyAndChallenge,spki), },
{ DER_IA5_STRING, offsetof(CERTPublicKeyAndChallenge,challenge), },
{ 0, }
};

-DERTemplate SECAlgorithmIDTemplate[] = {
- { DER_SEQUENCE,
- 0, NULL, sizeof(SECAlgorithmID) },
- { DER_OBJECT_ID,
- offsetof(SECAlgorithmID,algorithm), },
- { DER_OPTIONAL | DER_ANY,
- offsetof(SECAlgorithmID,parameters), },
- { 0, }
-};
-
const SEC_ASN1Template SECKEY_PQGParamsTemplate[] = {
{ SEC_ASN1_SEQUENCE, 0, NULL, sizeof(PQGParams) },
{ SEC_ASN1_INTEGER, offsetof(PQGParams,prime) },
{ SEC_ASN1_INTEGER, offsetof(PQGParams,subPrime) },
{ SEC_ASN1_INTEGER, offsetof(PQGParams,base) },
{ 0, }
};





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread