Commit Graph

113624 Commits

Author SHA1 Message Date
Tom Doggett
512c664709
phpPackages: add AST package 2017-08-25 10:26:58 -07: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
Frederik Rietdijk
5374a6cb5a Merge pull request #28568 from fadenb/graylog_2.3.1
graylog: 2.3.0 -> 2.3.1
2017-08-25 18:04:33 +02:00
Frederik Rietdijk
4c103bc6f1 Merge pull request #28505 from cse-bristol/python-linode-api
python linode-api: 4.1.1b2 -> 4.1.2b0
2017-08-25 18:03:58 +02:00
Tristan Helmich
3933c4e943 graylog: 2.3.0 -> 2.3.1 2017-08-25 17:37:06 +02:00
Joachim F
d4779c4d8b Merge pull request #28483 from Gerschtli/update/libcouchbase
libcouchbase: 2.7.2 -> 2.7.6
2017-08-25 14:19:32 +00:00
Lluís Batlle i Rossell
55821dc576 git-lfs: adding old 1.5.6 (supports old server protocols)
Some git-lfs servers may not be ready for 2.x clients.
2017-08-25 14:59:49 +02:00
Peter Simons
30c15c9149 Fix a bunch of ghc-8.2.x Haskell builds. 2017-08-25 14:42:04 +02:00
Jörg Thalheim
d42deacc00 Merge pull request #28487 from ilpianista/qoauth
qoauth: 1.0.1 -> 2.0.0
2017-08-25 13:20:07 +01:00
Jörg Thalheim
6ec7c5cff2 Merge pull request #28488 from alunduil/add-alunduil-maintainer
add alunduil as collection-json maintainer
2017-08-25 13:16:06 +01:00
aszlig
dd5f0d9538
nixos: Fix build of manual
Regression introduced by 520a43ced38843d5116594b359854e02fa7ed057.

Using XML tag characters for things that are not tags needs to be
properly indicated by an entity.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:08:11 +02:00
aszlig
a5386213ad
monkeys-audio: Fix build against GCC 6.x
Regression introduced by 1ded0cb24c4cd6b456ff18b6162d2173cc6330fc.

The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:05:12 +02:00
Jörg Thalheim
13ab95f7be Merge pull request #28538 from olejorgenb/python-matrix-client
Add matrix-python-sdk (pypi: matrix-client)
2017-08-25 12:53:06 +01:00
Jörg Thalheim
b854e83183 pythonPackages.matrix-client: don't pass pythonPackages 2017-08-25 12:50:41 +01:00
Jörg Thalheim
7ea05ea542 jetbrains.webstorm: 2017.1.4 -> 2017.2.2
fixes #28560
2017-08-25 11:31:34 +01:00
Jörg Thalheim
ed023e0374 jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2 2017-08-25 11:08:18 +01:00
Jörg Thalheim
5bf21b3db7 jetbrains.pycharm-community: 2017.2.1 -> 2017.2.2 2017-08-25 11:07:40 +01:00
Jörg Thalheim
61e3436496 jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2 2017-08-25 11:06:59 +01:00
Jörg Thalheim
c5d3ddba3e jetbrains.idea-community: 2017.2.1 -> 2017.2.2 2017-08-25 11:05:55 +01:00
Jörg Thalheim
ca995e5b68 jetbrains.gogland: 171.4694.61 -> 172.3757.46 2017-08-25 11:04:23 +01:00
Jörg Thalheim
8fb2432d94 jetbrains.clion: 2017.2 -> 2017.2.1 2017-08-25 11:01:33 +01:00
Jörg Thalheim
f0f6460ee4 Merge pull request #28531 from wizzup/init/luacheck-0.20.0
luaPackages.luacheck : init at 0.20.0
2017-08-25 10:56:12 +01:00
Jörg Thalheim
f7ae955bc2 Merge pull request #28524 from Ralith/electron
electron: 1.6.6 -> 1.7.5
2017-08-25 09:56:12 +01:00
Jörg Thalheim
47295b4677 Merge pull request #28552 from romildo/fix.oblogout
oblogout: add description for configuration options
2017-08-25 09:35:36 +01:00
Izorkin
520a43ced3 Fix zsh completions (#28550)
* Fix zsh completions

* Fix zsh completions (fix commit)

* Fix zsh completions (fix commit)
2017-08-25 09:34:21 +01:00
Robert Helgesson
f861426de9
nixos/tlp: mask systemd-rfkill socket
This fixes a spurious error on boot. See #24737.
2017-08-25 10:09:25 +02:00
Gabriel Ebner
bff84ca752 Merge pull request #28559 from dywedir/ripgrep
ripgrep: 0.5.2 -> 0.6.0
2017-08-25 09:15:38 +02:00
Jörg Thalheim
f9127f8293 Merge pull request #28525 from moaxcp/master
visualvm: 1.3.8 -> 1.3.9
2017-08-25 08:06:56 +01:00
Jörg Thalheim
56429bf9e3 Merge pull request #28548 from WilliButz/packageUpdates
update packages: watchman, feh, whois, duc, evemu and debianutils
2017-08-25 07:57:57 +01:00
Jörg Thalheim
702c327c42 Merge pull request #28534 from hedning/copyq_3.0.3
copyq: 2.9.0 -> 3.0.3
2017-08-25 07:45:45 +01:00
Jörg Thalheim
cfaa4235e3 geis: fix compilation 2017-08-25 07:41:02 +01:00
Jörg Thalheim
ef6e2d13b0 grail: 3.1.0 -> 3.1.1 2017-08-25 07:30:10 +01:00
Jörg Thalheim
a86b304a26 grails: 2.4.3 -> 3.3.0 2017-08-25 07:26:21 +01:00
Jörg Thalheim
21df7ec4cf Merge pull request #28549 from evujumenuk/exit_on_reboot
containers: remove EXIT_ON_REBOOT
2017-08-25 07:02:31 +01:00
Jörg Thalheim
2925aa99e2 Merge pull request #28554 from dywedir/rustRegistry
rustRegistry: 2017-07-23 -> 2017-08-24
2017-08-25 06:48:06 +01:00
Jörg Thalheim
ddf540d44c Merge pull request #27096 from gnidorah/maxx
maxx: init at 1.1.0
2017-08-25 06:40:31 +01:00
Jörg Thalheim
bf9081383e Merge pull request #28512 from gnidorah/openjk
OpenJK: init at 2017-08-11
2017-08-25 06:24:25 +01:00
Peter Hoeg
ecdabb1b5b Merge pull request #28481 from mpcsh/master
nixos/caddy: improve documentation
2017-08-25 09:56:40 +08:00
Michael Weiss
501f55af87 quiterss: 0.18.7 -> 0.18.8 2017-08-25 02:44:47 +02:00
Michael Weiss
22ae3aa5b6 android-studio-preview: 3.0.0.10 -> 3.0.0.11 2017-08-25 02:40:57 +02:00
dywedir
5db77990db ripgrep: 0.5.2 -> 0.6.0 2017-08-25 01:25:02 +03:00
dywedir
35c4b6d22b rustRegistry: 2017-07-23 -> 2017-08-24 2017-08-25 00:59:11 +03:00
romildo
51df72e4f6 oblogout: add description for configuration options 2017-08-24 18:10:32 -03:00
Cray Elliott
2639bcee5d wineUnstable: 2.14 -> 2.15 2017-08-24 13:52:29 -07:00
WilliButz
c6ee3231b7
feh: 2.19.1 -> 2.19.3 2017-08-24 21:20:04 +02:00
WilliButz
e1b044646b
evemu: 2.4.0 -> 2.6.0 2017-08-24 21:20:04 +02:00
WilliButz
0fbafd6195
duc: 1.4.1 -> 1.4.3 2017-08-24 21:20:04 +02:00
WilliButz
1c0e7d631d
debianutils: 4.8.1 -> 4.8.2 2017-08-24 21:20:03 +02:00
WilliButz
bbf7d8c77b
wordnet: refactor 2017-08-24 21:20:03 +02:00