Commit Graph

6022 Commits

Author SHA1 Message Date
Martin Weinelt
18b89d7c1e
firefox-devedition-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:54:13 +02:00
Martin Weinelt
40e7fcaf28
firefox-beta-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:53:44 +02:00
Martin Weinelt
5e03faff77
firefox-bin-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:49 +02:00
Martin Weinelt
c9a750458f
firefox-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:14 +02:00
github-actions[bot]
b409fdd3ce
Merge staging-next into staging 2022-09-04 00:03:27 +00:00
Sandro
f69e050cd0
Merge pull request #188192 from kouyk/update/vivaldi 2022-09-03 22:54:03 +02:00
Steven Kou
1eab439e4b
vivaldi-ffmepg-codecs: 104.0.5112.79 -> 104.0.5112.101 2022-09-04 03:21:23 +08:00
Steven Kou
a04201bb98
vivaldi: 5.4.2753.37 -> 5.4.2753.47 2022-09-04 03:21:08 +08:00
Steven Kou
2fb2e966a5
vivaldi: ignore unused debian revision number 2022-09-04 03:20:05 +08:00
github-actions[bot]
e61c4306f1
Merge staging-next into staging 2022-09-03 18:01:56 +00:00
Michael Weiss
82d8999e04
ungoogled-chromium: 105.0.5195.54 -> 105.0.5195.102 2022-09-03 14:22:28 +02:00
github-actions[bot]
f035fcf4f3
Merge staging-next into staging 2022-09-03 00:02:56 +00:00
Michael Weiss
96ff5b58ec
Merge pull request #189518 from primeos/chromium
chromium: 105.0.5195.52 -> 105.0.5195.102
2022-09-03 00:36:15 +02:00
Michael Weiss
b4d97e8d9a
Merge pull request #189517 from primeos/ungoogled-chromium
ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54
2022-09-03 00:35:42 +02:00
Michael Weiss
9e151be2b7
Merge pull request #189515 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.52 -> 106.0.5249.21
2022-09-03 00:19:57 +02:00
Michael Weiss
917ce4bf80
Merge pull request #189514 from primeos/chromiumDev
chromiumDev: 106.0.5249.12 -> 106.0.5249.21
2022-09-03 00:19:22 +02:00
Michael Weiss
f9e02fa945
ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54 2022-09-03 00:10:46 +02:00
Michael Weiss
ac10e9551d
chromium: 105.0.5195.52 -> 105.0.5195.102
https://chromereleases.googleblog.com/2022/09/stable-channel-update-for-desktop.html

This update includes 1 security fix. Google is aware of reports that an exploit
for CVE-2022-3075 exists in the wild.

CVEs:
CVE-2022-3075
2022-09-03 00:10:06 +02:00
Michael Weiss
b0e9b6d301
Merge pull request #189033 from primeos/chromium
chromium: 104.0.5112.101 -> 105.0.5195.52
2022-09-03 00:09:47 +02:00
Michael Weiss
83ada3da7a
chromiumBeta: 105.0.5195.52 -> 106.0.5249.21 2022-09-02 23:56:27 +02:00
Michael Weiss
f408eee926
chromiumDev: 106.0.5249.12 -> 106.0.5249.21 2022-09-02 23:55:10 +02:00
Michael Weiss
d932886d6e
chromium: Fix the build
The build was failing with the following error:
```
[18950/51180] SOLINK ./libvk_swiftshader.sotls_transport_interface/dtls_transport_interface.omputils.o[K.otch.oos.oKx/unbundle:default)fault)ault)
FAILED: libvk_swiftshader.so libvk_swiftshader.so.TOC
python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="readelf" --nm="nm"  --sofile="./libvk_swiftshader.so" --tocfile="./libvk_swiftshader.so.TOC" --output="./libvk_swiftshader.so" -- clang++ -shared -Wl,-soname="libvk_swiftshader.so" -Wl,-Bsymbolic -Wl,--version-script=../../third_party/swiftshader/src/Vulkan/vk_swiftshader.lds -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--icf=all -Wl,--color-diagnostics -Wl,-mllvm,-instcombine-lower-dbg-declare=0 -flto=thin -Wl,--thinlto-jobs=all -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy=cache_size=10\%:cache_size_bytes=40g:cache_size_files=100000 -Wl,-mllvm,-import-instr-limit=30 -fwhole-program-vtables -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -Wl,-O2 -Wl,--gc-sections -rdynamic -Wl,-z,defs -Wl,--as-needed -nostdlib++ -Wl,--lto-O0 -fsanitize=cfi-vcall -fsanitize=cfi-icall -o "./libvk_swiftshader.so" @"./libvk_swiftshader.so.rsp"
ld.lld: error: unable to find library -l:libffi_pic.a
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
```

This turned out to be a regression from b6b51374fc. That change was
bad/undesirable in the first place and I only applied it to quickly fix
another build error caused by incompatible wayland-protocols header
files from a newer system version (Chromium bundles version 1.21 while
we already package 1.26).

The better fix for that wayland-protocols build issue is to pull in a
patch that is already used/tested by the Arch package [0] and seems to
originate from [1] (not sure if that patch was formally submitted yet).

Alternatives to that patch would be to (we should probably first try the
first approach if need be):
1) Build with wayland-protocols 1.21 from the system (by overriding the
   Nixpkgs package).
2) Dynamically link against libffi by patching [2] to use the other
   branch (`default_toolchain == "//build/toolchain/cros:target"`).

Some additional details can be found in the GitHub PR [3].
Huge thanks to Lorenz Brun for his great analysis that enabled me to fix
the build so that we can finally merge the update to Chromium M105
(which contains many important security fixes!).

[0]: a353833a5a
[1]: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/105.0.5195.52:build/config/linux/libffi/BUILD.gn
[3]: https://github.com/NixOS/nixpkgs/pull/189033

Co-Authored-By: Lorenz Brun <lorenz@brun.one>
2022-09-02 23:34:18 +02:00
github-actions[bot]
83215d4fb2
Merge staging-next into staging 2022-09-02 00:02:43 +00:00
Stefan Radziuk
d32eae0f23
chromium: add commandLineArgs after wayland flags (#189371) 2022-09-02 01:38:22 +02:00
Martin Weinelt
ee01de29d2
Merge pull request #189360 from Atemu/firefox-ffmpeg_5 2022-09-02 01:11:08 +02:00
Stefan Radziuk
1be806f07f
google-chrome: add commandLineArgs after wayland flags (#189199) 2022-09-02 00:31:31 +02:00
Sandro
e114a41bf0
Merge pull request #186981 from JonaEnz/edge-update 2022-09-02 00:13:18 +02:00
Atemu
e661714656 firefox: use ffmpeg_5
Allows for AV1 VAAPI decoding
2022-09-02 00:12:41 +02:00
github-actions[bot]
a8a3bf5fc0
Merge staging-next into staging 2022-08-31 18:02:12 +00:00
Nicolas Benes
9895ba4b77 tor-browser-bundle-bin: 11.5.1 -> 11.5.2 2022-08-31 10:06:10 +02:00
github-actions[bot]
c13727fa82
Merge staging-next into staging 2022-08-31 00:03:14 +00:00
Michael Weiss
360844281a
chromium: 104.0.5112.101 -> 105.0.5195.52
https://chromereleases.googleblog.com/2022/08/stable-channel-update-for-desktop_30.html

This update includes 24 security fixes.

CVEs:
CVE-2022-3038 CVE-2022-3039 CVE-2022-3040 CVE-2022-3041 CVE-2022-3042
CVE-2022-3043 CVE-2022-3044 CVE-2022-3045 CVE-2022-3046 CVE-2022-3047
CVE-2022-3048 CVE-2022-3049 CVE-2022-3050 CVE-2022-3051 CVE-2022-3052
CVE-2022-3053 CVE-2022-3054 CVE-2022-3055 CVE-2022-3056 CVE-2022-3057
CVE-2022-3058
2022-08-31 01:01:34 +02:00
Michael Weiss
50e7538f3e
chromiumDev: 106.0.5245.0 -> 106.0.5249.12 2022-08-31 00:59:51 +02:00
github-actions[bot]
118b5d13a1
Merge staging-next into staging 2022-08-30 12:02:12 +00:00
Martin Weinelt
27c45326b5
firefox-devedition-bin-unwrapped: 104.0b10 -> 105.0b4 2022-08-30 02:41:34 +02:00
Martin Weinelt
0437543dc5
firefox-beta-bin-unwrapped: 104.0b9 -> 105.0b4 2022-08-30 02:41:30 +02:00
Martin Weinelt
0955d646f5
firefox-bin-unwrapped: 104.0 -> 104.0.1
https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/
2022-08-30 02:39:20 +02:00
Martin Weinelt
66124effe6
firefox-unwrapped: 104.0 -> 104.0.1
https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/
2022-08-30 02:38:19 +02:00
github-actions[bot]
dcb2e8ee4c
Merge staging-next into staging 2022-08-29 12:02:06 +00:00
Christian Kögler
7d19aba308
Merge pull request #188227 from anthonyroussel/w3m-upgrade
w3m: 0.5.3+git20190105 -> 0.5.3+git20220429
2022-08-28 07:13:30 +02:00
squalus
eb3cea96da librewolf: 103.0.1-2 -> 104.0-1 2022-08-27 12:50:50 -07:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Michael Weiss
b6b51374fc
chromiumBeta: Fix errors due to incompatible Wayland headers
This "fixes" errors like these:
```
FAILED: obj/third_party/angle/angle_gpu_info_util/SystemInfo_vulkan.o
[...]
In file included from ../../third_party/wayland/src/src/wayland-client.h:40:
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1040:13: error: use of undeclared identifier 'wl_proxy_marshal_flags'
        callback = wl_proxy_marshal_flags((struct wl_proxy *) wl_display,
                   ^
[...]
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1392:87: error: use of undeclared identifier 'WL_MARSHAL_FLAG_DESTROY'
                         WL_SHM_POOL_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) wl_shm_pool), WL_MARSHAL_FLAG_DESTROY);
                                                                                                           ^
[...]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```

At least for now (until Chromium updates their bundled Wayland version) it
seems best to use the bundled headers/versions to avoid version incompatibility
issues (we should hopefully be able to drop use_system_wayland_scanner though).
2022-08-27 00:04:41 +02:00
superherointj
ffa493b33b
Merge pull request #188325 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.37 -> 105.0.5195.52
2022-08-25 23:14:32 -03:00
Michael Weiss
a5cb5ba44a
chromiumBeta: 105.0.5195.37 -> 105.0.5195.52 2022-08-25 23:38:02 +02:00
Michael Weiss
872ca61379
chromiumDev: 106.0.5231.2 -> 106.0.5245.0 2022-08-25 23:37:28 +02:00
Anthony Roussel
545e00fab7 w3m: add anthonyroussel to maintainers 2022-08-25 22:29:25 +02:00
Anthony Roussel
560604038a w3m: 0.5.3+git20190105 -> 0.5.3+git20220429
* Removed `no-x11.patch` patch in favor of `--without-x` flag

* Some clean up:
  * `? null` in the inputs is not required
  * `with lib` should be removed
  * functions from `lib` should be prefixed with `lib`
  * remove useless assert
2022-08-25 22:29:25 +02:00
Jonas Heinrich
a804ce36bd
Merge pull request #184417 from r-ryantm/auto-update/opera
opera: 84.0.4316.42 -> 90.0.4480.48
2022-08-25 10:08:52 +02:00
github-actions[bot]
8f206d92d9
Merge master into staging-next 2022-08-23 18:01:18 +00:00
Martin Weinelt
02cb054cf4
firefox-devedition-bin-unwrapped: 104.0b7 -> 104.b10 2022-08-23 17:51:33 +02:00
Martin Weinelt
e07f2519b9
firefox-beta-bin-unwrapped: 104.0b7 -> 104.b09 2022-08-23 17:51:33 +02:00
Martin Weinelt
1c98a4b64b
firefox-esr-102-unwrapped: 102.1.0esr -> 102.2.0esr
https://www.mozilla.org/en-US/firefox/102.2.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38476, CVE-2022-38477,
       CVE-2022-38478
2022-08-23 17:50:55 +02:00
Martin Weinelt
d50d54a0fe
firefox-esr-91-unwrapped: 91.12.0esr -> 91.13.0esr
https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38478
2022-08-23 17:50:26 +02:00
Martin Weinelt
77d59491fe
firefox-bin-unwrapped: 103.0.2 -> 104.0
https://www.mozilla.org/en-US/firefox/104.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38474, CVE-2022-38475,
       CVE-2022-38477, CVE-2022-38478
2022-08-23 17:50:14 +02:00
Martin Weinelt
097a473056
firefox-unwrapped: 103.0.2 -> 104.0
https://www.mozilla.org/en-US/firefox/104.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38474, CVE-2022-38475,
       CVE-2022-38477, CVE-2022-38478
2022-08-23 17:49:27 +02:00
R. Ryantm
13bec6b5b7 opera: 84.0.4316.42 -> 90.0.4480.48 2022-08-20 22:54:07 +00:00
github-actions[bot]
87810d89b4
Merge master into staging-next 2022-08-20 06:01:11 +00:00
Anderson Torres
674a334425
Merge pull request #187379 from AndersonTorres/dillo
dillo: 3.0.5 -> 2021-02-09
2022-08-19 22:29:34 -03:00
github-actions[bot]
318717f2e3
Merge master into staging-next 2022-08-20 00:02:22 +00:00
Sandro
d9a77384d2
Merge pull request #187145 from kouyk/update/vivaldi 2022-08-19 20:45:04 +02:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
github-actions[bot]
949c5dc1a1
Merge master into staging-next 2022-08-19 18:01:13 +00:00
Sandro
fea8433edb
Merge pull request #159316 from georgyo/chromium_krb5 2022-08-19 15:10:29 +02:00
AndersonTorres
09efc9ceef dillo: 3.0.5 -> 2021-02-09
Mirrored, because the original site died.
2022-08-18 23:44:54 -03:00
github-actions[bot]
6406c43ce5
Merge master into staging-next 2022-08-18 18:01:17 +00:00
Michael Weiss
508de89d60
Merge pull request #187240 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.28 -> 105.0.5195.37
2022-08-18 14:20:49 +02:00
Michael Weiss
42b2486158
Merge pull request #187239 from primeos/chromium
chromium: 104.0.5112.79 -> 104.0.5112.101
2022-08-18 14:20:28 +02:00
github-actions[bot]
28612f43c8
Merge master into staging-next 2022-08-18 12:01:28 +00:00
Michael Weiss
d0bbad1246
chromiumBeta: 105.0.5195.28 -> 105.0.5195.37 2022-08-18 10:39:20 +02:00
Michael Weiss
5369167b7d
chromium: 104.0.5112.79 -> 104.0.5112.101
https://chromereleases.googleblog.com/2022/08/stable-channel-update-for-desktop_16.html

This update includes 11 security fixes. Google is aware that an exploit
for CVE-2022-2856 exists in the wild.

CVEs:
CVE-2022-2852 CVE-2022-2854 CVE-2022-2855 CVE-2022-2857 CVE-2022-2858
CVE-2022-2853 CVE-2022-2856 CVE-2022-2859 CVE-2022-2860 CVE-2022-2861
2022-08-18 10:38:59 +02:00
Michael Adler
d2a0defa04 ungoogled-chromium: 104.0.5112.81 -> 104.0.5112.102 2022-08-18 08:18:30 +02:00
github-actions[bot]
87085e3d62
Merge master into staging-next 2022-08-18 00:02:31 +00:00
Sebastián Mancilla
8e36f0c4d1
Merge pull request #184564 from r-ryantm/auto-update/elinks
elinks: 0.15.0 -> 0.15.1
2022-08-17 17:58:06 -04:00
Steven Kou
665bef8266
vivaldi: 5.4.2753.33-1 -> 5.4.2753.37-1 2022-08-17 23:42:42 +08:00
Jona Enzinger
6f0138cc08 microsoft-edge: fix hardware acceleration 2022-08-17 08:23:42 +00:00
github-actions[bot]
6489cd2db3
Merge master into staging-next 2022-08-16 18:01:16 +00:00
Jona Enzinger
748f2f342c
microsoft-edge: 102.0.1245.44 -> 104.0.1293.54 2022-08-16 17:11:21 +02:00
Sandro
55c0985fb4
Merge pull request #186849 from primeos/chromiumBeta 2022-08-16 15:53:18 +02:00
Sandro
e54be90595
Merge pull request #186850 from primeos/chromiumDev 2022-08-16 15:43:04 +02:00
Sandro
6b48bf370f
Merge pull request #182432 from fgaz/ladybird/init 2022-08-16 14:16:42 +02:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Michael Weiss
0e03ad366a
chromiumDev: 106.0.5216.6 -> 106.0.5231.2 2022-08-15 23:07:33 +02:00
Michael Weiss
61063f3276
chromiumBeta: 105.0.5195.19 -> 105.0.5195.28 2022-08-15 23:07:14 +02:00
github-actions[bot]
79661ba7e2
Merge staging-next into staging 2022-08-15 18:02:00 +00:00
Martin Weinelt
eeb2bb2fef
Merge pull request #186498 from rhendric/rhendric/firefox-application-actions 2022-08-15 19:03:54 +02:00
Ryan Hendrickson
3b1f5eab31 firefox: add application actions to .desktop file 2022-08-15 12:47:27 -04:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging 2022-08-15 00:03:15 +00:00
José Romildo Malaquias
901042d9c6
Merge pull request #186111 from kouyk/update/vivaldi
vivaldi: 5.3.2679.70-1 -> 5.4.2753.33-1
2022-08-14 20:20:10 -03:00
github-actions[bot]
7ef4d517f3
Merge staging-next into staging 2022-08-14 18:01:52 +00:00
Jonas Heinrich
33d07d5dff
Merge pull request #186410 from r-ryantm/auto-update/brave
brave: 1.41.100 -> 1.42.88
2022-08-14 16:22:31 +02:00
github-actions[bot]
f6054df3a1
Merge staging-next into staging 2022-08-14 00:03:17 +00:00
squalus
d5627b30e9 librewolf: 103.0-1 -> 103.0.2-1 2022-08-13 10:25:22 -07:00
github-actions[bot]
8b53ccc7ea
Merge staging-next into staging 2022-08-13 12:01:54 +00:00
Martin Weinelt
ce29c9f8eb
offpunk: don't use alias for testVersion 2022-08-13 12:29:46 +02:00
R. Ryantm
ce940123ec brave: 1.41.100 -> 1.42.88 2022-08-13 08:40:06 +00:00
Steven Kou
cfd88c2e74
vivaldi-ffmepg-codecs: 103.0.5060.53 -> 104.0.5112.79 2022-08-13 14:33:12 +08:00
Steven Kou
e611e6d598
vivaldi: 5.3.2679.70-1 -> 5.4.2753.33-1 2022-08-13 14:32:56 +08:00
Steven Kou
373743476c
vivaldi: fix ffmpeg version extraction 2022-08-11 21:58:51 +08:00
Sergei Trofimovich
3ceb8a59a6
Merge pull request #185537 from trofi/decouple-strip-and-separate-debug
setup-hooks/separate-debug-info.sh: don't inhibit strip hook
2022-08-11 08:53:24 +01:00
Michael Weiss
ce92261bcb
Merge pull request #185844 from primeos/chromiumDev
chromiumDev: 105.0.5195.19 -> 106.0.5216.6
2022-08-10 19:38:03 +02:00
Bernardo Meurer
8a11c92b8d
Merge pull request #185722 from mweinelt/mozilla
firefox{,-bin}-unwrapped: 103.0.1 -> 103.0.2; also firefox-beta-bin-unwrapped and firefox-devedition-bin-unwrapped updates
2022-08-09 15:47:29 -07:00
Michael Weiss
22eae24df0
chromiumDev: 105.0.5195.19 -> 106.0.5216.6 2022-08-09 23:36:59 +02:00
Janne Heß
587c265020
Merge pull request #185128 from DamienCassou/offpunk-1.5
Offpunk: 1.4 -> 1.5
2022-08-09 23:28:10 +02:00
Martin Weinelt
780343cc77
firefox-devedition-bin-unwrapped: 104.0b4 -> 104.0b7 2022-08-08 22:51:42 +02:00
Martin Weinelt
59b3d2738b
firefox-beta-bin-unwrapped: 104.0b4 -> 104.0b7 2022-08-08 22:50:34 +02:00
Martin Weinelt
39b4f0994e
firefox-bin-unwrapped: 103.0.1 -> 103.0.2
https://www.mozilla.org/en-US/firefox/103.0.2/releasenotes/
2022-08-08 22:49:02 +02:00
Martin Weinelt
52aef90bc6
firefox-unwrapped: 103.0.1 -> 103.0.2
https://www.mozilla.org/en-US/firefox/103.0.2/releasenotes/
2022-08-08 22:36:45 +02:00
Sergei Trofimovich
b3b672d5a1 setup-hooks/separate-debug-info.sh: don't inhibit strip hook
Before the change separate-debug-info.sh did the stripping itself.
This scheme has a few problems:
1. Stripping happens only on ELF files. *.a and *.o files are skipped.
   Derivations have to do it manually. Usually incorrectly
   as they don't run $RANLIB (true for `glibc` and `musl`).
2. Stripping happens on all paths. Ideally only `stripDebugList` paths
   should be considered.
3. Host strip is called on Target files.

This change offloads stripping logic to strip hook. This strips more
files for `glibc` and `musl`. Now we can remove most $STRIP calls
from individual derivations.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-07 12:49:37 +01:00
Martin Weinelt
a171b96ed8
Merge pull request #185323 from mweinelt/nss-nspr-passthru-tests 2022-08-07 12:15:03 +02:00
Martin Weinelt
46d5c7389f
firefox-esr-{91,102}-unwrapped: set proper pname 2022-08-06 11:36:37 +02:00
Michael Weiss
a43bf95ad0
chromiumBeta: 104.0.5112.79 -> 105.0.5195.19 2022-08-05 21:04:13 +02:00
Michael Adler
1ad5e92e8d ungoogled-chromium: 103.0.5060.134 -> 104.0.5112.81 2022-08-05 09:16:59 +02:00
Anderson Torres
acf5c72d6b
Merge pull request #185131 from OPNA2608/update/palemoon
palemoon: 31.1.1 -> 31.2.0.1
2022-08-04 20:03:54 -03:00
OPNA2608
f1b4bba5ac palemoon: 31.1.1 -> 31.2.0.1 2022-08-04 13:53:08 +02:00
Damien Cassou
ff6a0037d9
offpunk: Add passthru.tests.version 2022-08-04 13:45:36 +02:00
Damien Cassou
7b5cf21d2e
offpunk: 1.4 -> 1.5 2022-08-04 13:45:36 +02:00
Michael Weiss
2c729e5a8f
Merge pull request #185052 from primeos/chromium
chromium: 103.0.5060.134 -> 104.0.5112.79
2022-08-04 12:43:28 +02:00
Martin Weinelt
f53dff8a0f
Merge pull request #184811 from SuperSandro2000/SuperSandro2000-patch-4 2022-08-04 12:00:29 +02:00
Michael Weiss
8f065655fc
Merge pull request #185053 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.65 -> 104.0.5112.79
2022-08-03 23:14:23 +02:00
Michael Weiss
201eb18f4d
chromiumDev: 105.0.5195.10 -> 105.0.5195.19 2022-08-03 22:38:33 +02:00
Michael Weiss
8ce54794cc
chromiumBeta: 104.0.5112.65 -> 104.0.5112.79 2022-08-03 22:38:20 +02:00
Michael Weiss
17f9f662f8
chromium: 103.0.5060.134 -> 104.0.5112.79
https://chromereleases.googleblog.com/2022/08/stable-channel-update-for-desktop.html

This update includes 27 security fixes.

CVEs:
CVE-2022-2603 CVE-2022-2604 CVE-2022-2605 CVE-2022-2606 CVE-2022-2607
CVE-2022-2608 CVE-2022-2609 CVE-2022-2610 CVE-2022-2611 CVE-2022-2612
CVE-2022-2613 CVE-2022-2614 CVE-2022-2615 CVE-2022-2616 CVE-2022-2617
CVE-2022-2618 CVE-2022-2619 CVE-2022-2620 CVE-2022-2621 CVE-2022-2622
CVE-2022-2623 CVE-2022-2624
2022-08-03 22:37:53 +02:00
superherointj
68b71d9e91
Merge pull request #182550 from kouyk/update/vivaldi
vivaldi: 5.3.2679.68-1 -> 5.3.2679.70-1
2022-08-03 05:17:54 -03:00
Sandro
7b270bf098
firefox-unwrapped: use pname+version 2022-08-02 14:22:42 +02:00
R. Ryantm
cce0acf4bc elinks: 0.15.0 -> 0.15.1 2022-08-01 13:48:06 +00:00
Martin Weinelt
15118244b5
firefox-devedition-bin-unwrapped: 103.0b9 -> 104.0b4 2022-08-01 13:01:38 +02:00
Martin Weinelt
e5b199029a
firefox-beta-bin-unwrapped: 103.0b9 -> 104.0b4 2022-08-01 13:00:55 +02:00
Martin Weinelt
cbe3f7a141
firefox-bin-unwrapped: 103.0 -> 103.0.1
https://www.mozilla.org/en-US/firefox/103.0.1/releasenotes/
2022-08-01 13:00:03 +02:00
Martin Weinelt
a03cc9a933
firefox-unwrapped: 103.0 -> 103.0.1
https://www.mozilla.org/en-US/firefox/103.0.1/releasenotes/
2022-08-01 12:59:41 +02:00
R. Ryantm
b2ac3b41b6 links2: 2.25 -> 2.27 2022-07-31 19:14:21 +00:00
squalus
4042f5e34b librewolf: 102.0.1-1 -> 103.0-3 2022-07-28 23:40:06 -07:00
Michael Weiss
fe234d5d4e
Merge pull request #183482 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.57 -> 104.0.5112.65
2022-07-29 00:11:14 +02:00
Michael Weiss
b746ec7446
chromiumDev: 105.0.5191.2 -> 105.0.5195.10 2022-07-28 22:51:13 +02:00
Michael Weiss
5af5104501
chromiumBeta: 104.0.5112.57 -> 104.0.5112.65 2022-07-28 22:50:55 +02:00
Nicolas Benes
fadcd7cbd1 tor-browser-bundle-bin: 11.5 -> 11.5.1 2022-07-27 18:51:03 +02:00
Francesco Gazzetta
7c302eb4e5 ladybird: init at unstable-2022-07-20 2022-07-26 17:26:34 +02:00
Martin Weinelt
9483f20d10
firefox-beta-bin-unwrapped: 103.0b1 -> 103.0b9 2022-07-26 15:05:14 +02:00
Martin Weinelt
d4c6c0f252
firefox-devediton-bin-unwrapped: 103.0b1 -> 103.0b9 2022-07-26 15:05:14 +02:00
Martin Weinelt
aafd5020fa
firefox-esr-91-unwrapped: 91.11.0esr -> 91.12.0esr
https://www.mozilla.org/en-US/firefox/91.12.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-29/

Fixes: CVE-2022-36319, CVE-2022-36318
2022-07-26 15:05:13 +02:00
Martin Weinelt
a2c4eb714d
firefox-esr-102-unwrapped: 102.0.1esr -> 102.1.0esr
https://www.mozilla.org/en-US/firefox/102.1.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-30/

Fixes: CVE-2022-36319, CVE-2022-36318, CVE-2022-36314, CVE-2022-2505
2022-07-26 15:05:13 +02:00
Martin Weinelt
8e3066f49f
firefox-bin-unwrapped: 102.0.1 -> 103.0
https://www.mozilla.org/en-US/firefox/103.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-28/

Fixes: CVE-2022-36319, CVE-2022-36317, CVE-2022-36318, CVE-2022-36314,
       CVE-2022-36315, CVE-2022-36316, CVE-2022-36320, CVE-2022-2505
2022-07-26 15:05:09 +02:00
Martin Weinelt
a168249ddc
firefox-unwrapped: 102.0.1 -> 103.0
https://www.mozilla.org/en-US/firefox/103.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-28/

Fixes: CVE-2022-36319, CVE-2022-36317, CVE-2022-36318, CVE-2022-36314,
       CVE-2022-36315, CVE-2022-36316, CVE-2022-36320, CVE-2022-2505
2022-07-26 15:05:04 +02:00
Martin Weinelt
cf1696e19d
Merge pull request #179397 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-07-25 23:36:27 +02:00
Martin Weinelt
3363f4efe1
Merge pull request #179398 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 102.0b9 -> 103.0b1
2022-07-25 23:32:12 +02:00
Sandro
f7b39d232b
Merge pull request #182643 from SuperSandro2000/hedgedoc
hedgedoc: fix editor crashing
2022-07-25 14:22:49 +02:00
Mario Rodas
335ff97f9e
Merge pull request #182523 from r-ryantm/auto-update/brave
brave: 1.41.99 -> 1.41.100
2022-07-24 14:31:39 -05:00
Anderson Torres
d0bc131a44
Merge pull request #180581 from OPNA2608/update/palemoon
palemoon: 31.1.0 -> 31.1.1
2022-07-24 13:26:11 -03:00
Sandro Jäckel
9bbc053f1a
yarn2nix: change yarnFlags to append by default
The main usecase for this variable is to append --production to yarn
which now got a whole lot easier because you no longer need to repeat
the defaults.
2022-07-24 16:18:09 +02:00
Jörg Thalheim
a1099fd6f2
Merge pull request #182638 from siraben/browsh-update
browsh: 1.6.4 -> 1.8.0
2022-07-24 06:44:32 +01:00
Ben Siraphob
a2b8a94988
browsh: 1.6.4 -> 1.8.0 2022-07-23 14:25:11 -07:00
Steven Kou
1d575f6a3f
vivaldi: 5.3.2679.68-1 -> 5.3.2679.70-1 2022-07-23 12:50:35 +08:00
R. Ryantm
418eded8c3 brave: 1.41.99 -> 1.41.100 2022-07-23 01:08:19 +00:00
Michael Weiss
92bb481cd7
chromiumDev: 105.0.5176.3 -> 105.0.5191.2 2022-07-23 00:08:32 +02:00
R. Ryantm
a4965808cf brave: 1.41.96 -> 1.41.99 2022-07-21 02:05:27 +00:00
Michael Weiss
81bb5d7a25
Merge pull request #182247 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.48 -> 104.0.5112.57
2022-07-20 22:47:41 +02:00
Michael Weiss
247f871b4d
chromium: 103.0.5060.114 -> 103.0.5060.134
https://chromereleases.googleblog.com/2022/07/stable-channel-update-for-desktop_19.html

This update includes 11 security fixes.

CVEs:
CVE-2022-2477 CVE-2022-2478 CVE-2022-2479 CVE-2022-2480 CVE-2022-2481
CVE-2022-2163
2022-07-20 21:39:02 +02:00
Michael Weiss
9e393ee5dd
chromiumBeta: 104.0.5112.48 -> 104.0.5112.57 2022-07-20 21:38:46 +02:00
Michael Adler
ed0793c2d4 ungoogled-chromium: 103.0.5060.114 -> 103.0.5060.134 2022-07-20 15:23:54 +02:00
Mario Rodas
7bc6fbcd8b
Merge pull request #181420 from r-ryantm/auto-update/brave
brave: 1.40.113 -> 1.41.96
2022-07-19 23:17:04 -05:00
Michael Weiss
b2205469bc
Merge pull request #181844 from primeos/chromiumDev
chromiumDev: 105.0.5148.2 -> 105.0.5176.3
2022-07-17 15:19:59 +02:00
Michael Weiss
9a7236b59c
Merge pull request #181843 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.39 -> 104.0.5112.48
2022-07-17 15:19:44 +02:00
Michael Weiss
ddf49ce022
chromiumDev: 105.0.5148.2 -> 105.0.5176.3 2022-07-17 14:56:14 +02:00
Nicolas Benes
245764990f tor-browser-bundle-bin: 11.0.15 -> 11.5 2022-07-16 14:57:00 +02:00
Michael Weiss
41a5ec97d5
chromiumBeta: 104.0.5112.39 -> 104.0.5112.48 2022-07-14 21:52:07 +02:00
Martin Weinelt
1bfb66edf8
Merge pull request #181312 from r-ryantm/auto-update/firefox-esr-102-unwrapped 2022-07-14 13:33:05 +02:00
Martin Weinelt
1f5af608e7
Merge pull request #179433 from mweinelt/firefox-updatescript
firefox: Extend upgrade script with version prefix
2022-07-14 10:54:01 +02:00
R. Ryantm
867c47e611 brave: 1.40.113 -> 1.41.96 2022-07-14 01:07:38 +00:00
Michael Weiss
af38697574
Merge pull request #181259 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.29 -> 104.0.5112.39
2022-07-13 22:11:39 +02:00
R. Ryantm
0b91cc0961 firefox-esr-102-unwrapped: 102.0esr -> 102.0.1esr 2022-07-13 03:57:47 +00:00
Rick van Schijndel
b1aea3e00b
Merge pull request #174372 from r-ryantm/auto-update/brave
brave: 1.39.122 -> 1.40.113
2022-07-12 23:23:03 +02:00
Michael Weiss
8d73ee9187
chromiumBeta: 104.0.5112.29 -> 104.0.5112.39 2022-07-12 21:04:02 +02:00
Martin Weinelt
78f9f91a7d
Merge pull request #181015 from squalus/librewolf
librewolf: 102.0-2 -> 102.0.1-1
2022-07-11 17:46:35 +02:00
Sandro
006ffd8252
Merge pull request #140658 from alyssais/firefox-bin-https
firefox-bin: HTTPS for homepage and updateScript
2022-07-11 13:47:27 +02:00
squalus
6e87ec8162 librewolf: 102.0-2 -> 102.0.1-1 2022-07-10 13:33:14 -07:00
Martin Weinelt
09b76341b3
Merge pull request #180796 from squalus/librewolf-tests 2022-07-10 14:16:24 +02:00
Michael Weiss
70896ec871
ungoogled-chromium: 103.0.5060.53 -> 103.0.5060.114 2022-07-10 00:41:00 +02:00
Michael Weiss
5039fc4ec0
chromium: 103.0.5060.53 -> 103.0.5060.114
https://chromereleases.googleblog.com/2022/07/stable-channel-update-for-desktop.html

This update includes 4 security fixes. Google is aware that an exploit
for CVE-2022-2294 exists in the wild.

CVEs:
CVE-2022-2294 CVE-2022-2295 CVE-2022-2296

Note: This update was delayed due to crbug.com/1341418.
2022-07-10 00:00:18 +02:00
Fabián Heredia Montiel
a88f7d2f4f offpunk: remove unused argument testVersion 2022-07-09 11:30:46 -05:00
squalus
478940e2c7 librewolf: add nixos test
- support librewolf in the firefox nixos test
- use the correct binary name
- ensure autoplay is always on for the audio test, since
  librewolf disables it by default
2022-07-08 17:40:24 -07:00
Michael Weiss
924540c6c7
chromiumDev: 104.0.5112.20 -> 105.0.5148.2 2022-07-09 01:21:18 +02:00
OPNA2608
2cc04ccafe palemoon: Further limit build cores count
Still not consistent with 32. Let's try upstream's job count for releases.
2022-07-08 01:25:20 +02:00
OPNA2608
b17f522053 palemoon: 31.1.0 -> 31.1.1 2022-07-07 23:58:19 +02:00
R. Ryantm
54ba715d00 brave: 1.39.122 -> 1.40.113 2022-07-07 20:00:36 +00:00
Michael Weiss
0c80be9581
Merge pull request #180449 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.20 -> 104.0.5112.29
2022-07-07 15:16:53 +02:00
Joachim F
442b030590
Merge pull request #179600 from sikmir/surf
surf: enable audio & video support
2022-07-07 14:23:56 +02:00
Michael Weiss
b19cb885f3
chromiumBeta: 104.0.5112.20 -> 104.0.5112.29 2022-07-07 09:56:57 +02:00
Steven Kou
7e5afad992
vivaldi-ffmepg-codecs: 102.0.5005.49 -> 103.0.5060.53 2022-07-06 23:31:14 +08:00
Steven Kou
f25ae9227e
vivaldi: 5.3.2679.61-1 -> 5.3.2679.68-1 2022-07-06 23:30:54 +08:00
Martin Weinelt
838e78a8a6
firefox-bin-unwrapped: 102.0 -> 102.0.1
https://www.mozilla.org/en-US/firefox/102.0.1/releasenotes/
2022-07-05 20:45:53 +02:00
Martin Weinelt
e3e78bb409
firefox-unwrapped: 102.0 -> 102.0.1
https://www.mozilla.org/en-US/firefox/102.0.1/releasenotes/
2022-07-05 20:45:26 +02:00
Anderson Torres
0c873dc3a2
Merge pull request #179888 from DamienCassou/offpunk
offpunk: init at 1.4
2022-07-04 22:17:56 -03:00
Martin Weinelt
391fab8cb5
Merge pull request #179659 from squalus/librewolf
librewolf: 101.0.1-1 -> 102.0-2
2022-07-05 00:47:53 +02:00
Nicolas Benes
b6805190a2 tor-browser-bundle-bin: 11.0.14 -> 11.0.15 2022-07-03 21:13:34 +02:00
Damien Cassou
31c1463343
offpunk: init at 1.4 2022-07-03 20:59:27 +02:00
squalus
55c5a83c4c librewolf: 101.0.1-1 -> 102.0-2 2022-07-02 10:45:33 -07:00
Michele Guerini Rocco
0323e1f8ba
Merge pull request #179148 from dotlambda/qutebrowser-2.5.2
qutebrowser: 2.5.1 -> 2.5.2
2022-07-01 10:35:07 +02:00
R. Ryantm
2c7fcab1ce lagrange: 1.13.6 -> 1.13.7 2022-06-30 06:16:37 +00:00
Nikolay Korotkiy
70daeea1c0
surf: enable audio & video support 2022-06-29 21:08:03 +03:00
ajs124
a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00