Commit Graph

6432 Commits

Author SHA1 Message Date
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
Thomas Tuegel 18cc8d482d
dropbox: install xkeyboardconfig for input
Qt applications running in an FHS env need to have xkeyboardconfig installed for
keyboard input.

Resolves: #31741
2017-11-16 09:26:39 -06:00
gnidorah a5b882310f rambox: allow user to use other auth0 credentials 2017-11-16 10:23:02 +03:00
Peter Hoeg 7ce825d6ab neomutt: put mime.types in $out/etc where it belongs 2017-11-16 12:16:05 +08:00
Peter Hoeg dc7ea3f94f neomutt: specify path to mime.types
Neomutt will by default look for /etc/mime.types which isn't present in order to
map file extensions to mime types.

If this file isn't found, and a message has a png attached with
application/octet-stream mime type, neomutt will not know what to do with it.
2017-11-16 10:43:37 +08: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
Sander van der Burg f38e9cb127
Merge pull request #31655 from Ma27/repackage-everything-with-node2nix
Repackage everything with node2nix
2017-11-15 12:27:33 +01: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
Michael Raskin cacd7209f8
Merge pull request #31661 from taku0/firefox-bin-57.0
firefox: 56.0.2 -> 57.0 [Security fixes]
2017-11-14 18:01:45 +01:00
Maximilian Bosch 5ae373b3eb
{shout, quassel-webserver}: move to nodePackages
both packages are available at the default NPM registry.

related to #31032
2017-11-14 16:37:16 +01:00
taku0 e5986f16b3 firefox-esr: 52.4.1esr -> 52.5.0esr 2017-11-14 23:19:30 +09:00
Tim Steinbach aac784f356
minikube: Use localkube 2017-11-14 08:39:19 -05:00
taku0 dd3d1cf6e1 flashplayer: 27.0.0.183 -> 27.0.0.187 2017-11-14 15:15:25 +09:00
Orivej Desh ea2aeb7af4 netperf: update source 2017-11-14 00:32:17 +00:00
infernalknight 0dfe582c5e viber: 6.5.5.1481 -> 7.0.0.1035 2017-11-14 01:09:48 +03:00
Joerg Thalheim b23f94ef52 neomutt: makeWrapper belongs in nativeBuildInputs 2017-11-13 17:29:05 +00:00
Jörg Thalheim 876a5b63b0
Merge pull request #31613 from flokli/neomutt-wrap-aux
neomutt: wrapProgram to add lib/neomutt to PATH
2017-11-13 17:24:12 +00:00
Florian Klink b14c799213 neomutt: wrapProgram to add lib/neomutt to PATH
This is needed to have the auxillary tools 'pgpewrap', 'pgpring' and
'smime_keys' in PATH.

Fixes #31609.
2017-11-13 18:04:42 +01:00
Jörg Thalheim 06fd65226e
Merge pull request #31553 from jensbin/pidginsipe
pidginsipe: 1.22.1 -> 1.23.0
2017-11-13 16:41:31 +00: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
Michael Weiss 6aed80f271 gns3Packages.{server,gui}Stable: 2.0.3 -> 2.1.0 2017-11-12 19:56:45 +01:00
Jens Binkert dbd333747e pidginsipe: 1.22.1 -> 1.23.0 2017-11-12 09:35:21 +01:00
Michael Raskin 99a3e135c3 baresip: 0.5.1 -> 0.5.6 2017-11-11 15:31:35 +01:00
Michael Raskin eeaf53dfc7 mcabber: set downloadPage to point to where we take the release anyway 2017-11-11 15:31:35 +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
Orivej Desh ce3340730c
Merge pull request #31438 from orivej/qbittorrent
qbittorrent: fix build
2017-11-09 13:44:26 +00:00
Peter Hoeg 1529295c9b qtox: fix compilation 2017-11-09 21:11:30 +08:00
Orivej Desh ad8483252d qbittorrent: fix build
Probably failing since #31357
2017-11-09 12:21:07 +00:00
Orivej Desh e489ecf804
Merge pull request #31422 from mimadrid/update/filezilla-3.29.0
filezilla: 3.28.0 -> 3.29.0
2017-11-09 11:39:56 +00:00
gnidorah e9c42f246f rambox: add menu item 2017-11-09 14:11:11 +03:00
mimadrid 29b5599f6b
filezilla: 3.28.0 -> 3.29.0 2017-11-09 08:47:55 +01:00
Franz Pletz 72450025dd
Merge pull request #30318 from peterhoeg/u/qtox
libmsgpack/libtoxcore/qtox: several related package upgrades
2017-11-09 07:09:34 +01:00
Thomas Tuegel 094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Michael Weiss c4dbbbd890 gns3Packages.{server,gui}Preview: 2.1.0rc3 -> 2.1.0rc4 2017-11-08 14:56:36 +01:00
Peter Hoeg 0f68e1328b syncthing: 0.14.39 -> 0.14.40 2017-11-08 10:42:57 +08: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
Vladimír Čunát 7e571b9a99
mesos: fixup includes with glibc-2.26 2017-11-07 18:55:12 +01:00
Jörg Thalheim 2e4282d968
Merge pull request #30501 from gnidorah/mailnag
mailnag: use setup.py
2017-11-07 17:31:31 +00:00
Thomas Tuegel a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel 0b4564fdb1
qbittorrent: no longer need to set QT_QMAKE 2017-11-07 07:18:47 -06:00
Parnell Springmeyer 3c3e1db364 signal-desktop: init at 1.0.35 (#31335)
* signal-desktop: init at 1.0.35
2017-11-07 12:26:45 +00:00
Jörg Thalheim 1925b4c1a0
Merge pull request #31137 from yegortimoshenko/rambox/build-from-source
rambox: build from source
2017-11-07 10:33:03 +00:00
Frederik Rietdijk eef5368176
Merge pull request #31307 from tari/flexget-fix
flexget: fix build with updated dependencies
2017-11-07 08:34:56 +01:00
Frederik Rietdijk e734ecb1e8
Merge pull request #30919 from adisbladis/pythonPackages-cleanup
WIP: Python packages cleanup
2017-11-06 20:54:51 +01: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
Peter Marheine 030223237a flexget: fix build with updated dependencies 2017-11-06 08:33:59 +00:00
Peter Hoeg 24b70b56a0 utox: run tests 2017-11-06 15:42:48 +08:00
Peter Hoeg e48691c2d4 qtox: 1.11.0 -> 1.12.1 2017-11-06 15:31:35 +08: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
Orivej Desh 0c104e40cb
Merge pull request #30558 from volth/tixati-2.55
tixati: init at 2.55
2017-11-05 04:22:17 +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
Frederik Rietdijk 4bd9b3b7cf
Merge pull request #25274 from lheckemann/weechat-plugin-split
Weechat plugin split
2017-11-04 09:55:09 +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
Yegor Timoshenko cc04a30b6e rambox: build from source 2017-11-03 20:02:23 +00:00
Orivej Desh 930414e22e arora: use fetchFromGitHub 2017-11-03 19:18:58 +00:00
Orivej Desh 43d4ebbb0a
Merge pull request #30846 from c0bw3b/pkg/Gcode
treewide: abandon Google Code homepages
2017-11-03 19:10:06 +00:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Tim Steinbach a9a26d98d0
hipchat: 4.29.4.1662 -> 4.30.0.1663 2017-11-03 14:26:26 -04:00
Linus Heckemann 05f96bf376 weechat: split plugins into separate outputs
Also add a wrapper generator that allows adding the plugins back
conveniently and corresponding documentation in the package notes
section of the nixpkgs manual.
2017-11-03 10:25:22 +00:00
Orivej Desh 52a67e71de
Merge pull request #30957 from KaiHa/gmailieer
gmailieer: init at 0.3
2017-11-03 00:22:22 +00:00
Thomas Tuegel a513c07933
Merge pull request #31140 from ttuegel/dropbox
dropbox: use buildFHSUserEnv
2017-11-02 12:41:27 -05:00
Thomas Tuegel 9a9ea65de9
dropbox: use buildFHSUserEnv
Instead of adapting Dropbox to NixOS with patchelf, NixOS is adapted to Dropbox
with an FHS user environment. A crash due to missing libXert (#15356) is
fixed. The client's automatic updater is fixed; this obviates the need to
update Dropbox in Nixpkgs every time the client is updated upstream!

Resolves: #15356
2017-11-02 11:42:07 -05:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Jörg Thalheim c2bd98cc30
Merge pull request #31072 from Mankarse/utox-0.16.1
utox: 0.13.1 -> 0.16.1
2017-11-02 10:25:22 +00:00
Evan Wallace 5826097522 utox: Fixed test configuration
Moved 'check' to nativeBuildInputs, as it is only used by the tests
2017-11-02 09:53:09 +00:00
Jörg Thalheim cae9e65b77
Merge pull request #31118 from adisbladis/firefox-beta-bin-57_0_b11
firefox-beta-bin: 57.0b11 -> 57.0b13
2017-11-02 08:36:01 +00:00
Jörg Thalheim 6e90af6897
Merge pull request #31095 from gnidorah/rambox
rambox: 0.5.12 -> 0.5.13
2017-11-02 08:30:32 +00:00
Jörg Thalheim 3d4c8809ed
Merge pull request #31074 from midchildan/fix-mikutter
mikutter: 3.5.7 -> 3.5.13
2017-11-02 07:55:20 +00:00
gnidorah 5c06711c80 mailnag: gnomekeyring by default 2017-11-02 07:53:09 +03:00
gnidorah b3b438a8fd mailnag: use setup.py 2017-11-02 07:53:09 +03:00
gnidorah 85f5d5ce16 rambox: 0.5.12 -> 0.5.13 2017-11-02 07:39:21 +03:00
gnidorah caa8284e09 rambox, franz: install xdg_utils for url opening
xorg installs this, but wayland doesn't
2017-11-02 07:39:03 +03: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 f7dea2711c
Merge pull request #31105 from orivej/tor-browser
firefoxPackages: tor-browser: fix build
2017-11-01 21:21:39 +00:00
zimbatm aac7370a22 kops: 1.6.2 -> 1.7.1 2017-11-01 20:24:18 +00:00
Orivej Desh 755835c67a firefoxPackages: tor-browser: fix build 2017-11-01 19:33:44 +00:00
Andreas Rammhold a2437393f0 slack: 2.8.0 -> 2.8.2
fixes japanese input & some obscure security issues:
`An important Electron update improving security. A precautionary measure, but it’s always good to be up to date.` and
`A small release containing nothing but another Electron update, this one better than the last.`
2017-11-01 14:54:42 +01:00
midchildan 3dd5d52b72
mikutter: prevent gems from locally-installed plugins from being included as a dependency 2017-11-01 16:09:25 +09:00
midchildan 87202cf4dc
mikutter: 3.5.7 -> 3.5.13 2017-11-01 15:43:32 +09:00
Evan Wallace 36c92a0df7 utox: 0.13.1 -> 0.16.1 2017-11-01 06:21:37 +00:00
Yurii Rashkovskii 375cad3997 skypeforlinux: 5.4.0.1 -> 5.5.0.1
5.4.0.1 is no longer available (HTTP 404)
2017-10-31 16:01:59 +07:00
Kai Harries a2fe432e2c gmailieer: init at 0.3 2017-10-30 17:01:39 +01:00
zimbatm 933060fe19 mikutter: mark as broken
The package doesn't build anymore

/cc @midchildan
2017-10-30 13:35:00 +00:00
adisbladis bb50ae9807
pythonPackages.beautifulsoup: Move into pyload, no longer depended upon by any packages 2017-10-30 11:55:56 +08:00
adisbladis 49a1221562
salut-a-toi: Move pythonPackages dependencies not required by other packages into salut-a-toi derivation 2017-10-30 11:55:48 +08:00
Jon Banafato defebc8850 corebird: 1.6 -> 1.7.1
Update corebird to the latest release.
2017-10-29 14:10:13 -04:00
Herwig Hochleitner ea8a4a2e43 dropbox: comment update commands 2017-10-28 14:51:53 +02: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
Tuomas Tynkkynen 06c154386e claws-mail: Split dev output
Closure goes 484M -> 469M.
2017-10-28 12:25:24 +03: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
Peter Hoeg 9754285f5b neomutt: 20171013 -> 20171027 2017-10-28 11:24:31 +08:00
Tim Steinbach f2cc452874 minikube: 0.22.3 -> 0.23.0 2017-10-27 16:49:35 +02:00
Peter Hoeg 2542944a95 Merge pull request #30401 from peterhoeg/u/mutt
neomutt: minor cleanups and introduce wrapper for users invoking `mutt`
2017-10-27 15:02:54 +08:00
Joachim F 36e19373f7 Merge pull request #30510 from xvapx/tribler-update
tribler: 7.0.0-rc2 -> 7.0.0-rc3
2017-10-26 20:57:17 +00: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
Joachim F f13c421ff8 Merge pull request #30367 from Ma27/init-weechat-xmpp
weechat-xmpp: init at 2017-08-30
2017-10-25 20:04:43 +00: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
Franz Pletz ff63d3811f Merge pull request #30366 from Moredread/profanity-options
profanity: enable python and gpg support, parallel builds and enforcement of enabled features
2017-10-25 10:48:49 +02:00
volth 3cb89a81b7 vuze: init at 5750 (#30557) 2017-10-25 10:36:30 +02:00
Franz Pletz 322fa6b06c
wireshark: 2.4.1 -> 2.4.2 for multiple CVEs
Fixes CVE-2017-15192, CVE-2017-15193, CVE-2017-15191, CVE-2017-15190,
CVE-2017-15189.

See https://www.wireshark.org/docs/relnotes/wireshark-2.4.2.html.
2017-10-24 14:32:33 +02:00
Matthieu Coudron cd4df565ef msmtp: compiles with keyring support by default (#30584)
* msmtp: compiles with keyring support by default

As it is recommended by msmtp http://msmtp.sourceforge.net/doc/msmtp.html#Authentication
2017-10-24 15:56:06 +08:00
Pascal Wittmann 740c4fe4af
filezilla: 3.27.1 -> 3.28.0 2017-10-23 20:57:04 +02:00
obadz 26122b368a citrix_receiver: refactor so older versions can still be installed
Version 13.4.0 is the latest version that doesn't suffer from the bug
described at
https://discussions.citrix.com/topic/385459-ssl-error-with-135-works-with-134/page-2#entry1977735

As a result, upgrades to 13.5.0, 13.6.0 and 13.7.0 were postponed.
However some users aren't affected by this big. This enables everyone to
download the version that suits their needs.

Related to: #23975, #27664, #30029
2017-10-23 18:02:20 +01:00
Peter Hoeg 70b3fbde6e falkon: broken for now 2017-10-23 22:49:40 +08:00
Jörg Thalheim 5fc37f2897 Merge pull request #30704 from veprbl/ipget
ipget: init at 0.2.5
2017-10-23 14:20:54 +01:00
Peter Hoeg fd3bb25895 dropbox: 36.4.22 -> 37.4.29 2017-10-23 10:14:51 +08:00
Dmitry Kalinkin 562f8313e0
ipget: init at 0.2.5 2017-10-22 21:46:40 -04:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Tim Steinbach ec5f9c862e Merge pull request #30689 from pbogdan/update-irssi
irssi: 1.0.4 -> 1.0.5
2017-10-22 14:29:34 -04:00
Tuomas Tynkkynen 28494e96f0 falkon: Disable parallel building
https://hydra.nixos.org/build/62778325
2017-10-22 21:00:23 +03:00
Tim Steinbach 909fd5ecfa kubernetes: 1.7.8 -> 1.7.9 2017-10-22 17:06:45 +02:00
Piotr Bogdan c815637719 irssi: 1.0.4 -> 1.0.5
Security update, see https://irssi.org/security/irssi_sa_2017_10.txt.
2017-10-22 16:05:02 +01:00
adisbladis 1e56016cb9 firefox-beta-bin: 57.0b6 -> 57.0b10 2017-10-22 00:23:22 +02:00
geistesk 54dbe1d1b4 firehol: 3.1.4 -> 3.1.5 2017-10-22 00:13:44 +02:00
geistesk c047df3317 iprange: 1.0.3 -> 1.0.4 2017-10-22 00:13:44 +02:00
Pascal Wittmann 255130b340
bro: 2.5.1 -> 2.5.2 2017-10-21 23:59:51 +02:00
Renaud a1d6716252 putty: 0.67 -> 0.70
+ use stable src URL and add a mirror
2017-10-21 22:11:19 +03: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
Michael Weiss 2d8b952786 gns3Packages.{server,gui}Preview: 2.1.0rc2 -> 2.1.0rc3 2017-10-21 12:33:25 +02:00
volth bc2aaeb75c tixati: unfree license 2017-10-21 07:30:22 +00: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
André-Patrick Bubel e4cf6635ab
profanity: explicit feature flags so build fails when libs are missing
When the feature flags during configuration are not set explicitly the
build will continue even when needed libs are missing, disabling the
feature. To get notified of problems, we set the feature flags
explicitly.
2017-10-19 05:10:21 +02:00
André-Patrick Bubel 7a82f81b84
profanity: enable support for python plugins 2017-10-19 05:10:19 +02:00
André-Patrick Bubel 07e81b66f2
profanity: enable pgp support 2017-10-19 05:07:01 +02:00
André-Patrick Bubel eb31aec16e
profanity: enable parallel build 2017-10-19 05:02:04 +02:00
Volth 318b3fb34e tixati: init at 2.55 2017-10-19 00:47:37 +00: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
Kamil Chmielewski 18249532a3 spark: 2.1.0 -> 2.2.0 2017-10-18 13:13:53 +02:00
taku0 a060b850f6 flashplayer: 27.0.0.159 -> 27.0.0.170 2017-10-17 13:59:54 +02:00
Marti Serra b6b4783ca8 tribler: 7.0.0-rc2 -> 7.0.0-rc3 2017-10-17 13:30:26 +02:00
Fatih Altinok b367d0ff10 qutebrowser: 1.0.1 -> 1.0.2 2017-10-17 09:36:03 +03:00
Peter Hoeg 2ef36f2ee5 neomutt: minor cleanups
- neomutt has changed the binary name so we enable "mutt" via a wrapper script
   with a warning
 - we don't have to manually run the prepare.sh script as autoreconfHook handles
   everything for us
 - doc generation was previously trying to fetch DTDs from the net
2017-10-17 11:32:37 +08:00
Franz Pletz c100811d63
scudcloud: add jsmin dependency, fixes build 2017-10-15 16:16:36 +02:00
Joachim F 28b0dfac1e Merge pull request #30417 from SuprDewd/astroid-0.10.2
astroid: 0.9.1 -> 0.10.2
2017-10-15 13:48:53 +00:00
Vladimír Čunát 3ee33f35f8
Merge branch 'staging'
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02: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
Bjarki Ágúst Guðmundsson 9b2af1869b astroid: 0.9.1 -> 0.10.2
- Use gmime3 instead of gmime2: https://github.com/astroidmail/astroid/issues/405
- Remove adwaita-icon-theme, as it is not needed
- Add SuprDewd as a maintainer
2017-10-14 16:51:20 +00:00
gnidorah 27bcd6c426 mailnag: fix working (#30358)
* mailnag: fix working

* mailnag: use wrapGAppsHook; add icon theme
2017-10-14 12:07:44 +01:00
Maximilian Bosch 4ce42a40c1
weechat-xmpp: init at 2017-08-30 2017-10-14 11:48:39 +02: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
Justin Humm 5cca8800a4 notmuch-bower: init at 2017-09-27 (#29856)
* bower: init and add erictapen as maintainer

* bower: fix up

* notmuch-bower: rename from bower
2017-10-14 10:08:04 +01:00
Vladimír Čunát 6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Peter Hoeg d81601065d Revert "msmtp: add nonblocking support"
This reverts commit 5f29e9fdbf.
2017-10-14 14:42:48 +08:00
Peter Hoeg 5f29e9fdbf msmtp: add nonblocking support 2017-10-14 14:38:04 +08:00
Jörg Thalheim 2820830e3e Merge pull request #30029 from jensbin/citrix_receiver_13.7.0
citrix-receiver: 13.4.0 -> 13.7.0
2017-10-13 21:25:39 +01:00
Jörg Thalheim 50a3db126d Merge pull request #30394 from flokli/neomutt
neomutt: 20170912 -> 20171013
2017-10-13 20:24:20 +01:00
Florian Klink a678696e40 neomutt: 20170912 -> 20171013 2017-10-13 19:36:05 +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
Joachim F 6e7f35c0b6 Merge pull request #30327 from JamesTheAwesomeDude/master
palemoon: 27.4.2 -> 27.5.0
2017-10-13 13:28:05 +00:00
Joachim F 756b9c7d6c Merge pull request #30222 from Nadrieril/update-purple-hangouts
purple-hangouts: 2016-12-22 -> 2017-10-08
2017-10-12 13:51:05 +00:00
Joachim F 26c8573b1e Merge pull request #30224 from andir/cleanup
Cleanup typoed `propagateBuildInputs` that are probably not needded
2017-10-11 21:34:40 +00:00
Joachim F c405302402 Merge pull request #30227 from pbogdan/newsbeuter-cve-2017-12904
newsbeuter: fix CVE-2017-12904
2017-10-11 21:32:25 +00: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
Jörg Thalheim fb7f35db5f Merge pull request #30278 from NeQuissimus/minikube_0_22_3
minikube: 0.22.2 -> 0.22.3
2017-10-11 13:39:14 +01:00
Peter Hoeg 97ec559b00 syncthing: 0.14.38 -> 0.14.39 2017-10-11 17:25:33 +08:00
Jaka Hudoklin 29f4775103 Merge pull request #29923 from NeQuissimus/kube_1_7_7
kubernetes: 1.7.1 -> 1.7.8
2017-10-11 06:05:56 +02:00
taku0 628c039326 flashplayer: 27.0.0.130 -> 27.0.0.159 2017-10-10 23:28:28 +09:00
Piotr Bogdan 9dc085078f newsbeuter: fix CVE-2017-12904 2017-10-10 15:04:47 +01:00
Tim Steinbach df4bed423f
minikube: 0.22.2 -> 0.22.3 2017-10-10 08:33:02 -04: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
Jörg Thalheim 9b177399c4 Merge pull request #30231 from pbogdan/newsbeuter-dev-remove
newsbeuter-dev: remove
2017-10-10 01:45:10 +01: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
zimbatm 2ef1a6c17c zoom-us: 2.0.98253.0707 -> 2.0.106600.0904 2017-10-09 10:56:26 +01:00
Spencer Baugh 2d903b8da2 firefox: add Kerberos support 2017-10-08 20:48:13 +00:00
Daniel Peebles 416979f3f7 Merge pull request #30150 from copumpkin/no-rpath-nonsense
Get rid of most @rpath nonsense on Darwin
2017-10-08 16:21:27 -04:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Piotr Bogdan 680d344185 newsbeuter-dev: remove 2017-10-08 19:58:11 +01:00
Andreas Rammhold d49df8e795
kanif: remove unused attribute `propagateBuildInputs` (missing d) 2017-10-08 19:10:56 +02:00
Nadrieril d149c21e2e purple-hangouts: 2016-12-22 -> 2017-10-08 2017-10-08 16:10:34 +01:00
Frederik Rietdijk 4003e775f4 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-08 08:36:35 +02:00
Jan Tojnar 757c43fd99
neomutt: Rely on XML_CATALOG_FILES variable 2017-10-07 23:39:15 +02:00
Vladimír Čunát 84952fc292
Merge #30143: firefox-*: critical security updates 2017-10-07 17:44:45 +02:00
Jörg Thalheim 04ce72e40e Merge pull request #30044 from benley/benley/kubecfg
kubecfg: init at 0.5.0
2017-10-07 16:35:05 +01:00
Matthias Beyer 7067d30812 quaternion: 2017-06-29 -> 2017-10-07 2017-10-07 16:56:36 +02:00
Jörg Thalheim c25eb2d37a Merge pull request #30187 from sternenseemann/master
jackline: 2017-05-24 -> 2017-08-17
2017-10-07 13:17:14 +01:00
sternenseemann 7837cfe3a1 jackline: 2017-05-24 -> 2017-08-17 2017-10-07 13:37:42 +02:00
Frederik Rietdijk acfec163b1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-10-07 12:15:17 +02:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +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 74406eb48f thunderbird: 52.3.0 -> 52.4.0 2017-10-07 03:12:17 +09:00
taku0 36b0d24a1a thunderbird-bin: 52.3.0 -> 52.4.0 2017-10-07 03:12:16 +09:00
taku0 ddfcc15bb8 firefox: 56.0 -> 56.0.1 2017-10-06 21:47:56 +09:00
Thomas Tuegel 85f0eef69c
dropbox: 35.4.20 -> 36.4.22 2017-10-05 09:54:39 -05: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
Tim Steinbach 63a7be9c97
kubernetes: 1.7.1 -> 1.7.8 2017-10-05 09:22:08 -04: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
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
adisbladis e4fef25d7d
firefox-beta-bin: 57.0b4 -> 57.0b5 2017-10-05 13:28:26 +08:00
adisbladis a426b96fcd terraform: 0.10.2 -> 0.10.7 (#30055)
* terraform: 0.10.2 -> 0.10.7

* terraform: Update all providers
2017-10-04 22:14:13 +01:00
Michael Weiss 6e889743b4 gns3Packages.{server,gui}Preview: 2.1.0rc1 -> 2.1.0rc2 2017-10-04 13:23:28 +02:00
Franz Pletz d6f7e2f6f6 Merge pull request #29942 from elitak/ipfs
Ipfs: prepare for autoMigrate fix
2017-10-04 03:07:25 +02: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
Benjamin Staffin a8f2ad6245
kubecfg: init at 0.5.0 2017-10-02 18:30:43 -07: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
Jens Binkert 085188ee3e citrix-receiver: 13.4.0 -> 13.7.0 2017-10-02 21:29:33 +02:00
Franz Pletz 3d02089235
ipfs: 0.4.10 -> 0.4.11 2017-10-02 20:35:45 +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
Utku Demir cf17954406 firefox-beta-bin: 56.0b5 -> 57.0b4 2017-10-02 10:20:19 +13:00
Orivej Desh 8f99dc2cc9 Merge pull request #29499 from peterhoeg/p/falkon
falkon: init at 2.1.2.1
2017-10-01 10:02:03 +00:00
Orivej Desh fc99f0cdcc Merge pull request #29838 from atondwal/master
scudcloud: 1.58 -> 1.63
2017-10-01 08:41:49 +00:00
Yegor Timoshenko bc334e1599 qbittorrent: 3.3.15 -> 3.3.16, drop patch, enable parallel build 2017-10-01 00:19:56 +00:00
Orivej Desh 9507fc116d Merge pull request #29969 from danielfullmer/rclone-1.38
rclone: 1.37 -> 1.38
2017-09-30 22:52:34 +00:00
Daniel Fullmer fcd3061e2a rclone: 1.37 -> 1.38 2017-09-30 18:13:24 -04:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Mateusz Kowalczyk 3763b48cb5 firefox-devedition-bin: 56.0b5 -> 57.0b4 2017-09-30 17:23:58 +01:00
Peter Hoeg 812ddbf406 falkon: init at 2.1.2.1 2017-09-30 09:56:49 +08:00
Eric Litak b76f9d7a44 ipfs-migrator: init 2017-09-29 18:07:55 -07:00
Orivej Desh 8c70b5575c quassel: fix daemon startup
Fixes #28911
2017-09-29 15:25:13 +00:00
Orivej Desh a293bb0326 Merge pull request #29599 from lluchs/vivaldi-1.12.955.36-1
vivaldi: 1.11.917.39-1 -> 1.12.955.36-1
2017-09-29 09:49:02 +00:00
Franz Pletz 5b71411413
firefox-bin: 55.0.3 -> 56.0 2017-09-29 01:52:15 +02:00
Herwig Hochleitner e78bf2d1e9 chromium: 61.0.3163.79 -> 61.0.3163.100 2017-09-28 19:53:20 +02:00
Herwig Hochleitner 93aaeaccc2 chromium: separate patches for beta and dev builds
fixes beta and dev builds
2017-09-28 19:53:20 +02:00
Orivej Desh 1e0ec4216f Merge pull request #29173 from orivej/golang
go: buildGoPackage: 1.8 -> 1.9
2017-09-28 17:10:45 +00:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Franz Pletz b29051b2f5
ettercap: fix CVE-2017-8366 & CVE-2017-6430 2017-09-28 16:59:41 +02:00
Joachim Fasting 387f1c75f5
tor-browser-bundle: minor refactorings 2017-09-28 15:40:18 +02:00
Joachim Fasting 3ec05d6237
tor-browser-bundle: feature parity with the binary bundle
This will be factored later (eventually both will be subsumed by a more
generic construct).

Don't bother with pulseaudio support, however.
2017-09-28 15:40:10 +02:00
Franz Pletz 15189140dd
weechat: 1.9 -> 1.9.1 for CVE-2017-14727
https://lists.nongnu.org/archive/html/weechat-security/2017-09/msg00000.html
2017-09-28 13:01:49 +02:00
Robin Gloster c2ce38473b
mesos: use static protobuf libraries 2017-09-28 13:01:34 +02:00
Orivej Desh 24f5edaebb syncthing012: update go tags argument 2017-09-28 10:28:19 +00:00
Samuel Leathers 80021094b7
mesos: 1.1.1 -> 1.4.0
(cherry picked from commit 6acc4084afec6bdfa4ebaf848ee53da68fc22f05)
2017-09-28 01:15:41 +02:00
Joachim Fasting 931da53e50
tor-browser-bundle: support passing additional extensions 2017-09-27 22:58:12 +02:00
Joachim Fasting 2651602c17
tor-browser-bundle: factor out extensions 2017-09-27 22:58:07 +02:00
Anish Tondwalkar cb3098b135 scudcloud: 1.58 -> 1.63 2017-09-27 03:45:42 -07:00
Joachim Fasting 206e4a6d69
tor-browser-bundle: basic checks for the wrapper script 2017-09-26 23:17:12 +02:00
Joachim Fasting fc44e91ad5
tor-browser-bundle: use fonts from Nixpkgs 2017-09-26 23:17:11 +02:00
Joachim Fasting f05d50f36c
tor-browser-bundle: approximate upstream bundle & purity control 2017-09-26 23:17:10 +02:00
Joachim Fasting 93b9109b46
tor-browser-bundle: clear pref bootstrappedAddons for purity 2017-09-26 23:17:09 +02:00
Joachim Fasting 0c26be5bd2
tor-browser-bundle: improve organization of distribution dir
Store TBB specific files under TorBrowser-Data
2017-09-26 23:17:08 +02:00
Joachim Fasting 346661d77b
tor-browser-bundle: redo extensions 2017-09-26 23:17:08 +02:00
Joachim Fasting fe3b95e749
tor-browser-bundle: customization via extraPrefs 2017-09-26 23:17:02 +02:00
Eelco Dolstra c03326445b firefox: Remove about:buildconfig
Storing the build configuration caused Firefox to retain a dependency
on gcc, glibc.dev and icu4c.dev.

This reduces the size of the firefox closure from 587 to 415 MiB.
2017-09-26 23:14:35 +02:00
Jörg Thalheim f27feb5481 dino: 2017-06-21 -> 2017-09-20 2017-09-26 19:48:05 +01:00
Joachim Fasting 19ecb7f287
tor-browser-bundle: init at 7.0.1 (from source)
The original browser bundle expects to run from a bundled directory,
typically under user's home.  This version creates a firefox distribution
with preloaded extensions and settings that functions more like an
ordinary firefox installation.

The approach used here could be generalized to allow specification of
custom firefox distributions.  Eventually, the code will be factored so
that the tbb is just an instance of that more general construct (firefox
base + extensions + prefs).

Currently, we use the latest upstream versions of extensions and so on.
Eventually we want to track the upstream bundle more closely and ideally
use the exact same inputs (firefox source, extension sources).

To avoid mixing up profile data, all runtime state is stored under
$XDG_DATA_HOME/tor-browser.

Major TODO items
- Pluggable transports
- Upstream TBB version parity
- Avoid fetchgit
- Build NoScript from source (no upstream source repo, however, must rely
  on third-parties)
- Improved notation for packaging extensions
- Feature parity with the binary bundle (apulse and runtime purity, in
  particular)
2017-09-26 14:55:49 +02:00
Joachim Fasting 799c1218cd
tor-browser-bundle-bin: default to dmix
To support multiple playback streams
2017-09-25 16:11:57 +02:00
Joachim F e23973fa4e Merge pull request #29694 from etu/testssl-sh
testssl.sh: init at 2.9.5-1
2017-09-25 12:58:12 +00:00
Jörg Thalheim 6a4deb52d1 Merge pull request #29729 from DIzFer/telegram-update
tdesktop: 1.1.22 -> 1.1.23
2017-09-24 16:02:54 +01:00
Elis Hirwing 02d9d40d99
testssl.sh: init at 2.9.5-1
Add testssl.sh which is a nice utility for testing TLS/SSL
capabilities of servers without having to use any kind of
web-service. It's very useful for testing setups of services before
deployment and such.
2017-09-24 16:59:15 +02:00
Jörg Thalheim e7ad0b2767 Merge pull request #29739 from matthiasbeyer/update-mutt
mutt: 1.9.0 -> 1.9.1
2017-09-24 14:21:44 +01:00
Matthias Beyer 3491f6a873 mutt: 1.9.0 -> 1.9.1 2017-09-24 15:06:28 +02:00
Joachim F 83ff400ac1 Merge pull request #29482 from neilmayhew/upgrade/spideroak
spideroak: 6.0.1 -> 6.1.9
2017-09-24 12:36:46 +00:00
zimbatm f069ee7af6 kubernetes-helm: 2.5.1 -> 2.6.1 2017-09-24 12:36:33 +01:00
Stefan Siegl 9fc87cc376 owncloud-client: 2.3.2 -> 2.3.3 2017-09-24 13:24:25 +02:00
David Izquierdo f79c0b8627 tdesktop: 1.1.22 -> 1.1.23 2017-09-24 12:55:41 +02:00
Matej Cotman 1febe07de7 kubernetes: build e2e.test 2017-09-24 11:44:25 +02:00
Jaka Hudoklin ddf5de5de0 kubernetes module: refactor module system, kube-dns as module 2017-09-24 11:44:25 +02:00
Jaka Hudoklin f10138bd32 kuberentes: expose kube-addons script 2017-09-24 11:44:25 +02:00
Jaka Hudoklin bff428616a kubernetes: 1.6.4 -> 1.7.1 2017-09-24 11:44:25 +02:00
Jaka Hudoklin ff6413850b cni: 0.3.0 -> 0.5.2 2017-09-24 11:44:25 +02:00
Matej Cotman 7332179285 kube-dns: 1.14.1 2017-09-24 11:44:25 +02:00
Matej Cotman c3cfd92d24 kubernetes: 1.5.6 -> 1.6.4 2017-09-24 11:44:25 +02:00
Joachim F cdd1281362 Merge pull request #29714 from bachp/riot-web-0.12.6
riot-web: 0.12.5 -> 0.12.6
2017-09-24 07:45:52 +00:00
Joachim Fasting 09a09c892c
tor-browser-bundle-bin: support audio playback without pulseaudio
Still a little rough around the edges but does work.  Defaults to using
the default plughw; set the APULSE_PLAYBACK_DEVICE envvar to override.
2017-09-23 21:43:19 +02:00
Pascal Bach 8a249c51b6 riot-web: 0.12.5 -> 0.12.6 2017-09-23 21:40:14 +02:00
Pascal Wittmann acefacb9ef Merge pull request #29681 from mimadrid/update/filezilla-3.27.1
filezilla: 3.27.0.1 -> 3.27.1
2017-09-23 19:03:00 +02:00
mimadrid ece5c1482b
filezilla: 3.27.0.1 -> 3.27.1 2017-09-23 00:43:07 +02:00
Joachim Fasting 69e3817eb6
tor-browser-bundle-bin: optionally disable multiprocess support
Multiprocess tabs always crash, as first reported by the issue mentioned
below.  It is now consistently reproducible both on NixOS and non-NixOS
for me, so I've decided to add a toggle to conveniently disable
multiprocess support as a work-around.

Closes https://github.com/NixOS/nixpkgs/issues/27759 but does
not really fix the underlying problem ...
2017-09-23 00:17:42 +02:00
Michael Weiss 5257232ac7 gns3: "Improve" the packaging
This is "a bit" hacky tho...
The improvement is that it now covers the stable as well as the preview
releases and doesn't require Python 3.4 anymore.
2017-09-22 21:30:38 +02:00
Tuomas Tynkkynen 4b4bfbf3e5 darwin: Disable another bunch of packages never having built successfully
tecoc: https://hydra.nixos.org/build/61141995
shallot: https://hydra.nixos.org/build/61145497
plink-ng: https://hydra.nixos.org/build/61130149
tshark: https://hydra.nixos.org/build/61479600
2017-09-22 19:49:57 +03:00
Joerg Thalheim a2444a2831
neomutt: fix missing libidn 2017-09-22 13:04:28 +01:00
Neil Mayhew 9d01b511b5 spideroak: 6.0.1 -> 6.1.9 2017-09-21 19:27:45 -06:00
Jörg Thalheim 0d391a8e5a Merge pull request #29647 from bachp/riot-web-0.12.5
riot-web: 0.12.3 -> 0.12.5
2017-09-21 21:14:14 +01:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson f8a18cd4cf misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to
clobber the old sed.
2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
José Romildo Malaquias 2bbef7658a google-drive-ocamlfuse: 0.6.17 -> 0.6.21 2017-09-21 21:43:35 +02:00
Pascal Bach 50f12373af riot-web: 0.12.3 -> 0.12.5 2017-09-21 21:36:08 +02:00
Tim Steinbach a80067636e Merge pull request #29481 from neilmayhew/fix/spideroak
spideroak: fix crash due to zlib version mismatch
2017-09-21 07:59:32 -04:00
Thomas Tuegel b0deb1ed48
dropbox: 34.4.22 -> 35.4.20 2017-09-21 06:11:15 -05:00
Daniel Peebles f0982ba4be Merge pull request #29594 from NeQuissimus/minikube_0_22_2
minikube: 0.22.1 -> 0.22.2
2017-09-20 10:51:57 -04:00
Lukas Werling a1767fa1ab vivaldi: 1.11.917.39-1 -> 1.12.955.36-1
vivaldi-ffmpeg-codecs: 60.0.3112.90 -> 61.0.3163.91
2017-09-20 16:14:23 +02:00
Tim Steinbach 890386090a
minikube: 0.22.1 -> 0.22.2 2017-09-20 08:34:22 -04:00
Peter Hoeg f170dbe16f syncthing: 0.14.37 -> 0.14.38 2017-09-20 08:52:50 +08:00
Benjamin Staffin 7e6011083d slack: 2.7.1 -> 2.8.0 (#29339) 2017-09-19 12:26:58 -04:00
Franz Pletz 38c14d7132
newsbeuter: fix CVE-2017-14500 2017-09-18 22:45:30 +02:00
Franz Pletz a796d692c4
clawsMail: 3.15.0 -> 3.15.1 2017-09-18 21:52:07 +02:00
Maximilian König 460cd80729 palemoon: 27.4.1 -> 27.4.2 2017-09-18 16:57:02 +02:00
Bastian Köcher 34b1e4c3db teamspeak_client: Adds missing dependency 2017-09-18 15:04:37 +02:00
Bastian Köcher afa8c106fb teamspeak_client: 3.1.4 -> 3.1.6 2017-09-17 17:58:22 +02:00
Paul Hendry f814c3d090 ktorrent: Add missing meta.license 2017-09-16 20:26:54 -07:00
Neil Mayhew 4d7dd8169c spideroak: fix crash due to zlib version mismatch
Fixes #23960
2017-09-16 14:56:31 -06:00
Jan Malakhovski 701db44ab9 palemoon: just use the default gcc 2017-09-16 18:18:26 +03:00
Vladimír Čunát d5724ef2dd
vivaldi-ffmpeg-codecs: fix evaluation (forgotten file) 2017-09-16 15:27:33 +02:00
Jörg Thalheim 27e87d8bc8 gns3: 2.0.3 -> 2.1.0rc1 2017-09-16 13:56:00 +01:00
Vladimír Čunát 9a55f74e43
vivaldi-ffmpeg-codecs: fix evaluation
The patch was removed during chromium update.
It won't build, but the error seems the same as before chromium update...
2017-09-16 14:30:58 +02:00
Joachim F 2d3886262e Merge pull request #29439 from oxij/pkgs/notmuch-gmime-3
gmime3: init; notmuch: use gmime3
2017-09-16 10:15:55 +00:00
Jan Malakhovski ae86fddd95 notmuch: switch to gmime3, make all tests pass with gmime3 2017-09-16 09:20:05 +00:00
Vladimír Čunát b82b23b25b
Merge #29335: chromium: 60.0.3112.90 -> 61.0.3163.79 [security] 2017-09-16 11:06:52 +02:00
Peter Hoeg 569867b3e8 dropbox: 34.4.20 -> 34.4.22 2017-09-16 10:35:19 +08:00
Herwig Hochleitner 6141d8e6fd chromium: shorten mkdir -p 2017-09-15 21:33:37 +02:00
Daiderd Jordan 8554eafb78
nntp-proxy: fix clang build 2017-09-15 19:10:54 +02:00
Herwig Hochleitner 7b866fdff9 chromium: create libexec output dir in installphase 2017-09-15 17:50:18 +02:00
Nadrieril d0090c0941
bitlbee-facebook: 1.1.1 -> 1.1.2 2017-09-15 10:06:48 +02:00
Herwig Hochleitner 209b9e88df chromium: remove swiftshader install dir 2017-09-15 08:59:14 +02:00
Jörg Thalheim 9366d013f0 Merge pull request #28345 from moretea/openshift-origin
openshift: 1.5.0 -> 3.6.0
2017-09-14 20:36:57 +01:00
Herwig Hochleitner 2773508b5d chromium: 60.0.3112.113 -> 61.0.3163.79
CVE-2017-5111
CVE-2017-5112
CVE-2017-5113
CVE-2017-5114
CVE-2017-5115
CVE-2017-5116
CVE-2017-5117
CVE-2017-5118
CVE-2017-5119
CVE-2017-5120
2017-09-14 20:15:57 +02:00
Thomas Tuegel 815135f31b Merge pull request #29369 from bkchr/remove_kde4_workspace_kde_telepathy
Remove kde4workspace and kdetelepathy
2017-09-14 10:13:15 -05:00
Bastian Köcher 5b91f125aa mailnag: 1.1.0 -> 1.2.1 2017-09-14 17:06:31 +03:00
Bastian Köcher c01e064750 kdeTelepathy: Remove, because it is not maintained anymore 2017-09-14 13:00:53 +02:00
Peter Hoeg addfb83852 neomutt: 20170907 -> 20170912 2017-09-14 14:43:07 +08:00
Ruben Maher e828dcb5cd nextcloud-client: provide optional gnome-keyring integration
`qtkeyring` can use `gnome-keyring`, but it needs some help to find it.

I have not enabled this by default because not everyone who uses this will want
to pull in GNOME dependencies.
2017-09-14 08:42:55 +09:30
Ruben Maher 4ce18c8367 nextcloud-client: enable parallel building
So that the client can build faster.
2017-09-14 08:42:55 +09:30
Ruben Maher e02f936b27 nextcloud-client: add inotify dependency when building on linux
This allows for more efficient change detection.
2017-09-14 08:42:55 +09:30
Ruben Maher ebb6488e74 nextcloud-client: use cmakeDir and cmakeFlags attrs 2017-09-14 08:42:55 +09:30
Kirill Boltaev 73af0b1696 chromium: 60.0.3112.90 -> 60.0.3112.113 2017-09-14 00:40:57 +02:00
Jörg Thalheim a7637b3795 Merge pull request #29316 from NeQuissimus/minikube_0_22_1
minikube: 0.22.0 -> 0.22.1
2017-09-13 23:40:11 +01:00
Jörg Thalheim 0febf8d43c Merge pull request #29304 from woffs/oysttyer
oysttyer-2.9.1
2017-09-13 23:17:45 +01:00
Jörg Thalheim 13edd9765a Merge pull request #29125 from geistesk/firehol-3.1.4
firehol: init at 3.1.4, iprange: init at 1.0.3
2017-09-13 18:10:22 +01:00
Joachim F 35f38bfc46 Merge pull request #29308 from taku0/flashplayer-27.0.0.130
flashplayer: 26.0.0.151 -> 27.0.0.130 [Critical security fixes]
2017-09-13 16:25:13 +00:00
Tim Steinbach d12d2c1e1c
minikube: 0.22.0 -> 0.22.1 2017-09-13 11:29:54 -04:00
John Ericson 8fccaa284d Merge pull request #29282 from obsidiansystems/soext
lib, treewide: Add `*Platform.extensions` and use it where possible
2017-09-13 11:20:06 -04:00
John Ericson 5aec3f96a2 treewide: Use `*Platform.extensions` 2017-09-13 11:16:10 -04:00
Frank Doepper 9c4233f7b6 oysttyer: init at 2.9.1
A Perl Console Twitter Client
2017-09-13 16:38:15 +02:00
taku0 c2e7d1f1f2 flashplayer: 26.0.0.151 -> 27.0.0.130 2017-09-13 20:45:30 +09:00
Jörg Thalheim 2c01a6fc1f Merge pull request #29025 from dotlambda/seafile-client
seafile-client: add optional Shibboleth support
2017-09-13 10:36:29 +01:00
Tuomas Tynkkynen e6e8565131 toxic: Disable on Darwin
Last successful build 2014-03-12 17:47:58

https://hydra.nixos.org/build/59716009
2017-09-12 14:58:46 +03:00
Jörg Thalheim 63523aaaf6 Merge pull request #29168 from orivej/gopherclient
gopherclient: init at 2016-10-02
2017-09-12 08:34:12 +01:00
Bjørn Forsman f4bac5cdb7 wireshark: 2.4.0 -> 2.4.1
Remove patches that have been merged upstream.
2017-09-11 17:24:33 +02:00
Peter Hoeg 90b3d2db91 qtox: drop gtk2 dependency
Tray icon still works without gtk2.
2017-09-11 15:01:11 +08:00
Maarten Hoogendoorn d27f710b87 mount is in utillinux 2017-09-10 16:07:50 +02:00
Jörg Thalheim ca6efcd2fe Merge pull request #29181 from bachp/riot-web-1.12.3
riot-web: 1.12.2 -> 1.12.3
2017-09-10 11:46:59 +01:00
Eelco Dolstra bcd382f032
tribler: 7.0.0-beta -> 7.0.0-rc2
Also, fix the xcb plugin error
(https://github.com/NixOS/nixpkgs/issues/24256) and add service-identity which is a required dependency now.
2017-09-10 12:07:24 +02:00
Pascal Bach 44ec317a13 riot-web: 1.12.2 -> 1.12.3 2017-09-10 11:11:43 +02:00
Peter Hoeg 758c597696 kget: init at 20170903 2017-09-10 13:45:05 +08:00
Orivej Desh e47543f1be gopherclient: init at 2016-10-02 2017-09-10 03:04:57 +00:00
Joachim Fasting f84125c3b1
tor-browser-bundle-bin: runtime purity improvements
These changes reduce file accesses outside TBB_HOME or the Nix store, as
determined by running under strace -e access,open,stat.
2017-09-09 17:37:14 +02:00
Joachim Fasting c8f2dbae9f
tor-browser-bundle-bin: hard-code path to desktop Icon 2017-09-09 17:37:09 +02:00
Arseniy Seroka 2a56e0384e Merge pull request #29098 from NeQuissimus/minikube_0_22
minikube: 0.21.0 -> 0.22.0
2017-09-09 15:17:45 +03:00
Frederik Rietdijk 6589ee83c2 Merge pull request #29134 from abbradar/protobuf
Update protobuf and remove old versions
2017-09-09 09:27:10 +02:00
Nikolay Amiantov 1f2a18d916 protobuf: remove old versions
This leaves only protobuf3_1 which is the last version with libprotobuf2.

Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
Peter Hoeg b21778f43e neomutt: 20170714 -> 20170907 2017-09-09 09:32:09 +08:00
geistesk f84a8fb605 firehol: init at 3.1.4 2017-09-09 00:29:39 +02:00
geistesk 5e25459144 iprange: init at 1.0.3 2017-09-09 00:29:12 +02:00
zimbatm 9f2ff1d31a terraform: revamp the providers list (#29097)
This fixes the ./update-all script to actually fetch all the available
providers (thanks pagination). It was also improver to user a more
compact representation of the data.
2017-09-08 19:36:43 +01:00
Franz Pletz 913c245d91 Merge pull request #29046 from jluttine/update-rssguard
rssguard: 3.4.0 -> 3.4.2
2017-09-08 18:37:02 +02:00
Thomas Tuegel a6fcd2ce2f
dropbox: 33.4.23 -> 34.4.20 2017-09-08 11:36:05 -05:00
gnidorah 9810c0c911 rambox: 0.5.10 -> 0.5.12 2017-09-08 18:29:26 +02:00
Franz Pletz 6f292e9250 Merge pull request #29120 from Lassulus/ceneterim-update
centerim: 4.22.10 -> 5.0.1
2017-09-08 18:17:52 +02:00
PanAeon 5d1a8ecd91 update skypeforlinux to 5.4.0.1; Fix autologin issue (#29122)
skypeforlinux: 5.3.0.1 -> 5.4.0.1
2017-09-08 17:05:44 +01:00
lassulus 72699348c8 centerim: 4.22.10 -> 5.0.1 2017-09-08 17:31:25 +02:00
Tim Steinbach 3a43f510b6
minikube: 0.21.0 -> 0.22.0 2017-09-07 20:21:59 -04:00
Peter Hoeg e6c40a4dee syncthing: 0.14.36 -> 0.14.37 2017-09-07 10:04:05 +08:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00
Michael Raskin fff500fc00 vacuum: 1.2.4 -> 1.3.0.20160104 2017-09-06 13:46:16 +02:00
Jaakko Luttinen b17ccf39c4
rssguard: 3.4.0 -> 3.4.2 2017-09-06 09:08:11 +03:00
John Ericson 5b6d78194c Merge pull request #29028 from obsidiansystems/cross-cleanup
misc pkgs: Clean up cross
2017-09-05 13:59:50 -04:00
Robert Schütz 7cceee29fb seafile-client: add optional Shibboleth support 2017-09-05 19:33:22 +02:00
John Ericson 5de3b11960 links 2: Simplify cross, no `crossAttrs` or `crossConfig` 2017-09-05 13:25:35 -04:00
John Ericson 8babcd4d2b elinks: Simplify cross, no `crossAttrs` or `crossConfig` 2017-09-05 13:25:21 -04:00
Joachim Fasting 5113be54a4
tor-browser-bundle-bin: 7.0.4 -> 7.0.5 2017-09-05 19:20:02 +02:00
Jörg Thalheim e342715f3e Merge pull request #28983 from lluchs/x2goclient-4.1.0.0
x2goclient: 4.0.5.1 -> 4.1.0.0
2017-09-05 15:23:47 +01:00
Joachim F 6ee01c0c87 Merge pull request #28999 from oxij/pkg/tor-reorg-update
firefoxPackages: tor-browser: reorganize and update
2017-09-05 13:53:48 +00:00
Franz Pletz 95d18f3509
kismet: 2013-03-R1b -> 2016-07-R1 2017-09-05 14:24:59 +02:00
Peter Hoeg a147306cc3 Merge pull request #28828 from peterhoeg/u/kt5
ktorrent: 5.0.1 -> 5.1.0
2017-09-05 18:40:16 +08:00
Peter Hoeg 17f4cb4eb8 ktorrent: 5.0.1 -> 5.1.0 2017-09-05 18:26:52 +08:00
SLNOS 26cf9e33fa firefoxPackages: tor-browser: 6.5.2 -> 7.0.1, keep 6.5.2 2017-09-04 20:19:53 +00:00
SLNOS 513341434c firefoxPackages: tor-browser: reorganize expression 2017-09-04 20:19:53 +00:00
SLNOS a681afb8f1 firefoxPackages: add `extraMakeFlags` to common builder, fix official branding handling 2017-09-04 20:19:52 +00:00
SLNOS 344fbb5ddb firefoxPackages: add `extraConfigureFlags` to common builder, move `--disable-loop` flag to tor-browser expression 2017-09-04 20:19:50 +00:00
catern bf33bf525d mutt: add Kerberos support 2017-09-04 16:00:30 -04:00
Joachim F dd74844fff Merge pull request #28990 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT
2017-09-04 19:17:22 +00:00
Lukas Werling a8aef188c8 x2goclient: 4.0.5.1 -> 4.1.0.0
Add openssh as dependency for sftp-server. When connecting, x2goclient
crashes if it can't find that executable.
2017-09-04 18:41:00 +02:00
Jaka Hudoklin 0347659542 tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT 2017-09-04 15:43:42 +02:00
Felix Singer f37f8c4b4b Update homepage link of Mumble 2017-09-04 01:48:44 +02:00
Joachim F 97935829f6 Merge pull request #28936 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
tor-browser: allow to pass TOR_SKIP_LAUNCH
2017-09-03 19:55:42 +00:00
Jaka Hudoklin ff1b18a455 tor-browser: allow to pass TOR_SKIP_LAUNCH 2017-09-03 15:38:38 +02:00
Matthias Beyer 56f7cb034c mutt: 1.8.3 -> 1.9.0 2017-09-02 23:04:53 +02:00
Michael Raskin b6730e7684 Merge pull request #28887 from womfoo/fix/ekiga-build
ekiga: fix build and cleanup patches
2017-09-02 18:47:46 +02:00
Kranium Gikos Mendoza f9c2cb80a6 ekiga: make debian patches use fetchpatch 2017-09-02 23:04:58 +10:00
Kranium Gikos Mendoza 0604ea66c6 ekiga: fix build 2017-09-02 21:39:40 +10:00
Jörg Thalheim 1c0a5671a1 Merge pull request #28863 from mguentner/pybitmessage
pybitmessage dependency fixes & pytools 2016.2.1 -> 2017.4
2017-09-02 08:36:18 +01:00
Maximilian Güntner 235b63d96c
pybitmessage: add numpy + pyopencl to propagatedBuildInputs 2017-09-01 20:10:50 +02:00
Jörg Thalheim 4a6295e6fb turses: fix build 2017-09-01 18:56:04 +01:00
zimbatm 101ccc0629 terraform: providers list (#28818)
* terraform: move plugin index

* terraform: introduce update script for plugins

* terraform: update provider list
2017-09-01 15:49:24 +01:00
Jörg Thalheim e316930b77 Merge pull request #28824 from mguentner/pybitmessage
pybitmessage: 0.4.4 -> 0.6.2
2017-09-01 14:12:19 +01:00
Maximilian Güntner e9203772f2
pybitmessage: replace find_library() calls with paths
fixes requested changes in #26616
2017-09-01 14:51:48 +02:00
shak-mar e3d7c4ca19
pybitmessage: 0.4.4 -> 0.6.2
squashed hashes:
3ee20b2de7c02761aeb7389821f31bbfb6626301
b9a3a3b6a25b998893a1d861849890792b9e664b

(details -> #26616)
2017-09-01 14:49:56 +02:00
Vladimír Čunát 017561209e
chromium: try to hack around Hydra problems
Discussion: https://github.com/NixOS/nixpkgs/commit/e8f1ddcbd1d
2017-09-01 12:24:47 +02:00
Frank cb61e27e9e profanity support for unix 2017-08-31 21:29:26 +02:00
Dan Peebles bcbcbfcfa5 terraform: add template plugin for 0.10 2017-08-31 12:35:52 -04:00
Maximilian Bosch 724a69f5c4
weechat-matrix-bridge: init at 2017-03-28 2017-08-31 11:55:57 +02:00
Dan Peebles 11753b3273 terraform: noop 0.10 plugins mechanism when unused 2017-08-30 18:53:46 -04:00
Daniel Peebles b291ead4aa Merge pull request #28729 from copumpkin/terraform-plugins
terraform: provide plugins for 0.10
2017-08-30 18:37:57 -04:00
Dan Peebles 80319c1238 terraform: manage 0.10 plugins with Nix
Also add a few starter plugins/providers
2017-08-30 18:35:26 -04:00
Robin Gloster a8f0b18b9a
errbot: add glibcLocales to buildInputs 2017-08-30 22:24:34 +02:00
Robin Gloster 8211dfb200
errbot: 4.3.3 -> 5.1.2 2017-08-30 21:25:56 +02:00
Tristan Helmich 6b9ca4599e
errbot: remove pyside dependency 2017-08-30 21:25:56 +02:00
Robin Gloster c999094715
errbot: 4.2.2 -> 4.3.3 2017-08-30 21:25:56 +02:00
Frederik Rietdijk 6d4bd78fad Merge commit '2858c41' into HEAD 2017-08-30 21:07:07 +02:00
Grant Wu fa5e343242 deluge: 1.3.13 -> 1.3.15
Change libtorrentRasterbar dependency to 1.0.x series (required for
1.3.x series)
Move Deluge out of pythonPackages (it doesn't support Python 3)
2017-08-30 19:25:30 +02:00
Adam Růžička 55a123a49d notmuch-addrlookup: fix build with notmuch 0.25 (#27691) 2017-08-30 18:43:27 +02:00
zimbatm 998f516fb0 terraform: only expose maj.min to top-level
We shouldn't encourage users to depend on a tiny release.
2017-08-30 16:02:24 +02:00
Franz Pletz da988970b2 Merge pull request #28696 from jtojnar/rm-farsight
farsight2: remove
2017-08-30 01:56:26 +02:00
Rushmore Mushambi ccd255776e Merge pull request #28706 from rushmorem/nomad
nomad: 0.6.0 -> 0.6.2
2017-08-29 20:52:37 +02:00
rushmorem 43732d8bc0 nomad: 0.6.0 -> 0.6.2 2017-08-29 20:47:45 +02:00
Rushmore Mushambi 7312bd1c2e Merge pull request #28705 from rushmorem/marathon
marathon: remove myself from maintainers
2017-08-29 20:38:37 +02:00
rushmorem 16fb651c03 marathon: remove myself from maintainers 2017-08-29 20:37:59 +02:00
Rushmore Mushambi 9f25e69567 Merge pull request #28704 from rushmorem/mesos
mesos: remove myself from maintainers
2017-08-29 20:36:03 +02:00
rushmorem 0a12c4bc2a mesos: remove myself from maintainers 2017-08-29 20:34:52 +02:00
Jan Tojnar 680538dbf3
pidgin: remove unnecessary dependency
Farsight was renamed to Farstream long ago and it is already listed as a dependency.
2017-08-29 19:23:25 +02:00
Joachim F 350781b7d1 Merge pull request #28678 from oxij/pkg/fix-tor-browser
firefoxPackages: tor-browser: use gcc5
2017-08-29 17:07:03 +00:00
rushmorem 91062dc862 habitat: 0.8.0 -> 0.30.2 2017-08-29 16:19:50 +02:00
Jan Malakhovski 327766bb32 firefoxPackages: tor-browser: use gcc5 2017-08-29 10:48:21 +00:00
Jörg Thalheim 0d35ce240d communi: 2016-08-17 -> 3.5.0 2017-08-29 11:46:36 +01:00
Jörg Thalheim 4b8435dcee Merge pull request #28578 from kevincox/qb
qbittorrent: 3.3.13 -> 3.3.15
2017-08-29 11:09:13 +01:00
Vladimír Čunát 2858c41823
Merge branch 'master' into staging
There were some conflicts in python modules, commented at #28314.
2017-08-29 10:51:54 +02:00
Claas Augner 03b08fca66 nextcloud-client 2.3.2 (#28645)
* nextcloud-client: init at 2.3.2

* nextcloud-client: nitpicks
2017-08-28 21:33:51 +01:00
Franz Pletz 80848ce10d
bro: 2.5 -> 2.5.1 2017-08-28 00:54:43 +02:00
Jörg Thalheim 9d74fd3e07 frostwire: add java to PATH
fixes #28547
2017-08-27 08:55:04 +01:00
Lancelot SIX 310e2d677a freerdp: 20170502 -> 20170724
Fixes multiple security issues:
 * TALOS-2017-0336 CVE-2017-2834
 * TALOS-2017-0337 CVE-2017-2834
 * TALOS-2017-0338 CVE-2017-2836
 * TALOS-2017-0339 CVE-2017-2837
 * TALOS-2017-0340 CVE-2017-2838
 * TALOS-2017-0341 CVE-2017-2839

See http://www.freerdp.com/2017/07/24/freerdp-security for announcement.
2017-08-27 02:09:19 +02:00
Cray Elliott bff106ea60 discord: clean up /opt, put discord in its own dir 2017-08-26 16:09:05 -07:00
Pascal Bach e244067dff riot-web: init at 0.12.2 (#28585) 2017-08-26 19:49:07 +01:00
Jörg Thalheim a580bedcf1 Merge pull request #28397 from DIzFer/telegram-update
tdesktop: update 1.1.7 -> 1.1.19
2017-08-26 08:49:10 +01:00
Jörg Thalheim a400480f8f Merge pull request #28583 from taku0/firefox-bin-55.0.3
firefox: 55.0 -> 55.0.3
2017-08-26 08:15:33 +01:00
Jörg Thalheim 9ea5b2fdc2 Merge pull request #28398 from NeQuissimus/minikube_kube_1_73
minikube-kubernetes: 1.7.0 -> 1.7.3
2017-08-26 08:08:18 +01:00
Jon Banafato 64d13026b6 corebird: 1.5.1 -> 1.6 2017-08-25 23:12:57 -04:00
Kevin Cox a75d04a970
qbittorrent: 3.3.13 -> 3.3.15
This version contains among other things a fix for a too restrictive
XSS filter. See the full change log at https://www.qbittorrent.org/news.php
2017-08-25 20:46:04 +01:00
taku0 dec0929f19 firefox: 55.0 -> 55.0.3 2017-08-26 03:13:03 +09:00
taku0 1b61304761 firefox-bin: 55.0 -> 55.0.3 2017-08-26 03:12:54 +09:00
Frederik Rietdijk 665d393919 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-25 19:39:41 +02:00
Frederik Rietdijk 656e14f64f Merge remote-tracking branch 'upstream/python-wip' into HEAD 2017-08-25 19:37:57 +02:00
aszlig 58c0d63100
twister: Fix build against GCC 6.x
This applies upstream commit miguelfreitas/twister-core@dd4f5a1769.

Tested only by building and executing "twisterd --help", but no serious
testing done otherwise.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:32:02 +02:00
aszlig c905b7895c
twister: 0.9.30 -> 0.9.34
From the upstream changelog:

Version 0.9.34:

 * quick fix to "Assertion mapInfo.count" failed, don't mess with these
   addrman structures!

Version 0.9.33:

 * fix serious connectivity problem: not trying to connect to >=0.9.30
   peers with random ports.

Version 0.9.31:

 * backport from upstream (arvidn/libtorrent@677e642):
   fixed uTP vulnerability from

The fixes in 0.9.31 are a bit more serious and it actually contains two
fixes from what I've been able to dig through:

 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5685
 * https://www.us-cert.gov/ncas/alerts/TA14-017A

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:31:44 +02:00
Michael Weiss 501f55af87 quiterss: 0.18.7 -> 0.18.8 2017-08-25 02:44:47 +02:00
Thomas Tuegel 72d6389ca1
dropbox: 32.4.23 -> 33.4.23 2017-08-24 11:48:11 -05:00
Michael Weiss d6eb43eed4 quiterss: 0.18.6 -> 0.18.7 2017-08-24 13:07:54 +02:00
Tuomas Tynkkynen 2fc7651b25 Merge remote-tracking branch 'upstream/master' into staging 2017-08-24 02:08:32 +03:00
Jörg Thalheim c60cbef91c Merge pull request #28513 from benley/slack-2.7.1
Slack: 2.6.2 -> 2.7.1
2017-08-24 00:04:04 +01:00
Jörg Thalheim abdcdd2eef Merge pull request #28520 from jtojnar/firefox-bin-update
firefox-beta-bin update
2017-08-23 23:41:28 +01:00
Jan Tojnar ac55f68afe
firefox-devedition-bin: 55.0b2 -> 56.0b5 2017-08-23 21:58:07 +02:00
Jan Tojnar 8b8fa402fe
firefox-beta-bin: 55.0b2 -> 56.0b5 2017-08-23 21:50:05 +02:00
Shea Levy ed9526949f terragrunt: 0.12.25 -> 0.13.0 2017-08-23 14:19:55 -04:00
Shea Levy ff9666772d terraform: Add 0.10.2 2017-08-23 14:16:59 -04:00
aszlig c38440f4e4
Merge pull request #28463 (canto upgrade)
This updates canto-daemon to version 0.9.7 and canto-curses to version
0.9.9. I've tested building both and executing them (although without
very comprehensive tests) and they do work on my machine.

I haven't tested the NixOS service module however, but given that
@devhell is also the maintainer of these packages and the service
module, I trust that he's done testing by himself.
2017-08-23 20:11:41 +02:00
Benjamin Staffin f9a42ed10e
Slack: 2.6.2 -> 2.7.1 2017-08-23 12:35:23 -04:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
devhell e2fbaa856f canto-{daemon,curses}: 0.9.6,0.9.7 -> 0.9.7,0.9.9
Upstream changelog available at:
https://codezen.org/canto-ng/news/
2017-08-22 12:14:17 +01:00
Franz Pletz e6abf5e9e4
thunderbird: remove gcc6 patch, works now 2017-08-22 01:40:48 +02:00
WilliButz 221f5f00e3 rawdog: 2.21 -> 2.22, http -> https 2017-08-21 23:41:00 +02:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Frederik Rietdijk 04cd1db2b7 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-21 01:28:27 +02:00
David Izquierdo d195a98504 tdesktop: update 1.1.7 -> 1.1.19 2017-08-20 12:48:54 +02:00
Cray Elliott b427d4a4bb discord: work around upstream bug via pulseaudio
upstream bug causes large ping/high cpu usage when when using voice chat
if pulseaudio is not available at runtime, even though the executable
only explicitly needs ALSA

after a fix hits upstream, I will make pulseaudio support optional and
return the default to alsa

https://github.com/crmarsh/discord-linux-bugs/issues/16
2017-08-19 23:10:55 -07:00
Joachim F 99f1b3eed8 Merge pull request #28331 from taku0/thunderbird-bin-52.3.0
thunderbird: 52.2.1 -> 52.3.0
2017-08-19 17:16:45 +00:00
Joachim F 8233560e4b Merge pull request #28332 from taku0/firefox-bin-55.0.2
firefox: 55.0 -> 55.0.2
2017-08-19 17:16:30 +00:00
Tim Steinbach 14eb44d2b8
minikube-kubernetes: 1.7.0 -> 1.7.3 2017-08-19 09:08:44 -04:00
Maarten Hoogendoorn a3dde7776b Fix `oc cluster up`
The command `oc cluster up` mainly runs code though Docker containers.

However, in pkg/bootstrap/docker/host/host.go, nsenter is used to run
some commands on the host. For this to work on NixOS, we need to provide
the absolute path to the required programs.
2017-08-18 17:06:50 +02:00
Peter Hoeg fb70d08232 msgviewer: indent 2017-08-18 20:55:49 +08:00
Joachim Fasting cc0434863b
lynx: 2.8.9dev.11 -> 2.8.9dev.16 2017-08-17 18:54:15 +02:00
Joachim Fasting 6ebf2d4fc7
lynx: meta fixups 2017-08-17 18:54:13 +02:00
Joachim Fasting 21eade1b02
lynx: enable parallel building 2017-08-17 18:54:12 +02:00
Joachim Fasting 7c09434756
lynx: enable pie 2017-08-17 18:54:11 +02:00
Joachim Fasting c47fcbf293
lynx: remove unwanted references to build-time only inputs
The binary embeds a listing of build-time dependencies derived from
config.cache.  Fix by nuking references in the derived header prior to
building.

Reduces size from ~102MB to ~51MB.
2017-08-17 18:54:05 +02:00
Frederik Rietdijk 8f2ea38f8f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-17 18:34:17 +02:00
Maarten Hoogendoorn f8a72662cf openshift: 1.5.0 -> 3.6.0
- Updated from 1.5.0 to 3.6.0 (this is just the next version, but Red
  Hat did quite the version bump there)
- Added 'v' to the version; it is used by `oc cluster up` to determine
  which image should be downloaded.
- Added myself as a maintainer.
2017-08-17 16:57:43 +02:00
Peter Hoeg 57ee7283d2 msgviewer: init at 1.9 2017-08-17 09:48:28 +08:00
taku0 395d15eeb7 thunderbird: 52.2.1 -> 52.3.0 2017-08-17 09:12:39 +09:00
taku0 37dff6bdcc thunderbird-bin: 52.2.1 -> 52.3.0 2017-08-17 09:12:32 +09:00
taku0 f175cdc411 firefox: 55.0 -> 55.0.2 2017-08-17 03:12:56 +09:00
taku0 85a1a59e67 firefox-bin: 55.0 -> 55.0.2 2017-08-17 03:12:41 +09:00
koenigmaximilian 7fdf6e6b99 palemoon: 27.2.1 -> 27.4.1 2017-08-16 16:57:56 +00:00
Peter Hoeg 806af3d2c8 syncthing: 0.14.32 -> 0.14.36 2017-08-14 20:36:08 +08:00
Eelco Dolstra 9eb901b70d
Merge remote-tracking branch 'origin/gcc-6' into staging 2017-08-14 11:38:00 +02:00
Frederik Rietdijk 62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Frederik Rietdijk 111d43042d Merge pull request #28222 from magnetophon/notmuch
notmuch: 0.24.2 -> 0.25
2017-08-13 22:28:06 +02:00
Frederik Rietdijk 59b4ed9daf Merge pull request #28241 from benley/helm-2.5.1
kubernetes-helm: 2.5.0 -> 2.5.1
2017-08-13 22:01:03 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Vladimír Čunát 34946256a0
Merge #27424: stdenv: Don't put man pages into $doc 2017-08-13 19:32:51 +02:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Benjamin Staffin cb3575bda7
kubernetes-helm: 2.5.0 -> 2.5.1 2017-08-13 12:27:52 -04:00
Frederik Rietdijk 2a8cd14d5f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-13 09:50:47 +02:00
Bart Brouns 8da8a162bb notmuch: 0.24.2 -> 0.25 2017-08-13 03:59:47 +02:00
Robin Gloster bb5702c521
treewide: remove automake pinning to the newest version
quasi no-op
2017-08-12 18:49:58 +02:00
Lukas Werling fb36d9edb3 vivaldi: 1.10.867.48-1 -> 1.11.917.39-1 2017-08-12 12:41:52 +02:00
Vladimír Čunát 6899c7fdb9
Merge branch 'master' into gcc-6 2017-08-12 10:09:41 +02:00
Robin Gloster 0611be740e
firefox: fix on i686 2017-08-11 21:07:14 +02:00
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Lancelot SIX e34ce9d1c5 gnupg: 2.1.22 -> 2.1.23
This release in a RC for gnupg-2.2. The main difference as far as
nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and
`gpgv2` is called `gpgv`.

This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs,
but there might be some packaged software that internally use `gpg2`
not handeled by this commit.

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html
for full release information
2017-08-11 19:24:06 +02:00
Jörg Thalheim 516ba12b6d dropbox: fix makeWrapper usage
makeWrapper checks now if script is executable,
so we have to chmod first.
2017-08-11 15:04:19 +01:00
taku0 71d0a5a328 firefox: 55.0 -> 55.0.1 2017-08-11 14:06:21 +02:00
taku0 aa661ed796 firefox-bin: 55.0 -> 55.0.1 2017-08-11 14:06:21 +02:00
Robin Gloster 83f8ffb11d
Revert "trezor-bridge: remove"
This reverts commit fac1ded619.

missed one use
2017-08-11 13:32:19 +02:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Robin Gloster 28cc2642f0
treewide: use less `phases` if not necessary
This removes some skipping of e.g. fixupPhase and cleans up occurences
where this led to duplicating code
2017-08-11 11:40:36 +02:00
Robin Gloster fac1ded619
trezor-bridge: remove 2017-08-11 11:40:36 +02:00
Herwig Hochleitner e8f1ddcbd1 chromium: 60.0.3112.78 -> 60.0.3112.90 2017-08-11 11:17:14 +02:00
Herwig Hochleitner bb397093b5 chromium: add build flags and system libs
This is lifted from the Arch build recipe:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/chromium

using system libjpeg still doesn't work for some reason, otherwise the
build runs fine
2017-08-11 11:17:14 +02:00
Herwig Hochleitner 8dc869e340 chromium: 59.0.3071.115 -> 60.0.3112.78
get rid of outdated version branches and patches
take a patch from gentoo, to fix gn bootstrapping
2017-08-11 11:17:14 +02:00
Peter Hoeg 18112eea52 dropbox: 31.4.25 -> 32.4.23 2017-08-11 16:05:49 +08:00
Jörg Thalheim a0ffab2a62 Merge pull request #28040 from taku0/firefox-bin-55.0
firefox: 54.0.1 -> 55.0
2017-08-10 20:16:11 +01:00
Tim Steinbach 55fcd5caed Merge pull request #28078 from lsix/update_docker_machine
docker-machine: 0.12.0 -> 0.12.2
2017-08-10 14:49:36 -04:00
Tim Steinbach 1d6ec295d1 Merge pull request #28051 from taku0/flashplayer-26.0.0.151
flashplayer: 26.0.0.137 -> 26.0.0.151 [Critical security fixes]
2017-08-10 14:42:58 -04:00
Simon Lackerbauer 30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Lancelot SIX fa02817cda
docker-machine: 0.12.0 -> 0.12.2 2017-08-09 17:59:47 +02:00
Lancelot SIX 90282d95bd Merge pull request #27832 from lsix/update_wireshark
wireshark: 2.2.7 -> 2.4.0
2017-08-09 09:59:44 +02:00
Cray Elliott 3bda92175a discord: minor clean up, add self to maintainers 2017-08-08 22:29:45 -07:00
Cray Elliott 6616b9a225 discord: 0.0.1 -> 0.0.2 2017-08-08 20:36:17 -07:00
Joachim Fasting 1b77c29507
tor-browser-bundle-bin: 7.0.3 -> 7.0.4
- Update Firefox to 52.3.0esr
- Update Tor to 0.3.0.10
2017-08-08 22:12:03 +02:00
taku0 668007f034 flashplayer: 26.0.0.137 -> 26.0.0.151 2017-08-08 21:35:32 +09:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
taku0 5021ed9dd2 firefox-esr: 52.2.1esr -> 52.3.0esr 2017-08-07 21:15:39 +09:00
taku0 39e6dfe2f6 firefox: 54.0.1 -> 55.0 2017-08-07 21:14:31 +09:00
taku0 311a7ca329 firefox-bin: 54.0.1 -> 55.0 2017-08-07 21:12:44 +09:00
zimbatm 19c64b57d5 minikube: 0.20.0 -> 0.21.0 2017-08-06 20:24:26 +01:00
Michael Weiss 953b232385 gns3-server: init at 2.0.3 2017-08-06 17:40:53 +02:00
Michael Weiss acb9ca3006 gns3-gui: init at 2.0.3 2017-08-06 01:55:49 +02:00
Jan Tojnar c9d419a22b gnome: Further fixes for `Using the 'memory' GSettings backend issue` 2017-08-05 12:21:00 +02:00
Thomas Tuegel acf05ea777
dropbox: 31.4.24 -> 31.4.25 2017-08-04 19:54:13 -05:00
Tim Steinbach c6fc73b5bc Merge pull request #26842 from lluchs/vivaldi-ffmpeg-codecs
vivaldi: add support for proprietary codecs
2017-08-04 09:00:59 -04:00
zimbatm e0a848fb16 terraform_0_10_0: tune build 2017-08-04 11:50:44 +01:00
Robin Gloster 82d4963ab5
umurmur: 0.2.16a -> 0.2.17
fixes build with openssl 1.1.0
2017-08-04 04:07:39 +02:00
Robin Gloster c1ca5acf19
retroshare: 0.5.5c -> 0.6.2 2017-08-04 04:05:46 +02:00
Franz Pletz b794459727
ldcpp: remove, old and abandoned
Latest release from 2011 and needs patching to build with openssl 1.1.
2017-08-04 04:05:41 +02:00
Jamey Sharp de761128da zoom-us: 2.0.91373.0502 -> 2.0.98253.0707 2017-08-04 03:34:53 +02:00
Jamey Sharp 3b289ec996 zoom-us: use makeWrapper instead of wrapProgram
Since the program to be wrapped is already in a different path than
$out/bin, we don't need the complicated dance that wrapProgram uses to
put the wrapper in the same location as the original program. Just tell
makeWrapper to put the wrapper in the final desired output location
instead.
2017-08-04 03:34:53 +02:00
Jamey Sharp 57f9bfbd48 zoom-us: only support known platforms
This package does not work on arbitrary Linux systems, only on platforms
for which upstream has provided prebuilt binaries. Fortunately, we have
a list of the platforms we know how to get binaries for: it's exactly
the ones in the `srcs` set.
2017-08-04 03:34:53 +02:00
Jamey Sharp 2062c9355a zoom-us: update homepage
zoom.us uses HTTPS now.
2017-08-04 03:34:53 +02:00
Robin Gloster b515286714
eiskaltdcpp: 2.2.9 -> 2.2.10, add upstream openssl patches 2017-08-04 02:39:22 +02:00
Robin Gloster b703df2d4c
epic5: add patch for openssl 1.1 2017-08-04 02:35:37 +02:00
Robin Gloster c7e74ff726
bip: add upstream patch to build with openssl 1.1 2017-08-04 02:33:05 +02:00
Robin Gloster 3f7d95982b
gale: remove
unmaintained and doesn't build with openssl 1.1
2017-08-04 02:31:06 +02:00
zimbatm a1c953dfc7 terraform: 0.9.11 -> 0.10.0 2017-08-03 11:06:23 +01:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Peter Hoeg cd4d0c72a8 dropbox: 30.4.22 -> 31.4.24 2017-08-03 10:55:23 +08:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk 3b06b8edb7 Merge pull request #27843 from mimadrid/update/filezilla-3.27.0.1
filezilla: 3.25.2 -> 3.27.0.1
2017-08-01 21:56:41 +02:00
mimadrid 23aed92e42
filezilla: 3.25.2 -> 3.27.0.1 2017-08-01 20:42:32 +02:00
Lancelot SIX 90d8608323
wireshark: 2.2.7 -> 2.4.0
Fixes the following CVEs:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11409
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11406
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11407
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11408
2017-08-01 13:35:10 +02:00
Robin Gloster 63b6179f52
alpine: 2.00 -> 2.21 2017-08-01 12:34:12 +02:00
Franz Pletz 481b4a77ba
vnstat: 1.15 -> 1.17 2017-08-01 08:36:36 +02:00
Tim Steinbach 449946ef94
torbrowser: 7.0.2 -> 7.0.3
Fixes a bug whereby visiting specially crafted urls could lead to
direct (non-tor) connections to the remote host[1]

[1]: https://blog.torproject.org/blog/tor-browser-703-released
2017-07-31 16:39:12 +02:00
Franz Pletz f90c4be438 Merge pull request #27785 from volth/xrdp-0.9.3-1
xrdp: abs path to garbage directory
2017-07-31 10:05:48 +02:00
Peter Hoeg 688ab1ed02 terragrunt: 0.12.24 -> 0.12.25 2017-07-31 14:23:04 +08:00
Volth fdbdccf1a7 xrdp: abs path to garbage directory 2017-07-31 00:43:15 +00:00
Aristid Breitkreuz a2b2c1e4bd weechat: fix build (hack?) 2017-07-30 20:22:17 +02:00
volth fd1b618852 xrdp: 0.9.2 -> 0.9.3 (#27742) 2017-07-29 16:16:19 +01:00
hectorj 43f23e4dff nomad: 0.5.6 -> 0.6.0 2017-07-29 00:41:57 +02:00
Peter Hoeg e10d7655dc anydesk: init at 2.9.4 2017-07-28 16:05:35 +08:00
Will Dietz 946cabd5a1 skype: Remove old Linux version, deprecated July 1st 2017.
As reported on various news sites, and currently
on the skype linux download page it contains:

"Important notice: All Skype for Linux clients version 4.3 and older
will be retired on July 1, 2017. To keep chatting, please install the
latest version of Skype for Linux."
2017-07-27 14:43:02 -05:00
Nikolay Amiantov c3a9f59513 mumble_git: 2017-04-16 -> 2017-05-25 2017-07-26 18:36:52 +03:00
Sergey Volkov 6c8871f928
docker-machine: 0.10.0 -> 0.12.0 2017-07-25 21:42:01 -04:00
Lukas Werling 74debc3945 vivaldi: Add update script 2017-07-25 14:25:09 +02:00
Lukas Werling 93050a3120 vivaldi: fix file dialog crash
When trying to open or save a file using the file chooser GUI, Vivaldi
would crash with the message

   GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is
   not installed

This commit adds the GTK directory to XDG_DATA_DIRS which fixes the
crash.
2017-07-25 14:25:09 +02:00
Lukas Werling d6f3cfecfb vivaldi: add proprietaryCodecs option
Fix #26413
2017-07-25 14:25:09 +02:00
Lukas Werling cb9cb34c23 vivaldi: 1.10.867.38-1 -> 1.10.867.48-1 2017-07-25 14:24:56 +02:00
Eelco Dolstra d65e528a37
Merge remote-tracking branch 'origin/master' into gcc-6 2017-07-24 18:27:24 +02:00
Jörg Thalheim 239b694579 Merge pull request #27575 from danielfullmer/rclone-1.37
rclone: 1.36 -> 1.37
2017-07-23 10:21:03 +01:00
Daniel Fullmer 6841f7b07d rclone: 1.36 -> 1.37 2017-07-22 21:29:21 -04:00
Stefan Siegl 75290adaa9
owncloud-client: 2.3.1 -> 2.3.2 2017-07-21 23:19:45 +02:00
Eelco Dolstra a13802b2c8
Merge remote-tracking branch 'origin/master' into gcc-6 2017-07-21 11:05:58 +02:00
Franz Pletz b1189b7a63 Merge pull request #27399 from bendlas/update-chromium
chromium: 59.0.3071.109 -> 59.0.3071.115
2017-07-19 22:13:19 +02:00
Wout Mertens 6b628d7c03 rsync: build with own zlib again
Rsync has its own patched compress function, and to be able to use the `-z` flag, it needs to use that one.

With `-zz` rsync can use an external zlib, but then it can't talk to older rsync versions.

More details at https://bugs.mageia.org/show_bug.cgi?id=13669
2017-07-19 14:18:51 +02:00
Peter Hoeg db7260121c qtox: add missing pcre dependency 2017-07-19 10:44:42 +08:00
hectorj d07bf424a9 nomad: 0.5.5 -> 0.5.6 2017-07-18 02:46:56 +02:00
Peter Hoeg 8b4707798c qtox: 1.10.2 -> 1.11.0 2017-07-18 06:39:54 +08:00
Nicolas B. Pierron 5442484c5f Update Mozilla Software Releases sub-key.
This commit update the Mozilla Software Releases, with the key found at:
https://gpg.mozilla.org/pks/lookup?search=Mozilla+Software+Releases+%3Crelease%40mozilla.com%3E&op=vindex
2017-07-18 00:13:08 +02:00
Jörg Thalheim 04c944cdb4 Merge pull request #27057 from Nadrieril/bitlbee-libpurple
bitlbee service: Add option to load libpurple plugins into bitlbee
2017-07-17 18:07:43 +01:00
Frederik Rietdijk 28b7d016ca Merge pull request #27005 from jtojnar/fix/corebird-gst
gst_all_1.gst-plugins-bad: build gtksink plugin
2017-07-17 17:50:27 +02:00
Jan Tojnar e564f16b7f
corebird: fix video playback
Corebird requires gst-plugins-bad compiled with GTK support to play
videos.

This commit enables the GTK support.
2017-07-17 16:50:54 +02:00
Graham Christensen 7fcddfe388 Merge pull request #27025 from corngood/firefox-drm-fix
firefox: fix the drmSupport option
2017-07-16 16:57:08 -04:00
Nadrieril ce6fe1a61b bitlbee: Add optional libpurple dependency 2017-07-16 14:19:39 +01:00
Johannes Frankenau 81736497a4 neomutt: 20170609 -> 20170714 2017-07-15 16:16:22 +02:00
Herwig Hochleitner cc583b75fb chromium: 59.0.3071.109 -> 59.0.3071.115
use several system libraries instead of bundled

see http://www.linuxfromscratch.org/blfs/view/cvs/xsoft/chromium.html
2017-07-15 13:14:37 +02:00
Aristid Breitkreuz 9480628286 insync: 1.3.16.36155 -> 1.3.17.36167 2017-07-15 10:21:12 +02:00