Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-02-20 09:33:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2013-01-10 13:47:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
    2013-02-20 09:33:12.000000000 +0100
@@ -1,0 +2,25 @@
+Sun Feb 17 12:09:06 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.3 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783
+    Miscellaneous memory safety hazards
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+    Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+    Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+    Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+    Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
+    Use-after-free, out of bounds read, and buffer overflow issues
+    found using Address Sanitizer
+
+-------------------------------------------------------------------
+Mon Feb 11 08:25:24 UTC 2013 - w...@rosenauer.org
+
+- update Enigmail to 1.5.1
+  * The release fixes the regressions found in the past few
+    weeks
+
+-------------------------------------------------------------------

Old:
----
  enigmail-1.5.0.tar.gz
  l10n-17.0.2.tar.bz2
  thunderbird-17.0.2-source.tar.bz2

New:
----
  _constraints
  enigmail-1.5.1.tar.gz
  enigmail-old-gcc.patch
  l10n-17.0.3.tar.bz2
  thunderbird-17.0.3-source.tar.bz2

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.Awl540/_old  2013-02-20 09:33:30.000000000 +0100
+++ /var/tmp/diff_new_pack.Awl540/_new  2013-02-20 09:33:30.000000000 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaThunderbird
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#               2006-2012 Wolfgang Rosenauer <w...@rosenauer.org>
+#               2006-2013 Wolfgang Rosenauer <w...@rosenauer.org>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.2
+%define mainversion 17.0.3
 %define update_channel release
 Version:        %{mainversion}
 Release:        0
-%define releasedate 2013010500
+%define releasedate 2013021500
 Provides:       thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -65,7 +65,7 @@
 Source6:        suse-default-prefs.js
 Source7:        find-external-requires.sh
 Source8:        thunderbird-rpmlintrc
-Source9:        enigmail-1.5.0.tar.gz
+Source9:        enigmail-1.5.1.tar.gz
 Source10:       create-tar.sh
 Source11:       compare-locales.tar.bz2
 Source12:       kde.js
@@ -84,6 +84,7 @@
 Patch20:        tb-ssldap.patch
 Patch21:        tb-develdirs.patch
 Patch22:        thunderbird-shared-nss-db.patch
+Patch30:        enigmail-old-gcc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         coreutils fileutils textutils /bin/sh
 Recommends:     libcanberra0
@@ -173,7 +174,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:        1.5.0+%{mainversion}
+Version:        1.5.1+%{mainversion}
 Release:        0
 Summary:        OpenPGP addon for Thunderbird and SeaMonkey
 License:        MPL-1.1 or GPL-2.0+
@@ -218,6 +219,11 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%if %suse_version < 1120
+pushd ../enigmail
+%patch30 -p1
+popd
+%endif
 
 %build
 # no need to add build time to binaries

++++++ compare-locales.tar.bz2 ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.Awl540/_old  2013-02-20 09:33:30.000000000 +0100
+++ /var/tmp/diff_new_pack.Awl540/_new  2013-02-20 09:33:30.000000000 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="release"
+CHANNEL="esr17"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_17_0_2_RELEASE"
-VERSION="17.0.2"
+RELEASE_TAG="THUNDERBIRD_17_0_3_RELEASE"
+VERSION="17.0.3"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird
@@ -33,7 +33,7 @@
       ;;
     *)
       echo "fetching $locale ..."
-      hg clone http://hg.mozilla.org/releases/l10n/mozilla-$CHANNEL/$locale 
l10n/$locale
+      hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale 
l10n/$locale
       hg -R l10n/$locale up -C -r $RELEASE_TAG
       ;;
   esac

++++++ enigmail-1.5.0.tar.gz -> enigmail-1.5.1.tar.gz ++++++
++++ 3440 lines of diff (skipped)

++++++ enigmail-old-gcc.patch ++++++
# HG changeset patch
# Parent 354e161f21ba8fa67aa9f140c2bcdf3b1213abda
# User Wolfgang Rosenauer <w...@rosenauer.org>

diff --git a/ipc/src/Makefile.enig b/ipc/src/Makefile.enig
--- a/ipc/src/Makefile.enig
+++ b/ipc/src/Makefile.enig
@@ -57,17 +57,17 @@ objfiles = subprocess.$(OBJ_SUFF)
 libname = $(DLL_PREFIX)subprocess$(DLL_SUFFIX)
 
 all: libs
 
 libs: source
        $(CC) $(LDFLAGS) -o $(libname) $(objfiles)
 
 source: $(source)
-       $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^
+       $(CC) $(CFLAGS) -c -o $(objfiles) $^
 
 
 clean:
        rm -f $(objfiles) $(libname)
 
 tools:
 
 export:
diff --git a/ipc/src/Makefile.in b/ipc/src/Makefile.in
--- a/ipc/src/Makefile.in
+++ b/ipc/src/Makefile.in
@@ -57,17 +57,17 @@ objfiles = subprocess.$(OBJ_SUFF)
 libname = $(DLL_PREFIX)subprocess$(DLL_SUFFIX)
 
 all: libs
 
 libs: source
        $(CC) $(LDFLAGS) -o $(libname) $(objfiles)
 
 source: $(source)
-       $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^
+       $(CC) $(CFLAGS) -c -o $(objfiles) $^
 
 
 clean:
        rm -f $(objfiles) $(libname)
 
 tools:
 
 export:
++++++ l10n-17.0.2.tar.bz2 -> l10n-17.0.3.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-17.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-17.0.3.tar.bz2 differ: 
char 11, line 1

++++++ thunderbird-17.0.2-source.tar.bz2 -> thunderbird-17.0.3-source.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-17.0.2-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-17.0.3-source.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to