Robin Gloster
b743ddf8f9
sslscan: enable ssl2 checking
2016-10-12 14:36:41 +02:00
Robin Gloster
dabcd7d4c8
dockerRegistry module: re-init with new underlying software
2016-10-12 14:05:09 +02:00
Robin Gloster
9838b80e91
docker-distribution: init at 2.5.1
2016-10-12 14:05:09 +02:00
Jörg Thalheim
9079bc08e5
Merge pull request #19362 from davorb/purple-facebook
...
purple-facebook: init at 66ee77378d82
2016-10-12 13:38:34 +02:00
Lorenzo Manacorda
ff4fde36b7
youtube-dl: 2016.09.27 -> 2016.10.07 ( #19476 )
2016-10-12 13:29:33 +02:00
Jörg Thalheim
1af9420392
Merge pull request #19475 from schneefux/hugo
...
hugo: v0.16 -> 0.17
2016-10-12 13:21:56 +02:00
Robin Gloster
a0e791a14c
errbot module: init
2016-10-12 13:17:46 +02:00
Franz Pletz
1749e86577
crowd module: init
2016-10-12 13:17:24 +02:00
Franz Pletz
8a59ad167e
atlassian-crowd: init at 2.10.1
2016-10-12 13:17:24 +02:00
Franz Pletz
96d0950ce3
jira module: init
2016-10-12 13:17:24 +02:00
Franz Pletz
7edaceeb33
atlassian-jira: init at 7.2.2
2016-10-12 13:17:24 +02:00
Franz Pletz
cc89d6c8e9
confluence module: init
2016-10-12 13:17:24 +02:00
Franz Pletz
18790e45d8
atlassian-confluence: init at 5.10.4
2016-10-12 13:17:24 +02:00
Ram Kromberg
1b0163ea16
a2ps: fix build
2016-10-12 14:15:21 +03:00
Peter Hoeg
f2c3e29ac4
simple-scan: 3.21 -> 3.22
...
Additionally, fix the icons and use a newer version of vala.
2016-10-12 19:14:25 +08:00
Jörg Thalheim
2cdac99d24
Merge pull request #19464 from kampfschlaefer/fix_sit_evaluation
...
sit interfaces: fix dependency tracking
2016-10-12 13:05:14 +02:00
sternenseemann
b004070465
libhttpseverywhere: build api documentation
...
This is a workaround for a bug in meson (https://github.com/mesonbuild/meson/issues/894 )
2016-10-12 12:56:41 +02:00
Michael Raskin
2ca8833383
make-tarball.nix: filter out MD5 warnings in evaluation check
2016-10-12 10:50:58 +02:00
Jörg Thalheim
fe11f628ca
Merge pull request #19447 from gnidorah/master2
...
rambox, franz: make menu item
2016-10-12 10:42:39 +02:00
Frederik Rietdijk
f3c6236eb4
Merge pull request #19442 from peterhoeg/lc
...
linkchecker: make it work with newer requests2
2016-10-12 10:21:29 +02:00
Michael Raskin
e207ba7d6a
fetchMD5warn: use INFO, maybe Hydra will like this more
2016-10-12 09:31:38 +02:00
Alex Ivanov
053214c6d2
rambox: add menu item
2016-10-12 09:54:47 +03:00
Frederik Rietdijk
fa6011f401
Merge pull request #19465 from kragniz/python-3.6b2
...
Python 3.6: 3.6b1 -> 3.6b2
2016-10-12 08:45:44 +02:00
Alex Ivanov
d6a824216c
franz: add menu item
2016-10-12 09:38:15 +03:00
Dan Peebles
d8a0307a5d
[darwin.stdenv] Fix to work on Sierra
...
This reinstates the libSystem selective symbol export machinery we used
to have, but locks it to the symbols that were present in 10.11 and skips
the actual compiled code we put into that library in favor of the system
initialization code. That should make it more stable and less likely to
do weird stuff than the last time we did this.
2016-10-12 00:08:13 -04:00
Charles Strahan
da36847d92
nixos: make it easy to apply kernel patches
...
This makes it easy to specify kernel patches:
boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];
To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:
pkgs.linuxPackages.extend (self: super: {
kernel = super.kernel.override {
kernelPatches = super.kernel.kernelPatches ++ [
pkgs.kernelPatches.ubuntu_fan_4_4
];
};
});
Closes #15095
2016-10-11 19:59:00 -04:00
Graham Christensen
b98c0a668e
nvidia-x11: 367.35 -> 367.57
2016-10-11 19:43:58 -04:00
Graham Christensen
9ce4e47bf6
Merge pull request #19408 from NeQuissimus/mariadb_10_1_18
...
mariadb: 10.1.17 -> 10.1.18
2016-10-11 19:34:12 -04:00
Arnold Krille
f16f4daa5b
sit interfaces: fix dependency tracking
2016-10-12 00:16:34 +02:00
Jörg Thalheim
550df4dc47
nixos network: fix evaluation after #19128
2016-10-12 00:06:34 +02:00
Jascha Geerds
30a3a09857
tmuxp: 1.2.0 -> 1.2.2
2016-10-11 23:53:02 +02:00
Jascha Geerds
289c7cfc69
pythonPackages.libtmux: 0.5.0 -> 0.6.0
2016-10-11 23:51:41 +02:00
Jascha Geerds
19c42ee0b7
gitAndTools.gitflow: 1.9.1 -> 1.10.0
2016-10-11 23:38:29 +02:00
Jascha Geerds
44bb5caf7d
numix-icon-theme-circle: 2016-06-10 -> 2016-09-27
2016-10-11 23:33:42 +02:00
Jascha Geerds
d36268c47d
numix-icon-theme: 2016-06-10 -> 2016-10-05
2016-10-11 23:33:42 +02:00
Louis Taylor
39e8623906
Python 3.6: 3.6b1 -> 3.6b2
2016-10-11 22:29:22 +01:00
Daiderd Jordan
39106e757c
Merge pull request #19458 from dipinhora/boto-update
...
boto: 2.41.0 -> 2.42.0
2016-10-11 23:22:44 +02:00
Daiderd Jordan
0dd3f7d4e9
Merge pull request #19461 from dipinhora/packet-python
...
packet-python: init at 1.31
2016-10-11 23:18:09 +02:00
Domen Kožar
735c1cacbd
fix unstable job evaluation
2016-10-11 23:08:50 +02:00
Peter Simons
2804067fc8
Merge pull request #19462 from dipinhora/pony-stable
...
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
Vladimír Čunát
56e9bbfe65
Merge #18130 : llvmPackages_38: 3.8.0 -> 3.8.1
2016-10-11 22:29:59 +02:00
dipinhora
8a7cb597ae
pony-stable: init at 2016-10-10
2016-10-11 16:07:55 -04:00
dipinhora
67d22db807
packet-python: init at 1.31
2016-10-11 15:35:15 -04:00
Vladimír Čunát
e228c804ad
libdrm: 2.4.70 -> 2.4.71
2016-10-11 20:39:51 +02:00
Vladimír Čunát
f755299443
xorg: security fixes #19234
...
https://lists.x.org/archives/xorg-announce/2016-October/002720.html
2016-10-11 20:38:33 +02:00
Graham Christensen
945da0166c
Merge pull request #19432 from sternenseemann/libhttpseverywhere
...
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Vladimír Čunát
6898810ba6
Merge #19297 : openssh: apply patch to fix vulnerability
...
NEWKEYS null pointer dereference.
2016-10-11 20:08:30 +02:00
Vladimír Čunát
9d1dfc9ed0
Merge #18861 : add AMDGPU-PRO driver
2016-10-11 19:57:30 +02:00
Michael Raskin
48388dde18
gimpPlugins.resynthesizer2: init at 2.0.1. A rewrite with python wrappers; GUI is better for some tasks and worse for some other tasks.
2016-10-11 19:57:52 +02:00
Thomas Tuegel
bfc1ec2807
kde5.plasma: 5.8.0 -> 5.8.1
2016-10-11 12:39:16 -05:00