OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=20
This commit is contained in:
parent
805d49f677
commit
06910a2b41
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 18:34:42 CET 2008 - maw@suse.de
|
||||
|
||||
- Security update to version 2.0.0.12 (bnc#354469)
|
||||
* MFSA 2008-12 Buffer overflow in external MIME bodies
|
||||
- Replace mozilla-maxpathlen.patch with mozilla-path_len.patch, for
|
||||
consistency's sake.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 17:56:04 CET 2008 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package MozillaThunderbird (Version 2.0.0.9)
|
||||
# spec file for package MozillaThunderbird (Version 2.0.0.12)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -10,10 +10,11 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: MozillaThunderbird
|
||||
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.9
|
||||
Version: 2.0.0.12
|
||||
Release: 1
|
||||
Summary: The Stand-Alone Mozilla Mail Component
|
||||
Url: http://www.mozilla.org/products/thunderbird/
|
||||
@ -43,13 +44,13 @@ Patch13: nss-opt.patch
|
||||
Patch14: html-compose.patch
|
||||
Patch15: system-extensions.patch
|
||||
Patch16: list-replyto-clobber.patch
|
||||
Patch17: mozilla-path_len.patch
|
||||
Patch22: cjk-postscript-fonts.dif
|
||||
Patch25: postscript.patch
|
||||
Patch26: cups-paper.patch
|
||||
Patch27: thunderbird-1.5.0.8-uninitalized-vars-232305.patch
|
||||
#Patch28: thunderbird-gcc4.3-fixes.patch
|
||||
Patch29: visibility.patch
|
||||
Patch30: mozilla-maxpathlen.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: libstdc++ fileutils textutils /bin/sh
|
||||
%if %suse_version > 1000
|
||||
@ -174,12 +175,12 @@ cd $RPM_BUILD_DIR/mozilla
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16
|
||||
%patch17 -p1
|
||||
%patch22
|
||||
%patch25
|
||||
%patch26
|
||||
%patch27 -p0
|
||||
# %patch28 -p1
|
||||
%patch30 -p1
|
||||
|
||||
%build
|
||||
export MOZ_BUILD_DATE=%{releasedate}
|
||||
@ -668,6 +669,11 @@ exit 0
|
||||
%{_bindir}/thunderbird-config
|
||||
|
||||
%changelog
|
||||
* Fri Mar 07 2008 maw@suse.de
|
||||
- Security update to version 2.0.0.12 (bnc#354469)
|
||||
* MFSA 2008-12 Buffer overflow in external MIME bodies
|
||||
- Replace mozilla-maxpathlen.patch with mozilla-path_len.patch, for
|
||||
consistency's sake.
|
||||
* Thu Jan 17 2008 maw@suse.de
|
||||
- Add mozilla-maxpathlen.patch (#354150 and bmo #412610).
|
||||
* Tue Jan 15 2008 maw@suse.de
|
||||
@ -726,10 +732,10 @@ exit 0
|
||||
- Update to enigmail 0.95.2.
|
||||
* Thu Jun 21 2007 adrian@suse.de
|
||||
- fix changelog entry order
|
||||
* Fri Jun 15 2007 maw@suse.de
|
||||
* Sat Jun 16 2007 maw@suse.de
|
||||
- Merge update to 2.0.0.4 from the build service (thanks, Wolfgang)
|
||||
- Remove some commented out stuff.
|
||||
* Wed Jun 13 2007 wr@rosenauer.org
|
||||
* Thu Jun 14 2007 wr@rosenauer.org
|
||||
- update to maintenance release 2.0.0.4
|
||||
- update enigmail to 0.95.1
|
||||
- adopted patches:
|
||||
@ -773,7 +779,7 @@ exit 0
|
||||
- fixed check in add-plugins.sh (#242237)
|
||||
* Tue Jan 30 2007 maw@suse.de
|
||||
- Add thunderbird-1.5.0.8-uninitalized-vars-232305.patch (#232305).
|
||||
* Thu Jan 18 2007 maw@suse.de
|
||||
* Fri Jan 19 2007 maw@suse.de
|
||||
- Add undefined-ops.patch, silencing some warnings.
|
||||
* Thu Nov 09 2006 jhargadon@suse.de
|
||||
- security update to version 1.5.0.8
|
||||
@ -914,7 +920,7 @@ exit 0
|
||||
* Thu Apr 28 2005 stark@suse.de
|
||||
- updated to current 1.0 branch version
|
||||
- use static NSPR from other location
|
||||
* Sat Apr 23 2005 stark@suse.de
|
||||
* Sun Apr 24 2005 stark@suse.de
|
||||
- activate usage of system NSPR for distributions after 9.3
|
||||
- add patch to be able to use systen NSPR at all
|
||||
- extended desktop file
|
||||
@ -978,7 +984,7 @@ exit 0
|
||||
- removing relocation of TEMP directory (#34391)
|
||||
* Fri Mar 26 2004 uli@suse.de
|
||||
- fixed hang during build on s390* (bug #35440)
|
||||
* Sun Mar 07 2004 ro@suse.de
|
||||
* Mon Mar 08 2004 ro@suse.de
|
||||
- match function declaration in enigmail mimedummy.cpp
|
||||
* Fri Mar 05 2004 stark@suse.de
|
||||
- more fixes for #35179
|
||||
|
3
l10n-2.0.0.12.tar.bz2
Normal file
3
l10n-2.0.0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df3a42c3af427cd415ebe2a5e7b46fe2fd231b6a80229a338ecbaaa85ce44cd
|
||||
size 10034875
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3995d0fb074995b5fb248629446ced79195b7ac1acca7f96d0554a22024281a3
|
||||
size 9038496
|
@ -1,3 +1,9 @@
|
||||
From: upstream
|
||||
Subject: crashes with Factory's glibc
|
||||
References:
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=354150
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=412610
|
||||
|
||||
--- mozilla/toolkit/xre/nsAppRunner.h.old 2007-09-25 18:01:56.000000000 +0200
|
||||
+++ mozilla/toolkit/xre/nsAppRunner.h 2007-09-25 18:02:23.000000000 +0200
|
||||
@@ -48,7 +48,8 @@
|
3
thunderbird-2.0.0.12-source.tar.bz2
Normal file
3
thunderbird-2.0.0.12-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0d11b03003510c80a1422d55cb9410e24f149fd81f76f9597287f912ec70004
|
||||
size 37709863
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e6f584b0757be842e7d28c59fe2bc3f9c38a28db4c464c222d31ee8d143fa36
|
||||
size 37757945
|
Loading…
Reference in New Issue
Block a user