Commit graph

4210 commits

Author SHA1 Message Date
Frederik Rietdijk 3b052406ea Merge staging-next into staging 2018-11-12 19:01:36 +01:00
Frederik Rietdijk daf3297cb4 Merge master into staging-next 2018-11-12 18:59:08 +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
Frederik Rietdijk 1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +01:00
Edward Tjörnhammar ba35b5971c
i2pd: 2.21.1 -> 2.22.0 2018-11-11 12:47:09 +01:00
Frederik Rietdijk 7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
Jörg Thalheim 7792a38642
Merge pull request #50160 from r-ryantm/auto-update/dnsmasq
dnsmasq: 2.79 -> 2.80
2018-11-10 11:36:35 +00:00
R. RyanTM 904ae0b116 dnsmasq: 2.79 -> 2.80
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dnsmasq/versions
2018-11-10 03:18:29 -08:00
Robert Schütz 1afd25fb4a getmail: 5.7 -> 5.8 2018-11-10 12:08:07 +01:00
Frederik Rietdijk 53d00c3351 Merge master into staging-next 2018-11-10 11:08:54 +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
Patrick Hilhorst 914392c646
modem-manager: don't define inconsistent pname 2018-11-06 00:06:23 +01:00
Patrick Hilhorst b0e9fc131c
treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
John Ericson 48caae5045 Merge remote-tracking branch 'upstream/master' into HEAD 2018-11-05 15:19:33 -05: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
Frederik Rietdijk cb4ff927a1 Merge master into staging-next 2018-11-04 08:49:24 +01:00
Austin Seipp c55fa1e122 Merge branch 'master' into staging 2018-11-03 19:57:25 -05:00
Edward Tjörnhammar dff14ecfbf
i2pd: 2.21.0 -> 2.21.1 2018-11-03 16:25:19 +01:00
Vladimír Čunát a92a2c8e15
Merge branch 'master' into staging
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +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
Will Dietz e9d6475e68 curl: 7.61.1 -> 7.62.0
See
https://github.com/NixOS/nixpkgs/issues/49463#issuecomment-434617623
2018-10-31 07:12:00 -05:00
Frederik Rietdijk 1d196d99be Merge staging-next into staging 2018-10-30 20:35:15 +01:00
Robert Schütz 88155c643a getmail: 5.6 -> 5.7 2018-10-30 16:03:57 +01:00
Jörg Thalheim 6bad623c2e
Merge pull request #49246 from fadenb/unbount_1.8.1
unbound: 1.8.0 -> 1.8.1
2018-10-29 00:04:41 +00:00
Tristan Helmich (omniIT) 1bfaa0157e unbound: 1.8.0 -> 1.8.1 2018-10-27 14:04:01 +02: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