firefox: 118.0.1 -> 118.0.2

This commit is contained in:
John McQuah 2023-10-11 13:23:41 +00:00
parent 8d37781a04
commit 9adcd9af53
3 changed files with 2785 additions and 7 deletions

View File

@ -1,7 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31wPW+zKvTYw/wPGvg+XAZFXXT88ksWWfXxYiDYN+xyndoNFS6U9NLQZ5WPQtbQYQ4fQOW8NzpV8kt8KVfgpdAQ=
SHA256 (Pkgfile) = f34d89819042af95c6794520586a1628fac9b8b962301958f3d2fb2b0ef20c63
RWSagIOpLGJF34tC2y5fQBNfrAUBjfkBt7JInsGE8dJeqwxPPSdee8fbc6aQaH3qHCL8+OGGJTLOA7stVuXVXmL/dRFNMvOq5gI=
SHA256 (Pkgfile) = 2708e51e6dda0c47971fdba28cbf053ba9df7df5a05739cb71dfbf59a45eb075
SHA256 (.footprint) = d932c0f2d873abbf10fe3fd1a0d1dd95bf413717d06238eae7d85e86637aae53
SHA256 (firefox-118.0.1.source.tar.xz) = a3f4da56d13605d615a740c739e3504261649d040bc473ae2ed609336d79fd95
SHA256 (firefox-118.0.2.source.tar.xz) = 89626520f2f0f782f37c074b94690e0f08dcf416be2b992f4aad68df5d727b21
SHA256 (firefox.desktop) = 05bd1a4e283bc68f525f87cabf35ad0a59e5e63e107ce3901a4ac73e3d16ef33
SHA256 (simd039.patch) = 233b5f6d514629e6ae57ebb429574b8170994c6f5bd08af3b87714a3b612d2cf
SHA256 (node-stdout-nonblocking-wrapper) = bb8c503015e49ed1b152225bdc56cf502cd831f35962d113dcbb9121967f3523

View File

@ -5,18 +5,19 @@
# Optional: apulse jack pulseaudio pipewire sndio sccache lld wasi-libc++ wayland
name=firefox
version=118.0.1
version=118.0.2
release=1
source=(https://ftp.mozilla.org/pub/firefox/releases/${version}/source/$name-${version}.source.tar.xz
firefox.desktop
simd039.patch
node-stdout-nonblocking-wrapper)
build() {
cd $name-$version
#for p in $SRC/*.patch; do
# patch -p1 -i $p
#done
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
printf "\e[031mError: set an UTF-8 locale to compile this!\033[0m\n"

2776
firefox/simd039.patch Normal file

File diff suppressed because one or more lines are too long