Andreas Rammhold
2f4c7f3f92
firefox-esr-60: 60.5.0esr -> 60.5.1esr
...
Release notes: https://www.mozilla.org/en-US/firefox/60.5.1/releasenotes/
2019-02-14 11:28:34 +01:00
Andreas Rammhold
aa2acd0123
firefox: 65.0 -> 65.0.1
...
Release notes: https://www.mozilla.org/en-US/firefox/65.0.1/releasenotes/
2019-02-14 11:28:34 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Jan Malakhovski
f91e811e44
chromium: move defaults to package file
...
This one is a bit untrivial.
2019-02-13 23:11:29 +00:00
SLNOS
9e65251afe
firefoxPackages.tor-browser: 8.0.5 -> 8.0.6
2019-02-13 23:00:48 +00:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
...
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
José Romildo Malaquias
c00b84adfc
vivaldi-ffmpeg-codecs: 71.0.3578.98 -> 72.0.3626.96
2019-02-13 12:32:59 +00:00
José Romildo Malaquias
24c966545a
vivaldi: 2.2.1388.37-1 -> 2.3.1440.41-1
2019-02-13 12:32:59 +00:00
Florian Klink
516a9578e6
Merge pull request #55501 from ivan/chromium-72.0.3626.96
...
chromium: 72.0.3626.81 -> 72.0.3626.96
2019-02-13 11:04:05 +01:00
Will Dietz
12984854c6
tor-browser-bundle-bin: 8.0.5 -> 8.0.6
...
https://blog.torproject.org/new-release-tor-browser-806
2019-02-13 03:45:59 -06:00
Averell Dalton
856a238e20
flashplayer: 32.0.0.114 -> 32.0.0.142
2019-02-12 23:01:44 +01:00
Tim Steinbach
2fcb8c3ac7
flashplayer: 32.0.0.114 -> 32.0.0.142
2019-02-12 08:20:12 -05:00
adisbladis
a4e4a3da48
firefox-beta-bin: 66.0b5 -> 66.0b7
2019-02-12 11:52:36 +00:00
adisbladis
994795208c
firefox-devedition-bin: 66.0b5 -> 66.0b7
2019-02-12 11:52:28 +00:00
Florian Klink
c569643f4a
Merge pull request #55119 from andir/firefox-wayland
...
Firefox add support for native wayland backend
2019-02-12 00:45:42 +01:00
Ivan Kozik
0811bbcaa4
chromium: 72.0.3626.81 -> 72.0.3626.96
...
CVE-2019-5784
2019-02-10 02:38:22 +00:00
adisbladis
33fa29386f
firefox-beta-bin: 66.0b3 -> 66.0b5
2019-02-06 17:56:55 +00:00
adisbladis
9abf5e35e3
firefox-devedition-bin: 66.0b3 -> 66.0b5
2019-02-06 17:56:46 +00:00
R. RyanTM
9c931c4880
brave: 0.58.21 -> 0.59.34
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-02-06 17:39:48 +00:00
Jan Malakhovski
8cbe72a923
w3m: move defaults to package file
2019-02-03 15:30:24 +00:00
Andreas Rammhold
7eaef48e5a
wrapFirefox: support GDK_BACKEND=wayland
...
The firefox wrapper now supports setting the GDK_BACKEND to wayland
which is useful in cases where firefox would be started from within an
X-Application inside of wayland. GTK/GDK would otherwise default to the
X11 backend in those situations.
The intention is that people that are using wayland primarily pull in
the new `firefox-wayland` top-level attribute into their environments
instead of just `firefox`. Firefox will then always be started with the
correct rendering backend.
2019-02-03 12:13:02 +01:00
Andreas Rammhold
d7731c3142
firefoxPackages: enable support for wayland
...
This adds support for building firefox with the gtk wayland backend. It
should work on all the flavors that use >=gtk3. Using the wayland
still allows using the X11 backend.
2019-02-03 11:36:25 +01:00
Ivan Kozik
03960a323d
chromium: make the new audio sandbox NixOS-compatible
...
Deal with f2fc90bb74
which landed https://github.com/chromium/chromium/blob/master/services/audio/audio_sandbox_hook_linux.cc
containing /usr/share and /usr/lib/x86_64-linux-gnu paths.
closes https://github.com/NixOS/nixpkgs/pull/54960
2019-01-31 20:06:16 +01:00
Joachim F
5f1b414230
Merge pull request #55001 from oxij/pkgs/firefox-packages
...
firefoxPackages: add icecat, update tor-browser, misc cleanups
2019-01-31 18:44:15 +00:00
Jan Malakhovski
26f6fabcfe
firefoxPackages: move nixpkgsPatches into common.nix
2019-01-31 17:02:52 +00:00
Jan Malakhovski
e11586f69f
firefoxPackages.tor-browser: fix meta
2019-01-31 17:02:52 +00:00
Jan Malakhovski
afd0929f6c
firefoxPackages: add a comments explaining the purpose of older versions
2019-01-31 17:02:52 +00:00
SLNOS
86a0112d59
firefoxPackages.tor-browser: 8.0.4 -> 8.0.5
2019-01-31 17:02:51 +00:00
SLNOS
7d9812e158
firefoxPackages.tor-browser: 8.0.3 -> 8.0.4
2019-01-31 17:02:51 +00:00
SLNOS
ff6cc1ac0e
firefoxPackages.icecat: init at 60.3.0, 52.6.0
...
It works, but this state is far from ideal: GNU guys update generated source
tarballs very infrequently. Ideally, src needs to be generated by running
makeicecat over firefox src. Will do later.
2019-01-31 17:02:45 +00:00
Will Dietz
791a6c4937
tor-browser-bundle-bin: 8.0.4 -> 8.0.5
...
https://blog.torproject.org/new-release-tor-browser-805
* demote github URL, it doesn't have newest
(including 8.0.4 which this upgrades from)
2019-01-31 03:26:59 -06:00
Herwig Hochleitner
6b27008fb5
chromium: 71.0.3578.98 -> 72.0.3626.81
...
CVE-2019-5754 CVE-2019-5782 CVE-2019-5755 CVE-2019-5756 CVE-2019-5757
CVE-2019-5758 CVE-2019-5759 CVE-2019-5760 CVE-2019-5761 CVE-2019-5762
CVE-2019-5763 CVE-2019-5764 CVE-2019-5765 CVE-2019-5766 CVE-2019-5767
CVE-2019-5768 CVE-2019-5769 CVE-2019-5770 CVE-2019-5771 CVE-2019-5772
CVE-2019-5773 CVE-2019-5774 CVE-2019-5775 CVE-2019-5776 CVE-2019-5777
CVE-2019-5778 CVE-2019-5779 CVE-2019-5780 CVE-2019-5781
2019-01-31 01:20:23 +01:00
adisbladis
faaf5f6734
firefox-beta-bin: 65.0b12 -> 66.0b3
2019-01-30 14:07:39 +00:00
adisbladis
9c7c211f6f
firefox-devedition-bin: 65.0b12 -> 66.0b3
2019-01-30 14:07:38 +00:00
Andreas Rammhold
10024f2ad1
firefoxPackages.firefox-esr-60: 60.4.0esr -> 60.5.0esr
2019-01-30 01:25:51 +01:00
Andreas Rammhold
58c657bf6d
firefox-bin: 64.0.2 -> 65.0
2019-01-29 21:52:31 +01:00
Andreas Rammhold
cb7f7364a4
firefox: 64.0.2 -> 65.0
...
There have been some more changes to the source tree which broke the
buildconfig patch. This commit adds another patch that can be used for
the future versions. Once all the flavors are based off a new(ish)
firefox release we can remove the old patch.
2019-01-29 20:30:42 +01:00
Andreas Rammhold
08ba4f13c9
firefoxPackages: support building with firefox 65
...
Firefox >=65 will depend on icu >=63. All the older firefox versions
(and derived packages) seem to work fine with this change.
Also the system path environment patch will fail to apply since there
was a trivial whitespace change in the source file. By adding `-l` to
patch we can avoid having to track two patches that do basically the
same. Having patchFlags per file without resorting to pre-/postPatch
would be nicer but there doesn't seem to be a facility for that right
now.
2019-01-29 20:30:42 +01:00
R. RyanTM
33160cfbfe
links2: 2.17 -> 2.18
...
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-01-28 02:09:58 -08:00
Michael Raskin
b7d4a356be
flashplayer-standalone: unmark broken, works here; keep the comment
2019-01-22 15:47:58 +01:00
Will Dietz
f511d52c5c
Merge pull request #51232 from dtzWill/update/vimb-3.3.0
...
vimb: 3.1.0 -> 3.3.0
2019-01-20 02:16:30 -06:00
adisbladis
8e20de1d52
firefox-beta-bin: 65.0b11 -> 65.0b12
2019-01-18 23:49:08 +00:00
adisbladis
59b60270aa
firefox-devedition-bin: 65.0b11 -> 65.0b12
2019-01-18 23:49:04 +00:00
R. RyanTM
b5263c71b4
brave: 0.58.18 -> 0.58.21
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-01-17 18:27:14 -08:00
adisbladis
4ad3d2dfe7
firefox-beta-bin: 65.0b9 -> 65.0b11
2019-01-16 20:28:55 +00:00
adisbladis
44d7338375
firefox-devedition-bin: 65.0b9 -> 65.0b11
2019-01-16 20:28:54 +00:00
xeji
ec507f995e
Merge pull request #53742 from taku0/flashplayer-32.0.0.114
...
flashplayer: 32.0.0.101 -> 32.0.0.114
2019-01-13 21:46:49 +01:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
...
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
adisbladis
3b67c43e95
firefox-beta-bin: 65.0b3 -> 65.0b9
2019-01-10 12:26:36 +00:00
adisbladis
7222470711
firefox-devedition-bin: 65.0b3 -> 65.0b9
2019-01-10 12:26:30 +00:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
taku0
08f779a9c3
firefox: 64.0 -> 64.0.2
2019-01-10 20:16:21 +09:00
taku0
244f1ce1a7
firefox-bin: 64.0 -> 64.0.2
2019-01-10 20:04:21 +09:00
taku0
a019087ef4
flashplayer-standalone: mark broken
2019-01-10 19:49:22 +09:00
taku0
9f1ff9976f
flashplayer: 32.0.0.101 -> 32.0.0.114
2019-01-08 21:12:29 +09:00
worldofpeace
8e05911ccb
otter-browser: add homepage
2019-01-06 19:36:31 -05:00
Will Dietz
16cef9de77
otter-browser: 0.9.99.3 -> 1.0.01
2019-01-06 19:36:31 -05:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
R. RyanTM
ed81471439
brave: 0.57.18 -> 0.58.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-01-03 22:57:52 -05:00
José Romildo Malaquias
3e00845cf0
vivaldi-ffmpeg-codecs: 70.0.3538.77 -> 71.0.3578.98
2019-01-03 14:08:54 -05:00
José Romildo Malaquias
cb1e93b2c0
vivaldi: 2.1.1337.51-1 -> 2.2.1388.37-1
2019-01-03 14:08:54 -05:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
Frederik Rietdijk
26e5c0f07a
Merge pull request #51846 from veprbl/pr/pyqt5_opt_qtwebkit
...
pyqt5: make qtwebkit optional, disable by default
2018-12-30 16:34:39 +01:00
Emmanuel Rosa
421dd51ffd
luakit: add HTTPS support ( #52865 )
...
* luakit: add HTTPS support
* Update pkgs/applications/networking/browsers/luakit/default.nix
Co-Authored-By: emmanuelrosa <emmanuelrosa@users.noreply.github.com>
2018-12-30 09:20:55 -05:00
Will Dietz
d57d4148f6
vimb: simplify with wrapGAppsHook
...
wrapGAppsHook per reviewer suggestion, ty! :)
2018-12-29 14:38:41 -06:00
Will Dietz
ac92aad531
vimb: uses gtk3, provide it explicitly instead of unused (?) gtk2
2018-12-29 14:29:00 -06:00
Will Dietz
e66f27b622
vimb: prefer fetchFromGitHub, touchup inputs
2018-12-29 14:29:00 -06:00
Will Dietz
25cf057dbe
vimb: 3.1.0 -> 3.3.0
...
https://github.com/fanglingsu/vimb/releases/tag/3.2.0
https://github.com/fanglingsu/vimb/releases/tag/3.3.0
2018-12-29 14:29:00 -06:00
Dmitry Kalinkin
8df467ebd6
qutebrowser: drop QtWebKit support
...
From the qutebrowser README:
"support for QtWebKit will be dropped soon"
2018-12-27 09:14:22 -05:00
worldofpeace
c1599d29d9
gcr: rename from gnome3.gcr
2018-12-25 20:14:28 -05:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Jan Tojnar
ecda0434ad
midori: 0.5.11 → 7.0
2018-12-24 02:57:27 +01:00
Jan Tojnar
9086af1a77
Merge pull request #52702 from jtojnar/boo-destdir
...
Boo destdir
2018-12-22 23:02:23 +01:00
Jan Tojnar
4efe405311
surf: Do not abuse DESTDIR
2018-12-22 22:07:43 +01:00
Jörg Thalheim
1b146a8c6f
treewide: remove paxutils from stdenv
...
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277
This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
Justin Humm
0be7bfe1bf
qutebrowser: fix pdfjs
...
Pdfjs was downloaded in two derivations, where one is sufficient.
Also there was allegedly a typo in the download URL.
2018-12-21 14:12:02 +01:00
Herwig Hochleitner
327f7da260
chromium: 71.0.3578.80 -> 71.0.3578.98
...
CVE-2018-17481
2018-12-20 20:44:24 +01:00
Frederik Rietdijk
9ab61ab8e2
Merge staging-next into staging
2018-12-19 09:00:36 +01:00
worldofpeace
e3a931c41e
brave: add at-spi2-core
...
Also correct the style.
2018-12-18 22:14:47 -05:00
R. RyanTM
825c7d7f40
brave: 0.56.15 -> 0.57.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2018-12-18 22:14:47 -05:00
Jan Tojnar
aead6e12f9
Merge remote-tracking branch 'upstream/master' into staging
2018-12-16 22:55:06 +01:00
Joachim Fasting
1ba77eeb22
tor-browser-bundle-bin: 8.0.3 -> 8.0.4
2018-12-14 12:51:13 +01:00
Andreas Rammhold
ccd160023c
firefox: 63.0.3 -> 64.0
...
See #51863 .
2018-12-12 11:27:23 +01:00
worldofpeace
0c4ac2fa26
eolie: ensure search provider is wrapped properly
...
wrapPythonPrograms ignores libexec/
Also do it before wrapGAppsHook sets in
2018-12-12 03:28:59 -05:00
worldofpeace
af2caa441f
eolie: don't use pythonPath
2018-12-12 03:26:24 -05:00
Andreas Rammhold
536d0cc3a7
firefox-bin: 63.0.3 -> 64.0
...
See #51863 .
2018-12-12 00:26:03 +01:00
Andreas Rammhold
d16d0b3762
firefox-esr-60: 60.3.0esr -> 60.4.0esr
...
See #51863 .
2018-12-12 00:25:57 +01:00
Andreas Rammhold
783dc61f68
firefox: updated common.nix to support ffx64
...
See #51863 .
2018-12-12 00:25:33 +01:00
adisbladis
e1e1e7ce9a
firefox-beta-bin: 64.0b14 -> 65.0b3
2018-12-11 22:10:49 +00:00
adisbladis
2f08806ee6
firefox-devedition-bin: 65.0b1 -> 65.0b3
2018-12-11 22:10:43 +00:00
Jörg Thalheim
999387d718
w3m: fix cross-build
2018-12-11 18:13:21 +01:00
Herwig Hochleitner
ccb93eb6b0
chromium: update conditionals and gcc patches for min version 71
...
(cherry picked from commit 604579e45f10ce5ccadd76c71f1bac648bd0971d)
2018-12-09 04:11:27 +01:00
Frederik Rietdijk
5f554279ec
Merge master into staging-next
2018-12-07 15:22:35 +01:00
Sarah Brofeldt
4065217c9a
Merge pull request #51623 from taku0/flashplayer-32.0.0.101
...
flashplayer: 31.0.0.153 -> 32.0.0.101 [Critical security fix]
2018-12-07 11:57:22 +01:00
worldofpeace
5256cfd006
vivaldi: correct hash
...
Fixes #51635
2018-12-06 21:33:39 -05:00
taku0
f7a266d44a
flashplayer: 31.0.0.153 -> 32.0.0.101
2018-12-06 23:27:45 +09:00
Herwig Hochleitner
8942a3e00c
chromium: 70.0.3538.110 -> 71.0.3578.80
...
CVE-2018-17480 CVE-2018-17481 CVE-2018-18335 CVE-2018-18336
CVE-2018-18337 CVE-2018-18338 CVE-2018-18339 CVE-2018-18340
CVE-2018-18341 CVE-2018-18342 CVE-2018-18343 CVE-2018-18344
CVE-2018-18345 CVE-2018-18346 CVE-2018-18347 CVE-2018-18348
CVE-2018-18349 CVE-2018-18350 CVE-2018-18351 CVE-2018-18352
CVE-2018-18353 CVE-2018-18354 CVE-2018-18355 CVE-2018-18356
CVE-2018-18357 CVE-2018-18358 CVE-2018-18359
2018-12-06 00:36:33 +01:00
adisbladis
2e44e002a2
firefox-beta-bin: 64.0b10 -> 64.0b14
2018-12-05 22:12:52 +00:00