SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libwebkitgtk3-lang-2.4.11-lp150.9.1.noarch.rpm :

* Sun Jul 31 2016 antoine.belvireAATTlaposte.net- Disable GCC\'s delete-null-pointer-checks optimization to fix various runtime issues (e.g. boo#987596)
* Wed Jun 08 2016 dimstarAATTopensuse.org- Toggle _withwk2 back to 0: WebKit2 has long been split into an own package and builds WebKit2 API 4.0.
* Mon May 23 2016 dimstarAATTopensuse.org- Add webkitgtk-abs_to_fabs.patch: use fabs() instead of abs() on floating point values.
* Fri Apr 15 2016 hpjAATTsuse.com- 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).
* Tue Apr 12 2016 zaitorAATTopensuse.org- Update to version 2.4.11: + Fix a crash when changing elment attributes with DOM bindings. + Fix the build on ARM64. + Updated translations.- Rebase webkitgtk-aarch64.patch.
* Tue Mar 15 2016 dimstarAATTopensuse.org- Update to version 2.4.10: + Fix rendering of form controls and scrollbars with GTK+ >= 3.19 + Fix crashes on PPC64. + Fix the build on powerpc 32 bits. + Add ARM64 build support. + Security fixes: CVE-2015-1120, CVE-2015-1076, CVE-2015-1071, CVE-2015-1081, CVE-2015-1122, CVE-2015-1155, CVE-2014-1748, CVE-2015-3752, CVE-2015-5809, CVE-2015-5928, CVE-2015-3749, CVE-2015-3659, CVE-2015-3748, CVE-2015-3743, CVE-2015-3731, CVE-2015-3745, CVE-2015-5822, CVE-2015-3658, CVE-2015-3741, CVE-2015-3727, CVE-2015-5801, CVE-2015-5788, CVE-2015-3747, CVE-2015-5794, CVE-2015-1127, CVE-2015-1153, CVE-2015-1083. + Updated translations.- Rebase webkitgtk-aarch64.patch, webkitgtk-commit-size.patch.- Drop webkitgtk-js-endian-fixes.patch and webkitgtk-protocall-endian-fix.patch: fixed upstream.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Switch to geoclue2: replace pkgconfig(geoclue) BuildRequires with pkgconfig(geoclue-2.0).
* Tue Aug 04 2015 zaitorAATTopensuse.org- Modify _constraints file for armv6l/armv7l arches to sizes so low that in practice it\'s disabled.
* Mon Jun 15 2015 schwabAATTsuse.de- Update webkitgtk-aarch64.patch: update aarch64 support, backports from upstream.
* Thu May 21 2015 zaitorAATTopensuse.org- Update to version 2.4.9: + Check TLS errors as soon as they are set in the SoupMessage to prevent any data from being sent to the server in case of invalid certificate. + Clear the GObject DOM bindings internal cache when frames are destroyed or web view contents are updated. + Add HighDPI support for non-accelerated compositing contents. + Fix some transfer annotations used in GObject DOM bindings. + Use latin1 instead of UTF-8 for HTTP header values. + Fix synchronous loads when maximum connection limits are reached. + Fix a crash ScrollView::contentsToWindow() when GtkPluginWidget doesn\'t have a parent. + Fix a memory leak in webkit_web_policy_decision_new. + Fix g_closure_unref runtime warning. + Fix a crash due to empty drag image during drag and drop. + Fix rendering of scrollbars with GTK+ >= 3.16. + Fix the build on mingw32/msys. + Fix the build with WebKit2 disabled. + Fix the build with accelerated compositing disabled. + Fix clang version check in configure. + Fix the build with recent versions of GLib that have GMutexLocker. + Fix the build for Linux/MIPS64EL.- Drop webkitgtk-hidpi.patch, webkitgtk-compile-when-WK2-disabled.patch, webkitgtk-WTF-GMutexLocker.patch and webkitgtk-gcc5-fixes.patch: Fixed upstream.- Rebase webkitgtk-aarch64.patch.
* Mon May 11 2015 zaitorAATTopensuse.org- Add webkitgtk-hidpi.patch: Make webkitgtk usable on HiDPI screens, patch is ignored upstream as it\'s fixed on 2.6 branch.
* Wed May 06 2015 dmuellerAATTsuse.com- add webkitgtk-gcc5-fixes.patch: Fix build with GCC 5.x
* Thu Mar 19 2015 federicoAATTsuse.com- 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.
* Mon Feb 23 2015 dimstarAATTopensuse.org- Add webkitgtk-WTF-GMutexLocker.patch: Fix build with GLib 2.43.4. WebKit and GLib both have a GMutexLock in tree, which conflict. Ensure WebKit uses its own WTF::GMutexLocker implementation.
* Sun Jan 11 2015 zaitorAATTopensuse.org- Update to version 2.4.8: + Fix SSL connection issues with some websites after the POODLE vulnerability fix. + Fix a crash when loading flash plugins. + Fix build on GNU Hurd - Fix build on OS X. + Fix documentation of webkit_print_operation_get_page_setup(). + Security fixes: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386, CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390.- Add webkitgtk-compile-when-WK2-disabled.patch: Fix build when WK2 is disabled.- Pass autoreconf and enable libtool BuildRequires: Needed for above patch since it touches the buildsystem.- Bugs fixed: boo#871792, boo#879607 and boo#879607.
* Sat Oct 25 2014 dimstarAATTopensuse.org- Update to version 2.4.7: + SSLv3 is now disabled in WebKit2 to protect us against POODLE vulnerability. + Fix the remote web inspector. + Fix rendering of buttons, selections and lists with recent GTK+ versions. + Fix the build with drag and drop support disabled. + Fix the build with video support disabled. + Fix a crash in the plugin process with some windowed flash plugins. + TLS errors now take precedence over the HTTP authentication dialog. + Do not shrink on-disk cache to its default size on startup. + Don’t include full path names in WebKitEnumTypes.h to ensure the generated headers are always identical.
* Mon Sep 29 2014 dimstarAATTopensuse.org- Update to version 2.4.6: + Use free icons for the web inspector. + Make vimeo videos work again with the GStreamer media backend. + Fix selection rendering when unfocused with recent GTK+ versions. + Fix toggle buttons rendering with recent GTK+ versions. + Fix race condition when downloading a file due to the intermediate temporary file.
* Tue Aug 26 2014 zaitorAATTopensuse.org- Update to version 2.4.5: + Do not freeze the UI process while scanning plugins if there\'s a GTK+ 3 plugin installed. + Fix a crash when drag and drop to a WebKitWebView. + Fix a crash when navigating away from a web page containing an ogg video. + Fix slow motion rendering problem in GStreamer media backend due to integer rounding. + Make sure the plugins cache is always used even if the cache directory doesn’t exist. + Fix toggle buttons rendering with recent GTK+ versions. + Do not use GtkWindow:resize-grip-visible with recent GTK+ versions. + Add support for little-endian PowerPC64.- Drop webkitgtk-ppc64le.patch: Fixed upstream, though via an other approach then our patch.
* Wed Aug 20 2014 dimstarAATTopensuse.org- Disable building of WebKit 2 API implementation (only impacts GTK3 variant, as there never was a WebKit2 API for GTK2). This is done in order to provide WebKit2 builds as newer versions. Upstream is no longer maintaining WebKit1 APIs - so the 2.4.x branch will be the latest releases.- Fix build of GTK3 variant with WebKit2 support disabled.
* Tue Aug 19 2014 normandAATTlinux.vnet.ibm.com- Apply webkitgtk-commit-size.patch also on ppc64le and sligthly modify this patch to be same as on fedora (bnc#883026).
* Mon Aug 04 2014 dvaleevAATTsuse.com- Add webkitgtk-ppc32.patch: Fix ppc32 build; Webkit2 doesnt build on powerpc 32 bits (webkit#130837).
* Wed Jul 23 2014 dimstarAATTopensuse.org- Rename _constraint to _constraints, so it actually applies.
* Thu Jul 10 2014 dimstarAATTopensuse.org- Update to version 2.4.4: + Fix annoying popup shown when visiting 8tracks.com. + Expose links rendered as blocks to accessibility. + Make text inside \"span\" block in \"a\" block accessible. + Implement windowed plugins visibility. + Fix the GObject introspection annotations of webkit_web_resource_get_data_finish(). + Fix a crash in TSymbolTableLevel::~TSymbolTableLevel when WebKit is built with GCC 4.9. + Fix a crash when playing a video in facebook. + Several user agent changes to fix Google Maps and a few other issues. + Allo to include WebKitVersion.h from web extensions API too. + Fix web process leak when closing pages with network process enabled. + Fix the build with --disable-webgl - -disable-accelerated-compositing.
* Tue Jul 01 2014 dimstarAATTopensuse.org- Update to version 2.4.3: + Fix video playback rate used when resuming in GStreamer media backend. + Use GstMetaVideo as announced by WebKitVideoSink to fix some decoders and filters that rely on buffer\'s meta rather that in the caps structures. + Do not pass a valid pointer as redirected-response parameter to WebKitWebPage::send-request signal when not redirecting. + Add missing files to the build required for building on Windows.
* Wed Jun 04 2014 mgorseAATTsuse.com- webkitgtk-commit-size.patch: Fix and rebase.- webkitgtk-protocall-endian-fix.patch: Don\'t patch ChangeLog; it makes the patch need rebasing any time we update.
* Sun May 18 2014 mgorseAATTsuse.com- Add webkitgtk-commit-size.patch: call mprotect with appropriate arguments on ppc64/s390x (bnc#866728 bgo#721569).- Add webkitgtk-js-endian-fixes.patch, webkitgtk-protocall-endian-fix.patch: endian fixes (bnc#866728 bgo#721569).
* Sat May 17 2014 zaitorAATTopensuse.org- Update to version 2.4.2: + Correctly handle TLS errors in case of a server redirection. + Fix a crash when submitting a form. + Fix several JavaScriptCore crashes when browsing facebook. + Fix a crash when closing a page with windowed plugins. + Fix a crash after getting web view context property with g_object_get. + Fix a new[] delete[] mismatch in SocketStreamHandleSoup.
* Tue Apr 15 2014 zaitorAATTopensuse.org- Update to version 2.4.1: + Add CORS support for media elements to GStreamer media backend. + Fix wrong flags used in fcntl call that failed in FreeBSD. + Correctly handle HTTP authentication for cross-origin requests. + Correctly handle cookies for cross-origin requests. + Fix a crash in the plugin process with some plugins that redefine NPN functions. + Fix acceletared video when the video format has an alpha component. + Fix sites using geolocation after reloading when using Geoclue2. + Append Safari version to UserAgent to fix redirections in www.globalforestwatch.org.
* Tue Mar 25 2014 dimstarAATTopensuse.org- Update to version 2.4.0: + Support for multiple web processes. + DOM touch events support. + Plugins cache. + Process model API. + TLS errors API. + Lots of bugs fixed.
* Wed Mar 19 2014 dimstarAATTopensuse.org- Update to version 2.3.92: + Add support for Geoclue2. + Always finalize the soup session object when the networking process finishes. + Make sure the web process doesn’t finish if there’s an ongoing print operation. + Fix runtime critical warnings about main loop sources not found when trying to remove them. + Fixed several crashes in JavaScriptCore when visiting facebook. + Improve CSS properties performance. + Fix web process leak when the WebView is leaked by the application. + Fix the build when using vala bindings due to UI and web process main headers included together.
* Mon Mar 03 2014 dimstarAATTopensuse.org- Update to version 2.3.91: + Use a persistent cache for plugins metadata to avoid locking the UI while scanning plugins during page loads. + Make the web inspector always load in multiprocess mode. + Add a pkg-config file for WebKit2 web process extensions API. + Fix the generation of g_return macros for GObject DOM bindings in some cases where non pointer parameters were handled as pointers. + Enable DFG_JIT on FreeBSD. + Use system default compiler instead of gcc when building DOM generated sources. + Several build fixes for FreeBSD. + Fix the build with wayland support enabled.
* Fri Feb 21 2014 dimstarAATTopensuse.org- Update to 2.3.90: + Add initial touch support to WebKit2. + Add API to create a WebKitWebView related to another one to share the same Web Process. + Create the inspector view using the same web process as the inspected page. + Fix wrong mix of fcntl commands and flags in WebKit2. + Fix marshaller used in WebKitWebPage::document-loaded signal. + Fix a crash in GStreamer media backend when playback rate is too high. + Fix the build on FreeBSD.
* Thu Feb 20 2014 dimstarAATTopensuse.org- Update to version 2.3.5: + Add API to allow setting a multiple web process model. + Add API to pass initialization user data from the UI process to the web extensions. + Implement languages support with network process. + Implement custom URI schemes with network process. + Disable MemoryCache when the DOCUMENT_VIEWER cache model is set. + Expose aria-describedby with ATK_RELATION_DESCRIBED_BY. + Fix a bug that prevented from entering fullscreen again in HTML5 videos after fullscreen was left with ESC. + Set playback rate when pipeline is not ready in GStreamer media backend. + Fix a lockup when playing Icecast radio in GStreamer media backend. + Fix a web process crash when a download is cancelled. + Fix several crashes when printing via JavaScript.
* Thu Feb 20 2014 dimstarAATTopensuse.org- Update to version 2.3.4: + Add API to WebKitResponsePolicyDecision to check if the MIME type can be shown. + Enable fullscreen API by default. + Fix handling of HTTP certificates with the network process enabled. + Fix downloads with the network process enabled. + Fix handling of cookies when network process is enabled. + Remove the partial file downloaded when the download operation fails or is cancelled. + Make WebKitWebPage::send-request signal work after a redirect. + Add xdg.origin.url extended attribute to downloads in WebKit2. + Fix WebGL with GLES. + Updated translations.- Create new subpackage typelib-1_0-WebKit2WebExtension-3.0 when building for GTK+ 3.0.- Add webkitgtk-x86-assembler-fix.patch: Fix build creating invalid assembler code on x86.
* Thu Feb 20 2014 dimstarAATTopensuse.org- Update to version 2.3.3: + Render AC layers also when using GTK+ 2 in WebKit1. + Avoid extra copy when drawing images in cairo backend. + Fix return value of webkit_web_view_get_view_source_mode() in WebKit1. + Fix scrolling in combo boxes when the dropdown menu is larger than the screen. + Remove Chromium as user agent and claim to be Safari in OS X. + Fix a crash in the WebProcess when visiting www.pressure.co.uk. + Fix a crash JavaScriptcore with certain Google Drive documents. + Fix a crash in JavaScriptcore when running peacekeeper benchmark in 32 bit platforms. + Fix the build with freetype >= 2.5.1.- Drop webkitgtk-use-recommended-freetype-include.patch: fixed upstream.- Rebase webkitgtk-aarch64.patch.- Add chrpath BuildRequires.- Use chrpath to remove RPath references to buildroot from installed binaries.
* Thu Feb 20 2014 dimstarAATTopensuse.org- Update to version 2.3.2: + Add enable-media-stream setting to WebKit2 GTK+ API. + Fix a crash when load fails due to SSL errors in WebKit2. + Add support audio and video tracks to GStreamer media backend. + Properly expose video and audio elements to accessibility. + Fix invalid cairo matrix when drawing too small surfaces. + Avoid extra copy when drawing images using cairo. + Do not omit playback rate when seeking in GStreamer media backend. + Several build fixes on non-linux platforms.- Changes from version 2.3.1: + Add WebKit2 API for TLS errors. + Make EventTarget interface introspectable in GObject DOM bindings. + Expose WheelEvent in the GObject DOM bindings API. + Generate API documentation for GObject DOM bindings. + Respect image orientation by default. + Enable text edition undo/redo operations support in WebKit2. + Add suppport for blob URLs to GStreamer media backend. + Add support for subtitles. + Allow running the web process with an arbitrary prefix command in debug builds. + Expose image links properly to accessibility. + Expose title and alternative text for links in image maps to accessibility. + Cancel the current active WebKitAuthenticationRequest on load fail. + Fix several memory leaks.- Rebase webkitgtk-aarch64.patch.
* Thu Feb 20 2014 zaitorAATTopensuse.org- Update to version 2.2.5: + Fix a crash in GStreamer media backend when playback rate is too high. + Fix wrong mix of fcntl commands and flags in WebKit2. + Fix a crash in facebook when hovering images. + Fix a crash when loading tbpl.mozilla.org. + Fix text encoding of pages loaded with webkit_web_view_load_html() in WebKit2. + Fix marshaller used in WebKitWebPage::document-loaded signal. + Fix a bug that prevented from entering fullscreen again in HTML5 videos after fullscreen was left with ESC. + Fix a web process crash when a download is cancelled. + Fix the build on FreeBSD.
* Tue Jan 28 2014 zaitorAATTopensuse.org- Update to version 2.2.4: + Disable MemoryCache when the DOCUMENT_VIEWER cache model is set. + Remove the partial file downloaded when the download operation fails or is cancelled. + Enable Web Audio by default in configure. + Add missing mappings from ARIA roles to ATK roles. + Fix several crashes when printing via JavaScript. + Fix an X11 error when the backing store surface is destroyed. + Fix the user agent string to correctly pretend to be Mac OS X to fix several web sites that depen on the user agent like yahoo. + Fix the build with wayland support disabled. + Fix the build in FreeBSD. + Fix the build in Mac/Darwin. + Fix the build with GCC in i386.- Drop webkitgtk-use-recommended-freetype-include.patch, fixed upstream.
* Mon Dec 23 2013 uweigandAATTde.ibm.com- Add webkitgtk-ppc64le.patch: Support powerpc64le-linux.- Inject same C(PP)FLAGS as for ppc64.
* Sat Dec 14 2013 hrvoje.senjanAATTgmail.com- Add webkitgtk-use-recommended-freetype-include.patch: Freetype upstream recommends using their macros together with ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions.
* Fri Nov 15 2013 dimstarAATTopensuse.org- Update to version 2.2.2 (bnc#849913): + Fix a crash when printing via JavaScript in WebKit2. + Enable text edition undo/redo operations support in WebKit2. + Fix the build on non-linux platforms.- Rebase webkitgtk-aarch64.patch.
* Wed Oct 16 2013 dimstarAATTopensuse.org- Update to version 2.2.1: + Fix a crash in JavaScriptCore when visiting google groups. + Fix a crash in JavaScriptCore when trying to send a message via \'today\'s birthdays\' dialogue box on Facebook. + Make sure the GtkWidget used for windowed plugins is destroyed when the plugin instance is destroyed. + Fix the build with drag and drop support disabled.- define _name webkitgtk: helps osc collab to not trip over the two spec files at each update.
* Sun Oct 06 2013 dmuellerAATTsuse.com- Fix optflags mangling on arm (replace \"-g \", as there can be other buildflags starting with -g).
* Fri Sep 27 2013 zaitorAATTopensuse.org- Update to version 2.2.0: + Bump the GTK+ Wayland dependency to 3.10 + Fix the build with GTK+ 2.0.- Drop webkitgtk-gtk2.patch, fixed upstream.
* Mon Sep 23 2013 dimstarAATTopensuse.org- Fix _constraints: we meant to ask for memory (physical), not disk space.
* Sat Sep 21 2013 dimstarAATTopensuse.org- Change _constraints: as we now build parallel, we do require more memory. In tests, it seems we require ~ 3000M, so requesting 3200M to start with.
* Sat Sep 21 2013 dimstarAATTopensuse.org- Change RPM Group of libwebkitgtk-1_0-0 and libwebkitgtk-3_0-0 to System/Libraries, in accordance with the packaging guidelines.
* Wed Sep 18 2013 dimstarAATTopensuse.org- Update to version 2.1.92: + Switch to the new Web Inspector. + Reimplement several accessibility methods to not require Gail and Pango. + Allow to run in a Wayland environment even when WebKitGTK+ has been built with accelerated compositing support enabled, falling back to software rendering in such case since accelerated compositing is not supported yet under Wayland. + Enable the Wayland target by default if the GTK+ Wayland dependency is available. + Fix web inspector rendering when docked in a page that uses accelerated compositing. + Do not try to parse incomplete HTTP requests in the web inspector. + Use WEBKIT_TYPE_DOWNLOAD instead of G_TYPE_OBJECT for the argument of the WebKitWebView::download-requested signal in WebKit1. + Add allow-none introspection annotation to parameters that can be NULL in GObject DOM bindings. + Honor the --disable-gtk-doc configure option. + Fix the build on directories containing spaces. + Allow to build when the build directory is in a different partition. + Updated translations.- Add webkitgtk-gtk2.patch: Fix build with GTK+ 2.0.- Enable parallel build. The OOM usually happened during linking, not building; and the linker is not executed in parallel anyway.
* Wed Sep 11 2013 dimstarAATTopensuse.org- Update to version 2.1.91: + Add a cancelled signal to WebKitAuthenticationRequest in WebKit2 GTK+ API. + Add support for building with Wayland as the target. + Fix issues with rtsp streams embedded on
 
ICM