Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
56b2a04f
Commit
56b2a04f
authored
4 years ago
by
Rasmus Thomsen
Browse files
Options
Downloads
Patches
Plain Diff
community/webkit2gtk: upgrade to 2.30.5
ref #12437
parent
4f60e618
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/webkit2gtk/APKBUILD
+5
-3
5 additions, 3 deletions
community/webkit2gtk/APKBUILD
community/webkit2gtk/fix-openjpeg.patch
+1
-1
1 addition, 1 deletion
community/webkit2gtk/fix-openjpeg.patch
with
6 additions
and
4 deletions
community/webkit2gtk/APKBUILD
+
5
−
3
View file @
56b2a04f
...
...
@@ -3,7 +3,7 @@
# Contributor: Jiri Horner <laeqten@gmail.com>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
webkit2gtk
pkgver
=
2.30.
4
pkgver
=
2.30.
5
pkgrel
=
0
pkgdesc
=
"Portable web rendering engine WebKit for GTK+"
url
=
"https://webkitgtk.org/"
...
...
@@ -63,6 +63,8 @@ source="https://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz
builddir
=
"
$srcdir
/webkitgtk-
$pkgver
"
# secfixes:
# 2.30.5-r0:
# - CVE-2020-13558
# 2.28.4-r0:
# - CVE-2020-9862
# - CVE-2020-9893
...
...
@@ -234,8 +236,8 @@ package() {
paxmark
-m
"
$pkgdir
"
/usr/libexec/webkit2gtk-4.0/WebKitWebProcess
}
sha512sums
=
"
dff9e3bd17de8481d940a48b0697458a0c1c71a987f4d50ee7bc46b0203ed6802a9ec82c3a21ea9b7211ab900fa75b89b2a05b0ca6aed319ad66ec317d02c571
webkitgtk-2.30.
4
.tar.xz
sha512sums
=
"
406fc767a806bb2af446c73e7079720a4d82d592a95a20f30f468c31cdc2efd25e082a5ecfbe00c27f62236e1e56a729c48191451d130188419967975378235d
webkitgtk-2.30.
5
.tar.xz
e1537b9937af1cb936669d405993a52204cb9968b8b3161cb12a3f3f1343c260088c9490fcd7a7deeab6dbabdb5f7ce7e6cb2f857b9f0a4205aba6db2b11fb20 fix-fast-memory-disabled.patch
4c0093e4a38c8ceb3ac92b94539ec1417241814a84abd157442f53f710ecbaf9c2345e258b8ad86d5e0908cacbfca6cad28dedd11c127756b65428f359ba9fcc musl-fixes.patch
c517c012f5630ef6be5be7d9592c5e042a070f849a141859edefa7984acb98dbd0d718fe6613cd35ba3b7d8530beebcc7408fd077cd914ed335c5e524e9e746a
fix-openjpeg.patch
d86fbc3ffb4f5d5a61d3bd7098c9d4fef53c55be21a48f54cdb28098041e3be2f641a4628ca20fa6b5b5e29ad5bd94dac00a362c4bfc011c2e9118a6661d5ad0
fix-openjpeg.patch
7d883fc35d0c6bfaa6bff8e9dbcaeaa9b7d7322852e874d8acc78d41a5aad5595650ec62444048e43aa349471cb16e5aed29e684207fc8d3421030e878ba1fa9 lower-stack-usage.patch"
This diff is collapsed.
Click to expand it.
community/webkit2gtk/fix-openjpeg.patch
+
1
−
1
View file @
56b2a04f
...
...
@@ -5,7 +5,7 @@
#if USE(OPENJPEG)
-#include <openjpeg.h>
+#include <openjpeg-2.
3
/openjpeg.h>
+#include <openjpeg-2.
4
/openjpeg.h>
namespace WebCore {
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment