1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00
Commit graph

4198 commits

Author SHA1 Message Date
Piotr Bogdan 20738d8b81 ngrep: switch to default make 2018-11-15 17:26:06 +00:00
Renaud cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Renaud a8ac1ef6a4
netselect: 0.3 -> 0.4
and fetch from GH repo since http://alumnit.ca/~apenwarr/netselect/ is gone
2018-11-12 22:04:36 +01:00
aszlig 2ea5e68b24
ip2unix: 1.1.1 -> 1.2.0
Upstream changes:

  - Fixed: Don't fail when building the manual with AsciiDoc and xmllint.
  - Fixed: Some long options (--rule, --rules-file and --rules-data) were
           ignored.
  - Fixed: Manpage formatting is now more consistent.
  - Added: A new --version command line argument for showing version
           information.

With the new upstream release recommending to use AsciiDoc to generate
the manpage, I also switched to AsciiDoc instead of Asciidoctor. The
resulting manpage looks better in some ways (for example when definition
lists are used).

I also added an installCheckPhase to ensure that the manpage exists in
the resulting store path.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-12 15:45:23 +01:00
Edward Tjörnhammar ba35b5971c
i2pd: 2.21.1 -> 2.22.0 2018-11-11 12:47:09 +01:00
Robert Schütz 1afd25fb4a getmail: 5.7 -> 5.8 2018-11-10 12:08:07 +01:00
Jörg Thalheim 0ede13cf1a
Merge pull request #50091 from r-ryantm/auto-update/httpie
httpie: 0.9.9 -> 1.0.0
2018-11-10 00:58:11 +00:00
R. RyanTM 76d07488d7 httpie: 0.9.9 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/httpie/versions
2018-11-09 16:10:36 -08:00
Jörg Thalheim 92a065f23e
Merge pull request #49930 from r-ryantm/auto-update/spoofer
spoofer: 1.3.3 -> 1.4.0
2018-11-08 22:18:15 +00:00
Jörg Thalheim ffbe435e93
Merge pull request #49932 from r-ryantm/auto-update/tgt
tgt: 1.0.73 -> 1.0.74
2018-11-08 21:19:55 +00:00
Jörg Thalheim d8f4f61a66
Merge pull request #49936 from r-ryantm/auto-update/swaks
swaks: 20170101.0 -> 20181104.0
2018-11-08 20:26:57 +00:00
R. RyanTM 1749c8ff1c swaks: 20170101.0 -> 20181104.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swaks/versions
2018-11-08 12:02:55 -08:00
R. RyanTM 814c68a503 tgt: 1.0.73 -> 1.0.74
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tgt/versions
2018-11-08 11:00:39 -08:00
R. RyanTM e681d3a6da spoofer: 1.3.3 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spoofer/versions
2018-11-08 10:52:13 -08:00
aszlig 1d0517ddb3
ip2unix: 1.1.0 -> 1.1.1
Upstream fixes:

  * Don't unlink target socket path if connect is used after bind.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-07 18:21:07 +01:00
Nikola Knežević e7b61b791b grpcurl: init at 1.0.0 2018-11-07 13:43:24 +01:00
aszlig 5fc73fd52e
ip2unix: 1.0.0 -> 1.1.0
Upstream fixes:

  * Prevent closing file descriptors passed by systemd.

New upstream features:

  * Allow to specify port ranges.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-07 09:42:17 +01:00
Matthew Bauer 147ff753f5 shadowsocks-libev: set install name correctly
This avoids having to invoke install_name_tool.
2018-11-06 19:58:20 -06:00
aszlig b162b40007
ip2unix: init at 1.0.0
This tool was initially built specifically for nixcloud to prevent a few
annoying programs from binding to IP sockets.

While initially only accepting a JSON file as input, the tool now has a
proper command line interface and it's also generally usable to turn IP
sockets of any program into Unix sockets.

Another thing that might be even useful for NixOS modules is the
possibility to bend programs into using systemd socket activation.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-05 16:39:42 +01:00
Edward Tjörnhammar dff14ecfbf
i2pd: 2.21.0 -> 2.21.1 2018-11-03 16:25:19 +01:00
David Costa 6759b7900e ntp: fix ntpd shutdown by using upstream patch
After a series of amendments the seccomp.patch made ntpd work properly
but only on 32-bit systems.
This commit replaces that patch with the one submitted upstream by
cleverca22 and that fixes the issue also on 64-bit systems.

Close #38627, #45885
2018-10-31 23:01:40 +00:00
xeji c970b4ef12 eternal-terminal: fix homepage url 2018-10-31 19:11:23 +01:00
qolii 30c92945a4 eternal-terminal: 5.1.7 -> 5.1.8. 2018-10-31 19:10:29 +01:00
Robert Schütz 88155c643a getmail: 5.6 -> 5.7 2018-10-30 16:03:57 +01:00
Renaud 863578d646
Merge pull request #49134 from r-ryantm/auto-update/urlwatch
urlwatch: 2.14 -> 2.15
2018-10-27 13:53:09 +02:00
Jörg Thalheim 255cc1ff8f
Merge pull request #48866 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20181007 -> 0.0.20181018
2018-10-27 07:28:19 +01:00
Silvan Mosberger d4d49e2839
Merge pull request #49176 from dtzWill/update/whois-5.4.0
whois: 5.3.2 -> 5.4.0
2018-10-26 23:00:17 +02:00
Will Dietz 41b3c2137d whois: 5.3.2 -> 5.4.0
4723a2cc4c
2018-10-26 13:32:30 -05:00
qolii 145627391b eternal-terminal: enable darwin build. 2018-10-26 19:59:27 +03:00
R. RyanTM c07b74e0b3 urlwatch: 2.14 -> 2.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlwatch/versions
2018-10-26 00:43:00 -07:00
zimbatm 2337c7522a
openssh: 7.7p1 -> 7.9p1 (#48784)
added openssh_gssapi to make it easier to test the patched version

the HPN edition isn't available on top of 7.9p1 yet

fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.

release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Jan Tojnar 968dca8556
Merge pull request #49114 from qolii/eternal-terminal__5_1_6__5_1_7
eternal-terminal: 5.1.6 -> 5.1.7.
2018-10-25 21:33:42 +02:00
qolii 2da9bb8b4d eternal-terminal: 5.1.6 -> 5.1.7. 2018-10-25 10:10:22 -07:00
Ignat Loskutov e9f1ca0cb1 aircrack-ng: 1.2 -> 1.4 2018-10-25 15:09:21 +03:00
R. RyanTM 6d321dc204 twa: 1.5.1 -> 1.6.0 (#48900)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/twa/versions
2018-10-24 12:38:51 +02:00
Rob Vermaas debbed29d1 datadog-agent: add option to enable trace agent 2018-10-23 12:30:06 +02:00
R. RyanTM 6d0b34f3c8 wireguard-tools: 0.0.20181007 -> 0.0.20181018
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-10-23 02:32:02 -07:00
Jan Tojnar 6655f18135 networkmanager-openvpn: 1.8.6 → 1.8.8 2018-10-21 22:22:31 +02:00
Frederik Rietdijk ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
John Ericson d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Jan Tojnar 42bf580f51
Merge pull request #48648 from qolii/et__4_1_2__5_1_6
eternal-terminal: 4.1.2 -> 5.1.6.
2018-10-18 12:17:43 +02:00
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Frederik Rietdijk 821a3beb10
Merge pull request #48306 from NixOS/staging-next
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Matthew Robbetts 747377a9f8 Add ninja, remove enableParallelBuilding. 2018-10-17 23:05:21 -07:00
Matthew Robbetts 70d532cf2c eternal-terminal: 4.1.2 -> 5.1.6. 2018-10-17 16:57:59 -07:00
Matthew Bauer 1660098d84 curl: build statically on windows 2018-10-17 14:44:35 -05:00
Robert Schütz c1a0e28ee2
Merge pull request #48596 from makefu/pkgs/pythonPackages.speedtest-cli/init
speedtest-cli: move to pythonPackages, add to home-assistant
2018-10-17 17:11:48 +02:00
makefu d3657f6766
speedtest-cli: move ot python-modules 2018-10-17 16:52:39 +02:00
Frederik Rietdijk 89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Frederik Rietdijk 18fcc337af Merge master into staging-next 2018-10-17 08:04:22 +02:00