1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00
Commit graph

3190 commits

Author SHA1 Message Date
Daiderd Jordan f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Tuomas Tynkkynen 997b77cd38 iperf: 3.1.3 -> 3.1.7 2017-04-09 21:48:25 +03:00
Matthew Bauer d983235155
nuttcp: fix macOS build 2017-04-08 23:28:03 -05:00
Jörg Thalheim cb6d1fdfd9 Merge pull request #24331 from LumiGuide/ssmtp-AuthPassFile
ssmtp: use the authPassFile option instead of authPass
2017-04-08 17:22:26 +02:00
Bas van Dijk bd948391e6 strongswan: 5.5.1 -> 5.5.2 2017-04-06 15:57:50 +02:00
Joachim F bb771e0405 Merge pull request #24573 from ambrop72/ntpd-fix
ntpd: Add patch to allow getpid syscall in seccomp filter.
2017-04-06 11:06:13 +01:00
Jörg Thalheim 052cd88921 Merge pull request #24625 from Mic92/networkmanager
networkmanager: 1.4.4 -> 1.6.4
2017-04-05 12:49:58 +02:00
Jörg Thalheim b552de7525
network-manager_l2tp: set 1.2.4 explicity 2017-04-04 17:01:14 +02:00
Jörg Thalheim 7903ccbdf8
network-manager-applet: 1.4.4 -> 1.4.6 2017-04-04 17:01:14 +02:00
Jörg Thalheim 6bb303cd85
network-manager: 1.4.4 -> 1.6.4 2017-04-04 17:01:13 +02:00
David Guibert f0ba178a3c zerotierone: 1.1.14 -> 1.2.2 (#24614) 2017-04-04 15:36:46 +01:00
Vladimír Čunát 59b548069c
Merge #24574: ntp: security 4.2.8p9 -> 4.2.8p10 2017-04-03 18:55:28 +02:00
Thomas Tuegel 5cf9cbdc17
isyncUnstable: 20161218 -> 20170329 2017-04-03 07:23:09 -05:00
Thomas Tuegel 5f8d6a56a8
ua: init at 2017-02-24 2017-04-03 07:22:48 -05:00
Jörg Thalheim 500818b997
ntp: 4.2.8p9 -> 4.2.8p10; fix 10 medium/4 low CVEs
http://nwtime.org/network-time-foundation-publishes-ntp-4-2-8-p10/
2017-04-02 23:06:43 +02:00
Ambroz Bizjak 35e0eea053 ntpd: Allow additional syscalls in seccomp filter.
Fixes issue #21136.

The problem is that the seccomp system call filter configured by ntpd did not
include some system calls that were apparently needed. For example the
program hanged in getpid just after the filter was installed:

prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)  = 0
seccomp(SECCOMP_SET_MODE_STRICT, 1, NULL) = -1 EINVAL (Invalid argument)
seccomp(SECCOMP_SET_MODE_FILTER, 0, {len=41, filter=0x5620d7f0bd90}) = 0
getpid()                                = ?

I do not know exactly why this is a problem on NixOS only, perhaps we have getpid
caching disabled.

The fcntl and setsockopt system calls also had to be added.
2017-04-02 21:44:06 +02:00
ndowens 498a2f5e61 speedtest-cli: 1.0.2 -> 1.0.3 (#24535) 2017-04-01 14:45:58 +01:00
Daiderd Jordan 607a21b7c0 Merge pull request #24380 from fuzzy-id/haproxy-overworked4
haproxy: PCRE and LUA support via configurable options
2017-03-31 08:46:14 +02:00
Tim Steinbach f48cd9503d Merge pull request #24260 from mbrgm/upgrade-keepalived
keepalived: 1.3.4 -> 1.3.5
2017-03-30 22:36:46 -04:00
pmahoney ae696ba3d6 wrk: use packaged openssl, luajit (#24481)
This has the side effect of now building on darwin. Previously, the
vendored luajit would fail to build.
2017-03-30 23:09:42 +01:00
Robin Gloster a79891f6b2
sitecopy: remove 2017-03-30 12:06:09 +02:00
Rob Vermaas 35dfdc9277
dd-agent: fix by adding uptime as dependency.
(cherry picked from commit f79be2cfa3)
2017-03-29 14:56:01 +00:00
Thomas Bach ea80cd1f11 haproxy: added fuzzy-id to the list of maintainers 2017-03-29 12:27:50 +02:00
Thomas Bach 45788aeebe haproxy: Provide LUA and PCRE support as configurable options
Both are enabled by default. Except for LUA on Darwin where
compilation fails. (See #23901.)
2017-03-29 12:23:05 +02:00
Bas van Dijk 1d52c677be ssmtp: use the authPassFile option instead of authPass
This gives users the option of storing the authPass outside the
world-readable Nix store.
2017-03-29 00:34:23 +02:00
Eelco Dolstra 6d1049fab5
minio-client: 20160821 -> 20170206 2017-03-28 20:04:53 +02:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Thomas Bach e58e681d9f haproxy: refactor
`preConfigure` line became too long to edit comfortably. Split up
flags into ones necessary during both build and install phase and
install phase only. Makefile defines a target for OS X/Darwin which
automatically sets the `KQUEUE` flag.
2017-03-27 09:54:31 +02:00
Dan Peebles c46600d47b iperf2: 2.0.5 -> 2.0.9
This also fixes the build on clang 4
2017-03-26 21:41:22 -04:00
Patrick Mahoney 09a5007797 skarnet.org packages: fix darwin build
The configure scripts have been changed so that `--build` is now the
way to specify (non-cross compiling) build target, which is necessary
on darwin for binary compatibility across darwin versions.
2017-03-26 17:30:41 -05:00
Patrick Mahoney 72a0d65d3d update skarnet.org packages
execline:          2.1.4.5 -> 2.2.0.0
s6-dns:            2.0.0.7 -> 2.1.0.0
s6-linux-utils:    2.0.2.3 -> 2.2.0.0
s6-networking:     2.1.0.4 -> 2.2.1.0
s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change)
s6-rc:             0.0.2.1 -> 0.1.0.0
s6:                2.2.4.3 -> 2.4.0.0
skalibs:           2.3.9.0 -> 2.4.0.1

Also use new --enable-absolute-paths configure arg to correctly set
paths to runtime executables to point within the nix store rather than
relying on PATH resolution.
2017-03-26 14:19:44 -05:00
Edward Tjörnhammar dc514b246e
i2pd: 2.11.0 -> 2.12.0 2017-03-25 21:42:32 +01:00
Vladimír Čunát 455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
Tobias Geerinckx-Rice ef69326e99 Merge pull request #23360 from ndowens/pcapc
pcapc: 2015-03.06 -> 1.0.0
2017-03-24 18:44:53 +00:00
Marius Bergmann 427d33bfaa keepalived: 1.3.4 -> 1.3.5 2017-03-24 00:28:43 +01:00
Eelco Dolstra f0875982d1 Merge pull request #24203 from layus/nix-ssl-cert-file
git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
2017-03-22 13:40:57 +01:00
Guillaume Maudoux 8ecb94bb97 curl: Use default trust store of TLS backend
Having curl fall back to openssl's CA means that we need not patch curl
to respect NIX_SSL_CERT_FILE. It will work in all the cases.

This reverts commit fb4c43dd8a "curl: Use CA bundle in nix default profile by default"
If we want to reintroduce that feature, this needs to go inside openssl
2017-03-22 11:54:20 +01:00
Guillaume Maudoux 525a663174 curl, git: Fix curl default CA, let git use it
Improve patching of curl to use NIX_SSL_CERT_FILE as default CA
Remove patches from git, as git uses curl and passes its environment
variables to curl.
2017-03-22 11:22:53 +01:00
Frederik Rietdijk 94eb74eaad Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-21 13:04:37 +01:00
Domen Kožar c3c9412c7d
git, openssl, curl: Respect $NIX_SSL_CERT_FILE
Slightly modified version of 942dbf89c6
2017-03-20 14:11:20 +01:00
Sander van der Burg 20194e2696 dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoring 2017-03-20 10:42:43 +01:00
Vladimír Čunát 742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Lluís Batlle i Rossell f77ae4e726 amule: 2.3.1 -> 2.3.2 2017-03-18 09:36:08 +01:00
Joachim Fasting 0526467494
dnscrypt-proxy: enable additional plugins
Adding ldns builds additional plugins for rewriting DNS queries,
such as blocking and forwarding.

For example, to use a custom domain blocklist, you can do
```nix
let
  myBlockListFile = writeText "blocked-domains" ''
    *.example.com
  '';
in
{
  services.dnscrypt-proxy.extraArgs = [
    "-X libdcplugin_example_ldns_blocking.so,--domains=${myBlockListFile}"
  ];
}
```
2017-03-16 16:15:33 +01:00
Vladimír Čunát e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Tuomas Tynkkynen aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Thomas Bach 36bb283941 haproxy: 1.7.2 -> 1.7.3 2017-03-13 23:17:03 +01:00
Benno Fünfstück c8c4902ee1 Merge pull request #23828 from ndowens/gupnp-tools
gupnp-tools: 0.8.8 -> 0.8.13
2017-03-13 14:58:02 +01:00
Orivej Desh c272796806 mtr: 0.86 -> 0.87 2017-03-13 04:31:00 +00:00
ndowens 912b956b07 gupnp-tools: 0.8.8 -> 0.8.13 2017-03-12 20:55:07 -05:00
ndowens c52b7510b5 olsrd: 0.6.6.1 -> 0.9.6.1 2017-03-12 08:38:24 +01:00
Franz Pletz 39e8db7849
wget: add patch for CVE-2017-6508 2017-03-11 08:18:57 +01:00
Joachim Fasting 8db26dbee4
packetdrill: minor packaging tweaks
- native build inputs
- allow building with hardening
2017-03-10 23:35:29 +01:00
David Johnson 2151e3b8eb
packetdrill: init at 1.0
Closes https://github.com/NixOS/nixpkgs/pull/23679
2017-03-10 23:35:26 +01:00
Daiderd Jordan 8b7f5e8db2 Merge pull request #23578 from nicknovitski/dnsmasq-plist
dnsmasq: install launchd plist on darwin
2017-03-10 22:01:12 +01:00
Daiderd Jordan f0f77af897 Merge pull request #23567 from LnL7/darwin-pdnsd
pdnsd: fix darwin build
2017-03-10 21:59:38 +01:00
Shea Levy fb4c43dd8a curl: Use CA bundle in nix default profile by default 2017-03-10 14:56:22 -05:00
Susan Potter 35f9f63a39 dd-agent: 5.5.2 -> 5.11.2 2017-03-10 17:35:27 +01:00
Susan Potter 17a8d19032 dd-agent: fix Python missing dependencies and versions 2017-03-10 17:35:27 +01:00
Nikolay Amiantov 7dcc40b674 networkmanagerapplet: add dconf and glib_networking
Fixes #23700.
2017-03-10 16:14:34 +03:00
ndowens a69d92c4df gvpe: 2.25 -> 3.0 2017-03-09 03:12:26 +02:00
Nick Novitski 44cf3c44b0 dnsmasq: install launchd plist on darwin 2017-03-09 11:30:50 +13:00
Daiderd Jordan f9f31ff83e
pdnsd: fix darwin build 2017-03-08 00:25:15 +01:00
Vladimír Čunát 09c7601c20
Merge #23583: inetutils: fix whois for canadian domains 2017-03-07 21:31:13 +01:00
Neil Mayhew ba8b6b4a7a
inetutils: Add patch for Canadian TLD server
Cherry-picked from upstream (inetutils-1_9_4-31-g73e2811).

Could be a long time before a new inetutils release is made.
vcunat amended the patch to apply.
2017-03-07 21:30:03 +01:00
Daiderd Jordan b05dc8d4bf Merge pull request #23608 from pmahoney/haproxy-darwin
haproxy: build on darwin
2017-03-07 21:03:29 +01:00
Patrick Mahoney ce03c08567 haproxy: build on darwin 2017-03-07 11:50:45 -06:00
Neil Mayhew c78251f17c inetutils: Add perl to buildInputs
`whois' uses perl for various things during its build. Without it,
whois fails to build .
2017-03-06 21:05:42 -07:00
Renaud 9256383bc2 lftp: 4.7.3 -> 4.7.6
Package update : minor updates and fixes 
See http://lftp.tech/news.html
2017-03-06 22:06:43 +01:00
Peter Hoeg 8ac336b539 mu: run tests 2017-03-06 21:46:25 +08:00
Jörg Thalheim af27d6efa7 Merge pull request #23370 from ndowens/horst
horst: git-2016-03-15 -> 5.0
2017-03-06 14:16:56 +01:00
ndowens 2ad7e759c4
driftnet: 0.7 -> 1.1.5 2017-03-06 07:58:38 -05:00
ndowens 3686e1bbc8
ocproxy: 1.50 -> 1.60 2017-03-06 07:50:50 -05:00
Joachim F 64138b3334 Merge pull request #23359 from ndowens/pptp
pptp: 1.8.0 -> 1.9.0
2017-03-05 21:55:04 +01:00
Joachim F bf73afe9cb Merge pull request #23355 from ndowens/sstp
sstp: 1.0.10 -> 1.0.11
2017-03-05 21:54:33 +01:00
ndowens b478df1349 openresolv: 3.8.1 -> 3.9.0 (#23362) 2017-03-05 21:49:48 +01:00
Michael Raskin a7645c293f getmail: 4.53.0 -> 4.54.0 2017-03-05 00:48:29 +01:00
Joachim Fasting 7b914b2986
mu: leave mug off by default
This unbreaks the package after marking legacy webkit as
insecure.  Per upstream, mug is a toy.
2017-03-04 19:07:02 +01:00
rnhmjoj 6c08b145ab mitmproxy: 1.0.2 -> 2.0.6 2017-03-04 12:58:29 +02:00
Joachim Schiele d6b0c87bda tlspool: init at 20170123 (#23437) 2017-03-03 17:38:33 +01:00
Pradeep Chhetri 6c99a31c89 httplab: init at 0.1.0 2017-03-03 17:35:31 +01:00
Jörg Thalheim 53b059ade5
miniupnpc: switch to old version by default
miniupnpc 2.0.20161216 change its api
2017-03-02 19:30:37 +01:00
Renaud b0ae3c14fb httping 2.5: fetch over https + license 2017-03-02 19:20:26 +01:00
Jörg Thalheim 4103fa5257 Merge pull request #23371 from ndowens/hans
hans: 0.4.4 -> 1.0
2017-03-02 11:43:52 +01:00
Domen Kožar 4064889e96 Merge pull request #23377 from ndowens/connect
connect: 1.104 -> 1.105
2017-03-02 11:36:04 +01:00
Jörg Thalheim 0e07b7b6be Merge pull request #23369 from ndowens/httping
httping: 2.4 -> 2.5
2017-03-02 11:27:11 +01:00
Jörg Thalheim e867620d02 Merge pull request #23367 from ndowens/miniupnpc
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-02 11:20:48 +01:00
ndowens 9addeafe1a par2cmdline: 0.6.11 -> 0.6.13 (#23361)
* par2cmdline: 0.6.11 -> 0.6.13

* par2cmdline: add autoreconfHook to nativeBuildInputs
2017-03-02 11:02:08 +01:00
Jörg Thalheim a9c0b0a754 Merge pull request #23356 from ndowens/speedtest-cli
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-02 10:52:15 +01:00
ndowens 021046a72e swaks:20130209.0 -> 20170101.0 2017-03-02 08:19:41 +01:00
ndowens d072ac28f8 quicktun: 2.2.4 -> 2.2.5 2017-03-02 08:19:25 +01:00
ndowens ad25011ba1 connect: 1.104 -> 1.105 2017-03-01 20:09:46 -06:00
ndowens 2ff72c684d hans: 0.4.4 -> 1.0 2017-03-01 19:18:29 -06:00
ndowens 5f76147fa7 horst: git-2016-03-15 -> 5.0 2017-03-01 19:16:03 -06:00
ndowens ef4775c2a7 httping: 2.4 -> 2.5 2017-03-01 19:12:00 -06:00
ndowens 9d30abf7b2 miniupnpc: 1.9.20150430 -> 2.0.20161216 2017-03-01 18:43:26 -06:00
ndowens 4313c44de3 pcapc: 2015-03.06 -> 1.0.0 2017-03-01 18:01:42 -06:00
ndowens a55e8605ba pptp: 1.8.0 -> 1.9.0 2017-03-01 17:06:22 -06:00
ndowens 32cf5c4d02 speedtest-cli: 0.3.4 -> 1.0.2 2017-03-01 16:53:30 -06:00
ndowens a911240518 sstp: 1.0.10 -> 1.0.11 2017-03-01 16:48:07 -06:00
Vladimír Čunát b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Nikolay Amiantov 8aa73bbf55 networkmanagerapplet: add librsvg
Fix tray icon. Also use wrapGAppsHook instead of custom wrapper.
2017-03-01 02:21:35 +03:00
Vladimír Čunát 5c89ab7cb6
unbound: only use the two-phase build on Linux
Hydra shows some problems on Darwin with structure defns/decls.
http://hydra.nixos.org/build/49463873/nixlog/1/raw
2017-02-28 22:32:20 +01:00
Willi Butz b13378c479 openconnect_openssl: added missing dependecy gmp 2017-02-28 17:57:21 +01:00
Lluís Batlle i Rossell 40b9506139
megatools: 1.9.97 -> 1.9.98
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
2017-02-27 22:42:49 +01:00
Vladimír Čunát a1919db7cd
Merge branch 'master' into staging 2017-02-27 20:15:27 +01:00
Vladimír Čunát d00c26a595
unbound: lighten direct security deps of libunbound
Unfortunately, it seems easiest to build all twice.
Debian testing does this in a very similar way.

Tested briefly some individual queries and resperf :-)
2017-02-27 18:23:20 +01:00
Lancelot SIX aadc5abb6e
httpie: 0.9.8 -> 0.9.9 2017-02-27 12:41:51 +01:00
Bjørn Forsman 3d104ab2b3 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Bjørn Forsman 0591cd607b gst-plugins-good: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Tristan Helmich b508c1b792 nzbget: 17.1 -> 18.0 2017-02-26 13:36:36 +01:00
Eric Sagnes b4d8eddf48 linkchecker: fix darwin build 2017-02-26 12:30:14 +01:00
Jörg Thalheim 7f5cfd3ec5
samplicator: 1.3.7-beta6 -> 1.3.8rc1 2017-02-26 10:05:18 +01:00
Thomas Tuegel 0ed156a216 Merge pull request #22977 from ttuegel/triage-kde4
Remove KDE 4 desktop packages
2017-02-25 12:21:44 -06:00
Tim Steinbach 6988d2d456
curl: 7.53.0 -> 7.53.1 2017-02-25 09:03:22 -05:00
Thomas Tuegel 9be791656f
Remove kde4.plasma-nm and its dependencies
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:01 -06:00
Franz Pletz 114ae6baab
unbound: 1.6.0 -> 1.6.1 2017-02-24 17:57:41 +01:00
Vladimír Čunát 0bfbd039f9
dnsperf: init at 2.1.0.0 2017-02-23 14:03:49 +01:00
Vladimír Čunát ebf782829a
Merge #23063: curl: 7.52.1 -> 7.53.0 2017-02-22 18:11:05 +01:00
Tim Steinbach b1c6a9bfcc
curl: 7.52.1 -> 7.53.0 2017-02-21 18:47:33 -05:00
Vladimír Čunát 3d04d470cd
cjdns: fix build with glibc-2.25 via upstream patch 2017-02-21 13:30:50 +01:00
Pradeep Chhetri 07b301529c wuzz: 0.1.0 -> 0.2.0 (#23002) 2017-02-19 19:11:00 +00:00
Marius Bergmann 7bcb58ad71 keepalived: 1.3.2 -> 1.3.4 2017-02-19 19:50:21 +01:00
Frederik Rietdijk 8c3480f3b9 Merge pull request #22828 from matthiasbeyer/update-my-pkgs
Updates for some of my packages
2017-02-18 14:09:51 +01:00
Vladimír Čunát 432dba859e
Merge branch 'staging'
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
Armijn Hemel d950e8c084
fping: 3.15 -> 3.16 2017-02-17 23:44:48 +01:00
Robin Gloster a6eb4669b1 Merge pull request #22872 from ttuegel/isync
Update isync-git, with several other improvements
2017-02-17 02:47:23 +01:00
Pradeep Chhetri 0ea76ef831 wuzz: 2017-02-09 -> 0.1.0 2017-02-17 02:36:14 +01:00
Robin Gloster 900cc90fbe
openfortivpn: 1.1.4 -> 1.2.0 2017-02-17 00:11:55 +01:00
Robin Gloster f6778c8137
aircrack-ng: 1.2-rc3 -> 1.2-rc4 2017-02-17 00:11:32 +01:00
Robin Gloster 108c6d1a03
socat: 1.7.3.1 -> 1.7.3.2
fixes compatibility with openssl 1.1.0 (and libressl)
2017-02-17 00:11:03 +01:00
Joachim F 32befcb62b Merge pull request #22754 from mbrgm/update-keepalived
keepalived: 1.2.19 -> 1.3.2
2017-02-16 23:08:22 +01:00
Thomas Tuegel 953a1e76a2
isyncUnstable: add ttuegel to maintainers 2017-02-16 09:50:31 -06:00
Thomas Tuegel 3994004a6f
isyncUnstable: build with zlib support 2017-02-16 09:50:18 -06:00
Thomas Tuegel 88fec3005b
isyncUnstable: 2015-11-08 -> 20161218
The extra dashes are removed from the version number because Nix treats only the
first component as the version, i.e. `2015-11-08` is version `2015` with two
tags `-11` and `-08`.
2017-02-16 09:48:45 -06:00
Thomas Tuegel 2143043146
isyncUnstable: download over https 2017-02-16 09:48:26 -06:00
Jascha Geerds 900fc49013 Merge pull request #22775 from peterhoeg/u/qtox
tox clients and libraries updates
2017-02-15 23:05:14 +01:00
Matthias Beyer 83d09a3336 http-prompt: 0.8.0 -> 0.9.1 2017-02-15 13:45:58 +01:00
Marius Bergmann 4ebfc19335 keepalived: 1.2.19 -> 1.3.2 2017-02-15 13:05:16 +01:00
Thomas Tuegel ce859290e9
offlineimap: install man pages 2017-02-14 12:37:35 -06:00
Cillian de Roiste 868d30f975 openconnect: add support for stoken
Tested with a Juniper Network Connect VPN
2017-02-14 09:29:57 +01:00
Peter Hoeg 7690ec0022 toxvpn: 20160909 -> 20161230 2017-02-14 14:59:59 +08:00
Franz Pletz e9a5ec099e
wget: 1.19 -> 1.19.1
Fixes build on darwin.

Fixes #22595.
2017-02-12 02:52:25 +01:00
Vladimír Čunát 66fe4af226
Merge recent staging
It's the version last built on Hydra, almost fully.
2017-02-10 18:07:14 +01:00
Joachim F ca8fb930b1 Merge pull request #22356 from Ekleog/redsocks
Redsocks
2017-02-09 22:39:43 +01:00
Pradeep Chhetri 72af039a4d wuzz: 2017-02-05 -> 2017-02-09 2017-02-09 14:36:20 +01:00
Vladimír Čunát 6bea415b5e
Merge branch 'master' into staging 2017-02-09 08:42:04 +01:00
Rok Garbas 725c179be3
networkmanager_strongswan: 1.4.0 -> 1.4.1 2017-02-07 16:12:27 +01:00
Rok Garbas b900796d0f
networkmanager_openvpn: 1.2.6 -> 1.2.8 2017-02-07 16:12:27 +01:00
Rok Garbas 0a687c3d10
networkmanager_openconnect: 1.2.2 -> 1.2.4 2017-02-07 16:12:27 +01:00
Rok Garbas afa428b8f3
networkmanager(applet): 1.4.2 -> 1.4.4 2017-02-07 16:12:10 +01:00
Joachim F 6eb6130e15 Merge pull request #22495 from pradeepchhetri/wuzz-20170205
wuzz: init at 2017-02-05
2017-02-06 15:45:56 +01:00
Pradeep Chhetri f22a7f0558 wuzz: init at 2017-02-05 2017-02-06 19:28:40 +05:30
Franz Pletz 900326fdc0
wget: add some more dependencies & small cleanups
cc #22416
2017-02-06 13:18:33 +01:00
Franz Pletz 8b9e2010b4
libidn2: init at 0.16
wget now needs libidn2 instead of libidn.

cc #22416
2017-02-06 13:18:20 +01:00
Vladimír Čunát 94c73dab1d
Merge #22416: wget: 1.18 -> 1.19 2017-02-05 15:51:24 +01:00
Lengyel Balázs 372cb3760e
Merge #17694: curl: add gnutlsSupport ? false
(incl. a nitpick change from vcunat)
2017-02-05 13:37:16 +01:00
Léo Gaspard 68a609b059
redsocks: init at 0.5 2017-02-05 01:20:03 +01:00
Lancelot SIX 77b72ae355
wget: 1.18 -> 1.19
See http://lists.gnu.org/archive/html/info-gnu/2017-02/msg00000.html
for release announcement.
2017-02-03 18:41:57 +01:00
Robin Gloster 0e0f0d0478
radvd: 2.15 -> 2.16 2017-02-02 19:33:21 +01:00
Robin Gloster 1393d7158a
whois: 5.2.12 -> 5.2.14 2017-02-02 19:19:28 +01:00
Robin Gloster 944403a3fd
babeld: 1.7.1 -> 1.8.0 2017-02-02 19:19:28 +01:00
Robin Gloster 8821ef9dc5
redir: 2.2.1 -> 3.1 2017-02-02 18:59:07 +01:00
Michael Raskin 1561dcdc26 getmail: 4.52.0 -> 4.53.0 2017-02-01 19:28:45 +01:00
Franz Pletz 44cbb0f54d
tcpdump: 4.8.1 -> 4.9.0 for multiple CVEs
Temporarily use the Debian mirros for the sources because upstream hasn't
released the new version. See https://www.debian.org/security/2017/dsa-3775.

Fixes: CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925,
CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929, CVE-2016-7930,
CVE-2016-7931, CVE-2016-7932, CVE-2016-7933, CVE-2016-7934, CVE-2016-7935,
CVE-2016-7936, CVE-2016-7937, CVE-2016-7938, CVE-2016-7939, CVE-2016-7940,
CVE-2016-7973, CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984,
CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993, CVE-2016-8574,
CVE-2016-8575, CVE-2017-5202, CVE-2017-5203, CVE-2017-5204, CVE-2017-5205,
CVE-2017-5341, CVE-2017-5342, CVE-2017-5482, CVE-2017-5483, CVE-2017-5484,
CVE-2017-5485, CVE-2017-5486.
2017-01-31 17:17:12 +01:00
Damien Cassou 58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Florian Jacob 97c3ee9525 tinc: 1.0.29 -> 1.0.31 2017-01-30 12:38:02 +01:00
Franz Pletz 083cadee45
offlineimap: 7.0.12 -> 7.0.13 2017-01-30 01:16:22 +01:00
Edward Tjörnhammar 92cb10a253
i2pd: 2.10.0 -> 2.11.0 2017-01-29 17:54:12 +01:00
Tim Steinbach 58dcda6b8c Merge pull request #22235 from aneeshusa/mosh-use-ssh-from-nixpkgs
mosh: use ssh from nixpkgs
2017-01-28 20:06:49 -05:00
Arseniy Seroka d948e55c27 Merge pull request #22240 from pradeepchhetri/openconnect
openconnect: 7.06 -> 7.08
2017-01-29 02:13:14 +03:00
Pradeep Chhetri 56ed9f8b94 openconnect: 7.06 -> 7.08 2017-01-29 02:46:19 +05:30
Lluís Batlle i Rossell 57625514f4 Adding nuttcp. 2017-01-28 20:40:21 +01:00
Aneesh Agrawal ad6b79fc97 mosh: use ssh from nixpkgs 2017-01-28 13:21:24 -05:00
Pradeep Chhetri 04b986cd2d haproxy: 1.6.6 -> 1.7.2 2017-01-26 14:07:51 +05:30
Franz Pletz 6a24c6dc32
stunnel: 5.38 -> 5.39 2017-01-26 03:52:50 +01:00
Franz Pletz ceea7adfbb
aiccu: fix unavailable source url, use debian mirror 2017-01-26 03:52:46 +01:00
Franz Pletz 8f39095abb
biosdevname: 0.6.1 -> 0.7.2 2017-01-26 03:52:45 +01:00
Franz Pletz 1d251e268c
chrony: 2.4.1 -> 3.0, enable seccomp 2017-01-26 03:52:45 +01:00
Franz Pletz 9ac6297b79
ppp: add patch to fix CVE-2015-3310 2017-01-25 20:53:43 -05:00
Michael Raskin 47661c831e Merge pull request #22028 from MostAwesomeDude/tahoe
Tahoe-LAFS version bump
2017-01-24 17:49:00 +00:00
Eelco Dolstra 7bc801e282
curl: Apply upstream patch to fix https hangs
https://github.com/curl/curl/issues/1174

Fixes https://github.com/NixOS/nix/issues/1181.
2017-01-24 13:51:30 +01:00
Corbin c90cab9d8a tahoelafs: 1.11.0 -> 1.12.1 2017-01-23 17:55:14 -08:00
Daiderd Jordan a751959b9f Merge pull request #22075 from romildo/upd.aria2
aria2: 1.29.0 -> 1.31.0
2017-01-24 00:09:25 +01:00
romildo 69bbc78eee aria2: 1.29.0 -> 1.31.0 2017-01-23 19:16:05 -02:00
Joachim F cc3ecce324 Merge pull request #22042 from rnhmjoj/dnscrypt-proxy
dnscrypt-proxy: 1.9.1 -> 1.9.4
2017-01-23 15:53:24 +01:00
rnhmjoj a7b7d0fc3e
dnscrypt-proxy: 1.9.1 -> 1.9.4 2017-01-23 13:15:33 +01:00
Franz Pletz dabedc40a9
ngrep: fix build due to new libpcap, use debian patches 2017-01-22 14:09:50 +01:00
Franz Pletz 9156d932b6
tcpdump: 4.7.4 -> 4.8.1 2017-01-22 13:01:00 +01:00
Vladimír Čunát 6b6553c768
Merge branch 'staging'
It contains security updates.  I somehow forgot to push this yesterday.
2017-01-20 16:33:59 +01:00
Jörg Thalheim 3fdde25b4c Merge pull request #21962 from Mic92/gemdir
bundleEnv: Used gemdir for most applications now
2017-01-19 09:34:14 +01:00
Vladimír Čunát 40003aa2ed
Merge branch 'master' into staging 2017-01-18 15:54:04 +01:00
Jörg Thalheim 246fd4c950
maphosts: use gemdir 2017-01-18 00:52:48 +01:00
Periklis Tsirakidis 513ce19fd0 offlineimap: 7.0.9 -> 7.0.12 2017-01-17 23:04:37 +01:00
Tristan Helmich c7ea194b41 fping: 3.13 -> 3.15 (#21949) 2017-01-17 11:55:09 +01:00
Tristan Helmich c885570944 fping: enable IPv6 (provides fping6 binary) (#21950) 2017-01-17 11:54:03 +01:00
Nikolay Amiantov 70a6628848 Merge pull request #21882 from abbradar/dhcp6
DHCPv6 improvements
2017-01-15 19:53:33 +03:00
Nikolay Amiantov cb418318a0 radvd: 2.13 -> 2.15 2017-01-15 19:38:53 +03:00
Bas van Dijk f0338024b9 strongswan: enable charon-systemd (#21872)
See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd
2017-01-14 20:41:51 +01:00
Frederik Rietdijk 66d3b9a02d wicd: use python2 2017-01-11 18:25:10 +01:00
Pascal Wittmann 1738be8cd2
axel: 2.11 -> 2.12 2017-01-09 21:32:30 +01:00
Jörg Thalheim 188fcc1eb5
ferm: 2.3 -> 2.3.1 2017-01-08 23:40:40 +01:00
Joachim Fasting 0f24e56728
dnscrypt-proxy: 1.9.0 -> 1.9.1 2017-01-07 08:02:53 +01:00
Vladimír Čunát 07bf828bd9
Merge branch 'staging'; security /cc #21642 2017-01-06 16:32:47 +01:00
Gabriel Ebner b0ccbb395c Merge pull request #21658 from acowley/mu-no-mug
mu: allow gtk-free builds
2017-01-06 00:22:30 -05:00
Anthony Cowley 8ca70e358d mu: allow gtk-free builds
The gtk components are enabled by default when stdenv.isLinux is true.
2017-01-05 17:55:54 -05:00
Franz Pletz e94bfe55c4
mitmproxy: 0.17.1 -> 1.0.2, move to all-packages.nix 2017-01-05 06:25:26 +01:00
Matthias Beyer b5c7ce015f http-prompt: 0.2.0 -> 0.8.0 2017-01-04 16:29:33 +01:00
Daiderd Jordan 27660cfdc0
Merge branch 'master' into staging 2017-01-04 01:42:26 +01:00
Eelco Dolstra 82b0ae1223 Merge pull request #21612 from NeQuissimus/curl_7_52_1
curl: 7.51.0 -> 7.52.1
2017-01-03 16:11:35 +01:00
Tim Steinbach 125fa1520d
curl: 7.51.1 -> 7.52.1 2017-01-03 08:42:59 -05:00
Michael Raskin 277e7119be openvpn: 2.3.13 -> 2.4.0 2017-01-02 15:38:46 +01:00
Michael Raskin 6151982f58 Merge pull request #21581 from bendlas/update-i2p
i2p: 0.9.26 -> 0.9.28
2017-01-02 14:15:10 +00:00
Michael Raskin c882915351 Merge pull request #21548 from FPtje/patch-2
Strongswan: enable rdrand and aes-ni only on X86
2017-01-02 14:07:16 +00:00
Herwig Hochleitner 86a6083498 i2p: 0.9.26 -> 0.9.28
update patch
2017-01-02 13:14:42 +01:00
Daiderd Jordan 5a67b130b9
Merge branch 'master' into staging 2017-01-02 00:54:17 +01:00
Jörg Thalheim d5f8652e6d Merge pull request #17364 from fmu/ndjbdns-fix
ndjbdns: build from latest sources which adds Darwin compatibility
2017-01-01 08:34:28 +01:00
volth 06b372f24f miredo: init at 1.2.6 2016-12-31 21:03:27 +01:00
Falco Peijnenburg 9c61571f1a Strongswan: enable rdrand and aes-ni only on X86
Strongswan fails to compile on armv7l-linux with `--enable-aesni` and  `--enable-rdrand` enabled. Errors are thrown about impossible constraints in asm (`--enable-rdrand`) or about gcc getting unknown command line parameters about aes (`--enable-aesni`). The options only makes sense on X86_64 processors.

The rdrand plugin is designed for Ivy Bridge processors:

> High quality / high performance random source using the Intel rdrand instruction found on Ivy Bridge processors

The aes-ni plugin also only exists on X86 processors (which have the AES instruction set)

Tested with a local override. The change triggers a (successful) rebuild on my X86_64 system. On armv7-linux this change fixes build errors.

See: 
https://wiki.strongswan.org/issues/337
2016-12-31 14:26:17 +01:00
Dhananjay Balan cab497ee6d unbound 1.5.6 > 1.6.0 2016-12-30 18:13:10 +01:00
Joachim Fasting 64f45520b9
dnscrypt-proxy: 1.7.0 -> 1.9.0
Release notes at:
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.0

Packaging tweaks:
- No longer split man page, kind of pointless ...
- No longer install libtool files, they are now optional
2016-12-30 05:33:58 +01:00
Vladimír Čunát 0163f0c427
openssh: update the gssapi patch
Only building was tested.
2016-12-29 17:04:58 -05:00
Graham Christensen 11e8ed5ff4
Revert "Revert "openssh: security 7.3p1 -> 7.4p1""
This reverts commit 661b5a9875.
2016-12-29 17:04:39 -05:00
Sophie Taylor 0e0fb196ca openntpd: v6+ requires libressl for constraints 2016-12-28 13:35:42 +10:00
zimbatm 12532879b0 zerotierone: 1.1.12 -> 1.1.14 2016-12-27 17:47:41 +00:00
Mitch Tishmack b398665a4e wakelan: refactor allow builds on non linux 2016-12-26 15:04:45 -06:00
Vladimír Čunát 661b5a9875
Revert "openssh: security 7.3p1 -> 7.4p1"
This reverts commit 277080fea0.

I had tested the server on my physical machine before pushing,
but the openssh test got broken so something is clearly wrong.
http://hydra.nixos.org/build/45500080
2016-12-25 22:15:56 +01:00
Vladimír Čunát 277080fea0
openssh: security 7.3p1 -> 7.4p1
The two removed patches were for issues that should've been fixed.
Minor vulnerabilities addressed: CVE-2016-{10009,10010,10011,10012}.
https://www.openssh.com/txt/release-7.4
2016-12-25 18:42:55 +01:00
zimbatm c38b4da994 strongswan: 5.5.0 -> 5.5.1 2016-12-24 15:57:56 +00:00
Joachim Fasting a34eae0ecb
stun: gzip -9 -> gzip -9n
Note that it does not seem to make a difference to `nix-build --check`.
2016-12-20 15:32:14 +01:00
Joachim Fasting 8246a845b4
zerotierone: gzip -9 -> gzip -9n
Note that it does not seem to make a difference to `nix-build --check`.
2016-12-20 15:32:07 +01:00
Gabriel Ebner 182c735527 mu: 0.9.16 -> 0.9.18 2016-12-15 14:45:46 -05:00
Franz Pletz dc0c7104ea
chrony: 2.4 -> 2.4.1 2016-12-15 15:35:22 +01:00
Tomas Hlavaty d65ef03677 stunnel: 5.37 -> 5.38 2016-12-13 22:34:25 +01:00
schneefux b6a4876258
httpie: 0.9.6 -> 0.9.8 2016-12-11 13:17:49 +01:00
Michael Raskin 64402bb9e0 getmail: 4.51.0 -> 4.52.0 2016-12-08 16:15:18 +01:00
Joachim Fasting 148ee2cba9
privoxy: homepage now reachable via https 2016-12-06 15:48:39 +01:00
Joachim Fasting 1a427cf625
privoxy: enable pie 2016-12-06 15:48:28 +01:00
Chris Martin 02ecd0f0f7 pssh: init at 2.3.1 2016-12-06 00:46:48 -05:00
Tristan Helmich 90292a8093 nzbget: 17.0-r1686 -> 17.1 2016-12-05 21:11:22 +01:00
Joachim Fasting 407537a4bc
privoxy: 3.0.24 -> 3.0.26
With some minor cosmetics
2016-12-05 13:20:51 +01:00
Franz Pletz e3d54be387
dhcpcd: 6.11.3 -> 6.11.5 2016-12-04 01:40:26 +01:00
Eric Sagnes 813e5284cf urlwatch: 2.2 -> 2.5 2016-12-02 13:14:22 +09:00
Tuomas Tynkkynen 8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Alexander Tsamutali c9b8a6585d Add tools/networking/polysh 2016-11-29 17:32:21 +03:00
Franz Pletz e394c305a8 Merge pull request #20620 from rnhmjoj/fakeroute
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Tuomas Tynkkynen 2d679dbe74 ntp: Don't use seccomp on non-x86
It only has the allowed system call numbers defined for i386 and x86_64
so it fails to build otherwise.
2016-11-26 20:38:17 +02:00
Franz Pletz 9007303001
curl: add upstream patch to fix HTTP2 performance issues
See #20639. Patch has to be in nixpkgs because fetchurl depends on curl.
2016-11-26 14:48:05 +01:00
Vladimír Čunát 925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
roxma 78f81c5bac proxychains: fix build, add -ldl to LDFLAGS
Closes #20355
2016-11-25 12:17:11 +01:00
Frederik Rietdijk 3ebca4f4cf vde2: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk c355a73e2c s3cmd: use python2 2016-11-24 22:28:02 +01:00
Jascha Geerds 79ea04c6c7 Merge pull request #20646 from romildo/upd.aria2
aria2: 1.28.0 -> 1.29.0
2016-11-23 23:48:22 +01:00
Nikolay Amiantov e5167e8763 update-resolv-conf: 2016-04-24 -> 2016-09-30 2016-11-24 01:17:58 +03:00
Nikolay Amiantov 77a61cabe9 logmein-hamachi: 2.1.0.165 -> 2.1.0.174 2016-11-24 01:17:58 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
rnhmjoj d753527bd4
fakeroute: init at 0.3 2016-11-23 15:22:55 +01:00
romildo 6f5a704205 aria2: 1.28.0 -> 1.29.0 2016-11-23 07:49:19 -02:00
Sophie Taylor 91d2071e7a openntpd: 5.7p4 -> 6.0p1 (#20602) 2016-11-22 03:45:09 +01:00
Franz Pletz cc925a0162
stunnel: 5.36 -> 5.37 2016-11-22 03:16:47 +01:00
Franz Pletz 009e37d277
ntp: fix ntp-wait script, depends on perl 2016-11-21 23:25:21 +01:00
Franz Pletz 67fd21a170
ntp: use seccomp on linux 2016-11-21 23:11:05 +01:00
Franz Pletz db66a95e5b
ntp: 4.2.8p8 -> 4.2.8p9
Includes fixes for 10 CVEs and contains other fixes.

See http://support.ntp.org/bin/view/Main/SecurityNotice#November_2016_ntp_4_2_8p9_NTP_Se.
2016-11-21 22:49:02 +01:00
Pascal Wittmann 1416ed7b08
vtun: 3.0.3 -> 3.0.4 2016-11-20 16:36:52 +01:00
Rok Garbas c2e5c30bb7 offlineimap: 7.0.6 -> 7.0.9 2016-11-20 15:47:10 +01:00
Pascal Wittmann 4cdfa0b96a
axel: 2.7 -> 2.11 2016-11-19 10:51:56 +01:00
Thomas Tuegel 520064e4b5
networkmanager: multiple outputs 2016-11-15 07:15:04 -06:00
Tobias Geerinckx-Rice e1220105e3
netsniff-ng: 0.6.1 -> 0.6.2 2016-11-09 02:24:45 +01:00
Benno Fünfstück 0e78ed82bf dirb: init at 2.22 2016-11-07 00:52:13 +01:00
Edward Tjörnhammar 721c3d48e1
i2pd: 2.9.0 -> 2.10.0 2016-11-06 08:13:03 +01:00
Sophie Taylor c5cac5051a cjdns v17.3 -> v18 2016-11-04 11:52:28 +01:00
= f14888b2fe reaverwps-t6x: init at 1.5.2 2016-11-03 23:45:14 +02:00
= 5245e4f1c2 pixiewps: init at 1.2.2 2016-11-03 23:45:14 +02:00
Tim Steinbach 04b22dd935 Merge pull request #19982 from sternenseemann/netcat
Make netcat-openbsd the default netcat
2016-11-02 19:44:29 -04:00
Eelco Dolstra 1e1609da6a curl: 7.50.3 -> 7.51.0
Fixes 11 CVEs:

https://curl.haxx.se/changes.html#7_51_0
2016-11-02 10:38:17 +01:00
sternenseemann bbe9159725 netcat-openbsd: install man page 2016-10-30 15:06:16 +01:00
sternenseemann e2372502d3 netcat: make netcat-openbsd the default netcat (#19411)
The motivation for this change is the following: As gnu-netcat,
e. g. does not support ipv6, it is not suitable as default netcat.

This commit also fixes all obvious build issues caused by this change.
2016-10-30 15:06:04 +01:00
Joachim Fasting a79695e3e2
dnscrypt-wrapper: 0.2.1 -> 0.2.2
Upstream changed distribution terms to what they call "0-clause BSD" aka
ISC.
2016-10-29 03:04:03 +02:00
Sean Bartell 64b1fe26a7 nc6: remove
The download sources are gone and the program is obsolete now that
the popular versions of netcat support IPv6. See:
http://www.deepspace6.net/projects/netcat6.html
2016-10-28 10:54:33 -05:00
Frederik Rietdijk 7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Graham Christensen a95a5e48a9 Merge pull request #19824 from NeQuissimus/httpstat_1_2_1
httpstat: 1.2.0 -> 1.2.1
2016-10-24 19:16:20 -04:00
Franz Pletz ffca975de7
kea: init at 1.1.0 2016-10-24 20:02:23 +02:00
Tim Steinbach ca74b4e8c7
httpstat: 1.2.0 -> 1.2.1 2016-10-24 10:13:40 -04:00
Tim Steinbach 8f457026ad Merge pull request #19808 from vbgl/lftp-4.7.3
lftp: 4.7.1 -> 4.7.3
2016-10-23 20:55:52 -04:00
Kai Harries 2756711652
network-manager: give path to pppd executable
This fixes an issue I have faced when trying to connect to the internet
via wwan gsm modem.

(cherry picked from commit 0775adc599)

Closes https://github.com/NixOS/nixpkgs/pull/19812
2016-10-23 20:41:58 +02:00
Vincent Laporte 27750ac53a lftp: 4.7.1 -> 4.7.3 2016-10-23 18:03:55 +02:00
Joachim Fasting 0c0801e9c4
unbound: 1.5.9 -> 1.5.10
Fixes a fair number of bugs, see https://www.unbound.net/download.html.

Also use https for meta.homepage.
2016-10-22 20:47:11 +02:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Tim Steinbach 2bc237ebe2
statsd: 0.7.2 -> 0.8.0 2016-10-20 17:35:03 -04:00
Graham Christensen 4d10b58cc1 Merge pull request #19730 from aneeshusa/fix-openssh-CVE-2016-8858
openssh: Patch CVE-2016-8858
2016-10-20 17:12:43 -04:00
Vladimír Čunát 4d5b893002 Merge #19081: gnome-3.22
Also master commits are brought in.
2016-10-20 23:04:10 +02:00
Aneesh Agrawal 7374105a96 openssh: Patch CVE-2016-8858
Also add myself as a maintainer.
2016-10-20 14:55:14 -04:00
Aycan iRiCAN fe41a8560b ssldump: init at 09b3 2016-10-19 14:15:42 +00:00
Joachim F 7b4a9cd5f3 Merge pull request #19657 from romildo/upd.cmst
cmst: 2016.04.03 -> 2016.10.03
2016-10-19 05:24:26 +02:00
Frederik Rietdijk 727fcd3d2b httpstat: fix it 2016-10-18 23:14:36 +02:00
Frederik Rietdijk 0389aa9f7d getmail: use python2 2016-10-18 23:14:35 +02:00
romildo bcca1cf326 aria2: 1.27.1 -> 1.28.0 2016-10-18 17:47:39 -02:00
romildo 5a049dfc15 cmst: 2016.04.03 -> 2016.10.03 2016-10-18 15:31:51 -02:00
Jinjing Wang 29191da7a0 shadowsocks-libev: 2.5.0 -> 2.5.5 2016-10-16 22:41:50 +08:00
schneefux 92487043ae
httpie: 0.9.3 -> 0.9.6 2016-10-16 15:44:29 +02:00
Alexander Ried 4094d63dea NetworkManager-strongswan: init at 1.4.0 2016-10-15 20:32:16 +02:00
Eelco Dolstra 811b876fab Revert "openssl, curl, git: Respect $NIX_SSL_CERT_FILE"
This reverts commit 942dbf89c6. Sorry,
this was supposed to go to staging instead of master...
2016-10-14 16:01:54 +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
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
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
Franz Pletz 29bd3898a6
fastd: init at 18 2016-10-13 21:42:17 +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
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
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
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 5275d07fea Merge pull request #19357 from NeQuissimus/httpstat
httpstat: init at 1.2.0
2016-10-09 11:28:31 +02:00
Tim Steinbach 26f75f7d31
httpstat: init at 1.2.0 2016-10-08 18:48:04 -04:00
Franz Pletz fa405aa264 bind: split out dnsutils & host binaries (#18903)
These tools are commonly used but don't require the other bind binaries.
Bind's libs are used, so they've also been split into an extra output.

The old version of host isn't maintained anymore and was removed From Debian
back in 2009: https://packages.qa.debian.org/h/host.html
2016-10-08 16:01:15 +02:00
Bjørn Forsman 3f7d2f72e7 gmvault: 1.8.1-beta -> 1.9.1
Adds support for OAuth2 (among other things).
2016-10-06 23:52:33 +02:00
Hendrik Schaeidt d6d12ebc55
openvpn: disable libpam support on OSX to enable build 2016-10-06 20:24:02 +02:00
Graham Christensen 83a8cb1dc2
openssh: apply patch to fix https://bugzilla.redhat.com/show_bug.cgi?id=1380296 2016-10-06 08:54:10 -04:00
Tuomas Tynkkynen 5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Jaka Hudoklin 98a8146428 Merge pull request #19016 from offlinehacker/pkgs/flannel/update/0.6.2
flannel: update, add nixos module, add tests
2016-10-01 17:22:34 +02:00
Jaka Hudoklin eb1377ba30 flannel: 0.5.5 -> 0.6.2 2016-10-01 17:04:25 +02:00
Benno Fünfstück 1bae891e66 burpsuite: init at 1.7.06 2016-10-01 14:27:04 +02:00
Rob Vermaas cfd62a1045 dd-agent: D'oh, removing duplicate requests dep.
(cherry picked from commit acf91fd6ef)
2016-09-30 13:24:19 +00:00
Rob Vermaas a98dccf1e4 Fix dd-agent
(cherry picked from commit a6493ce4bd)
2016-09-30 13:15:23 +00:00
Joachim Fasting 10be782f25
connman: meta cleanup 2016-09-28 20:01:37 +02:00
makefu 16547d49da
wol: init at 0.7.1
wol, unlike wakelan, supports wake-on-lan passwords
2016-09-28 12:33:46 +02:00
Franz Pletz d5adf2cc0b
dhcp: 4.3.3 -> 4.3.4
Uses shipped version of libbind now.

Fix CVE-2016-2774 & CVE-2015-8605.

cc #18856
2016-09-28 10:50:29 +02:00
Frederik Rietdijk 9e2c48994a getmail: pass in pythonPackages again
broken by 12bd2310ec
2016-09-26 16:06:57 +02:00
Michael Raskin 12bd2310ec getmail: 4.50.0 -> 4.51.0 2016-09-26 15:49:30 +02:00
Frederik Rietdijk 3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Frederik Rietdijk e06e26af08 getmail: pass in pythonPackages 2016-09-26 11:10:51 +02:00
Arseniy Seroka 8269322d11 Merge pull request #18912 from grahamc/stunnel
stunnel: 5.31 -> 5.36
2016-09-25 01:05:31 +04:00
Franz Pletz 7d5546af42
chrony: 2.3 -> 2.4 2016-09-24 15:33:05 +02:00
Graham Christensen 90dae03cfe
stunnel: 5.31 -> 5.36 2016-09-23 22:26:25 -04:00
Eelco Dolstra 057bfdb689 Merge pull request #18877 from NeQuissimus/openvpn_2_3_12
openvpn: 2.3.11 -> 2.3.12
2016-09-23 18:06:18 +02:00
Eelco Dolstra fe8dedf4ef Merge pull request #18879 from NeQuissimus/curl_7_50_3
curl: 7.50.1 -> 7.50.3
2016-09-23 18:05:27 +02:00
Tim Steinbach cda53e434e
curl: 7.50.1 -> 7.50.3 2016-09-23 09:59:14 -04:00
Tim Steinbach 244aee5cd1
openvpn: 2.3.11 -> 2.3.12 2016-09-23 09:24:00 -04:00
Joachim F 7529fd3bff Merge pull request #18818 from Jookia/RFC_htpdate
Rfc htpdate
2016-09-23 15:19:49 +02:00
Alexey Shmalko 124f25bc7d Merge pull request #18794 from romildo/upd.aria2
aria2: 1.26.1 -> 1.27.1
2016-09-22 10:45:06 +03:00
Jookia a83eadd81c htpdate: init at 1.1.3 2016-09-22 14:46:10 +10:00
Devresse Adrien 46f37ae78c davix: 0.4.0 -> 0.6.4 (#18768) 2016-09-21 19:35:50 +02:00
José Romildo Malaquias 01f3e331c5 aria2: 1.26.1 -> 1.27.1 2016-09-20 14:04:13 -03:00