From f4b19da1d6f24973e3754c7dee78dd72d45b7104 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Thu, 17 May 2018 20:46:03 +0200 Subject: [PATCH] firefox: updated to 60.0.1 --- firefox/.md5sum | 2 +- firefox/.signature | 6 +++--- firefox/Pkgfile | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/firefox/.md5sum b/firefox/.md5sum index 26edd4c82..62cd7b479 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,2 +1,2 @@ -3d89ee8a722279c4e883a7a8af81c21d firefox-60.0.source.tar.xz +d3068f73fb70dc5d9f629fbbb6192bb9 firefox-60.0.1.source.tar.xz cf6971669f70b440cb6ff8df8b2722ae firefox.desktop diff --git a/firefox/.signature b/firefox/.signature index be6f15ead..ed2ce213f 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/diF76rIPrsA+Aqj3JyR3X/7Iar2giMwXFha+WApRL15nbWF+wd/j9SkojGLDkHfPsWV4/F2S1CXrIuR4U/hBww= -SHA256 (Pkgfile) = 4b26278f20d7329005d970d0512f08d5b1396bbf78c401f1e914405a8027893d +RWSE3ohX2g5d/XBuBkA3+ypB9kENBfgmjWh5zJIo7HDAjL5v6BxGp0+RCYXx21Ahk2g4yuMVz9C4e8x43CCEA4PMjP7Zc65y6Ao= +SHA256 (Pkgfile) = 471ff60db43579090a6d1857da44396668d6012eb402f0c6146bc2b3ab4795ff SHA256 (.footprint) = c2eb5bba2b8b78fe2311953121fec3fae61fc05944d65c642d7c37160f3dcdcc -SHA256 (firefox-60.0.source.tar.xz) = 4bc4fd997e6239f53e16a70b04f197791e5c5d09367e2916bcfe4a427999f842 +SHA256 (firefox-60.0.1.source.tar.xz) = c8e621c7dfccbef14cce41a6847b83bee15b5276cd0c35771c3874e464e6a662 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index b3fe9989d..b3e662941 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,13 +4,13 @@ # Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust name=firefox -version=60.0 +version=60.0.1 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz firefox.desktop) build() { - cd firefox-${version:0:4} + cd firefox-$version cat <<- EOF > .mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared @@ -21,8 +21,6 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-png ac_add_options --with-system-nspr ac_add_options --with-system-nss - #Broken in 59.0 - #ac_add_options --with-system-cairo ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman ac_add_options --enable-system-sqlite