Raspbian automatic forward porter [Sun, 6 Nov 2022 14:39:37 +0000 (14:39 +0000)]
Merge version 5.212.0~alpha4-21+rpi1 and 5.212.0~alpha4-25 to produce 5.212.0~alpha4-25+rpi1
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-25) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix macro definitions TRUE, FALSE
Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13
Gbp-Pq: Name icu_68.diff
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems
Origin: backport, https://github.com/webkit/webkit/commit/
3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24
In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:
2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);
while the same slot is accessed later by the jitted code as 32 bit integer:
macro getProperty(slow)
loadisFromInstruction(6, t1)
This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.
Gbp-Pq: Name jscore_big_endian.diff
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-25) unstable; urgency=medium
* Upload to unstable.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-25]
Dmitry Shachnev [Thu, 29 Sep 2022 08:55:50 +0000 (09:55 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-25.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-25 qtwebkit-opensource-src_5.212.0~alpha4-25.debian.tar.xz]
Peter Michael Green [Sun, 7 Aug 2022 03:06:07 +0000 (03:06 +0000)]
Mark another symbol as "optional"
Raspbian automatic forward porter [Fri, 5 Aug 2022 11:34:44 +0000 (12:34 +0100)]
Merge version 5.212.0~alpha4-19+rpi1 and 5.212.0~alpha4-21 to produce 5.212.0~alpha4-21+rpi1
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-21) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix macro definitions TRUE, FALSE
Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13
Gbp-Pq: Name icu_68.diff
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems
Origin: backport, https://github.com/webkit/webkit/commit/
3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24
In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:
2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);
while the same slot is accessed later by the jitted code as 32 bit integer:
macro getProperty(slow)
loadisFromInstruction(6, t1)
This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.
Gbp-Pq: Name jscore_big_endian.diff
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-21) unstable; urgency=medium
* Update debian/libqt5webkit5.symbols from buildds’ logs.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-21]
Dmitry Shachnev [Tue, 26 Jul 2022 08:39:04 +0000 (09:39 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-21.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-21 qtwebkit-opensource-src_5.212.0~alpha4-21.debian.tar.xz]
Raspbian automatic forward porter [Fri, 24 Jun 2022 20:23:15 +0000 (21:23 +0100)]
Merge version 5.212.0~alpha4-16+rpi1 and 5.212.0~alpha4-19 to produce 5.212.0~alpha4-19+rpi1
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-19) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix macro definitions TRUE, FALSE
Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13
Gbp-Pq: Name icu_68.diff
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems
Origin: backport, https://github.com/webkit/webkit/commit/
3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24
In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:
2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);
while the same slot is accessed later by the jitted code as 32 bit integer:
macro getProperty(slow)
loadisFromInstruction(6, t1)
This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.
Gbp-Pq: Name jscore_big_endian.diff
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-19) unstable; urgency=medium
* Upload to unstable.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-19]
Dmitry Shachnev [Mon, 13 Jun 2022 18:36:12 +0000 (19:36 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-19.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-19 qtwebkit-opensource-src_5.212.0~alpha4-19.debian.tar.xz]
Raspbian automatic forward porter [Thu, 28 Apr 2022 15:01:04 +0000 (16:01 +0100)]
Merge version 5.212.0~alpha4-14+rpi1 and 5.212.0~alpha4-16 to produce 5.212.0~alpha4-16+rpi1
Dmitry Shachnev [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-16) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
fix macro definitions TRUE, FALSE
Origin: Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebkit/blob/rawhide/f/qtwebkit-icu68.patch
Forwarded: no
Last-Update: 2022-03-13
Gbp-Pq: Name icu_68.diff
Debian Qt/KDE Maintainers [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
fix JSCore segmentation fault on 64-bit big endian systems
Origin: backport, https://github.com/webkit/webkit/commit/
3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24
In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:
2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);
while the same slot is accessed later by the jitted code as 32 bit integer:
macro getProperty(slow)
loadisFromInstruction(6, t1)
This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.
Gbp-Pq: Name jscore_big_endian.diff
Debian Qt/KDE Maintainers [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-16) unstable; urgency=medium
* Add a patch from Fedora to fix build with ICU 68 (closes: #
1010118).
* Build against Qt 5.15.2 again, for uploading to unstable.
* Upload to unstable.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-16]
Dmitry Shachnev [Mon, 25 Apr 2022 11:00:32 +0000 (12:00 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-16.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-16 qtwebkit-opensource-src_5.212.0~alpha4-16.debian.tar.xz]
Raspbian automatic forward porter [Tue, 30 Nov 2021 18:52:01 +0000 (18:52 +0000)]
Merge version 5.212.0~alpha4-13+rpi1 and 5.212.0~alpha4-14 to produce 5.212.0~alpha4-14+rpi1
Dmitry Shachnev [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-14) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
fix JSCore segmentation fault on 64-bit big endian systems
Origin: backport, https://github.com/webkit/webkit/commit/
3fdde71c7d95d758
Reviewed-by: Frank Heimes <frank.heimes@canonical.com>
Last-Update: 2021-11-24
In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes
the property offset as pointer size (hence 64 bit) value:
2141: instructions[i + 6].u.pointer = reinterpret_cast<void*>(op.operand);
while the same slot is accessed later by the jitted code as 32 bit integer:
macro getProperty(slow)
loadisFromInstruction(6, t1)
This fails on big endian targets since the integer access takes the higher
part of the 64 bit value.
Gbp-Pq: Name jscore_big_endian.diff
Debian Qt/KDE Maintainers [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-14) unstable; urgency=medium
* debian/patches/jscore_big_endian.diff: Fix segmentation fault on s390x
and potentially other 64-bit big endian systems (LP: #
1951470).
Thanks Andreas Krebbel for the patch and Frank Heimes for the initial
debdiff!
* Update debian/source/lintian-overrides for Lintian 2.109.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-14]
Dmitry Shachnev [Wed, 24 Nov 2021 19:27:08 +0000 (19:27 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-14.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-14 qtwebkit-opensource-src_5.212.0~alpha4-14.debian.tar.xz]
Raspbian automatic forward porter [Sun, 5 Sep 2021 21:14:26 +0000 (22:14 +0100)]
Merge version 5.212.0~alpha4-11+rpi1 and 5.212.0~alpha4-13 to produce 5.212.0~alpha4-13+rpi1
Dmitry Shachnev [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-13) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
remove invalid g_object declarations to fix build with glib ≥ 2.68
Origin: https://build.opensuse.org/package/view_file/KDE:Qt5/libqt5-qtwebkit/0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1058
Last-Update: 2021-04-07
Gbp-Pq: Name glib_2.68.diff
Debian Qt/KDE Maintainers [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
qtwebkit-opensource-src (5.212.0~alpha4-13) unstable; urgency=medium
* Bump Standards-Version to 4.6.0, no changes needed.
* Upload to unstable.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-13]
Dmitry Shachnev [Sat, 28 Aug 2021 17:44:39 +0000 (18:44 +0100)]
Import qtwebkit-opensource-src_5.212.0~alpha4-13.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-13 qtwebkit-opensource-src_5.212.0~alpha4-13.debian.tar.xz]
Raspbian automatic forward porter [Mon, 11 Jan 2021 00:06:12 +0000 (00:06 +0000)]
Merge version 5.212.0~alpha4-10+rpi1 and 5.212.0~alpha4-11 to produce 5.212.0~alpha4-11+rpi1
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-11) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
let Bison generate the header directly
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-11) unstable; urgency=medium
* Remove unused mesa-common-dev build-dependency.
Thanks to Helmut Grohne for the suggestion!
* Update Forwarded status of debian/patches/bison_3.7.diff.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-11]
Dmitry Shachnev [Mon, 4 Jan 2021 18:09:41 +0000 (18:09 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-11.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-11 qtwebkit-opensource-src_5.212.0~alpha4-11.debian.tar.xz]
Raspbian automatic forward porter [Sun, 20 Dec 2020 12:42:34 +0000 (12:42 +0000)]
Merge version 5.212.0~alpha4-7+rpi1 and 5.212.0~alpha4-10 to produce 5.212.0~alpha4-10+rpi1
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-10) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
fix compilation with Python 3.9: avoid passing encoding to json.load()
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
78360c01c796b626
Last-Update: 2020-11-23
Gbp-Pq: Name python_3.9.diff
Debian Qt/KDE Maintainers [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
let Bison generate the header directly
Forwarded: not-yet
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff
William Grant [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
add support for riscv64 architecture
Forwarded: https://github.com/qtwebkit/qtwebkit/pull/982
Last-Update: 2020-04-28
Gbp-Pq: Name support_riscv64.diff
Pino Toscano [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Locally define PATH_MAX is not available
Forwarded: no
Last-Update: 2017-11-20
The code unconditionally uses PATH_MAX, which is POSIX-optional.
This fixes the build on platforms without it, such as GNU/Hurd.
Gbp-Pq: Name path_max.diff
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
reduce the number of exported symbols in libQt5WebKit.so.5
Forwarded: not-needed
Last-Update: 2017-08-27
Gbp-Pq: Name reduce_exports.diff
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
qtwebkit-opensource-src (5.212.0~alpha4-10) unstable; urgency=medium
* Bump Standards-Version to 4.5.1, no changes needed.
* Upload to unstable.
[dgit import unpatched qtwebkit-opensource-src 5.212.0~alpha4-10]
Dmitry Shachnev [Fri, 11 Dec 2020 08:32:37 +0000 (08:32 +0000)]
Import qtwebkit-opensource-src_5.212.0~alpha4-10.debian.tar.xz
[dgit import tarball qtwebkit-opensource-src 5.212.0~alpha4-10 qtwebkit-opensource-src_5.212.0~alpha4-10.debian.tar.xz]
Raspbian automatic forward porter [Mon, 9 Nov 2020 14:21:33 +0000 (14:21 +0000)]
Merge version 5.212.0~alpha4-5+rpi1 and 5.212.0~alpha4-7 to produce 5.212.0~alpha4-7+rpi1
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
Merge qtwebkit-opensource-src (5.212.0~alpha4-7) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
do not attempt rendering PDF with Qt image plugin
Origin: upstream, https://github.com/qtwebkit/qtwebkit/commit/
0443d42b04e0f99c
Last-Update: 2020-09-13
Qt 5.15 added Qt PDF module which comes with imageformat plugin, which
allows rendering first page of PDF document as image.
Gbp-Pq: Name no_pdf_image_plugin.diff
Dmitry Shachnev [Wed, 28 Oct 2020 18:52:59 +0000 (18:52 +0000)]
let Bison generate the header directly
Forwarded: not-yet
Last-Update: 2020-08-04
Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.
Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.
Gbp-Pq: Name bison_3.7.diff