Hello community, here is the log from the commit of package webkitgtk for openSUSE:Factory checked in at 2016-08-16 13:01:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old) and /work/SRC/openSUSE:Factory/.webkitgtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkitgtk" Changes: -------- --- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes 2016-05-31 12:08:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2016-08-16 13:01:47.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Jul 31 16:15:47 UTC 2016 - [email protected] + +- Disable GCC's delete-null-pointer-checks optimization to fix + various runtime issues (e.g. boo#987596) + +------------------------------------------------------------------- +Wed Jun 8 15:08:11 UTC 2016 - [email protected] + +- Toggle _withwk2 back to 0: WebKit2 has long been split into an + own package and builds WebKit2 API 4.0. + +------------------------------------------------------------------- @@ -7,0 +20,10 @@ +Fri Apr 15 16:40:27 CEST 2016 - [email protected] + +- Update to GNOME 3.20 -- Fate#318572. +- Drop + webkitgtk-bnc922895-cve-2015-2330-late-tls-cert-verification.patch, + webkitgtk-compile-when-WK2-disabled.patch, + webkitgtk-js-endian-fixes.patch, + webkitgtk-protocall-endian-fix.patch (fixed upstream). + +------------------------------------------------------------------- @@ -96,0 +119,8 @@ + +------------------------------------------------------------------- +Thu Mar 19 17:47:00 CST 2015 - [email protected] + +- Enabled building of the webkit2 API packages; devhelp requires this. +- Added webkitgtk-bnc922895-cve-2015-2330-late-tls-cert-verification.patch + for bnc#922895 - CVE-2015-2330, perform TLS certificate validation + at the right time, before sending the HTTP request. webkitgtk3.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkitgtk.spec ++++++ --- /var/tmp/diff_new_pack.eTf0Yu/_old 2016-08-16 13:01:49.000000000 +0200 +++ /var/tmp/diff_new_pack.eTf0Yu/_new 2016-08-16 13:01:49.000000000 +0200 @@ -338,6 +338,10 @@ mkdir -p DerivedSources/Platform %build +if [ $(gcc -dumpversion | awk -F. '{print $1}') -ge 6 ]; then + # Remove this GCC6 optimization to fix several runtime issues (e.g. boo#987596) + RPM_OPT_FLAGS+=" -fno-delete-null-pointer-checks " +fi %ifarch ppc64 ppc64le RPM_OPT_FLAGS+=" -mminimal-toc " %endif webkitgtk3.spec: same change
