adisbladis
9e55e5a07e
firefox-beta-bin: 59.0b6 -> 59.0b7
2018-02-07 23:21:43 +08:00
Herwig Hochleitner
8c8e8823bb
chromium: 64.0.3282.119 -> 64.0.3282.140
...
[security] https://crbug.com/808163
2018-02-04 17:47:51 +01:00
adisbladis
93be6c41aa
firefox-devedition-bin: 59.0b5 -> 59.0b6
2018-02-04 03:13:46 +08:00
adisbladis
d750b1a008
firefox-beta-bin: 59.0b5 -> 59.0b6
2018-02-04 03:13:45 +08:00
Andreas Rammhold
42b9b8f7c8
firefox{-esr,}: fix failing build due to the google-api-key
...
Since firefox 58.0.1 the google api key is now stored at an absolute
path ($TMPDIR/ga). Since variable expansion in `configureFlags` does not
really work (as expected) the build started failing when using the
legacy firefox build system. With the newer `./mach` based builds
firefox reads the configure flags from `.mozconfig` instead.
This commit moves the `with-google-api-keyfile=` setting into the
`preConfigure` phase where we can properly expand `$TMPDIR` into
whatever the path is.
2018-02-01 13:38:16 +01:00
Andreas Rammhold
ce08581088
firefox: enable official branding
...
As stated by Sylvestre Ledru (@sylvestre) on Nov 22, 2017 at
https://github.com/NixOS/nixpkgs/issues/31843#issuecomment-346372756 we
have permission to use the official firefox branding.
Fur purposes of documentation the statement of @sylvestre:
> As the person who did part of the work described in the LWN article
> and release manager working for Mozilla, I can confirm the statement
> that I made in
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
>
> @garbas shared with me the list of patches applied for the Nix package.
> As they are just for portability and tiny modifications, they don't
> alter the experience of the product. In parallel, Rok also shared the
> build options. They seem good (even if I cannot judge the quality of the
> packaging of the underlying dependencies like sqlite, png, etc).
> Therefor, as long as you keep the patch queue sane and you don't alter
> the experience of Firefox users, you won't have any issues using the
> official branding.
2018-02-01 12:54:02 +01:00
Andreas Rammhold
d8d5beac65
Merge pull request #34436 from andir/firefox-58
...
Firefox 57.0.4 -> 58.0.1
2018-01-31 14:28:04 +00:00
Andreas Rammhold
495e2b0343
firefox: 57.0.4 -> 58.0.1
2018-01-31 14:44:35 +01:00
Daniel Frank
ba2008938d
firefox-bin: 58.0 -> 58.0.1 [security]
2018-01-30 16:28:09 +01:00
Jörg Thalheim
557284de33
firefox-devedition-bin: 59.0b3 -> 59.0b5
2018-01-29 10:41:28 +00:00
Jörg Thalheim
329ebdf0d0
firefox-beta-bin: 59.0b3 -> 59.0b5
2018-01-29 10:40:19 +00:00
Peter Hoeg
147f3d4d81
qutebrowser: 1.1.0 -> 1.1.1
2018-01-29 11:00:18 +08:00
Sarah Brofeldt
70a9162a77
Merge pull request #34267 from catern/chromesimple
...
google-chrome: remove "with" usage to simplify the expr
2018-01-27 02:10:47 +01:00
Joachim Fasting
eff73c6698
tor-browser-bundle-bin: 7.0.11 -> 7.5
2018-01-27 01:05:38 +01:00
Linus Heckemann
49d4e6c018
otter-browser: use qt5.callPackage, fix licence
2018-01-26 19:52:34 +00:00
Linus Heckemann
ed5064c6c5
otter-browser: init at 0.9.94
2018-01-25 23:39:22 +00:00
Spencer Baugh
4aab59165f
google-chrome: remove "with" usage to simplify the expr
...
This "with" usage makes it trickier to track where the actual source
package of this derivation comes from. Remove that use of with to make
it a little easier to understand.
2018-01-25 20:59:39 +00:00
Spencer Baugh
413cb93e12
google-chrome: add dependency on kerberos
...
Without this, Chrome doesn't work with websites requiring Kerberos
authentication.
2018-01-25 20:56:33 +00:00
Herwig Hochleitner
7a2662569d
chromium: 63.0.3239.132 -> 64.0.3282.119
...
CVE-2018-6031
CVE-2018-6032
CVE-2018-6033
CVE-2018-6034
CVE-2018-6035
CVE-2018-6036
CVE-2018-6037
CVE-2018-6038
CVE-2018-6039
CVE-2018-6040
CVE-2018-6041
CVE-2018-6042
CVE-2018-6043
CVE-2018-6045
CVE-2018-6046
CVE-2018-6047
CVE-2018-6048
CVE-2017-15420
CVE-2018-6049
CVE-2018-6050
CVE-2018-6051
CVE-2018-6052
CVE-2018-6053
CVE-2018-6054
2018-01-25 20:34:04 +01:00
adisbladis
a75160e25e
firefox-devedition-bin: 59.0b2 -> 59.0b3
2018-01-24 16:49:41 +08:00
adisbladis
cba40384c0
firefox-beta-bin: 58.0b16 -> 59.0b3
2018-01-24 16:49:40 +08:00
Vladimír Čunát
24fe57dfc8
Merge #34073 : firefox-{bin,esr}: update
2018-01-23 21:34:41 +01:00
Herwig Hochleitner
d585a3207b
chromium: fix rpath-overwriting in WideVine plugin
2018-01-22 02:20:09 +01:00
Herwig Hochleitner
6b77189b80
chromium: hide enableWideVine
behind a broken
flag
...
ref https://github.com/NixOS/nixpkgs/issues/22333
ref https://github.com/NixOS/nixpkgs/pull/29640
cc @aszlig
2018-01-22 02:20:07 +01:00
Michal Rus
7b062dc57a
chromium: Use patchelfUnstable for WideVine plugin
...
ref #22333
2018-01-22 02:20:03 +01:00
Tuomas Tynkkynen
a8d0b805b1
chromium: Attempt building on aarch64
...
This will probably go over the 10 hour limit, but we'll see.
2018-01-22 00:42:59 +02:00
Andrew Childs
e8926be6bf
chromium: Configure aarch64 toolchain
2018-01-22 00:41:03 +02:00
adisbladis
e842d44928
firefox-devedition-bin: 59.0b1 -> 59.0b2
2018-01-21 00:17:47 +08:00
taku0
0c88f6c770
firefox-esr: 52.5.3esr -> 52.6.0esr
2018-01-20 17:59:08 +09:00
taku0
eae41e7cf3
firefox-bin: 57.0.4 -> 58.0
2018-01-20 03:12:48 +09:00
Jan Tojnar
d2d1a2dfba
Merge pull request #28882 from jtojnar/chrome-gnome-shell
...
chrome-gnome-shell: refactor
2018-01-19 13:40:42 +01:00
Frederik Rietdijk
27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
...
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Gabriel Ebner
3d2a401260
qutebrowser: 1.0.4 -> 1.1.0
2018-01-18 11:17:13 +01:00
Jörg Thalheim
b0cb660ed1
Merge pull request #33936 from S-NA/vimb
...
vimb: 2.11 -> 3.1.0
2018-01-17 23:28:49 +00:00
adisbladis
f96373262f
firefox-devedition-bin: 58.0b16 -> 59.0b1
2018-01-18 02:42:44 +08:00
Daiderd Jordan
10c4b5ba6f
firefox: use libclang
2018-01-17 15:53:08 +02:00
Robin Gloster
3d4f3091fc
firefox: fix clang dependency
2018-01-17 13:41:59 +01:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
S. Nordin Abouzahra
7f2f7e367b
vimb: 2.11 -> 3.1.0
...
Updates vimb to no longer depend on webkitgtk24x.
2018-01-16 09:07:12 -05:00
Rostislav Beneš
062cafab8c
firefox: add option for chrome-gnome-shell native messaging host
2018-01-13 15:22:52 +01:00
Jörg Thalheim
a920fd4b26
Merge pull request #33829 from rnhmjoj/palemoon
...
palemoon: install icons
2018-01-13 12:47:44 +00:00
rnhmjoj
5beed4e3ce
palemoon: install icons
2018-01-13 12:23:55 +01:00
rnhmjoj
c660ed4baf
palemoon: remove fix for upstream issue #826
2018-01-13 12:22:56 +01:00
adisbladis
66bc1ad0af
firefox-devedition-bin: 58.0b15 -> 58.0b16
2018-01-13 12:23:41 +08:00
adisbladis
0d800dc194
firefox-beta-bin: 58.0b15 -> 58.0b16
2018-01-13 12:23:40 +08:00
John Ericson
e017a027d5
Merge pull request #33681 from obsidiansystems/fixed-output-deps
...
Fixed output deps
2018-01-10 14:28:10 -05:00
John Ericson
888404f11b
treewide: Fix deps in a few other fixed output derivations
2018-01-10 11:18:44 -05:00
Joachim F
b88ddaa6a6
Merge pull request #33645 from taku0/flashplayer-28.0.0.137
...
flashplayer: 28.0.0.126 -> 28.0.0.137
2018-01-10 15:13:28 +00:00
adisbladis
c23b036e96
firefox-devedition-bin: 58.0b14 -> 58.0b15
2018-01-09 22:06:32 +08:00
adisbladis
5849d92104
firefox-beta-bin: 58.0b14 -> 58.0b15
2018-01-09 22:06:31 +08:00
taku0
4780cc70bd
flashplayer: 28.0.0.126 -> 28.0.0.137
2018-01-09 15:15:11 +09:00
Herwig Hochleitner
dbb774c5e1
chromium: update 63.0.3239.108 -> 63.0.3239.132
...
this introduces a standard approach to playing with patches from the
gentoo repository.
the patches for 64 are a first guess during a build in progress
cc @YorikSar @aszlig
2018-01-09 02:20:07 +01:00
Will Dietz
52f6a8e8c6
opera: 48.0.2685.52 -> 50.0.2762.45
2018-01-06 11:44:47 -06:00
Joachim F
407b8d2b8f
Merge pull request #33340 from dtzWill/update/invisible-island-misc
...
Update various invisible-island packages, fix URL's
2018-01-06 14:27:32 +00:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Franz Pletz
375f50fa11
Merge pull request #33456 from taku0/firefox-bin-57.0.4
...
firefox: 57.0.3 -> 57.0.4 [High security fix]
2018-01-05 16:52:33 +00:00
adisbladis
805567b823
firefox-bin: 57.0.3 -> 57.0.4
2018-01-05 17:53:32 +08:00
adisbladis
204655b0e3
firefox-devedition-bin: 58.0b13 -> 58.0b14
2018-01-05 17:53:31 +08:00
adisbladis
2493ddf0e5
firefox-beta-bin: 58.0b13 -> 58.0b14
2018-01-05 17:53:30 +08:00
taku0
68200d1230
firefox: 57.0.3 -> 57.0.4
2018-01-05 18:51:09 +09:00
taku0
766c98e221
firefox-bin: 57.0.3 -> 57.0.4
2018-01-05 18:51:00 +09:00
Will Dietz
19f1fd14b3
invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftp
...
FTP URL's should use ftp.invisible-island.net.
2018-01-02 12:31:33 -06:00
Frederik Rietdijk
804285f589
Merge remote-tracking branch 'upstream/staging' into HEAD
2018-01-02 19:10:45 +01:00
Michele Guerini Rocco
25b7008520
qutebrowser: make gstreamer and pdfjs configurable ( #33074 )
...
qutebrowser: make gstreamer and pdfjs configurable
2018-01-02 07:15:20 -05:00
Frederik Rietdijk
1869e7e5b0
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-01 15:09:55 +01:00
Joachim F
8d2b39fcca
Merge pull request #33062 from andrewjss/master
...
google-chrome: add new dep on at_spi2_atk
2017-12-31 16:41:02 +00:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
5b74540c5b
treewide: Use depsBuildBuild
for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
Yegor Timoshenko
76c146c990
Merge pull request #32092 from samdroid-apps/add-eolie
...
eolie: init at 0.9.14
2017-12-29 10:37:49 +03:00
Sam Parkinson
ca74d62bdd
eolie: init at 0.9.16
2017-12-29 07:24:52 +00:00
Yegor Timoshenko
082416febb
Merge pull request #33107 from rnhmjoj/palemoon
...
palemoon: use upstream recommended options
2017-12-29 07:38:16 +03:00
taku0
c162a98bb4
firefox-esr: 52.5.2esr -> 52.5.3esr
2017-12-29 02:06:06 +01:00
taku0
ae3af011fb
firefox: 57.0.2 -> 57.0.3
2017-12-29 02:06:06 +01:00
taku0
d41197c731
firefox-bin: 57.0.2 -> 57.0.3
2017-12-29 02:06:06 +01:00
adisbladis
71f677d138
firefox-devedition-bin: 58.0b11 -> 58.0b13
2017-12-28 18:27:06 +08:00
adisbladis
8ab993a5d3
firefox-beta-bin: 58.0b9 -> 58.0b13
2017-12-28 18:26:41 +08:00
rnhmjoj
3efe021416
palemoon: use upstream recommended options
2017-12-27 13:57:49 +01:00
Andrew Slough
fa6c8beaab
google-chrome: add new dep on at_spi2_atk
...
Fixes #32978
2017-12-26 00:55:11 +00:00
Jan Tojnar
f4f9dfee57
midori: use more recent vala
2017-12-19 17:25:52 +01:00
Mateusz Kowalczyk
84cfcb81eb
firefox-devedition-bin: 58.0b9 -> 58.0b11
2017-12-17 13:29:04 +00:00
Jörg Thalheim
0643952fa5
Merge pull request #32375 from volth/oracle-jdk-remove-redundand-asserts
...
oraclejdk: remove redundant asserts
2017-12-16 23:20:45 -08:00
Vladimír Čunát
0c5f5ba61d
Merge #32718 : chromium: 63.0.3239.84 -> 63.0.3239.108
2017-12-16 09:04:21 +01:00
Yuriy Taraday
2733530a66
chromium: 63.0.3239.84 -> 63.0.3239.108
...
New stable release with 2 security fixes [0].
Version 64 has been promoted to Beta, build still doesn't work.
[0] https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop_14.html
2017-12-15 22:22:55 +04:00
Gabriel Ebner
e4d4b2eb60
qutebrowser: 1.0.3 -> 1.0.4
2017-12-15 15:43:54 +01:00
volth
6b2a80a1fc
firefox-wrapper: restore supportsJDK removed from all-packages.nix
2017-12-15 12:39:29 +00:00
volth
4021a5d6c1
firefox-wrapper: restore supportsJDK removed from all-packages.nix
2017-12-15 09:14:48 +00:00
taku0
774786b54d
flashplayer: 27.0.0.187 -> 28.0.0.126
2017-12-13 20:08:07 +09:00
Gabriel Ebner
3dc1274232
firefox: enable webrender
2017-12-10 07:38:16 +01:00
Joachim Fasting
eae2aa7eae
tor-browser-bundle-bin: 7.0.10 -> 7.0.11
2017-12-10 00:32:59 +01:00
Jörg Thalheim
bcd0af9b3d
Merge pull request #32497 from taku0/firefox-bin-57.0.2
...
firefox: 57.0.1 -> 57.0.2, firefox-esr: 52.5.1esr -> 52.5.2esr
2017-12-09 11:52:08 +00:00
taku0
fae90e996b
firefox-esr: 52.5.1esr -> 52.5.2esr
2017-12-09 12:18:14 +09:00
Yuriy Taraday
994a614ca3
chromium: 62.0.3202.94 -> 63.0.3239.84
...
New stable release with bunch of security fixes and other changes [0]
Also:
* remove patch for dev already landed upstream
* remove patches specific to version 62
* dev is broken again, need to investigate failures
[0] https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html
2017-12-09 01:12:32 +01:00
Orivej Desh
86ffdce878
firefox-esr: 52.5.1esr -> 52.5.2esr
...
Fixes #32418
2017-12-08 08:37:47 +00:00
taku0
47cbb9132c
firefox: 57.0.1 -> 57.0.2
2017-12-08 03:12:59 +09:00
taku0
43b1fbc8de
firefox-bin: 57.0.1 -> 57.0.2
2017-12-08 03:12:50 +09:00
Joachim F
6d10ecd639
Merge pull request #32353 from Synthetica9/patch-4
...
vivaldi: 1.12.955.38-1 -> 1.13.1008.34-1
2017-12-07 16:59:04 +00:00
volth
6334a85cee
google-chrome: meta.platforms "linux" -> "x86_64-linux"
...
i386-linux: broken
aarch64-linux: x86_64-linux version is installed
2017-12-06 07:52:17 +01:00
adisbladis
6b7e12b738
firefox-devedition-bin: 58.0b8 -> 58.0b9
2017-12-06 09:03:49 +08:00
adisbladis
a23a2e205b
firefox-beta-bin: 58.0b8 -> 58.0b9
2017-12-06 09:03:48 +08:00
Tuomas Tynkkynen
6254012053
nspluginwrapper: Only works on x86
...
https://hydra.nixos.org/build/65196296
2017-12-06 02:03:28 +02:00
Patrick Hilhorst
388a2db887
Fixed spaces
2017-12-05 17:43:03 +01:00
Patrick Hilhorst
28643094e5
vivaldi: 1.12.955.38-1 -> 1.13.1008.34-1
2017-12-05 17:41:25 +01:00
SLNOS
d0eed985d2
firefoxPackages: tor-browser: 52.3.0esr-7.0.1 -> 52.5.0esr-7.0-1
...
fixes that file:// vuln
2017-12-05 12:48:51 +00:00
SLNOS
d838fbe2b3
firefoxPackages: move old firefox flags under isTorBrowserLike
2017-12-05 12:48:45 +00:00
SLNOS
3d8260fcf6
Revert a part of "firefox: 56.0.2 -> 57.0"
...
This reverts a part of commit 559433d0db
.
The problem with removing those options completely is that without them
tor-browser's config differs from the official config (which may or may
not be a problem for fingerprinting).
2017-12-05 12:48:38 +00:00
adisbladis
1741042388
firefox-beta-bin: 58.0b7 -> 58.0b8
2017-12-02 09:50:15 +08:00
adisbladis
c1fc9d5cd4
firefox-devedition-bin: 58.0b7 -> 58.0b8
2017-12-02 09:50:07 +08:00
taku0
282bd5c03c
firefox-esr: 52.5.0esr -> 52.5.1esr
2017-11-30 20:33:08 +09:00
taku0
28f55a216f
firefox: 57.0 -> 57.0.1
2017-11-30 09:12:59 +09:00
taku0
e9587f0a5f
firefox-bin: 57.0 -> 57.0.1
2017-11-30 09:12:47 +09:00
Joachim F
85b4a20db3
Merge pull request #32154 from JamesTheAwesomeDude/palemoon
...
palemoon: 27.6.0 -> 27.6.2
2017-11-29 16:11:28 +00:00
James Edington
3741ecd57c
palemoon: 27.6.0 -> 27.6.2
...
Small security and bugfix update
2017-11-29 01:15:37 -06:00
adisbladis
700fc57f34
firefox-devedition-bin: 58.0b7 -> 58.0b7
2017-11-29 12:21:36 +08:00
adisbladis
e5d561a580
firefox-beta-bin: 58.0b7 -> 58.0b7
2017-11-29 12:21:26 +08:00
adisbladis
5f13ee4e9f
firefox-devedition-bin: 58.0b5 -> 58.0b6
2017-11-26 18:05:54 +08:00
adisbladis
314f89b732
firefox-beta-bin: 58.0b5 -> 58.0b6
2017-11-26 18:05:28 +08:00
adisbladis
b5a99cfdf2
firefox-devedition-bin: 58.0b2 -> 58.0b5
2017-11-21 11:59:51 +08:00
adisbladis
393e4f0b86
firefox-beta-bin: 57.0b14 -> 58.0b5
2017-11-21 11:59:41 +08:00
Thomas Tuegel
09fd8618b4
firefox: add enableBrowserpass to support browserpass
2017-11-16 09:57:36 -06:00
Thomas Tuegel
a49086c19d
wrapFirefox: accept extraPlugins and extraNativeMessagingHosts
2017-11-16 09:39:36 -06:00
Thomas Tuegel
c05520f298
wrapFirefox: make overridable
2017-11-16 09:39:16 -06:00
Joachim Fasting
df0300cf67
tor-browser-bundle-bin: 7.0.9 -> 7.0.10
2017-11-15 22:10:52 +01:00
Samuel Leathers
8f75c783cd
Merge pull request #31660 from taku0/flashplayer-27.0.0.187
...
flashplayer: 27.0.0.183 -> 27.0.0.187
2017-11-15 08:27:39 -05:00
Yuriy Taraday
a472c57ffc
chromium: 62.0.3202.89 -> 62.0.3202.94
...
Also bump beta version.
2017-11-15 01:18:01 +01:00
Michael Raskin
ea1724ba37
Merge pull request #31572 from deedrah/pr/firefox-native-messaging-hosts
...
firefox: support for native messaging hosts in wrapper
2017-11-14 18:01:54 +01:00
taku0
e5986f16b3
firefox-esr: 52.4.1esr -> 52.5.0esr
2017-11-14 23:19:30 +09:00
taku0
dd3d1cf6e1
flashplayer: 27.0.0.183 -> 27.0.0.187
2017-11-14 15:15:25 +09:00
taku0
559433d0db
firefox: 56.0.2 -> 57.0
2017-11-13 23:01:02 +09:00
taku0
a74fd1d20f
firefox-bin: 56.0.2 -> 57.0
2017-11-13 21:12:49 +09:00
Rostislav Beneš
8fab6c9520
firefox: support for native messaging hosts in wrapper
2017-11-12 21:18:31 +01:00
Jörg Thalheim
e0d2b0a8a5
Merge pull request #31473 from adisbladis/firefox-devedition-bin-58.0b1
...
firefox-devedition-bin: 58.0b1 -> 58.0b2
2017-11-10 23:48:50 +00:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
adisbladis
a2ce9f1a50
firefox-devedition-bin: 58.0b1 -> 58.0b2
2017-11-10 17:08:50 +08:00
Guillaume Maudoux
84fb41dd26
chromium: hardcode xdg_utils path in system calls
...
ref #23518
2017-11-10 01:26:35 +01:00
Guillaume Maudoux
c7f00e361e
chromium: fix .desktop file name
...
The desktop file must be name "chromium-browser.desktop" because it is
used as-is when setting chromium as the default browser.
See https://cs.chromium.org/chromium/src/chrome/browser/shell_integration_linux.cc?l=657&rcl=34b92857a547538555be6a38e95f7e95ab9b6842
fixes #23518
2017-11-10 01:25:31 +01:00
Yuriy Taraday
7105bb68cc
chromium: 62.0.3202.75 -> 62.0.3202.89
...
Includes security fixes for CVE-2017-15398 and CVE-2017-15399.
Also fixes builds for beta and dev branches:
- backport https://webrtc-review.googlesource.com/9384 to fix build for
new webrtc revision
- for dev branch fix gn bootstrap, see
https://chromium-review.googlesource.com/758584
- for 63+ manpage now is not generated during ninja build, it is
processed with sed using packagers tools included in sources
2017-11-10 01:19:23 +01:00
Joachim Fasting
cd722e1678
surf: use https
2017-11-08 01:04:13 +01:00
Jörg Thalheim
82e0fabbe2
Merge pull request #31285 from volth/patch-70
...
opera: 46.0.2597.39 -> 48.0.2685.52
2017-11-07 19:02:11 +00:00
James Edington
880a636ef4
palemoon: 27.5.0 -> 27.6.0
...
Version bump because apparently Moonchild published 27.6.0_Release
2017-11-06 12:22:17 -06:00
Timo Kaufmann
0cc1cf7407
qutebrowser: 1.0.2 -> 1.0.3
2017-11-05 18:54:33 -06:00
Linus Heckemann
d824944314
firefox-bin: Fail on unsupported architectures
2017-11-05 19:02:03 +00:00
volth
aee015dbcf
opera: 46.0.2597.39 -> 48.0.2685.52
2017-11-05 17:17:31 +00:00
Tim Steinbach
e049e462ff
Merge pull request #31226 from adisbladis/firefox-beta-bin-57_0b14
...
firefox-beta-bin: 57.0b13 -> 57.0b14
2017-11-04 10:32:33 -04:00
Joachim Fasting
86bc99cc8a
tor-browser-bundle-bin: 7.0.8 -> 7.0.9
2017-11-04 12:19:58 +01:00
adisbladis
b7e3f5d944
firefox-devedition-bin: 57.0b13 -> 58.0b1
2017-11-04 12:52:52 +08:00
adisbladis
07cb41b183
firefox-beta-bin: 57.0b13 -> 57.0b14
2017-11-04 12:52:10 +08:00
Orivej Desh
930414e22e
arora: use fetchFromGitHub
2017-11-03 19:18:58 +00:00
c0bw3b
525380b472
treewide: abandon Google Code homepages
2017-11-03 18:52:28 +00:00
adisbladis
cb59cfc513
firefox-beta-bin: 57.0b11 -> 57.0b13
2017-11-02 12:01:13 +08:00
Mateusz Kowalczyk
c733fdd1c9
firefox-devedition-bin: 57.0b11 -> 57.0b13
2017-11-01 21:42:46 +00:00
Orivej Desh
755835c67a
firefoxPackages: tor-browser: fix build
2017-11-01 19:33:44 +00:00
Yuriy Taraday
da3c404e58
chromium: 62.0.3202.62 -> 62.0.3202.75
...
also fix beta/dev build - use harfbuzz from sources
Unfortunatelly after [0] chromium doesn't support using harfbuzz provided by
system while using vendored version of freetype.
Disabling usage of separate harfbuzz for now.
[0] https://chromium-review.googlesource.com/c/chromium/src/+/696241
2017-10-28 11:45:31 +02:00
Peter Hoeg
405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
...
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
Joachim Fasting
2b496a80ff
tor-browser-bundle-bin: 7.0.7 -> 7.0.8
2017-10-26 22:39:35 +02:00
Franz Pletz
5c0ebf550c
Merge pull request #30793 from taku0/flashplayer-27.0.0.183
...
flashplayer: 27.0.0.170 -> 27.0.0.183
2017-10-25 23:01:50 +02:00
adisbladis
4d8b163348
firefox-devedition-bin: 57.0b8 -> 57.0b11
2017-10-26 00:00:42 +08:00
adisbladis
863f4f91e6
firefox-beta-bin: 57.0b10 -> 57.0b11
2017-10-25 23:59:59 +08:00
taku0
9211249031
flashplayer: 27.0.0.170 -> 27.0.0.183
2017-10-25 22:43:23 +09:00
taku0
6dbed5c2db
firefox-esr: 52.4.0esr -> 52.4.1esr
2017-10-25 21:16:25 +09:00
taku0
d06ce428fe
firefox: 56.0.1 -> 56.0.2
2017-10-25 21:12:58 +09:00
taku0
07a6ae404a
firefox-bin: 56.0.1 -> 56.0.2
2017-10-25 21:12:46 +09:00
Peter Hoeg
70b3fbde6e
falkon: broken for now
2017-10-23 22:49:40 +08:00
Tuomas Tynkkynen
28494e96f0
falkon: Disable parallel building
...
https://hydra.nixos.org/build/62778325
2017-10-22 21:00:23 +03:00
adisbladis
1e56016cb9
firefox-beta-bin: 57.0b6 -> 57.0b10
2017-10-22 00:23:22 +02:00
Yuriy Taraday
f0a0f02b22
chromium: 61.0.3163.100 -> 62.0.3202.62
...
Also updated most of patches according to their state in Gentoo
repository, deleted ones that are not applicable anymore.
2017-10-21 15:55:42 +02:00
Joachim Fasting
a09d626053
tor-browser-bundle-bin: support installing extensions
...
Closes https://github.com/NixOS/nixpkgs/issues/30443
2017-10-20 15:26:46 +02:00
Joachim Fasting
eba08858cc
tor-browser-bundle-bin: 7.0.6 -> 7.0.7
2017-10-20 15:26:31 +02:00
Joachim Fasting
6d31872885
tor-browser-bundle.noscript: 5.0.10 -> 5.1.2
2017-10-18 22:11:28 +02:00
Joachim Fasting
9cf5492a7b
tor-browser-bundle.https-everywhere: 2017.9.12 -> 2017.10.4
2017-10-18 22:11:23 +02:00
Joachim Fasting
9c8a0c0bcc
tor-browser-bundle.tor-launcher: 0.2.12.3 -> 0.2.13
2017-10-18 22:11:17 +02:00
taku0
a060b850f6
flashplayer: 27.0.0.159 -> 27.0.0.170
2017-10-17 13:59:54 +02:00
Fatih Altinok
b367d0ff10
qutebrowser: 1.0.1 -> 1.0.2
2017-10-17 09:36:03 +03:00
Vladimír Čunát
e067d26f43
firefox: fixup build on i686-linux after 56.x update
...
Broken since #30143 .
I can't say I understand why this combination is apparently unsupported.
i686-linux is a second-tier platform now, but firefox is still kept a
channel blocker...
2017-10-14 21:24:15 +02:00
Jörg Thalheim
fe36e9aefa
Merge pull request #29783 from catern/ffkrb
...
firefox: add Kerberos support
2017-10-14 18:06:00 +01:00
Herwig Hochleitner
30b3b5d85f
announce myself as a maintainer
...
added maintainer entries for `cdemu` (which i've created), as well as
`wine` and `chromium` (which I regularly contribute to)
2017-10-14 11:11:49 +02:00
Eisfreak7
06fc476bc6
qutebrowser: 0.11 -> 1.0.1 ( #30365 )
...
* qutebrowser: 0.11 -> 1.0
This updates has a few breaking changes, most importantly WebEngine
is now enabled by default and the configuration system was completely
changed (requiring uers to manually migrate their configuration).
More info: https://blog.qutebrowser.org/qutebrowser-v100-released.html
* qutebrowser: 1.0.0 -> 1.0.1
2017-10-13 18:15:19 +01:00
Mateusz Kowalczyk
4c1b8fc890
firefox-devedition-bin: 57.0b6 -> 57.0b8
2017-10-13 15:49:21 +01:00
James Edington
67ae0fa051
palemoon: 27.4.2 -> 27.5.0
...
27.5.1 is "out", but there is no GitHub Release
(Although, this shouldn't be an issue since it was
mostly Win10-only changes anyway)
2017-10-11 14:19:37 -05:00
taku0
628c039326
flashplayer: 27.0.0.130 -> 27.0.0.159
2017-10-10 23:28:28 +09:00
Peter Hoeg
a130b56c77
vivaldi: do not build broken proprietary codecs by default
2017-10-10 12:55:21 +08:00
Peter Hoeg
6affc42fed
vivaldi: 1.12.995.36 -> 1.12.995.38
2017-10-10 12:55:21 +08:00
Robin Gloster
c8a2265513
Revert "chromium: take into account new nss header layout"
...
This reverts commit df41edfe1c
.
2017-10-09 20:50:02 +02:00
Michael Raskin
df41edfe1c
chromium: take into account new nss header layout
2017-10-09 18:15:30 +02:00
Spencer Baugh
2d903b8da2
firefox: add Kerberos support
2017-10-08 20:48:13 +00:00
Vladimír Čunát
84952fc292
Merge #30143 : firefox-*: critical security updates
2017-10-07 17:44:45 +02:00
Frederik Rietdijk
acfec163b1
Merge remote-tracking branch 'upstream/master' into HEAD
2017-10-07 12:15:17 +02:00
adisbladis
426740205c
firefox-beta-bin: 57.0b5 -> 57.0b6
2017-10-07 11:48:45 +08:00
adisbladis
3192244f8a
firefox-devedition-bin: 57.0b4 -> 57.0b6
2017-10-07 11:48:13 +08:00
adisbladis
916f6583a9
firefox-bin: 56.0 -> 56.0.1
2017-10-07 11:47:36 +08:00
taku0
ddfcc15bb8
firefox: 56.0 -> 56.0.1
2017-10-06 21:47:56 +09:00
taku0
faf8b82482
firefox-esr: 52.3.0esr -> 52.4.0esr
2017-10-05 23:52:13 +09:00
taku0
69ad8a5d92
firefox: 55.0.3 -> 56.0
2017-10-05 23:52:13 +09:00
Vladimír Čunát
0be2928ac9
Merge branch 'master' into staging
...
Evaluation was blocked on Hydra; this should fix it.
2017-10-05 12:34:05 +02:00
adisbladis
e4fef25d7d
firefox-beta-bin: 57.0b4 -> 57.0b5
2017-10-05 13:28:26 +08:00
Orivej Desh
f137004179
Merge branch 'master' into staging
...
* master: (81 commits)
Add NixOS 17.09 AMIs
gradle: 4.2 -> 4.2.1
maintainers.nix: use my GitHub handle as maintainer name
fcitx-engines.rime: init at 0.3.2
brise: init at 2017-09-16
librime: init at 1.2.9
marisa: init at 0.2.4
opencc: build shared library and programs
josm: 12712 -> 12914
exa: 0.7.0 -> 0.8.0
krb5: add deprecation date for old configuration
rustRegistry: 2017-09-10 -> 2017-10-03
go-ethereum: Fix libusb segmentation faults on Darwin
tor-browser-bundle-bin: 7.0.5 -> 7.0.6
libsodium: 1.0.13 -> 1.0.15
tor-browser-bundle: geoip support
tor-browser-bundle: support transports obfs2,obfs3
tor-browser-bundle: bump https-everywhere to 2017.9.12
tint2: limit platforms to Linux since macOS is not supported and fails the tests
eclipse-plugin-vrapper: init at 0.72.0
...
2017-10-03 17:46:39 +00:00
Joachim Fasting
05b2f85590
tor-browser-bundle-bin: 7.0.5 -> 7.0.6
2017-10-03 02:42:51 +02:00
Joachim Fasting
f4f594e359
tor-browser-bundle: geoip support
2017-10-03 02:42:48 +02:00
Joachim Fasting
ba689a2740
tor-browser-bundle: support transports obfs2,obfs3
2017-10-03 02:42:47 +02:00
Joachim Fasting
ae4c8e0889
tor-browser-bundle: bump https-everywhere to 2017.9.12
2017-10-03 02:42:41 +02:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00