Commit Graph

5595 Commits

Author SHA1 Message Date
José Romildo Malaquias
accc4e2b60
Merge pull request #176265 from kouyk/update/vivaldi
vivaldi: 5.2.2623.41-1 -> 5.3.2679.38-1
2022-06-09 19:47:10 -03:00
Anderson Torres
0efe9821ed
Merge pull request #176467 from primeos/chromiumDev
chromiumDev: 104.0.5083.0 -> 104.0.5098.0
2022-06-05 21:23:07 -03:00
Anderson Torres
e2de23b6db
Merge pull request #176434 from trofi/workaround-fno-common-for-dillo
dillo: add -fcommon workaround
2022-06-05 18:23:21 -03:00
Michael Weiss
83a028528c
chromiumDev: 104.0.5083.0 -> 104.0.5098.0 2022-06-05 22:16:18 +02:00
Michael Weiss
09618866a8
Merge pull request #175989 from primeos/chromiumBeta
chromiumBeta: 103.0.5060.24 -> 103.0.5060.33
2022-06-05 22:09:50 +02:00
Sergei Trofimovich
5ddc759a48 dillo: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:/build/dillo-3.0.5/dpid/dpid.h:64: multiple definition of `sock_set';
      dpid.o:/build/dillo-3.0.5/dpid/dpid.h:64: first defined here
2022-06-05 19:20:24 +01:00
R. Ryantm
fb52e287c7 castor: 0.8.18 -> 0.9.0 2022-06-05 08:50:44 -05:00
Sergei Trofimovich
4b88d42f51 firefox: disable 'MOZILLA_OFFICIAL=1' on i686
Without the change firefox build on i686 fails at configure time:

    $ NIXPKGS_ALLOW_BROKEN=1 nix build -f. --argstr system "i686-linux" firefox
    ...
    mozbuild.configure.options.InvalidOptionError:
      '--enable-release' implied by 'MOZILLA_OFFICIAL' conflicts with '--disable-release' from the command-line

The change uses the same 32-bit guard for both. It still does not allow
i686 build to succeed for other toolchain misconfiguration, but it's a
step forward.
2022-06-05 08:44:41 -05:00
Steven Kou
a68319646a
vivaldi-ffmepg-codecs: 101.0.4951.15 -> 102.0.5005.49 2022-06-04 23:50:11 +08:00
Steven Kou
9afc742566
vivaldi: 5.2.2623.41-1 -> 5.3.2679.38-1 2022-06-04 23:49:49 +08:00
Michael Weiss
2272153e49
chromiumBeta: 103.0.5060.24 -> 103.0.5060.33 2022-06-02 21:30:53 +02:00
Klemens Nanni
5d27c8d53f firefox: merge identical optionalAttrs block, fix indent
Two consecutive sets are pulled in under the same `usesNixExtensions`
condition.

Due to wrong indentation, it does however they are nested.

Fix both.
2022-06-01 02:14:37 +02:00
Klemens Nanni
34364c9f5f firefox: smartcardSupport: Use multi-slot module
`onepin-opensc-pkcs11.so` only enables PIN1, but PIN2 is also required.
`opensc-pkcs11.so` enables all slots.

I can successfully use PIN1 and PIN2 in Smart-ID cards with this.
2022-06-01 01:22:45 +02:00
Martin Weinelt
ab1dd069c7
firefox-devedition-bin-unwrapped: 101.0b9 -> 102.0b1 2022-05-31 16:34:39 +02:00
Martin Weinelt
172e3144ab
firefox-beta-bin-unwrapped: 101.0b9 -> 102.0b1 2022-05-31 16:34:39 +02:00
Martin Weinelt
f89d5a7f2c
firefox-esr-91-unwrapped: 91.9.1esr -> 91.10.0esr
https://www.mozilla.org/en-US/firefox/91.10.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-21/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31747
2022-05-31 16:34:39 +02:00
Martin Weinelt
8353459d92
firefox-bin-unwrapped: 100.0.2- -> 101.0
https://www.mozilla.org/en-US/firefox/101.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-20/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31743,
       CVE-2022-31744, CVE-2022-31745, CVE-2022-1919, CVE-2022-31747,
       CVE-2022-31748
2022-05-31 16:34:15 +02:00
Martin Weinelt
332711833d
firefox-unwrapped: 100.0.2- -> 101.0
https://www.mozilla.org/en-US/firefox/101.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-20/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31743,
       CVE-2022-31744, CVE-2022-31745, CVE-2022-1919, CVE-2022-31747,
       CVE-2022-31748
2022-05-31 16:33:22 +02:00
Michael Weiss
cceca5842f
Merge pull request #175199 from primeos/chromiumDev
chromiumDev: 103.0.5060.24 -> 104.0.5083.0
2022-05-29 23:07:31 +02:00
Michael Weiss
4f8cc4ba80
chromiumDev: 103.0.5060.24 -> 104.0.5083.0 2022-05-28 23:09:23 +02:00
Michael Weiss
542dc1b5cd
chromiumBeta: 102.0.5005.61 -> 103.0.5060.24 2022-05-28 23:08:44 +02:00
Robert Schütz
2be2461a98 qutebrowser: 2.5.0 -> 2.5.1
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.5.1
2022-05-27 15:50:48 -07:00
Sandro
3e92b94120
Merge pull request #174615 from sikmir/telescope 2022-05-27 19:56:30 +02:00
Sandro
d1dcdfd79a
Merge pull request #173309 from squalus/librewolf
librewolf: 100.0-3 -> 100.0.2-1
2022-05-27 18:39:58 +02:00
R. Ryantm
18e4c7d8d1 lagrange: 1.13.5 -> 1.13.6 2022-05-27 07:45:58 -05:00
squalus
ca2dc3cac3 librewolf: 100.0-3 -> 100.0.2-1 2022-05-26 21:29:31 -07:00
Michael Weiss
40bc7c50ac
Merge pull request #174627 from primeos/chromiumDev
chromiumDev: 103.0.5060.13 -> 103.0.5060.24
2022-05-26 20:18:18 +02:00
R. Ryantm
1557e0a3e4 asuka: 0.8.3 -> 0.8.5 2022-05-26 10:40:49 -04:00
Gabriel Ebner
fe6535efc0
Merge pull request #174624 from risicle/ris-elinks-disable-perl-on-darwin
elinks: disable perl support on darwin
2022-05-26 11:54:07 +02:00
Michael Weiss
44107eea55
chromiumDev: 103.0.5060.13 -> 103.0.5060.24 2022-05-26 00:54:30 +02:00
Michael Weiss
6226fc5cf0
ungoogled-chromium: 101.0.4951.64 -> 102.0.5005.61 2022-05-26 00:48:26 +02:00
Robert Scott
9b103fac08 elinks: disable perl support on darwin
currently causes a header mixup with LIST_HEAD macros
2022-05-25 23:22:12 +01:00
Nikolay Korotkiy
0dae74a028
telescope: 0.7.1 → 0.8.1 2022-05-26 00:03:06 +03:00
Michael Weiss
8f6d16ac33
Merge pull request #174338 from primeos/chromium
chromium: 101.0.4951.64 -> 102.0.5005.61
2022-05-25 11:10:20 +02:00
Michael Weiss
e23890fd99
Merge pull request #174342 from primeos/chromiumDev
chromiumDev: 103.0.5056.0 -> 103.0.5060.13
2022-05-25 01:28:07 +02:00
Michael Weiss
f52ca60fd6
chromiumDev: 103.0.5056.0 -> 103.0.5060.13 2022-05-25 00:51:32 +02:00
Michael Weiss
ba943bd907
chromiumBeta: 102.0.5005.49 -> 102.0.5005.61 2022-05-25 00:48:48 +02:00
Michael Weiss
e48814a245
chromium: 101.0.4951.64 -> 102.0.5005.61
https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_24.html

This update includes 32 security fixes.

CVEs:
CVE-2022-1853 CVE-2022-1854 CVE-2022-1855 CVE-2022-1856 CVE-2022-1857
CVE-2022-1858 CVE-2022-1859 CVE-2022-1860 CVE-2022-1861 CVE-2022-1862
CVE-2022-1863 CVE-2022-1864 CVE-2022-1865 CVE-2022-1866 CVE-2022-1867
CVE-2022-1868 CVE-2022-1869 CVE-2022-1870 CVE-2022-1871 CVE-2022-1872
CVE-2022-1873 CVE-2022-1874 CVE-2022-1875 CVE-2022-1876
2022-05-25 00:43:07 +02:00
Sandro
f7240fbd5d
Merge pull request #174225 from dotlambda/pyreadability-drop
python3Packages.pyreadability: make alias of readability-lxml
2022-05-25 00:34:15 +02:00
Pascal Bach
c1b13827d6
Merge pull request #174249 from FliegendeWurst/tbb-11.0.13
tor-browser-bundle-bin: 11.0.11 -> 11.0.13
2022-05-24 22:31:13 +02:00
Martin Weinelt
c5e0d57cdd
Merge pull request #173738 from mweinelt/firefox-mls 2022-05-24 20:08:46 +02:00
Artturi
d49fb30770
Merge pull request #173408 from pshirshov/patch-1 2022-05-24 16:53:51 +03:00
Paul S
208a03de93 vivaldi-widevine: switch to fetchzip
hopefully it makes the hash not change sometimes
2022-05-24 16:32:43 +03:00
FliegendeWurst
5c801dd601 tor-browser-bundle-bin: 11.0.11 -> 11.0.13 2022-05-24 10:10:34 +02:00
Robert Schütz
4dcada7989 qutebrowser: use readability-lxml 2022-05-24 03:36:08 +00:00
Martin Weinelt
2d97db7873
buildMozillaMach: set geo.provider.network.url for new profiles.
Use Mozilla Location Service as geolocation provider for new profiles,
since our Google API key does not seem to work for geolocation at this
time.

Related: https://github.com/NixOS/nixpkgs/issues/173758
2022-05-22 14:49:17 +02:00
Martin Weinelt
0750e47a4d
buildMozillaMach: Clean up Google API key configuration
Use a proper filename that and add the URL where information about
requesting API keys can be found.
2022-05-22 01:51:07 +02:00
Martin Weinelt
1ba9dfbd97
buildMozillaMach: add support for MLS
We have received our very own API key for Mozilla Location Services and
have been recognized as a Public Interest Project, implying a rate limit
of 100k daily requests¹, which should be sufficient for our population.

N.B: This key belongs to the NixOS project, please don't use ours, but
instead request your own.

[1] https://location.services.mozilla.com/terms
2022-05-22 01:50:56 +02:00
Jan Tojnar
b8b9f52393 Merge branch 'master' into staging-next
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0 and f6c5761935.
2022-05-21 17:52:39 +02:00
Martin Weinelt
796a7117da firefox-beta-bin: 99.0b6 -> 101.0b9 2022-05-21 01:07:50 +02:00