aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* py-wmi-client: init at unstable-20160601Peter Hoeg2019-09-241-0/+25
|
* httpie: use python3 by defaultMaximilian Bosch2019-09-201-4/+4
| | | | | | | | | This package is intended to be used as application and supports python3[1] (and is about to deprecated python2.7 support[2]), so there's no reason to not use it in 2019. [1] https://github.com/jakubroztocil/httpie/tree/1.0.3#python-version [2] https://github.com/jakubroztocil/httpie/commit/b3d2c1876e23e7de7afe588e4f64160d17201b45
* Merge pull request #69094 from madjar/fix-httpieMaximilian Bosch2019-09-201-1/+1
|\ | | | | httpie: add missing 'setuptools' to propagatedBuildInputs
| * httpie: add missing 'setuptools' to propagatedBuildInputsGeorges Dubus2019-09-191-1/+1
| | | | | | | | | | As a side-effect of f7e28bf, the build no longer propagated 'setuptools', which is a run-time dependency. See #68314 for further details.
* | ip2unix: 2.1.0 -> 2.1.1aszlig2019-09-201-2/+2
|/ | | | | | | | This is just a small bugfix release (essentially adds two lines of code) which fixes a segfault if using with a program that doesn't pass a sockaddr buffer to accept() or accept4(). Signed-off-by: aszlig <aszlig@nix.build>
* ntopng: Remove `broken = true`Claudio Bley2019-09-191-1/+0
|
* ntopng: Add patch needed to build with newer libpcapClaudio Bley2019-09-192-0/+35
| | | | | | | | | | | | | | | | Fixes build errors for the third-party mongoose module: ``` In file included from /nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap.h:43, from /build/ntopng-2.0/include/ntop_includes.h:93, from src/HTTPserver.cpp:22: /nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap/pcap.h:958: note: this is the location of the previous definition #define INVALID_SOCKET -1 src/../third-party/mongoose/mongoose.c:270:13: error: multiple types in one declaration typedef int SOCKET; ^~~~~~ ```
* Merge pull request #68945 from rvolosatovs/update/tendermintworldofpeace2019-09-171-4/+4
|\ | | | | tendermint: 0.32.2 -> 0.32.3
| * tendermint: 0.32.2 -> 0.32.3Roman Volosatovs2019-09-161-4/+4
| |
* | Merge pull request #68960 from B4dM4n/boringtun-darwinMatthew Bauer2019-09-171-1/+3
|\ \ | | | | | | boringtun: fix darwin build
| * | boringtun: fix darwin buildFabian Möller2019-09-171-1/+3
| |/
* / ntopng: mark as brokenBjørn Forsman2019-09-171-0/+1
|/
* wireguard: 0.0.20190702 -> 0.0.20190913Will Dietz2019-09-161-2/+2
|
* Merge pull request #67641 from suhr/i2pMario Rodas2019-09-151-7/+16
|\ | | | | i2p: 0.9.41 -> 0.9.42
| * i2p: 0.9.41 -> 0.9.42Сухарик2019-08-281-8/+17
| |
* | Merge pull request #68685 from B4dM4n/mitmproxy-pytest5Maximilian Bosch2019-09-152-2/+34
|\ \ | | | | | | mitmproxy: add pytest5 compatability
| * | mitmproxy: add pytest5 compatabilityFabian Möller2019-09-132-2/+34
| | |
* | | Merge pull request #68764 from dtzWill/update/networkmanager-openconnect-1.2.6obadz2019-09-141-5/+6
|\ \ \ | | | | | | | | networkmanager-openconnect: 1.2.4 -> 1.2.6
| * | | networkmanager-openconnect: 1.2.4 -> 1.2.6Will Dietz2019-09-131-5/+6
| |/ /
* | | Revert "networkmanager,modemmanager: fix service symlinks for systemd v243"worldofpeace2019-09-142-0/+12
| | |
* | | Merge pull request #68731 from dtzWill/fix/networkmanager-dbus-service-aliasesworldofpeace2019-09-142-12/+0
|\ \ \ | | | | | | | | networkmanager,modemmanager: fix service symlinks for systemd v243
| * | | networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz2019-09-132-12/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes problems such as: systemd[1]: Failed to put bus name to hashmap: File exists systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation. Problem is that systemd treats symlinks to files outside the service path differently, causing our old workaround to look like two separate services. These symlinks are intended to be a means for manually emulating the behavior of the `Alias=` directive in these services. Unfortunately even making these symlinks relative isn't enough, since they don't make it to where it matters-- that only makes the links in /etc/static/systemd/system/* relative, with systemd still being shown non-relative links in /etc/systemd/system/*. To fix this, drop all of this at the package level and instead simply specify the aliases in the NixOS modules. Also handle the same for modemmanager, since the networkmanager NixOS module also handles that.
* | | httplz: 1.5.2 -> 1.6.0, add openssl to PATHWilliButz2019-09-142-451/+249
| | |
* | | httplz: Fix build with openssl_1_0_2Daniel Schaefer2019-09-131-2/+2
|/ / | | | | | | | | The rust crate dependency that wraps OpenSSL doesn't support the Openssl 1.1.
* | nixos/{chrony,ntpd,openntpd}: add myself as maintainerAustin Seipp2019-09-123-3/+3
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #68507 from peterhoeg/f/mtrMaximilian Bosch2019-09-121-2/+2
|\ \ | | | | | | nixos/mtr: support for selecting the package
| * | mtr: build a -gui option as wellPeter Hoeg2019-08-051-2/+2
| | |
* | | Merge pull request #68355 from nlewo/pr-remove-skydiveworldofpeace2019-09-102-1380/+0
|\ \ \ | | | | | | | | skydive: remove it from nixpkgs
| * | | skydive: remove it from nixpkgsAntoine Eiche2019-09-102-1380/+0
| | | | | | | | | | | | | | | | | | | | The current Skydive version can not be build with a recent Go version and the maintainer (lewo) is no longer interested in maintaining it.
* | | | toxvpn: 2018-04-07 -> 2019-09-09toonn2019-09-091-4/+4
|/ / / | | | | | | | | | Added myself as maintainer for problems related to mac OS.
* | | Merge staging-next into stagingFrederik Rietdijk2019-09-091-17/+29
|\ \ \
| * \ \ Merge pull request #68244 from NixOS/staging-nextFrederik Rietdijk2019-09-092-1/+5
| |\ \ \ | | | | | | | | | | Staging next that includes gcc8
| * | | | bukubrow: 2.4.0 -> 5.0.0arcnmx2019-09-081-17/+29
| | | | |
* | | | | treewide: remove redundant quotesvolth2019-09-0815-15/+15
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-081-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * \ \ \ Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03198-336/+344
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-2592-552/+1089
| |\ \ \ \ \
| * | | | | | altermime: fix build with gcc8Linus Heckemann2019-06-171-0/+1
| | | | | | |
| * | | | | | dhcp: fix build with gcc8Franz Pletz2019-06-171-1/+1
| | | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/gcc8' into staging-nextFrederik Rietdijk2019-09-061-1/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | dhcp: fix compilation on gcc8 (#40605)Patrick Hilhorst2018-05-161-1/+4
| | | | | | |
* | | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-061-2/+2
|\ \ \ \ \ \ \
| * | | | | | | tinc: 1.0.35 -> 1.0.36Doron Behar2019-09-061-2/+2
| | | | | | | |
* | | | | | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-064-8/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | | | | | | Merge branch 'gtk-no-plus'Jan Tojnar2019-09-063-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-063-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GTK was renamed.
| * | | | | | | | httpie: 1.0.2 -> 1.0.3Will Dietz2019-09-031-2/+2
| | | | | | | | |
| * | | | | | | | httpie: fetchPypiWill Dietz2019-09-031-2/+2
| | | | | | | | |
| * | | | | | | | httpie: pname-ifyWill Dietz2019-09-031-1/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-043-6/+6
|\| | | | | | |