Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Alexander Ried
ed791dbb94
minidlna: install manpages
2016-04-08 23:04:12 +02:00
Emery Hemingway
36b5fd8d4d
cjdns: 16 -> 17.3
2016-04-08 15:55:13 +02:00
Micxjo Funkcio
2d0e18f64f
aria2: 1.20.0 -> 1.21.0
2016-04-07 14:31:45 -07:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Domen Kožar
009a9ceb88
snabbswitch: 2015.12 -> 2016.04, rename to snabb
2016-04-07 12:49:11 +01:00
Nikolay Amiantov
1f79dc2d6a
Merge commit 'refs/pull/14421/head' of git://github.com/NixOS/nixpkgs
2016-04-07 03:00:45 +03:00
Nikolay Amiantov
5330244958
Merge commit 'refs/pull/14242/head' of git://github.com/NixOS/nixpkgs
2016-04-07 03:00:36 +03:00
Tristan Helmich
399d2bca32
mosh: fix segfaulting issue
...
Discussion on this issue at https://github.com/mobile-shell/mosh/issues/727 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817929#35
2016-04-04 15:14:09 +02:00
Peter Hoeg
64a9bd37e6
networkmanager: 1.0.6 -> 1.0.12
...
Also pulls in networkmanager-applet at 1.0.10 as it is no longer in sync with the NM version.
2016-04-03 18:40:51 +08:00
Peter Simons
90d0b08237
Merge pull request #14371 from pmahoney/skarnet
...
Update skarnet.org packages
2016-04-01 17:59:14 +02:00
Patrick Mahoney
fc1f5d2cf1
set target for darwin binary compat in skarnet.org packages
...
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:
The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.
Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.
See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f
update skarnet.org packages
...
skalibs: 2.4.7.0 -> 2.3.9.0
execline: 2.1.4.0 -> 2.1.4.5
s6: 2.2.1.0 -> 2.2.4.3
s6-rc: 0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils: 2.0.2.0 -> 2.0.2.3
s6-dns: 2.0.0.4 -> 2.0.0.7
s6-networking: 2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
Eelco Dolstra
3fb1708427
ssh: Fix support for ssh-dss host keys
2016-04-01 15:54:52 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Edward Tjörnhammar
29f5b917ea
i2pd: 2.5.1 -> 2.6.0
2016-03-31 22:07:35 +02:00
Franz Pletz
6dc2337b94
Merge pull request #14313 from mayflower/pkg/dhcpcd/6.10.1
...
dhcpcd: 6.9.4 -> 6.10.1 (security)
2016-03-30 13:06:12 +02:00
Franz Pletz
e498a645c1
ncat: Remove old package, available in nmap
2016-03-30 08:53:22 +02:00
Franz Pletz
5aa986fba2
dhcpcd: 6.9.4 -> 6.10.1 (security)
...
Fixes CVE-2016-1503 & CVE-2016-1504.
Changelog:
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1143.html
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1146.html
2016-03-30 06:57:59 +02:00
Joachim Fasting
8bd72dfaa4
lsh: fix gcc5 build
...
The build fails with c11 (also tested c99), but works with gnu90.
2016-03-28 19:01:58 +02:00
joachifm
a66a64cedc
Merge pull request #14182 from NeQuissimus/pppscripts
...
ppp: Include convenience scripts
2016-03-28 15:19:44 +00:00
Eelco Dolstra
38afa836b3
openvpn: 2.3.8 -> 2.3.10
...
In particular, this fixes the systemd-ask-password regression
re-introduced by cb1c818491
.
2016-03-27 23:29:53 +02:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Peter Hoeg
8857774f91
network-manager: use ping/ping6 from the nix store
...
NM upstream has a hardcoded path to /usr/bin/ping.
This patch changes:
- ping/ping6 are now from the nix store
- we no longer try to make substitutions on a missing file
- we use file from the nix store
2016-03-27 15:15:16 +08:00
Joachim Fasting
1f78d14028
curl3: mark as broken
...
This is an ancient version of curl, that currently has 19 known vulnerabilities.
It is used by and was added to support only one package.
2016-03-26 13:18:48 +01:00
Pascal Wittmann
0d84a3fde2
eggdrop: fix build with gcc5
2016-03-25 19:57:07 +01:00
Marius Bakke
8afda7e421
s3cmd: 1.5.2 -> 1.6.1
2016-03-25 05:19:35 +00:00
Tobias Geerinckx-Rice
bcb030a5a4
minissdpd: 1.5.20160301 -> 1.5.20160301
2016-03-24 21:33:18 +01:00
Tim Steinbach
a4d741ef9d
ppp: Include convenience scripts
2016-03-24 19:26:00 +00:00
Tobias Geerinckx-Rice
6db204b7d9
netsniff-ng: 0.6.0 -> 0.6.1
2016-03-24 20:23:59 +01:00
Joachim Fasting
db6ae35bd9
cadaver: fix build against newer versions of openssl
...
Apply patch from Arch Linux.
See https://hydra.nixos.org/build/33258957/nixlog/1/raw
2016-03-24 19:05:14 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
Joachim Fasting
63b6498aa0
dnscrypt-proxy: disable darwin build
...
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.
What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.
For context, sandbox.h is a deprecated OSX mechanism for sandboxing.
The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw
This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
joachifm
96af7c6dcb
Merge pull request #14171 from NeQuissimus/pptp180
...
pptp: 1.7.2 -> 1.8.0
2016-03-24 12:58:54 +00:00
Pascal Wittmann
fcc0bf2d05
axel: 2.5 -> 2.6
2016-03-24 00:07:40 +01:00
Tim Steinbach
3fc2f99907
pptp: 1.7.2 -> 1.8.0
2016-03-23 23:01:39 +00:00
Pascal Wittmann
2bb151f91b
atftp: fix build by using gcc49
...
See #13559
2016-03-22 16:42:07 +01:00
Franz Pletz
bf9f211ae3
whois: 5.2.10 -> 5.2.11
2016-03-22 00:52:40 +01:00
Franz Pletz
fbdcbaf25c
horst: 2015-07-22 -> 2016-03-15
2016-03-21 22:07:25 +01:00
Pascal Wittmann
806f71370c
amuleGui: fix build
...
See #13559
2016-03-21 21:29:39 +01:00
Tobias Geerinckx-Rice
a685456213
dropbear: 2016.72 -> 2016.73
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES .
2016-03-20 23:20:56 +01:00
Teo Klestrup Röijezon
ab29cfefab
haproxy: 1.5.14 -> 1.6.4
2016-03-17 16:04:03 +01:00
Sheena Artrip
0cae22a370
meta: Add sheenobu as maintainer for relevant packages.
...
freeradius: add sheenobu as maintainer
sipsak: add sheenobu as maintainer
2016-03-15 21:45:49 -04:00
Edward Tjörnhammar
e433a3015a
i2pd: 2.4.0 -> 2.5.1
2016-03-13 21:36:29 +01:00
zimbatm
099d7dc1b8
Merge pull request #13878 from DamienCassou/offlineimap-6.7.0
...
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 18:29:04 +00:00
Damien Cassou
8c660e0301
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 08:44:53 +01:00
Joachim Fasting
6da91e9e4a
dnscrypt-wrapper: refactorings
...
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting
b3592d0b20
dnscrypt-proxy: refactorings
...
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
José Romildo Malaquias
607ea3ef76
uget: init at 2.0.5
2016-03-12 10:05:49 -03:00
Thomas Tuegel
1fae9a36aa
ppp: fix evaluation error on Darwin
2016-03-11 09:12:39 -06:00