Change log for webkit2gtk package in Debian
251 → 259 of 259 results | First • Previous • Next • Last |
webkit2gtk (2.6.2+dfsg1-3) unstable; urgency=medium * debian/patches/no-ssl-record-version.patch: + Don't use a SSL3.0 record version in client hello. * debian/patches/nullptr-accessibilitymenulistoption.patch: + Check for NULL pointers in AccessibilityMenuListOption. * debian/patches/nullptr-applystylecommand.patch: + Check for NULL pointer in ApplyStyleCommand. * debian/patches/nullptr-frameprogresstracker.patch: + Check for NULL pointer in FrameProgressTracker. * debian/patches/render-text-control.patch: + Check for NULL pointer in SearchInputType. * debian/patches/twitter-inserted-text.patch: + Fix inserted text when typing in the Twitter message box. * debian/patches/protect-document.patch: + Protect Document in ProcessingInstruction::setXSLStyleSheet(). This is a security fix, see https://codereview.chromium.org/579133004. * debian/patches/at-spi2.patch: + Accessible values are no longer accessible via AT-SPI2. * debian/patches/ax-focus-events.patch: + Fix accessible focus events in non-focused combo boxes. -- Alberto Garcia <email address hidden> Sun, 07 Dec 2014 17:53:25 +0100
Available diffs
- diff from 2.6.2+dfsg1-2 to 2.6.2+dfsg1-3 (4.1 KiB)
webkit2gtk (2.6.2+dfsg1-2) unstable; urgency=medium * debian/patches/fix-mips64-build.patch: + Fix mips64el build (Closes: #767598). * debian/patches/flash-crash.patch: + Fix crash in the Flash player (Closes: #768341). -- Alberto Garcia <email address hidden> Mon, 10 Nov 2014 11:44:56 +0200
Available diffs
- diff from 2.6.2+dfsg1-1 to 2.6.2+dfsg1-2 (1.5 KiB)
webkit2gtk (2.6.2+dfsg1-1) unstable; urgency=medium * New upstream release. -- Alberto Garcia <email address hidden> Thu, 23 Oct 2014 12:17:48 +0300
Superseded in sid-release |
webkit2gtk (2.6.1+dfsg1-2) unstable; urgency=medium * debian/rules: + Disable debugging symbols in armel and kfreebsd-amd64. * debian/control: + Bump Standards-Version to 3.9.6; no changes needed. -- Alberto Garcia <email address hidden> Wed, 15 Oct 2014 15:03:26 +0300
Superseded in sid-release |
webkit2gtk (2.6.1+dfsg1-1) unstable; urgency=medium * New upstream release. * debian/patches/fix-header-template.patch: + Remove. -- Alberto Garcia <email address hidden> Mon, 13 Oct 2014 15:18:12 +0300
Superseded in sid-release |
webkit2gtk (2.6.0+dfsg1-3) unstable; urgency=medium * debian/patches/atomic_build_fix.patch: + Make -latomic work also when --as-needed is present (Closes: 764193). * debian/rules: + Don't build -dbg packages if we don't have debugging symbols. + Disable debugging symbols in armhf (Closes: #764192). -- Alberto Garcia <email address hidden> Mon, 06 Oct 2014 15:18:03 +0300
Superseded in sid-release |
webkit2gtk (2.6.0+dfsg1-2) unstable; urgency=medium [ Alberto Garcia ] * debian/patches/atomic_build_fix.patch: + Add -latomic also to shared libraries. [ Emilio Pozuelo Monfort ] * debian/rules: + Disable debugging symbols on powerpc. Should fix the build as otherwise the linker needs too much memory and fails. + Disable JIT on armel. Should fix the build. * Upload to unstable. -- Emilio Pozuelo Monfort <email address hidden> Thu, 02 Oct 2014 00:42:20 +0200
Deleted in experimental-release (Reason: None provided.) |
webkit2gtk (2.6.0+dfsg1-1) experimental; urgency=medium * New upstream release. * debian/patches/fix-textrel-x86.patch, debian/patches/change-libexec-dir.patch: + Remove. * debian/patches/dfg-jit.patch, debian/patches/install-minibrowser.patch, debian/patches/restore_sparc_code.patch: + Refresh. * debian/patches/atomic_build_fix.patch: + Add -latomic to fix build in some architectures. * debian/patches/css-image-set.patch: + Enable CSS_IMAGE_SET, required in order to display all inspector icons. * debian/rules: + Disable JIT completely in mips and mipsel, it does not build at the moment, see https://bugs.webkit.org/show_bug.cgi?id=136753. + Enable JIT in armel and armhf. * debian/copyright: + Update with all the changes in 2.6.0 (Closes: #760477). * debian/libwebkit2gtk-4.0-37.symbols: + Update. * Make gir1.2- and -dev packages multi-arch compliant: + debian/gir1.2-javascriptcoregtk-4.0.install, debian/gir1.2-webkit2-4.0.install: - Put .typelib files in /usr/lib/<arch>/girepository-1.0. + debian/control: - Add Multi-Arch field to the affected packages. + debian/gir1.2-javascriptcoregtk-4.0.links, debian/libjavascriptcoregtk-4.0-dev.links: - Remove old compatibility links. + debian/patches/fix-header-template.patch: - Make WebKitEnumTypes.h equal in all builds by not including the name of the build directory. -- Alberto Garcia <email address hidden> Mon, 29 Sep 2014 15:48:56 +0300
Deleted in experimental-release (Reason: None provided.) |
webkit2gtk (2.5.3+dfsg1-1) experimental; urgency=medium * New upstream release from the upcoming 2.6 branch. + Rename source package to webkit2gtk, since now WebKitGTK+ only provides the new WebKit2 API. We have to keep the old webkitgtk packages around until all apps using the old API have ben ported. + Add the +dfsg1 suffix to the version number since we have to remove a few non-free files from the source tarball. * debian/gbp.conf: + Update upstream branch name. * debian/watch: + Add dversionmangle rule to strip +dfsg1 from the package. * debian/rules: + Rewrite completely using the debhelper sequencer and build with cmake instead of autotools. + Disable JIT and MacroAssembler in all architectures unless we know it works. + Add get-orig-source target. * debian/control: + Remove all packages that use the old WebKit API, as well as the -common packages. + libjavascriptcoregtk-3.0-0 => libjavascriptcoregtk-4.0-18. + libwebkit2gtk-3.0-25 => libwebkit2gtk-4.0-37. + Don't depend on any specific compiler. + Add build dependencies on cmake and slimit. + Replace libgeoclue-dev with geoclue-2.0. + Split libwebkit2gtk-4.0-doc from the -dev package. + Remove Mike Hommey from the Uploaders field. * debian/copyright: + Make it compliant with the copyright format v1.0 and refactor the licenses a bit. * debian/jquery-1.9.1.js: + Provide uncompressed version of jquery to replace the compressed one that had to be removed from the original tarball. * debian/patches/enable_llint.patch, debian/patches/02_notebook_scroll.patch, debian/patches/atomic_build_fix.patch, debian/patches/fix-gtkdoc-error.patch, debian/patches/ftbfs-armhf.patch: + Remove. * debian/patches/dfg-jit.patch, debian/patches/local-label-string-hurd.patch, debian/patches/restore_sparc_code.patch, debian/patches/fix-textrel-x86.patch: + Refresh. * debian/patches/install-minibrowser.patch: + Rewrite to make it work with cmake. * debian/patches/change-libexec-dir.patch: + Install all auxiliary binaries in the same directory. * debian/source/lintian-overrides: + Remove. * debian/libwebkit2gtk-4.0-37.lintian-overrides: + Override shared-lib-without-dependency-information warning in libwebkit2gtkinjectedbundle.so, that's a module used internally by webkit. * debian/symbols.filter: + Remove. -- Alberto Garcia <email address hidden> Wed, 27 Aug 2014 06:18:56 +0000
251 → 259 of 259 results | First • Previous • Next • Last |