summary refs log tree commit diff
path: root/pkgs/tools/networking
Commit message (Collapse)AuthorAge
* strongswan: 5.5.1 -> 5.5.2Bas van Dijk2017-04-06
|
* Merge pull request #24573 from ambrop72/ntpd-fixJoachim F2017-04-06
|\ | | | | ntpd: Add patch to allow getpid syscall in seccomp filter.
| * ntpd: Allow additional syscalls in seccomp filter.Ambroz Bizjak2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #24625 from Mic92/networkmanagerJörg Thalheim2017-04-05
|\ \ | | | | | | networkmanager: 1.4.4 -> 1.6.4
| * | network-manager_l2tp: set 1.2.4 explicityJörg Thalheim2017-04-04
| | |
| * | network-manager-applet: 1.4.4 -> 1.4.6Jörg Thalheim2017-04-04
| | |
| * | network-manager: 1.4.4 -> 1.6.4Jörg Thalheim2017-04-04
| | |
* | | zerotierone: 1.1.14 -> 1.2.2 (#24614)David Guibert2017-04-04
|/ /
* | Merge #24574: ntp: security 4.2.8p9 -> 4.2.8p10Vladimír Čunát2017-04-03
|\ \
| * | ntp: 4.2.8p9 -> 4.2.8p10; fix 10 medium/4 low CVEsJörg Thalheim2017-04-02
| |/ | | | | | | http://nwtime.org/network-time-foundation-publishes-ntp-4-2-8-p10/
* | isyncUnstable: 20161218 -> 20170329Thomas Tuegel2017-04-03
| |
* | ua: init at 2017-02-24Thomas Tuegel2017-04-03
|/
* speedtest-cli: 1.0.2 -> 1.0.3 (#24535)ndowens2017-04-01
|
* Merge pull request #24380 from fuzzy-id/haproxy-overworked4Daiderd Jordan2017-03-31
|\ | | | | haproxy: PCRE and LUA support via configurable options
| * haproxy: added fuzzy-id to the list of maintainersThomas Bach2017-03-29
| |
| * haproxy: Provide LUA and PCRE support as configurable optionsThomas Bach2017-03-29
| | | | | | | | | | Both are enabled by default. Except for LUA on Darwin where compilation fails. (See #23901.)
| * haproxy: refactorThomas Bach2017-03-27
| | | | | | | | | | | | | | `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.
* | Merge pull request #24260 from mbrgm/upgrade-keepalivedTim Steinbach2017-03-30
|\ \ | | | | | | keepalived: 1.3.4 -> 1.3.5
| * | keepalived: 1.3.4 -> 1.3.5Marius Bergmann2017-03-24
| | |
* | | wrk: use packaged openssl, luajit (#24481)pmahoney2017-03-30
| | | | | | | | | | | | This has the side effect of now building on darwin. Previously, the vendored luajit would fail to build.
* | | sitecopy: removeRobin Gloster2017-03-30
| | |
* | | dd-agent: fix by adding uptime as dependency.Rob Vermaas2017-03-29
| | | | | | | | | | | | (cherry picked from commit f79be2cfa321617314aa253a8a6341a2f0ab7816)
* | | minio-client: 20160821 -> 20170206Eelco Dolstra2017-03-28
| | |
* | | treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| |/ |/| | | | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* | iperf2: 2.0.5 -> 2.0.9Dan Peebles2017-03-26
| | | | | | | | This also fixes the build on clang 4
* | skarnet.org packages: fix darwin buildPatrick Mahoney2017-03-26
| | | | | | | | | | | | 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.
* | update skarnet.org packagesPatrick Mahoney2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | i2pd: 2.11.0 -> 2.12.0Edward Tjörnhammar2017-03-25
| |
* | Merge branch 'staging'Vladimír Čunát2017-03-24
|\ \
| * \ Merge pull request #24203 from layus/nix-ssl-cert-fileEelco Dolstra2017-03-22
| |\ \ | | | | | | | | git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
| | * | curl: Use default trust store of TLS backendGuillaume Maudoux2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 fb4c43dd8adbd7a10d1c52539b36e2da269f3f7f "curl: Use CA bundle in nix default profile by default" If we want to reintroduce that feature, this needs to go inside openssl
| | * | curl, git: Fix curl default CA, let git use itGuillaume Maudoux2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-03-21
| |\ \ \ | | |/ / | |/| / | | |/
| * | git, openssl, curl: Respect $NIX_SSL_CERT_FILEDomen Kožar2017-03-20
| | | | | | | | | | | | Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e
* | | Merge pull request #23360 from ndowens/pcapcTobias Geerinckx-Rice2017-03-24
|\ \ \ | |_|/ |/| | pcapc: 2015-03.06 -> 1.0.0
| * | pcapc: 2015-03.06 -> 1.0.0ndowens2017-03-01
| | |
* | | dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoringSander van der Burg2017-03-20
| |/ |/|
* | Merge branch 'master' into stagingVladimír Čunát2017-03-18
|\ \ | | | | | | | | | Nontrivial rebuilds from master, again :-/
| * | amule: 2.3.1 -> 2.3.2Lluís Batlle i Rossell2017-03-18
| | |
| * | dnscrypt-proxy: enable additional pluginsJoachim Fasting2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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}" ]; } ```
* | | Merge branch 'master' into stagingVladimír Čunát2017-03-15
|\| | | | | | | | | | | More larger rebuilds from master, unfortunately.
| * | haproxy: 1.7.2 -> 1.7.3Thomas Bach2017-03-13
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-03-14
|\| | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
| * | Merge pull request #23828 from ndowens/gupnp-toolsBenno Fünfstück2017-03-13
| |\ \ | | | | | | | | gupnp-tools: 0.8.8 -> 0.8.13
| | * | gupnp-tools: 0.8.8 -> 0.8.13ndowens2017-03-12
| | | |
| * | | mtr: 0.86 -> 0.87Orivej Desh2017-03-13
| |/ /
| * | olsrd: 0.6.6.1 -> 0.9.6.1ndowens2017-03-12
| | |
| * | wget: add patch for CVE-2017-6508Franz Pletz2017-03-11
| | |
| * | packetdrill: minor packaging tweaksJoachim Fasting2017-03-10
| | | | | | | | | | | | | | | - native build inputs - allow building with hardening
| * | packetdrill: init at 1.0David Johnson2017-03-10
| | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/pull/23679