commit 2d9d7f575afbf47a677218e069adf4e71a46c61b Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Jun 26 16:11:13 2018 +0200 [notify] firefox: updated to 61.0. New dep: clang diff --git a/firefox/.footprint b/firefox/.footprint index 9790d331c..947929227 100644 --- a/firefox/.footprint +++ b/firefox/.footprint @@ -18,13 +18,12 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/icons/default/ -rw-r--r-- root/root usr/lib/firefox/browser/chrome/icons/default/default32.png -rw-r--r-- root/root usr/lib/firefox/browser/chrome/icons/default/default48.png -rw-r--r-- root/root usr/lib/firefox/browser/chrome/icons/default/default64.png -drwxr-xr-x root/root usr/lib/firefox/browser/extensions/ --rw-r--r-- root/root usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi drwxr-xr-x root/root usr/lib/firefox/browser/features/ -rw-r--r-- root/root usr/lib/firefox/browser/features/activity-stream@mozilla.org.xpi -rw-r--r-- root/root usr/lib/firefox/browser/features/followonsearch@mozilla.com.xpi -rw-r--r-- root/root usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi -rw-r--r-- root/root usr/lib/firefox/browser/features/onboarding@mozilla.org.xpi +-rw-r--r-- root/root usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi -rw-r--r-- root/root usr/lib/firefox/browser/omni.ja -rw-r--r-- root/root usr/lib/firefox/chrome.manifest (EMPTY) drwxr-xr-x root/root usr/lib/firefox/defaults/ @@ -37,7 +36,7 @@ drwxr-xr-x root/root usr/lib/firefox/dictionaries/ -rwxr-xr-x root/root usr/lib/firefox/firefox -rwxr-xr-x root/root usr/lib/firefox/firefox-bin drwxr-xr-x root/root usr/lib/firefox/fonts/ --rw-r--r-- root/root usr/lib/firefox/fonts/EmojiOneMozilla.ttf +-rw-r--r-- root/root usr/lib/firefox/fonts/TwemojiMozilla.ttf drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/ drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/ -rwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so diff --git a/firefox/.md5sum b/firefox/.md5sum index 62cd7b479..d3c483909 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,2 +1,2 @@ -d3068f73fb70dc5d9f629fbbb6192bb9 firefox-60.0.1.source.tar.xz +a5a0e633a348d338f1baaa838f5f24bf firefox-61.0.source.tar.xz cf6971669f70b440cb6ff8df8b2722ae firefox.desktop diff --git a/firefox/.signature b/firefox/.signature index ed2ce213f..a86006c51 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XBuBkA3+ypB9kENBfgmjWh5zJIo7HDAjL5v6BxGp0+RCYXx21Ahk2g4yuMVz9C4e8x43CCEA4PMjP7Zc65y6Ao= -SHA256 (Pkgfile) = 471ff60db43579090a6d1857da44396668d6012eb402f0c6146bc2b3ab4795ff -SHA256 (.footprint) = c2eb5bba2b8b78fe2311953121fec3fae61fc05944d65c642d7c37160f3dcdcc -SHA256 (firefox-60.0.1.source.tar.xz) = c8e621c7dfccbef14cce41a6847b83bee15b5276cd0c35771c3874e464e6a662 +RWSE3ohX2g5d/fZ68VNnizILNdFlHAtMhcz00/W6KBOkjnxGyZGxRW+49xo6TXtthYY00EcQh8/id+XuKmtaqqpjE4nC00C6CAY= +SHA256 (Pkgfile) = 4313b9eea218ebcc8706b2bb536006430df636db7757b2a393c924195e11646b +SHA256 (.footprint) = 00965175877da89146eb180189316c9e9a118b2ee544712bafc39b5512ceaa9d +SHA256 (firefox-61.0.source.tar.xz) = 3453e8ac7c602390bda0d34a4a636e0d65fd89d9ae69f7aa1740926715c42268 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index b3e662941..37bfd0f64 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -1,10 +1,10 @@ # Description: The Mozilla Firefox browser with Alsa support # URL: https://www.mozilla.com/firefox/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust +# Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust, clang name=firefox -version=60.0.1 +version=61.0 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$versio... firefox.desktop) @@ -38,7 +38,6 @@ cat <<- EOF > .mozconfig ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-gconf - ac_add_options --disable-stylo EOF ./mach build