forked from pool/MozillaThunderbird
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=11
This commit is contained in:
parent
330bdf9a83
commit
55b65e16c0
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 21:52:23 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Security update to version 2.0.0.5 (#288115)
|
||||||
|
- This new release has fixes for:
|
||||||
|
MFSA 2007-18
|
||||||
|
CVE-2007-3734 - Browser flaws
|
||||||
|
CVE-2007-3735 - Javascript flaws
|
||||||
|
|
||||||
|
MFSA 2007-19
|
||||||
|
CVE-2007-3736
|
||||||
|
|
||||||
|
MFSA 2007-20
|
||||||
|
CVE-2007-3089
|
||||||
|
|
||||||
|
MFSA 2007-21
|
||||||
|
CVE-2007-3737
|
||||||
|
|
||||||
|
MFSA 2007-22
|
||||||
|
CVE-2007-3285
|
||||||
|
|
||||||
|
MFSA 2007-23
|
||||||
|
CVE-2007-3670
|
||||||
|
|
||||||
|
MFSA 2007-24
|
||||||
|
CVE-2007-3656
|
||||||
|
|
||||||
|
MFSA 2007-25
|
||||||
|
CVE-2007-3738
|
||||||
|
- Update to enigmail 0.95.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 21 17:23:18 CEST 2007 - adrian@suse.de
|
Thu Jun 21 17:23:18 CEST 2007 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package MozillaThunderbird (Version 2.0.0.4)
|
# spec file for package MozillaThunderbird (Version 2.0.0.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
Name: MozillaThunderbird
|
Name: MozillaThunderbird
|
||||||
BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel unzip update-desktop-files zip
|
||||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GPL v2 or later, LGPL v2 or later
|
||||||
Version: 2.0.0.4
|
Version: 2.0.0.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The Stand-Alone Mozilla Mail Component
|
Summary: The Stand-Alone Mozilla Mail Component
|
||||||
URL: http://www.mozilla.org/products/thunderbird/
|
URL: http://www.mozilla.org/products/thunderbird/
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
@ -25,7 +25,7 @@ Source3: mozilla.sh.in
|
|||||||
Source4: l10n-%{version}.tar.bz2
|
Source4: l10n-%{version}.tar.bz2
|
||||||
Source5: mailredirect-0.7.4.xpi
|
Source5: mailredirect-0.7.4.xpi
|
||||||
Source6: suse-default-prefs.js
|
Source6: suse-default-prefs.js
|
||||||
Source9: enigmail-0.95.1.tar.gz
|
Source9: enigmail-0.95.2.tar.gz
|
||||||
Source11: enigmail.manifest
|
Source11: enigmail.manifest
|
||||||
Patch1: replytolist.patch
|
Patch1: replytolist.patch
|
||||||
Patch2: thunderbird-appname.patch
|
Patch2: thunderbird-appname.patch
|
||||||
@ -72,7 +72,7 @@ Requires: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozil
|
|||||||
BuildRequires: mozilla-nss-devel
|
BuildRequires: mozilla-nss-devel
|
||||||
%endif
|
%endif
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define releasedate 2007061300
|
%define releasedate 2007071900
|
||||||
%define progname thunderbird
|
%define progname thunderbird
|
||||||
%define progdir %{_prefix}/%_lib/thunderbird
|
%define progdir %{_prefix}/%_lib/thunderbird
|
||||||
%define my_provides /tmp/my-provides
|
%define my_provides /tmp/my-provides
|
||||||
@ -314,11 +314,11 @@ chmod 755 %{my_requires}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
### rm -rf $RPM_BUILD_ROOT
|
||||||
%if %has_system_nspr && !%has_system_nss
|
### %if %has_system_nspr && !%has_system_nss
|
||||||
rm -f %{my_provides}
|
### rm -f %{my_provides}
|
||||||
rm -f %{my_requires}
|
### rm -f %{my_requires}
|
||||||
%endif
|
### %endif
|
||||||
|
|
||||||
%triggerin -- myspell-dictionary
|
%triggerin -- myspell-dictionary
|
||||||
|
|
||||||
@ -586,6 +586,27 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2007 - maw@suse.de
|
||||||
|
- Security update to version 2.0.0.5 (#288115)
|
||||||
|
- This new release has fixes for:
|
||||||
|
MFSA 2007-18
|
||||||
|
CVE-2007-3734 - Browser flaws
|
||||||
|
CVE-2007-3735 - Javascript flaws
|
||||||
|
MFSA 2007-19
|
||||||
|
CVE-2007-3736
|
||||||
|
MFSA 2007-20
|
||||||
|
CVE-2007-3089
|
||||||
|
MFSA 2007-21
|
||||||
|
CVE-2007-3737
|
||||||
|
MFSA 2007-22
|
||||||
|
CVE-2007-3285
|
||||||
|
MFSA 2007-23
|
||||||
|
CVE-2007-3670
|
||||||
|
MFSA 2007-24
|
||||||
|
CVE-2007-3656
|
||||||
|
MFSA 2007-25
|
||||||
|
CVE-2007-3738
|
||||||
|
- Update to enigmail 0.95.2.
|
||||||
* Thu Jun 21 2007 - adrian@suse.de
|
* Thu Jun 21 2007 - adrian@suse.de
|
||||||
- fix changelog entry order
|
- fix changelog entry order
|
||||||
* Fri Jun 15 2007 - maw@suse.de
|
* Fri Jun 15 2007 - maw@suse.de
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0da07991a2d2a1d23643adc026e2bd7dde85833b1b36290df74fd2675b80dbbc
|
|
||||||
size 1045036
|
|
3
enigmail-0.95.2.tar.gz
Normal file
3
enigmail-0.95.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f26df3e8453ded3cbee99ab9491c354c2ee7971d37cfcfb5f57d766cb19d7b88
|
||||||
|
size 1074148
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60e6cb49369393cdcd2a48d192154bb367050ef3615937b6f4dc3b08684ac8c3
|
|
||||||
size 8897145
|
|
3
l10n-2.0.0.5.tar.bz2
Normal file
3
l10n-2.0.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f0a0b43a451d105d0cd6aa37f728f0e3a3a35ae9cb01c1a111546119d04eb39
|
||||||
|
size 9846003
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8237798c7e508685708e1935470c2d18197677ed5825b6b2195fa1be90ad7565
|
|
||||||
size 37776619
|
|
3
thunderbird-2.0.0.5-source.tar.bz2
Normal file
3
thunderbird-2.0.0.5-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2191b0bc07796b001ccd011e1dac64ef93b1dab15f52a33a6fd787f89339248
|
||||||
|
size 37699874
|
Loading…
Reference in New Issue
Block a user