Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-12-12 11:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2013-11-30 
14:20:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-12-12 
11:16:35.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Dec  5 11:34:03 UTC 2013 - [email protected]
+
+- Update to Chromium 31.0.1650.63
+  Stable channel update:
+  - Security fixes:
+    * CVE-2013-6634: Session fixation in sync related to 302 redirects
+    * CVE-2013-6635: Use-after-free in editing
+    * CVE-2013-6636: Address bar spoofing related to modal dialogs
+    * CVE-2013-6637: Various fixes from internal audits, fuzzing and other 
initiatives.
+    * CVE-2013-6638: Buffer overflow in v8
+    * CVE-2013-6639: Out of bounds write in v8.
+    * CVE-2013-6640: Out of bounds read in v8
+    * and 12 other security fixes.
+- Updated ExcludeArch to exclude aarch64, ppc, ppc64 and ppc64le. 
+    This is based on missing build requires (valgrind, v8, etc)
+
+-------------------------------------------------------------------

Old:
----
  chromium-31.0.1650.57.tar.xz

New:
----
  chromium-31.0.1650.63.tar.xz

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.T8GPJ8/_old  2013-12-12 11:16:43.000000000 +0100
+++ /var/tmp/diff_new_pack.T8GPJ8/_new  2013-12-12 11:16:43.000000000 +0100
@@ -24,7 +24,7 @@
 %define glibc_version 12053
 
 Name:           chromium
-Version:        31.0.1650.57
+Version:        31.0.1650.63
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -50,8 +50,8 @@
 Provides:       chromium-browser = %{version}
 Provides:       browser(npapi)
 Obsoletes:      chromium-browser < %{version}
-# There is no v8 for ppc and thus chromium won't run on ppc
-ExcludeArch:    ppc ppc64
+# There is no v8 for ppc and thus chromium won't run on ppc. For aarch64 
certain buildrequires are missing (e.g. valgrind)
+ExcludeArch:    aarch64 ppc ppc64 ppc64le
 
 ## Start Patches
 # Many changes to the gyp systems so we can use system libraries
@@ -95,6 +95,7 @@
 BuildRequires:  gperf
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  hunspell-devel
+BuildRequires:  krb5
 BuildRequires:  krb5-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libelf-devel
@@ -401,87 +402,6 @@
 myconf+=" -Duse_system_icu=1"
 %endif
 
-%if 0
-# Remove most bundled libraries. Some are still needed.
-./build/linux/unbundle/remove_bundled_libraries.py \
-                'base/third_party/dmg_fp' \
-                'base/third_party/dynamic_annotations' \
-                'base/third_party/icu' \
-                'base/third_party/nspr' \
-                'base/third_party/symbolize' \
-                'base/third_party/valgrind' \
-                'base/third_party/xdg_mime' \
-                'base/third_party/xdg_user_dirs' \
-                'breakpad/src/third_party/curl' \
-                'chrome/third_party/mozilla_security_manager' \
-                'crypto/third_party/nss' \
-                'net/third_party/mozilla_security_manager' \
-                'net/third_party/nss' \
-                'native_client/src/third_party/dlmalloc' \
-                'native_client/src/third_party/valgrind' \
-                'native_client/src/third_party/arm-isa' \
-                'third_party/WebKit' \
-                'third_party/JSON' \
-                'third_party/jsoncpp' \
-                'third_party/adobe' \
-                'third_party/angle_dx11' \
-                'third_party/cacheinvalidation' \
-                'third_party/cld' \
-                'third_party/cros_system_api' \
-                'third_party/ffmpeg' \
-                'third_party/flot' \
-                'third_party/hunspell' \
-                'third_party/iccjpeg' \
-                'third_party/icu' \
-                'third_party/khronos' \
-                'third_party/jstemplate' \
-                'third_party/jinja2' \
-                'third_party/leveldatabase' \
-                'third_party/libjingle' \
-                'third_party/libphonenumber' \
-                'third_party/libsrtp' \
-                'third_party/libusb' \
-                'third_party/libwebp' \
-                'third_party/libxml/chromium' \
-                'third_party/libXNVCtrl' \
-                'third_party/libyuv' \
-                'third_party/lss' \
-                'third_party/lzma_sdk' \
-                'third_party/markupsafe' \
-                'third_party/libvpx' \
-                'third_party/mesa' \
-                'third_party/modp_b64' \
-                'third_party/mongoose' \
-                'third_party/mt19937ar' \
-                'third_party/npapi' \
-                'third_party/ots' \
-                'third_party/ply' \
-                'third_party/pywebsocket' \
-                'third_party/qcms' \
-                'third_party/re2' \
-                'third_party/sfntly' \
-                'third_party/skia' \
-                'third_party/smhasher' \
-                'third_party/speech-dispatcher' \
-                'third_party/sqlite' \
-                'third_party/tcmalloc' \
-                'third_party/tlslite' \
-                'third_party/trace-viewer' \
-                'third_party/undoview' \
-                'third_party/usrsctp' \
-                'third_party/usb_ids' \
-                'third_party/webdriver' \
-                'third_party/webrtc' \
-                'third_party/widevine' \
-                'third_party/x86inc' \
-                'third_party/xdg-utils' \
-                'third_party/zlib' \
-                'third_party/snappy' \
-                'url/third_party/mozilla' \
-                'v8/src/third_party/valgrind' \
-                'v8/src/third_party/vtune' \
-                --do-remove
-%endif
 %endif
 
 %if 0%{?chromium_no_dlopen}
@@ -492,9 +412,16 @@
                      -Dlinux_link_libgps=1"
 
 %ifnarch %ix86
-myconf+="-Dlinux_link_kerberos=1" 
+#myconf+=" -Dlinux_link_kerberos=1" 
+%endif
+
 %endif
 
+%if 0%{?suse_version} > 1310
+myconf+=" -Dpython_ver=2.7"
+%ifarch x86_64
+myconf+=" -Dsystem_libdir=lib64"
+%endif
 %endif
 
 myconf+=" -Djavascript_engine=v8 


++++++ chromium-31.0.1650.57.tar.xz -> chromium-31.0.1650.63.tar.xz ++++++
/work/SRC/openSUSE:Factory/chromium/chromium-31.0.1650.57.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-31.0.1650.63.tar.xz differ: 
char 26, line 1


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to