![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 3f7186f8f483c279c8451a1e844d68a236b79c43 Author: John McQuah <jmcquah@disroot.org> Date: Thu Sep 28 00:49:09 2023 +0000 firefox: 117.0.1 -> 118.0 diff --git a/firefox/.signature b/firefox/.signature index a8b0b6b35..adff3a414 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38mli5QSiX36X+/H+/tP3ey0g5q17U9ivZw5/ClDCwWJI73aVh0hQtgNQS+2kgGi9oacyHKKNKGTfmYR0/+lEQw= -SHA256 (Pkgfile) = 5f757c630992929254b6347616d67761ffd09d3e422ef5e84c975459e06236ef +RWSagIOpLGJF37Ufid/IV/V4JDDQNn79NI8rDvURgKiLlTJDHJ6ZIqQsRTBSOLVCIB4K7H2NWlRw3f+wtSuHLHk+iRil11iTmAE= +SHA256 (Pkgfile) = 3870ea1ee418102336484efa7ae34445e5813457a5d6e20545bc6403c7cab3f5 SHA256 (.footprint) = d932c0f2d873abbf10fe3fd1a0d1dd95bf413717d06238eae7d85e86637aae53 -SHA256 (firefox-117.0.1.source.tar.xz) = 7ea4203b5cf9e59f80043597e2c9020291754fcab784a337586b5f5e1370c416 +SHA256 (firefox-118.0.source.tar.xz) = d0f996116ae234dc7bd59e0d77ddefe268179d7500d16a9488309c826547c97c SHA256 (firefox.desktop) = 05bd1a4e283bc68f525f87cabf35ad0a59e5e63e107ce3901a4ac73e3d16ef33 SHA256 (node-stdout-nonblocking-wrapper) = bb8c503015e49ed1b152225bdc56cf502cd831f35962d113dcbb9121967f3523 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 97a7acaae..8b03c7079 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -5,7 +5,7 @@ # Optional: apulse jack pulseaudio pipewire sndio sccache lld wasi-libc++ wayland name=firefox -version=117.0.1 +version=118.0 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/${version}/source/$name-${version}.source.tar.xz firefox.desktop @@ -14,8 +14,8 @@ source=(https://ftp.mozilla.org/pub/firefox/releases/${version}/source/$name-${v build() { cd $name-$version - #for p in $SRC/REV*.patch; do - # patch -p1 -R -i $p + #for p in $SRC/*.patch; do + # patch -p1 -i $p #done if [ "$(/usr/bin/python3 -c "import sys; print(sys.stdout.encoding)")" != 'utf-8' ]; then @@ -88,7 +88,7 @@ EOF local cruxVer=$(/usr/bin/crux | cut -d' ' -f3) # sandboxed web apps - [ -e /usr/lib/clang/${clangVer%%.*}/lib/wasi/libclang_rt.builtins-wasm32.a ] && \ + prt-get isinst wasi-compiler-rt wasi-libc++ && \ echo 'ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot' >> .mozconfig \ || echo 'ac_add_options --without-wasm-sandboxed-libraries' >> .mozconfig