Andreas Rammhold
18a2a96737
Merge pull request #62728 from talyz/firefox-wayland
...
firefox-wayland: Add missing dependency libglvnd (libEGL)
2019-06-06 01:31:54 +02:00
talyz
ae2778c9e3
firefox-wayland: Add missing dependency libglvnd (libEGL)
...
Firefox running in wayland mode is unable to find and load
libEGL.so (and says so on stdout). This puts it in "basic"
mode (unaccelerated graphics) and disables WebGL. Fix this by adding
libglvnd to the LD_LIBRARY_PATH.
2019-06-05 14:49:55 +02:00
Ivan Kozik
8c78ae27f6
chromium: 74.0.3729.157 -> 75.0.3770.80
...
CVE-2019-5828 CVE-2019-5829 CVE-2019-5830 CVE-2019-5831
CVE-2019-5832 CVE-2019-5833 CVE-2019-5834 CVE-2019-5835
CVE-2019-5836 CVE-2019-5837 CVE-2019-5838 CVE-2019-5839
CVE-2019-5840
Update a patch for Python 3, fixes #62347 .
Update a GN arg to fix this warning:
warning: The GN arg 'remove_webcore_debug_symbols' is deprecated and
warning: will be removed April 15, 2019. Please change your args.gn
warning: to use 'blink_symbol_level = 0'. https://crbug.com/943869
2019-06-05 09:27:52 +00:00
Ivan Kozik
4481a0150b
chromium: use LLVM 8.0.0 to more closely match upstream
2019-06-05 09:27:52 +00:00
worldofpeace
5e6001cfde
Merge pull request #62492 from r-ryantm/auto-update/opera
...
opera: 58.0.3135.127 -> 60.0.3255.109
2019-06-04 23:01:23 -04:00
Kai Harries
ceee963080
tor-browser-bundle: set default value for XAUTHORITY
...
XAUTHORITY is not set on systems using wayland. Therefore set a
default value for XAUTHORITY.
2019-06-04 21:07:00 +02:00
Alyssa Ross
45f4cc1957
Merge pull request #57803 from alyssais/lynx
...
lynx: enable default-colors
2019-06-02 19:16:55 +00:00
R. RyanTM
6d012050ca
opera: 58.0.3135.127 -> 60.0.3255.109
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opera/versions
2019-06-02 03:52:03 -07:00
Tim Steinbach
2c074fc6c8
vivaldi: 2.5.1525.46-1 -> 2.5.1525.48-1
2019-05-30 11:00:21 -04:00
SLNOS
c4962cd506
firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
...
Actually, more like -> 8.5.0.1 as this version is made against the
branch with the pending fixup patch applied.
2019-05-30 12:31:59 +00:00
Timo Kaufmann
53b08beea6
tridactyl-native: init at 1.14.9 ( #61703 )
2019-05-28 13:14:06 +02:00
Silvan Mosberger
99b68ffbb0
chromium: Fix build
...
Since https://github.com/NixOS/nixpkgs/pull/60499 , the unwrapped
chromium already contains the applications directory.
2019-05-28 02:33:00 +02:00
Silvan Mosberger
526a0b2277
Merge pull request #60499 from JohnAZoidberg/chromium-upstream-desktop-entry
...
chromium: Use upstream desktop entry
2019-05-27 18:28:20 +02:00
Daniel Schaefer
0f537a49e1
chromium: Use upstream desktop entry
...
Upstream provides a much more featureful desktop entry file. If we use
that we take advantage of all of those features and don't have to maintain it
ourselves.
2019-05-25 22:39:47 +02:00
Maximilian Bosch
3cad8fba29
w3m-nox: fix build
...
In the latest version (0.5.3+git20190105), `<X11/xlib.h>` isn't directly
included in `fb_imlib2.c` anymore, however it's used by `<Imlib.h>`
which broke our patch which disables X11 here.
Hydra build failure: https://hydra.nixos.org/build/93730733
See also 2266d1bd98
2019-05-25 11:53:54 +02:00
Andreas Rammhold
082ed38cb1
firefox-wrapper: stop creating new profiles when the binary path changes
...
With a recent change to firefox (that landed in 67) a new profile is
created whenever the install location changes. Since our install
location (the binary path) always changes when we do a new build it is
rather annoying.
Setting the environment variable `SNAP_NAME` to `firefox` is supposed to
workaround the issue.
related to #58923
Woarkound taken from 1ff8b6c3d8
cc @rail
2019-05-24 00:17:40 +02:00
Tim Steinbach
089eeed671
vivaldi: 2.5.1525.43-1 -> 2.5.1525.46-1
2019-05-23 17:48:40 -04:00
Joachim Fasting
a9643e18af
tor-browser-bundle-bin: 8.0.9 -> 8.5
2019-05-23 20:29:01 +02:00
Andreas Rammhold
e57d93af0c
firefox-esr-60: 60.6.3esr -> 60.7.0esr
2019-05-21 07:57:14 +02:00
Andreas Rammhold
140096b91f
firefox-bin: 66.0.5 -> 67.0
2019-05-21 07:51:28 +02:00
Andreas Rammhold
f353c0e958
firefox: 66.0.5 -> 67.0
2019-05-20 19:09:17 +02:00
Andreas Rammhold
7f65d06c4f
firefox: prepare for firefox 67.0 release
...
Firefox now requires `llvm-objdump` during the build phase. The aarch64
patches do no longer apply. So far I am guessing that they have been
merged. We should verify that.
2019-05-20 18:29:25 +02:00
worldofpeace
a303d9da3d
ephemeral: add glib-networking
...
This is needed for the wrapper.
2019-05-18 19:36:53 -04:00
kjuvi
9bb25d5c76
ephemeral: init at 5.1.0
2019-05-18 19:20:21 -04:00
Andreas Rammhold
333a2be17b
chromium: 74.0.3729.131 -> 74.0.3729.157 ( #61533 )
...
chromium: 74.0.3729.131 -> 74.0.3729.157
2019-05-16 19:27:12 +02:00
Tim Steinbach
f38fbe0d49
vivaldi: 2.5.1525.41-1 -> 2.5.1525.43-1
2019-05-16 09:36:20 -04:00
Matthieu Coudron
a2aab0e413
Merge pull request #59430 from DanielFabian/browsh
...
browsh: 1.4.13 -> 1.5.0
2019-05-16 15:05:18 +09:00
Daniel Fabian
63a304b234
browsh: 1.4.13 -> 1.5.0
2019-05-15 19:29:42 +01:00
Renaud
2f1f9a9fe8
Merge pull request #61540 from taku0/flashplayer-32.0.0.192
...
flashplayer: 32.0.0.171 -> 32.0.0.192 [Critical security fix]
2019-05-15 18:11:15 +02:00
Ivan Kozik
2db1a06136
chromium: 74.0.3729.131 -> 74.0.3729.157
...
Fixes a security bug with no CVE at this time:
https://chromereleases.googleblog.com/2019/05/stable-channel-update-for-desktop.html
2019-05-15 05:41:40 +00:00
Tim Steinbach
a9c7679ace
vivaldi: Fix chatty update script
2019-05-14 18:38:21 -04:00
Tim Steinbach
faf5e8ad8c
vivaldi: 2.5.1525.40-1 -> 2.5.1525.41-1
2019-05-14 08:23:31 -04:00
taku0
8be03860e4
flashplayer: 32.0.0.171 -> 32.0.0.192
2019-05-14 21:13:49 +09:00
adisbladis
e986f3fec4
firefox-beta-bin: 67.0b18 -> 67.0b19
2019-05-14 11:36:50 +01:00
adisbladis
a8616cb1c8
firefox-devedition-bin: 67.0b17 -> 67.0b19
2019-05-14 11:36:49 +01:00
Andreas Rammhold
f29d398c69
firefox-esr-60: 60.6.2esr -> 60.6.3esr
2019-05-08 17:54:13 +02:00
Tim Steinbach
dded4653b0
vivaldi: 2.4.1488.40-1 -> 2.5.1525.40-1
2019-05-08 10:13:43 -04:00
Andreas Rammhold
f7b51927c3
firefox-bin: 66.0.4 -> 66.0.5
2019-05-08 11:39:39 +02:00
Andreas Rammhold
bc3d79f633
firefox: 66.0.4 -> 66.0.5
2019-05-08 11:39:39 +02:00
Andreas Rammhold
44553697ab
firefox-beta-bin: 67.0b17 -> 670b18
2019-05-08 11:39:34 +02:00
SLNOS
8b4d53168a
firefoxPackages.tor-browser: 8.0.8 -> 8.0.9
2019-05-08 03:45:38 +00:00
Renaud
2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
...
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Robert Schütz
929fe5ca21
qutebrowser: 1.6.1 -> 1.6.2
...
https://lists.schokokeks.org/pipermail/qutebrowser/2019-May/000622.html
2019-05-08 03:08:16 +09:00
Frederik Rietdijk
a80982b4c9
Merge staging-next into master
2019-05-07 19:29:06 +02:00
Joachim Fasting
7defc47944
tor-browser-bundle-bin: meta.homepage is a regular string
2019-05-07 09:48:16 +02:00
Joachim Fasting
501c2c28a4
tor-browser-bundle-bin: 8.0.8 -> 8.0.9
2019-05-07 09:48:10 +02:00
Frederik Rietdijk
0196d8f11c
Merge master into staging-next
2019-05-07 09:00:06 +02:00
adisbladis
ca088617ac
firefox-beta-bin: 67.0b16 -> 67.0b17
2019-05-07 06:10:31 +01:00
adisbladis
5985cd73dc
firefox-devedition-bin: 67.0b7 -> 67.0b17
2019-05-07 06:10:31 +01:00
taku0
07458c2f38
firefox-esr: 60.6.1esr -> 60.6.2esr
2019-05-06 13:35:25 +09:00
taku0
ad042f186f
firefox-bin: 66.0.3 -> 66.0.4
2019-05-06 13:31:28 +09:00
Eelco Dolstra
1f6ddfc7e0
firefox: 66.0.3 -> 66.0.4
2019-05-05 23:57:54 +02:00
worldofpeace
109399ff31
Merge pull request #58735 from r-ryantm/auto-update/opera
...
opera: 56.0.3051.99 -> 58.0.3135.127
2019-05-05 13:20:34 -04:00
Renaud
1a25840733
opera: add at-spi2-core to RPATH
2019-05-05 19:10:40 +02:00
Andreas Rammhold
0b7c602d55
chromium: 74.0.3729.108 -> 74.0.3729.131 ( #60950 )
...
chromium: 74.0.3729.108 -> 74.0.3729.131
2019-05-05 18:04:36 +02:00
Ivan Kozik
75d1439f8f
chromium: add myself as maintainer ( #60961 )
2019-05-05 05:09:20 -04:00
Ivan Kozik
f15adc548f
chromium: 74.0.3729.108 -> 74.0.3729.131
...
CVE-2019-5827 CVE-2019-5824
2019-05-04 22:46:24 +00:00
c0bw3b
9cb260d091
[treewide] delete unused patches
2019-05-04 19:52:24 +02:00
Frederik Rietdijk
193b899af2
Merge master into staging-next
2019-05-04 17:34:04 +02:00
Andreas Rammhold
817c4b3d70
firefox-beta-bin-unwrapped: 67.0b7 -> 67.0b16
2019-05-04 11:34:31 +02:00
Frederik Rietdijk
0f10b72b5f
Merge master into staging-next
2019-05-03 19:56:31 +02:00
Will Dietz
63a13cce7c
tor-browser-bundle: use obfs4proxy
2019-04-30 22:26:48 -05:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
0fe315c9b6
treewide: remove old patches for macOS
...
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Herwig Hochleitner
d77256c604
chromium: 73.0.3683.103 -> 74.0.3729.108
...
CVE-2019-5805 CVE-2019-5806 CVE-2019-5807 CVE-2019-5808 CVE-2019-5809
CVE-2019-5810 CVE-2019-5811 CVE-2019-5812 CVE-2019-5813 CVE-2019-5814
CVE-2019-5815 CVE-2019-5816 CVE-2019-5817 CVE-2019-5818 CVE-2019-5819
CVE-2019-5820 CVE-2019-5821 CVE-2019-5822 CVE-2019-5823
2019-04-24 22:01:45 +02:00
Edmund Wu
e2e195f829
vivaldi: support snapshots
2019-04-22 13:09:00 -04:00
Joachim Fasting
bce47ea9d5
tor-browser-bundle-bin: defaults for XAUTHORITY and DBUS_SESSION_BUS_ADDRESS
...
See https://github.com/NixOS/nixpkgs/issues/55082
and https://github.com/NixOS/nixpkgs/issues/20157#issuecomment-272767442
2019-04-17 17:53:23 +02:00
volth
0dfcbeb266
captive-browser: fix darwin build, add meta
2019-04-16 20:40:20 +00:00
volth
9498c8f443
captive-browser: init at 2019-04-14
2019-04-16 14:52:38 +00:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Tim Steinbach
8b6403eb04
vivaldi: 2.4.1488.38-1 -> 2.4.1488.40-1
2019-04-15 17:21:46 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Michael Raskin
6806c33497
Merge pull request #59576 from r-ryantm/auto-update/links2
...
links2: 2.18 -> 2.19
2019-04-15 09:32:41 +00:00
R. RyanTM
5508bf4d2c
links2: 2.18 -> 2.19
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2019-04-14 23:52:19 -07:00
Aaron Andersen
a52504df93
otter-browser: fix broken build
2019-04-14 11:02:06 -04:00
taku0
3412a2cfcc
firefox: 66.0.2 -> 66.0.3
2019-04-13 10:49:24 +09:00
taku0
7b49c78dad
firefox-bin: 66.0.2 -> 66.0.3
2019-04-13 10:37:34 +09:00
Tim Steinbach
4b305d75c4
vivaldi: 2.4.1488.36-1 -> 2.4.1488.38-1
2019-04-11 17:41:02 -04:00
Tim Steinbach
8321a448a6
vivaldi: Update update.sh
2019-04-11 17:13:15 -04:00
Frederik Rietdijk
230c67f43b
Merge master into staging-next
2019-04-11 07:50:23 +02:00
xeji
68106faf54
Merge pull request #59210 from taku0/flashplayer-32.0.0.171
...
flashplayer: 32.0.0.156 -> 32.0.0.171
2019-04-09 22:05:27 +02:00
Renaud
8db38cdcd4
Merge pull request #58434 from matthiasbeyer/add-licenses
...
Add licenses
2019-04-09 19:57:17 +02:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
Andreas Rammhold
4b00df4305
Merge pull request #58630 from volth/patch-312
...
firefox-esr-52: fix build
2019-04-09 13:08:58 +00:00
taku0
3eb4e958b4
flashplayer: 32.0.0.156 -> 32.0.0.171
2019-04-09 21:14:12 +09:00
Frederik Rietdijk
7f7da0a16f
Merge master into staging-next
2019-04-07 15:14:52 +02:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
Frederik Rietdijk
f5d4adc0d1
Merge staging into staging-next
2019-04-07 08:33:26 +02:00
Andrew Childs
c6ef39927c
firefox: fix aarch64 build
2019-04-07 02:31:27 +09:00
Andrew Childs
5a8ddeea73
firefox: re-enable webrtc on aarch64 (64+); fix comment
2019-04-07 02:31:22 +09:00
Tim Steinbach
e1ae597343
vivaldi: Replace tabs with spaces in updater script
2019-04-06 13:13:20 -04:00
239
b3e40328f5
vivaldi: 2.3.1440.60-1 -> 2.4.1488.36-1
2019-04-06 17:00:11 +00:00
Vladimír Čunát
526c4292ae
Merge branch 'staging-next'
...
This iteration was long, about five weeks (2fcb11a2
), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Vladimír Čunát
1c4b324c8d
firefoxPackages: fix builds by a patch from Arch
2019-04-06 13:07:35 +02:00
Herwig Hochleitner
a5960f765a
chromium: 73.0.3683.86 -> 73.0.3683.103
2019-04-05 16:53:36 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
adisbladis
3da8111bee
firefox-beta-bin: 67.0b3 -> 67.0b7
2019-04-02 14:55:47 +01:00
adisbladis
cc6e134dbb
firefox-devedition-bin: 67.0b3 -> 67.0b7
2019-04-02 14:55:41 +01:00
R. RyanTM
3037de0054
opera: 56.0.3051.99 -> 58.0.3135.127
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opera/versions
2019-04-01 22:28:13 -07:00
volth
1c290ea724
firefox-esr-52: use gcc6
2019-04-01 06:36:02 +00:00