Commit Graph

83959 Commits

Author SHA1 Message Date
Domen Kožar
7d8a7be241 manual: revert title change to keep the link working 2016-05-22 11:31:08 +01:00
Nikolay Amiantov
53e69e8489 Merge pull request #15612 from peterhoeg/deluge
deluge: add service-identity
2016-05-22 12:54:07 +03:00
Eric Sagnes
96a4e1f80d nixpkgs manual: cleanup (#15611) 2016-05-22 10:05:37 +01:00
Bjørn Forsman
cc41cb30e3 qmmp: 0.8.4 -> 0.9.9
The 0.x versions is for Qt 4, whereas the new 1.x is for Qt 5. We'll
update to the Qt 5 version later. Upstream currently makes simultaneous
releases of both Qt 4 and 5 branches.
2016-05-21 23:45:44 +02:00
Bjørn Forsman
b51986b8d1 evtest: 1.32 -> 1.33 2016-05-21 23:27:53 +02:00
Joachim Fasting
5a357d9731
grsecurity: 4.5.5-201605202102 -> 4.5.5-201605211442 2016-05-21 22:28:36 +02:00
Arnold Krille
bf0e745597 unbound service: do not initialize root cert
When enableRootTrustAnchor is set to false, there is really no point in
initializing the root key before starting unbound.

Fixes #15605.
2016-05-21 22:27:27 +02:00
Bjørn Forsman
d5656873d7 john: use gcc 4.9 instead of 5 (unbreaks build)
Fixes this build error:

  dynamic_fmt.o: In function `DynamicFunc__crypt_md5_to_input_raw_Overwrite_NoLen':
  .../john-1.8.0-jumbo-1/src/dynamic_fmt.c:4989: undefined reference to `MD5_body_for_thread'

Upstream issue:

  https://github.com/magnumripper/JohnTheRipper/issues/1093
2016-05-21 22:17:52 +02:00
Arseniy Seroka
b5f322c3d1 Merge pull request #15594 from ldesgoui/discord
discord: 0.0.3 -> 0.0.8
2016-05-21 22:59:00 +03:00
Nick Novitski
15c6fa023f neovim: fix Man command 2016-05-21 21:51:40 +02:00
Kranium Gikos Mendoza
bc93957bb5 facetimehd: git-20160127 -> git-20160503
Fixes issues with kernels newer than 4.4.
2016-05-21 21:19:54 +02:00
Anthony Cowley
7b56411fef tinyxml: darwin compatibility
- Relax the baked-in assumption that g++ is used to build and link
- Use the appropriate shared library extension on darwin
2016-05-21 21:04:41 +02:00
ldesgoui
85789b5f2b discord: 0.0.3 -> 0.0.8 2016-05-21 18:33:57 +02:00
Ben Smith
3a1beb6347
redis service: add firewall and VM overcommit options
- Add vm.over_commit setting for background saving
- Add openFirewall setting

Closes #10193
2016-05-21 18:17:36 +02:00
Alexander Ried
3e0943d5ba ripple-rest: mark as broken
development is frozen as of Nov 2015
author recommends migrating to RippleAPI
2016-05-21 18:04:17 +02:00
Robert Helgesson
a37e639cec perl-maatkit: fix build 2016-05-21 17:43:26 +02:00
Anthony Cowley
e4e422aa91 pcl: visualization components in darwin
Supplies the necessary frameworks and build system tweaks to build the
vtkWithQt4 components on darwin. This follows on from PRs #14705 and #14749.
2016-05-21 17:38:28 +02:00
Svend Sorensen
ddcf5d3941 librecad: 2.0.9 -> 2.0.10 2016-05-21 17:32:15 +02:00
Xing Yang
63da839700 bluez-tools: fix sha256 hash. 2016-05-21 16:37:40 +02:00
Alexander Ried
31fa7eda70 releasenotes: fix opengl.extraPackages option name
Should be merged into master and release-16.03 I guess
2016-05-21 16:34:58 +02:00
Tobias Geerinckx-Rice
b1f6a10e1e
borgbackup: 1.0.2 -> 1.0.3
Changes: https://github.com/borgbackup/borg/blob/1.0.3/docs/changes.rst
2016-05-21 14:23:27 +02:00
Tobias Geerinckx-Rice
186f7d9bb5
eid-mw: 4.1.17 -> 4.1.18 2016-05-21 14:13:29 +02:00
Tobias Geerinckx-Rice
1099becf41 Merge pull request #15506 from nckx/update-certbot
certbot: 0.5.0 -> 0.6.0; rename from letsencrypt
2016-05-21 13:53:33 +02:00
Tobias Geerinckx-Rice
9414e2d536
certbot: 0.5.0 -> 0.6.0; rename from letsencrypt 2016-05-21 13:52:28 +02:00
Tobias Geerinckx-Rice
5940056af6
utox: 0.7.0 -> 0.9.0
Upstream is weird.
2016-05-21 13:50:52 +02:00
Peter Hoeg
5dfe97dec5 deluge: add service_identify
Required for proper TLS support.
2016-05-21 19:39:04 +08:00
Bjørn Forsman
c7db50e24f Revert "network-manager: multiple outputs"
This reverts commit c25907d072.

I think this commit broke the NixOS service for NetworkManager. At least
with this, and the two previous reverts, everything is back to normal.
(With multiple-outputs split, it would have reduced the closure size by
3 MiB.)
2016-05-21 13:12:44 +02:00
Bjørn Forsman
167272f01d Revert "networkmanager service: fixup"
This reverts commit 7ac1ef05fa.

One of a few reverts needed to unbreak networkmanager NixOS service
since the multiple-output split (to save 3 MiB of closure size).
2016-05-21 13:12:44 +02:00
Bjørn Forsman
d1463ac750 Revert "nixos/networkmanager: fix syntax error"
This reverts commit 2875293615.

One of a few reverts needed to unbreak networkmanager NixOS service
since the multiple-output split (to save 3 MiB of closure size).
2016-05-21 13:12:44 +02:00
Robert Helgesson
6eafbecdd5 perl-Net-DBus: 1.0.0 -> 1.1.0
Also add meta section.
2016-05-21 12:20:59 +02:00
Robert Helgesson
4c2b8ab17b perl-Text-CSV_XS: 1.19 -> 1.23 2016-05-21 12:14:24 +02:00
Robert Helgesson
804735f702 perl-Net-DNS: 0.74 -> 1.05
Re-enable tests (with only online tests disabled) and add meta section.
2016-05-21 12:13:39 +02:00
Aycan iRiCAN
379559702e snort: 2.9.7.2 -> 2.9.8.2 2016-05-21 10:08:36 +03:00
Joachim Fasting
79481bd68f
linux: 4.5.4 -> 4.5.5 2016-05-21 07:37:41 +02:00
Joachim Fasting
cdf2ffda9d
grsecurity: 4.5.4-201605131918 -> 4.5.5-201605202102 2016-05-21 07:37:41 +02:00
Joachim Fasting
a2f7ae1935 Merge pull request #15582 from romildo/upd.numix-gtk-theme
numix-gtk-theme: 2.5.1 -> 2016-05-19
2016-05-21 07:09:49 +02:00
Tuomas Tynkkynen
1cc4c68c73 Merge pull request #15585 from romildo/upd.numix-icon-theme
numix-icon-theme: 20160120 -> 2016-05-18, numix-icon-theme-circle: 20160121 -> 2016-05-18
2016-05-21 01:41:20 +03:00
Nikolay Amiantov
53b8852498 initrd-ssh service: add assertions for host keys 2016-05-20 23:34:28 +03:00
Peter Simons
ba718a9179 Merge pull request #15587 from NikolaMandic/metomaintainers
adding me to maintainers
2016-05-20 22:14:33 +02:00
NikolaMandic
9bc61f92ff adding me to maintainers 2016-05-20 19:46:20 +00:00
Vladimír Čunát
5dfe6fd034 perl: fix evaluation on cygwin
... and maybe on other platforms that have `stdenv.cc.cc == null`.
No hash changes where it did evaluate previously. Discussion:
https://github.com/NixOS/nixpkgs/commit/b291f1682f#commitcomment-17558440
2016-05-20 21:37:27 +02:00
José Romildo Malaquias
065c33ebc4 numix-icon-theme-circle: 20160121-e7008b488edfe37379ba9c4b8d5245dfd6125fc3 -> 2016-05-18 2016-05-20 15:10:37 -03:00
José Romildo Malaquias
eb71f6d947 numix-icon-theme: 20160120-a704451830d343670721cbf1391df18611d61901 -> 2016-05-18 2016-05-20 14:58:44 -03:00
Joachim Fasting
36b4e612e4 Merge pull request #15551 from RubenAstudillo/hakuneko
hakuneko: init at 1.3.12
2016-05-20 18:58:18 +02:00
Ruben Astudillo
1bbda4989c hakuneko: init at 1.3.12 2016-05-20 12:47:01 -04:00
Lluís Batlle i Rossell
f6f5c185ca Allow not rebasing in cygwin stdenv.
This changes cygwin stdenv, but I don't think it will hurt much people.

This allows mkDerivation to get "dontRebase=true" to skip the usual cygwin
rebase. This is required, if we are using this stdenv to build DLLs for win32
inside x86_64-cygwin, because /bin/rebase crashes at finding an arch mismatch.
Additionally, we don't need any rebase for libraries built by visual studio and
meant for visual studio (my use case).

I'm using nix in x86_64-cygwin to build libraries with visual studio, both for
x86_64 and x86.
2016-05-20 17:17:10 +02:00
José Romildo Malaquias
603db7fa6f numix-gtk-theme: 2.5.1 -> 2016-05-19 2016-05-20 11:52:31 -03:00
Vladimír Čunát
a6b6f6e049 Merge branch 'staging'
This is to get security fix for expat soon-ish.
Causes ~8k rebuilds; whole staging would be a stdenv rebuild.
2016-05-20 16:33:28 +02:00
Bjørn Forsman
b12c9b83b5 borgbackup: unbreak build by using python 3.4 (instead of 3.5) 2016-05-20 16:23:13 +02:00
Bjørn Forsman
06fc3790bc attic: unbreak build by using python 3.4 (instead of 3.5) 2016-05-20 16:23:13 +02:00