firefox-bin: updated to 64.0

This commit is contained in:
Fredrik Rinnestam 2018-12-10 18:09:58 +01:00
parent ab0a9ad918
commit 98b5645630
4 changed files with 19 additions and 6 deletions

View File

@ -28,6 +28,8 @@ drwxr-xr-x root/root usr/lib/firefox/defaults/
drwxr-xr-x root/root usr/lib/firefox/defaults/pref/
-rw-r--r-- root/root usr/lib/firefox/defaults/pref/channel-prefs.js
-rw-r--r-- root/root usr/lib/firefox/dependentlibs.list
drwxr-xr-x root/root usr/lib/firefox/distribution/
-rw-r--r-- root/root usr/lib/firefox/distribution/policies.json
-rwxr-xr-x root/root usr/lib/firefox/firefox
-rwxr-xr-x root/root usr/lib/firefox/firefox-bin
-rw-r--r-- root/root usr/lib/firefox/firefox-bin.sig

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fL3VZOl7LMPVoaxqNJsocltGqkv4Lo2uNio3EfvNqG3h9WgapJeuUZBGzzZUcRyLriDR4a/HRD9JPf/CzCZwgw=
SHA256 (Pkgfile) = b1b52332a285d3374fff40cf04390ba364024790d04002bbe341f94cf4f2fe61
SHA256 (.footprint) = e3f21e17c2f4b1e96e98627eef595baa30d0675cf56a22a07f02a31e3e095b50
SHA256 (firefox-63.0.3.tar.bz2) = 0273b63e8bd2901fef31971f0e422e943e04ea86f647e175473bfc668e326bbd
RWSE3ohX2g5d/Y2t9XPNY2cTuuchgIxO7tOHY4Pi9OKXgkKgm/XMVDiKUmZqijzw1ff0q2iIKzQLdw5ibkHMkyrDThs5gB1YyQY=
SHA256 (Pkgfile) = bdb6f6588731f34ce5f91b73a1db6e5895317714cbb8a396a8e247d935e5710c
SHA256 (.footprint) = 6bb63f162877aad0777820e20c8331d48b8471e5fdcde881dc394c11f1865e11
SHA256 (firefox-64.0.tar.bz2) = 81a169d7541735059645b4021c3ab2332af016214d3726be58fcd376b601755f
SHA256 (policies.json) = 56ff808cfd4bca85b972cdb4ef6cc6412807475749dc44f0c5d9b42dd9a321b1

View File

@ -4,9 +4,10 @@
# Depends on: gtk3
name=firefox-bin
version=63.0.3
version=64.0
release=1
source=(http://ftp.mozilla.org/pub/firefox/releases/$version/linux-x86_64/en-US/firefox-$version.tar.bz2)
source=(http://ftp.mozilla.org/pub/firefox/releases/$version/linux-x86_64/en-US/firefox-$version.tar.bz2 \
policies.json)
build() {
cd firefox
@ -19,6 +20,10 @@ build() {
mkdir -p $PKG/etc/revdep.d
echo "/usr/lib/firefox/lib" > $PKG/etc/revdep.d/firefox-bin
#We don't want these 'features'
rm -r $PKG/usr/lib/firefox/browser/features
# Disable autoupdate
mkdir $PKG/usr/lib/firefox/distribution
install -m644 $SRC/policies.json $PKG/usr/lib/firefox/distribution/
}

View File

@ -0,0 +1,5 @@
{
"policies": {
"DisableAppUpdate": true
}
}