diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 16:33:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 16:33:37 +0000 |
commit | 94544a2fc33f061023e08b2842b8e5029f283709 (patch) | |
tree | 4996f413c3d0747effab4f2ec4d3ca0dc0cddcc9 /testing | |
parent | ab8caa828cec5c633e447e579e1f9254be22ba5d (diff) | |
download | aports-94544a2fc33f061023e08b2842b8e5029f283709.tar.bz2 aports-94544a2fc33f061023e08b2842b8e5029f283709.tar.xz |
testing/firefox: upgrade to 62.0.2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/firefox/APKBUILD | 10 | ||||
-rw-r--r-- | testing/firefox/disable-hunspell_hooks.patch | 11 |
2 files changed, 3 insertions, 18 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 83cb7a1da0..fdc6fada0d 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=firefox -pkgver=61.0.1 +pkgver=62.0.2 _pkgver=$pkgver _xulver=$pkgver pkgrel=0 @@ -43,7 +43,7 @@ makedepends=" nss-dev nss-static paxmark - python3 + python3-dev sqlite-dev sed startup-notification-dev @@ -58,7 +58,6 @@ source="https://ftp.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkg fix-fortify-system-wrappers.patch fix-fortify-inline.patch - disable-hunspell_hooks.patch fix-seccomp-bpf.patch fix-toolkit.patch fix-tools.patch @@ -125,11 +124,9 @@ build() { --enable-pie \ --enable-startup-notification \ --enable-system-ffi \ - --enable-system-hunspell \ --enable-system-sqlite \ --enable-ffmpeg \ \ - --with-pthreads \ --with-system-bz2 \ --with-system-icu \ --with-system-jpeg \ @@ -217,11 +214,10 @@ __EOF__ rm -f "$pkgdir"/${_mozappdirdev}/sdk/lib/libxul.so } -sha512sums="0395ac164450b394852aa8370c1c99538e12c43a9fa13d386831477379bf0498f0a68b08fac6ea01c044245247f53b8dd323c94ccd8e3dc7182f084be8c74915 firefox-61.0.1.source.tar.xz +sha512sums="7b43fe6bb7072eec8b907f63933486d7ecfe479f1121470cfa66416ad02feb8f61af1b1327032209179780057f63f314065bb17a74b957cd5f82a13c4a055c24 firefox-62.0.2.source.tar.xz 0b3f1e4b9fdc868e4738b5c81fd6c6128ce8885b260affcb9a65ff9d164d7232626ce1291aaea70132b3e3124f5e13fef4d39326b8e7173e362a823722a85127 stab.h 2f4f15974d52de4bb273b62a332d13620945d284bbc6fe6bd0a1f58ff7388443bc1d3bf9c82cc31a8527aad92b0cd3a1bc41d0af5e1800e0dcbd7033e58ffd71 fix-fortify-system-wrappers.patch 09bc32cf9ee81b9cc6bb58ddbc66e6cc5c344badff8de3435cde5848e5a451e0172153231db85c2385ff05b5d9c20760cb18e4138dfc99060a9e960de2befbd5 fix-fortify-inline.patch -0fcc647af53a3ce21c2bc36e5631eb0935e7243ebb3ab59b5719542cc54a6ac023a4a857b43b75756efb9ed80c0aecaa94dc5679a3b3792f82e87bf2c1af82e1 disable-hunspell_hooks.patch 70863b985427b9653ce5e28d6064f078fb6d4ccf43dd1b68e72f97f44868fc0ce063161c39a4e77a0a1a207b7365d5dc7a7ca5e68c726825eba814f2b93e2f5d fix-seccomp-bpf.patch a2925045154f4fd34e5fc056656f4f9da100341529e5d4104d249154db0c7863384083f421ce6e47e0f20566a8b20787fa35444c7933c03cd03f96f06dcd4532 fix-toolkit.patch b46cb90d4fdd1a925a61e2c6c545489cd542f5d82980c529361c02042eed31d5c26972b5e237c1a020f87ffcfd12736d1f4f6e33eaa83ae156d523c808c718cb fix-tools.patch diff --git a/testing/firefox/disable-hunspell_hooks.patch b/testing/firefox/disable-hunspell_hooks.patch deleted file mode 100644 index 1eaa4d0351..0000000000 --- a/testing/firefox/disable-hunspell_hooks.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/mozilla-config.h.in 2016-07-06 15:16:06.621880293 +0200 -+++ b/mozilla-config.h.in 2016-07-06 15:16:42.958428126 +0200 -@@ -54,7 +54,7 @@ - * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in, - * unless --enable-system-hunspell is defined. - */ --#if defined(HUNSPELL_STATIC) -+#if 0 - #include "hunspell_alloc_hooks.h" - #include "hunspell_fopen_hooks.h" - #endif |