about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
Commit message (Collapse)AuthorAge
* Merge pull request #55501 from ivan/chromium-72.0.3626.96Florian Klink2019-02-13
|\ | | | | chromium: 72.0.3626.81 -> 72.0.3626.96
| * chromium: 72.0.3626.81 -> 72.0.3626.96Ivan Kozik2019-02-10
| | | | | | | | CVE-2019-5784
* | flashplayer: 32.0.0.114 -> 32.0.0.142Averell Dalton2019-02-12
| |
* | flashplayer: 32.0.0.114 -> 32.0.0.142Tim Steinbach2019-02-12
| |
* | firefox-beta-bin: 66.0b5 -> 66.0b7adisbladis2019-02-12
| |
* | firefox-devedition-bin: 66.0b5 -> 66.0b7adisbladis2019-02-12
| |
* | Merge pull request #55119 from andir/firefox-waylandFlorian Klink2019-02-12
|\ \ | |/ |/| Firefox add support for native wayland backend
| * wrapFirefox: support GDK_BACKEND=waylandAndreas Rammhold2019-02-03
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * firefoxPackages: enable support for waylandAndreas Rammhold2019-02-03
| | | | | | | | | | | | 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.
* | firefox-beta-bin: 66.0b3 -> 66.0b5adisbladis2019-02-06
| |
* | firefox-devedition-bin: 66.0b3 -> 66.0b5adisbladis2019-02-06
| |
* | brave: 0.58.21 -> 0.59.34R. RyanTM2019-02-06
|/ | | | | | | 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
* chromium: make the new audio sandbox NixOS-compatibleIvan Kozik2019-01-31
| | | | | | | | Deal with https://chromium.googlesource.com/chromium/src/+/f2fc90bb74a05cffde6b4363ee575fcca7c45197 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
* Merge pull request #55001 from oxij/pkgs/firefox-packagesJoachim F2019-01-31
|\ | | | | firefoxPackages: add icecat, update tor-browser, misc cleanups
| * firefoxPackages: move nixpkgsPatches into common.nixJan Malakhovski2019-01-31
| |
| * firefoxPackages.tor-browser: fix metaJan Malakhovski2019-01-31
| |
| * firefoxPackages: add a comments explaining the purpose of older versionsJan Malakhovski2019-01-31
| |
| * firefoxPackages.tor-browser: 8.0.4 -> 8.0.5SLNOS2019-01-31
| |
| * firefoxPackages.tor-browser: 8.0.3 -> 8.0.4SLNOS2019-01-31
| |
| * firefoxPackages.icecat: init at 60.3.0, 52.6.0SLNOS2019-01-31
| | | | | | | | | | | | 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.
* | tor-browser-bundle-bin: 8.0.4 -> 8.0.5Will Dietz2019-01-31
|/ | | | | | | 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)
* chromium: 71.0.3578.98 -> 72.0.3626.81Herwig Hochleitner2019-01-31
| | | | | | | | | 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
* firefox-beta-bin: 65.0b12 -> 66.0b3adisbladis2019-01-30
|
* firefox-devedition-bin: 65.0b12 -> 66.0b3adisbladis2019-01-30
|
* firefoxPackages.firefox-esr-60: 60.4.0esr -> 60.5.0esrAndreas Rammhold2019-01-30
|
* firefox-bin: 64.0.2 -> 65.0Andreas Rammhold2019-01-29
|
* firefox: 64.0.2 -> 65.0Andreas Rammhold2019-01-29
| | | | | | | 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.
* firefoxPackages: support building with firefox 65Andreas Rammhold2019-01-29
| | | | | | | | | | | | 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.
* links2: 2.17 -> 2.18R. RyanTM2019-01-28
| | | | | | | 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
* flashplayer-standalone: unmark broken, works here; keep the commentMichael Raskin2019-01-22
|
* Merge pull request #51232 from dtzWill/update/vimb-3.3.0Will Dietz2019-01-20
|\ | | | | vimb: 3.1.0 -> 3.3.0
| * vimb: simplify with wrapGAppsHookWill Dietz2018-12-29
| | | | | | | | wrapGAppsHook per reviewer suggestion, ty! :)
| * vimb: uses gtk3, provide it explicitly instead of unused (?) gtk2Will Dietz2018-12-29
| |
| * vimb: prefer fetchFromGitHub, touchup inputsWill Dietz2018-12-29
| |
| * vimb: 3.1.0 -> 3.3.0Will Dietz2018-12-29
| | | | | | | | | | | | https://github.com/fanglingsu/vimb/releases/tag/3.2.0 https://github.com/fanglingsu/vimb/releases/tag/3.3.0
* | firefox-beta-bin: 65.0b11 -> 65.0b12adisbladis2019-01-18
| |
* | firefox-devedition-bin: 65.0b11 -> 65.0b12adisbladis2019-01-18
| |
* | brave: 0.58.18 -> 0.58.21R. RyanTM2019-01-17
| | | | | | | | | | | | | | 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
* | firefox-beta-bin: 65.0b9 -> 65.0b11adisbladis2019-01-16
| |
* | firefox-devedition-bin: 65.0b9 -> 65.0b11adisbladis2019-01-16
| |
* | Merge pull request #53742 from taku0/flashplayer-32.0.0.114xeji2019-01-13
|\ \ | | | | | | flashplayer: 32.0.0.101 -> 32.0.0.114
| * | flashplayer-standalone: mark brokentaku02019-01-10
| | |
| * | flashplayer: 32.0.0.101 -> 32.0.0.114taku02019-01-08
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-01-12
|\ \ \ | | | | | | | | | | | | A couple thousand rebuilds have accumulated on master.
| * | | firefox-beta-bin: 65.0b3 -> 65.0b9adisbladis2019-01-10
| | | |
| * | | firefox-devedition-bin: 65.0b3 -> 65.0b9adisbladis2019-01-10
| | | |
| * | | firefox: 64.0 -> 64.0.2taku02019-01-10
| | | |
| * | | firefox-bin: 64.0 -> 64.0.2taku02019-01-10
| |/ /
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-01-10
|\| |
| * | otter-browser: add homepageworldofpeace2019-01-06
| | |