Frederik Rietdijk
b33d3cca02
ecryptfs: use python2
...
print statement
2016-10-18 23:16:04 +02:00
Aneesh Agrawal
1d9a98cae0
salt: use Python 2
2016-10-18 23:14:36 +02:00
Frederik Rietdijk
78f46d23fe
knockknock: use python2
2016-10-18 23:14:36 +02:00
Frederik Rietdijk
727fcd3d2b
httpstat: fix it
2016-10-18 23:14:36 +02:00
Frederik Rietdijk
af11ff4cdd
gitfs: use python2
2016-10-18 23:14:35 +02:00
Frederik Rietdijk
0389aa9f7d
getmail: use python2
2016-10-18 23:14:35 +02:00
Frederik Rietdijk
f7b983aeaf
grin: use python2
2016-10-18 23:14:33 +02:00
Vladimír Čunát
061758490f
Merge branch 'master' into staging
...
... to get the openssl mass rebuild: 942dbf89c
.
2016-10-14 13:16:11 +02:00
zimbatm
6351c4d24b
Merge pull request #19180 from zimbatm/bundler-env-bins
...
Bundler env bins
2016-10-14 11:51:23 +01:00
Nikolay Amiantov
7619bea1fe
Merge pull request #19544 from kamilchm/blueman
...
blueman: hicolor_icon_theme dependency
2016-10-14 14:34:50 +04:00
Eelco Dolstra
942dbf89c6
openssl, curl, git: Respect $NIX_SSL_CERT_FILE
...
$NIX_SSL_CERT_FILE overrides $SSL_CERT_FILE, which in turn overrides
the default CA path (/etc/ssl/certs/ca-certificates.crt). This allows
Nix to set a CA path without interfering with other packages (such as
Homebrew).
See https://github.com/NixOS/nix/issues/921 .
2016-10-14 12:06:10 +02:00
Kamil Chmielewski
745b659481
blueman: hicolor_icon_theme dependency
2016-10-14 12:03:04 +02:00
Vladimír Čunát
027efec879
Merge staging without python splitting for now
...
The split needs more time to finish rebuilding,
but the rest seems OK and there are security fixes.
2016-10-14 09:24:21 +02:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Franz Pletz
c766c7f095
fastd: fix meta.platforms typo
2016-10-14 00:02:30 +02:00
Tuomas Tynkkynen
c66124e9b7
sshpass: 1.05 -> 1.06
2016-10-14 00:58:07 +03:00
Jörg Thalheim
13ff831440
Merge pull request #19524 from nshalman/shfmt-0.2.0
...
shfmt: 2016-06-16 -> 0.2.0
2016-10-13 22:22:34 +02:00
Frederik Rietdijk
efb6052f40
Python: fixup modules that were removed
2016-10-13 22:11:30 +02:00
Franz Pletz
29bd3898a6
fastd: init at 18
2016-10-13 21:42:17 +02:00
Nahum Shalman
94cf6fbc35
shfmt: 2016-06-16 -> 0.2.0
2016-10-13 15:24:39 -04:00
Frederik Rietdijk
cffdffe1f6
Merge pull request #19309 from FRidh/outputs
...
Python: use separate output for tkinter
2016-10-13 10:40:14 +02:00
Vladimír Čunát
727fc259d6
Merge branch 'master' into staging
2016-10-13 09:53:16 +02:00
Dan Peebles
f35ab9c2f8
rpm-ostree: 2016.1 -> 2016.10
...
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Tim Steinbach
d313a114f1
Merge pull request #19488 from peterhoeg/mysqltuner
...
mysqltuner: init at 1.6.18
2016-10-12 12:41:08 -04:00
Peter Hoeg
7849677a70
mysqltuner: init at 1.6.18
2016-10-12 21:26:53 +08:00
Lorenzo Manacorda
ff4fde36b7
youtube-dl: 2016.09.27 -> 2016.10.07 ( #19476 )
2016-10-12 13:29:33 +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
Jascha Geerds
30a3a09857
tmuxp: 1.2.0 -> 1.2.2
2016-10-11 23:53:02 +02: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
Profpatsch
fa5d919ae9
man-db: wrap groff instead of compiling in
...
Some manpages, e.g. `systemd.time` were broken in a way that they
were rendered from the beginning after part of the page, and then only
lasted for maybe a third of their length.
So we just add groff in the wrapper instead of the configure phase like
every other distribution seems to do, and that fixes it.
Patch by @Mic92.
Fixes #19323 .
2016-10-11 18:34:36 +02:00
Profpatsch
bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
...
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.
Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
Robert Helgesson
7b3073e8fa
svtplay-dl: 1.5 -> 1.6
2016-10-11 15:52:24 +02:00
Alexander Ried
bbb2f64588
tinc: 1.0.28 -> 1.0.29 ( #19444 )
2016-10-11 12:57:00 +02:00
Peter Hoeg
b120ef422c
linkchecker: make it work with newer requests2
...
linkchecker has an odd version check for requests2 that fails on
versions > 2.9.x.
We patch out the check as we are providing a recent requests2. This
patch should be dropped when linkchecker >v9.3 is released.
We now also run the tests although I had to remove one failing test.
Yes, that's covering up the issue but we're still better off than
before.
2016-10-11 11:02:52 +08:00
Sander van der Burg
b44e79e240
lhasa: init at 0.3.1
2016-10-10 20:48:00 +00:00
Jörg Thalheim
6f389da98d
Merge pull request #19399 from sternenseemann/master
...
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Alexander Ried
9f0dffa84e
networkmanagerapplet: 1.2.2 -> 1.4.2
...
Needs ModemManager for configuration of WWAN and jansson for
team configuration editing.
2016-10-10 09:42:59 +02:00
Alexander Ried
2117769601
modemmanager: 1.4.6 -> 1.6.2
...
Now supports systemd resume
2016-10-10 09:42:59 +02:00
Alexander Ried
1fa0a69fc2
networkmanager_openvpn: 1.2.2 -> 1.2.6
2016-10-10 09:42:59 +02:00
Alexander Ried
6bdf707641
networkmanager_vpnc: 1.2.2 -> 1.2.4
2016-10-10 09:42:59 +02:00
Alexander Ried
6f8a8fd9d4
networkmanager_pptp: 1.2.2 -> 1.2.4
2016-10-10 09:42:59 +02:00
Alexander Ried
f9aa64a6c4
networkmanager_openconnect: no update
2016-10-10 09:42:59 +02:00
Alexander Ried
8f631f575c
networkmanager: 1.2.2 -> 1.4.2
2016-10-10 09:42:59 +02:00
Jörg Thalheim
905239db28
Merge pull request #18868 from RonnyPfannschmidt/enpass
...
enpass: init at 5.3.0
2016-10-10 07:56:56 +02:00
sternenseemann
3fb2993cb3
maintainers: rename lukasepple according to github account name
2016-10-09 22:04:22 +02:00
Jörg Thalheim
c40b3e55e7
Merge pull request #19373 from rnhmjoj/afpfs
...
afpfs-ng: init at 0.8.2
2016-10-09 21:12:59 +02:00
rnhmjoj
8546928f69
afpfs-ng: init at 0.8.2
2016-10-09 20:13:49 +02:00
jhhuh
89cbb88d26
bup-0.28.1: fix on darwin, upstream released patch removed
2016-10-09 16:54:51 +02:00
Robin Gloster
e904bb4871
nixbot: init at unstable-2016-10-09
2016-10-09 15:05:02 +02:00