qt5-webengine ver. bump

This commit is contained in:
Rmys
2021-07-12 22:21:15 +03:00
committed by GitHub
parent b033cd072e
commit 23465f0733
3 changed files with 19 additions and 7 deletions
+4 -4
View File
@@ -11,12 +11,12 @@ from pisi.actionsapi import qt5
from pisi.actionsapi import get
def setup():
shelltools.copy("qtwebengine-release.sh", "%s/qtwebengine-release.sh" % get.workDIR())
shelltools.cd("%s" % get.workDIR())
#shelltools.copy("qtwebengine-release.sh", "%s/qtwebengine-release.sh" % get.workDIR())
#shelltools.cd("%s" % get.workDIR())
shelltools.system("sh ./qtwebengine-release.sh")
#shelltools.system("sh ./qtwebengine-release.sh")
shelltools.cd("qtwebengine-everywhere-src-%s" % get.srcVERSION())
#shelltools.cd("qtwebengine-everywhere-src-%s" % get.srcVERSION())
@@ -0,0 +1,12 @@
diff -up qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c
--- qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE 2021-05-28 07:05:45.000000000 -0500
+++ qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c 2021-06-24 09:44:41.592468805 -0500
@@ -2004,7 +2004,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler
#ifdef LIBXML_ICU_ENABLED
else if (handler->uconv_out != NULL) {
ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
- TRUE);
+ 1);
}
#endif /* LIBXML_ICU_ENABLED */
else {
+3 -3
View File
@@ -11,9 +11,9 @@
<Summary>Provides support for web applications using the Chromium browser project</Summary>
<Description>Provides support for web applications using the Chromium browser project</Description>
<License>LGPLv2.1-linking-exception</License>
<Archive sha1sum="539a0dba791bee6164421f5918bf781c5bb484be" type="targz">https://github.com/qt/qtwebengine/archive/refs/tags/v5.15.5-lts.tar.gz</Archive>
<Archive sha1sum="c49f90a96fcf94ab536563a0c98fcb428543d559" type="tarxz">https://sourceforge.net/projects/pisilinux/files/qtwebengine-everywhere-src-5.15.5.tar.xz/download</Archive>
<AdditionalFiles>
<AdditionalFile target="qtwebengine-release.sh" permission="0644">fedora/qtwebengine-release.sh</AdditionalFile>
<!-- <AdditionalFile target="qtwebengine-release.sh" permission="0644">fedora/qtwebengine-release.sh</AdditionalFile> -->
</AdditionalFiles>
<BuildDependencies>
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
@@ -85,7 +85,7 @@
</BuildDependencies>
<Patches>
<!-- <Patch level="1">qtbug-86752.patch</Patch> -->
<!-- <Patch>qtwebengine-icu68.patch</Patch> -->
<Patch>fedora/qtwebengine-everywhere-src-5.15.5-TRUE.patch</Patch>
<!-- <Patch>qtwebengine-5.15.2_p20210220-fixup-CVE-2021-21149-backport.patch</Patch> -->
</Patches>
</Source>