nixpkgs/pkgs/tools/networking
Martin Weinelt c9fef6230a dnsmasq: 2.80 → 2.81
Fixes: CVE-2019-14834

A vulnerability was found in dnsmasq before version 2.81, where the
memory leak allows remote attackers to cause a denial of service
(memory consumption) via vectors involving DHCP response creation.

Changelog:

version 2.81
	Improve cache behaviour for TCP connections. For ease of
	implementaion, dnsmasq has always forked a new process to handle
	each incoming TCP connection. A side-effect of this is that
	any DNS queries answered from TCP connections are not cached:
	when TCP connections were rare, this was not a problem.
	With the coming of DNSSEC, it is now the case that some
	DNSSEC queries have answers which spill to TCP, and if,
	for instance, this applies to the keys for the root, then
	those never get cached, and performance is very bad.
	This fix passes cache entries back from the TCP child process to
	the main server process, and fixes the problem.

	Remove the NO_FORK compile-time option, and support for uclinux.
	In an era where everything has an MMU, this looks like
	an anachronism, and it adds to (Ok, multiplies!) the
	combinatorial explosion of compile-time options. Thanks to
	Kevin Darbyshire-Bryant for the patch.

	Fix line-counting when reading /etc/hosts and friends; for
	correct error messages. Thanks to Christian Rosentreter
	for reporting this.

	Fix bug in DNS non-terminal code, added in 2.80, which could
	sometimes cause a NODATA rather than an NXDOMAIN reply.
	Thanks to Norman Rasmussen, Sven Mueller and Maciej Żenczykowski
	for spotting and diagnosing the bug and providing patches.

	Support TCP-fastopen (RFC-7413) on both incoming and
	outgoing TCP connections, if supported and enabled in the OS.

	Improve kernel-capability manipulation code under Linux. Dnsmasq
	now fails early if a required capability is not available, and
	tries not to request capabilities not required by its
	configuration.

	Add --shared-network config. This enables allocation of addresses
	by the DHCP server in subnets where the server (or relay) does not
	have an interface on the network in that subnet. Many thanks to
	kamp.de for sponsoring this feature.

	Fix broken contrib/lease_tools/dhcp_lease_time.c. A packet
	validation check got borked in commit 2b38e382 and release 2.80.
	Thanks to Tomasz Szajner for spotting this.

	Fix compilation against nettle version 3.5 and later.

	Fix spurious DNSSEC validation failures when the auth section
	of a reply contains unsigned RRs from a signed zone,
	with the exception that NSEC and NSEC3 RRs must always be signed.
        Thanks to Tore Anderson for spotting and diagnosing the bug.

	Add --dhcp-ignore-clid. This disables reading of DHCP client
	identifier option (option 61), so clients are only identified by
	MAC addresses.

	Fix a bug which stopped --dhcp-name-match from working when a hostname
	is supplied in --dhcp-host. Thanks to James Feeney for spotting this.

	Fix bug which caused very rarely caused zero-length DHCPv6 packets.
	Thanks to Dereck Higgins for spotting this.

	Add --tftp-single-port option.

	Enhance --conf-dir to load files in a deterministic order. Thanks to
	Evgenii Seliavka for the suggestion and initial patch.

	In the router advert code, handle case where we have two
	different interfaces on the same IPv6 net, and we are doing
	RA/DHCP service on only one of them. Thanks to NIIBE Yutaka
	for spotting this case and making the initial patch.

	Support prefixed ranges of ipv6 addresses in dhcp-host.
	This eases problems chain-netbooting, where each link in the
	chain requests an address using a different UID. With a single
	address, only one gets the "static" address, but with this
	fix, enough addresses can be reserved for all the stages of the
	boot. Many thanks to Harald Jensås for his work on this idea and
	earlier patches.

	Add filtering by tag of --dhcp-host directives. Based on a patch
	by Harald Jensås.

	Allow empty server spec in --rev-server, to match --server.

	Remove DSA signature verification from DNSSEC, as specified in
	RFC 8624. Thanks to Loganaden Velvindron for the original patch.

	Add --script-on-renewal option.
2020-04-29 04:22:08 +02:00
..
6tunnel 6tunnel: init at 0.13 2019-12-04 13:43:43 +02:00
acme-client acme-client: 0.2.4 -> 0.2.5 2019-12-23 20:03:02 +01:00
ahcpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
aircrack-ng treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
airfield treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
altermime treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
amass Revert "amass: enable on darwin" 2020-04-13 13:08:02 +10:00
argus treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
argus-clients treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
aria2 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
arping arping: 2.20 -> 2.21 2020-03-10 20:27:42 +01:00
arpoison treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
assh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
asynk treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
atftp treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
atinout treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
autossh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
axel axel: 2.17.7 -> 2.17.8 2020-04-09 00:40:41 +00:00
babeld babeld: 1.9.1 → 1.9.2 2020-04-22 19:33:19 +02:00
badvpn
bandwhich bandwhich: 0.12.0 -> 0.13.0 2020-04-05 19:48:16 +02:00
bgpdump treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bgpq3 bgpq3: init at 0.1.35 2020-03-29 14:12:36 +02:00
biosdevname treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
boringtun treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
brook treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bsd-finger
bud treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
bukubrow treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bully treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
burpsuite treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bwm-ng treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cadaver treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
carddav-util treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cassowary Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin" 2020-03-27 07:33:21 +00:00
ccnet treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
chrony treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
circus circus: 0.15.0 -> 0.16.1 2020-03-31 02:28:35 +00:00
cjdns cjdns: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
cksfv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
clash clash: 0.18.0 -> 0.19.0 2020-04-07 13:16:58 -07:00
cloud-custodian cloud-custodian: init at 0.8.45.1 2019-11-09 10:23:03 -08:00
cmst treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cntlm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
connect treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
connman treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
corerad corerad: 0.2.2 -> 0.2.3 2020-04-14 12:47:57 -04:00
corkscrew treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
croc croc: 8.0.5 -> 8.0.7 2020-04-10 09:36:46 +10:00
curl Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
curl-unix-socket treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
curlie treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cutter treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
darkstat treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
davix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dd-agent treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ddclient treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dhcp dhcp: 4.4.1 -> 4.4.2 2020-02-05 10:43:09 +01:00
dhcpcd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dhcpdump treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dhcping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dibbler treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dirb treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
djbdns treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dnscrypt-proxy2 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dnscrypt-wrapper treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dnsmasq dnsmasq: 2.80 → 2.81 2020-04-29 04:22:08 +02:00
dnsperf treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
dnsproxy dnsproxy: 0.23.7 -> 0.24.0 2020-04-01 10:44:24 +00:00
dnstop treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dnstracer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
driftnet treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dropbear treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dsniff treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
easyrsa treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
eggdrop eggdrop: 1.6.21-nix1 -> 1.8.4 2020-02-12 18:52:32 +01:00
email treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
eternal-terminal eternal-terminal: 6.0.6 -> 6.0.7 2020-03-04 20:39:16 +00:00
fakeroute treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fastd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fdm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ferm ferm: 2.4.1 -> 2.5.1 2020-04-21 19:48:29 +02:00
filegive treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
findomain findomain: 1.4.5 -> 1.5.0 2020-04-17 00:28:13 +02:00
flannel treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
flvstreamer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
freebind treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
frp Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin" 2020-03-27 07:33:21 +00:00
gandi-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
getmail treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gftp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gmrender-resurrect treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gmvault treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gnirehtet treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
go-shadowsocks2 go-shadowsocks2: init at 0.0.11 2019-08-28 13:55:01 +02:00
goklp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
grpcui Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin" 2020-03-27 07:33:21 +00:00
grpcurl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
guardian-agent
gupnp-tools Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
gvpe treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hans treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
haproxy haproxy: 2.1.3 -> 2.1.4 2020-04-05 20:31:09 +00:00
hey Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin" 2020-03-27 07:33:21 +00:00
horst treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hss treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
htpdate treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
http2tcp http2tcp: init at 0.5 2020-03-17 11:44:17 -07:00
http-prompt treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
httperf treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
httpie httpie: 2.0.0 -> 2.1.0 2020-04-18 18:36:09 +03:00
httping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
httplab treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
httplz httplz: 1.8.0 -> 1.9.2 2020-04-25 04:10:37 -04:00
httpstat treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
httptunnel treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hue-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hyenae treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
i2p i2p: 0.9.41 -> 0.9.42 2019-08-28 20:01:35 +03:00
i2pd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ifstat-legacy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
iftop iftop: add passthru.tests to reference VM-test 2020-04-15 22:35:46 +02:00
imapproxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
imapsync treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
inadyn inadyn: 2.5 -> 2.6 2020-02-22 21:47:15 +00:00
inetutils treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
iodine treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
iouyap treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
ip2location treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ip2unix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ipcalc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
iperf treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ipgrep
ipv6calc treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
isync treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jnettop treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
junkie
jwhois treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kail treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kea treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
keepalived treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
lftp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
libnids treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
libreswan libreswan: 3.30 -> 3.31 2020-03-06 19:37:20 +00:00
linkchecker treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
lldpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
logmein-hamachi treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
lsh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
maildrop treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mailsend treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mailutils treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
maphosts treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
maxscale Merge pull request #84884 from Izorkin/maxscale-broken 2020-04-10 15:40:48 -04:00
mcrcon treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
megatools megatools: 1.10.2 -> 1.10.3 2020-04-17 08:07:55 +10:00
memtier-benchmark treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
minidlna treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
minio-client treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
minissdpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
miniupnpc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
miniupnpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
miredo treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mitmproxy mitmproxy: 4.0.4 -> 5.1.1 2020-04-19 11:19:36 +02:00
mmsd mmsd: init at unstable-2019-07-15 2019-11-26 01:08:44 +01:00
modem-manager Merge staging-next into staging 2020-04-21 08:29:51 +02:00
mosh mosh: fix build with bash-completion 2.10 2020-04-24 12:47:18 +02:00
mpack
mtr treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mu mu: minor cleanup 2020-04-21 19:36:47 +02:00
nat-traverse treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nbd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ncftp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ndisc6 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ndjbdns treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nebula nebula: 1.1.0 -> 1.2.0 2020-04-09 05:53:04 +00:00
netboot
netcat treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nethogs nethogs: 0.8.5 -> 0.8.6 2020-04-01 23:44:00 +02:00
netifd netifd: init at unstable-2020-01-18 2020-02-12 02:12:05 +01:00
netkit/tftp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
netmask treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
netrw treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
netselect treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
netsniff-ng treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nettee treewide: name -> pname 2019-08-17 10:54:38 +00:00
network-manager treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nfdump nfdump: 1.6.19 -> 1.6.20 2020-04-06 12:43:55 -07:00
nfstrace nfstrace: fix build 2020-01-06 18:16:14 +01:00
ngrep treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ngrok-1 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ngrok-2 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
noip treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nss-mdns treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nss-pam-ldapd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ntopng treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ntp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nuttcp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nylon treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nyx treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nzbget treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
obfs4 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ocproxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ocserv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
offlineimap offlineimap: 7.3.2 -> 7.3.3 2020-04-13 00:51:42 +00:00
ofono treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
olsrd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openapi-generator-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openconnect treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openconnect_pa treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openfortivpn openfortivpn: 1.12.0 -> 1.13.1 2020-04-09 10:49:17 -07:00
openntpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openresolv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
opensm opensm: 3.3.22 -> 3.3.23 2020-03-18 16:13:02 -07:00
openssh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
openvpn openvpn: 2.4.7 -> 2.4.9 2020-04-23 14:25:37 +02:00
p2p treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
packetdrill treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pacparser treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
par2cmdline treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
passh passh: init at 2020-03-18 2020-03-18 21:01:04 -07:00
pcapc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pcapfix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pdnsd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pdsh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
persepolis treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
philter treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
phodav treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
photon treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pingtcp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pirate-get pirate-get: 0.3.4 -> 0.3.5 2020-03-30 20:21:50 -07:00
pixiecore pixiecore: init at 2020-03-25 2020-03-26 00:50:29 -04:00
pixiewps treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pmacct maintainers: fix 0x4A6F 2020-02-11 19:29:51 +01:00
polygraph treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
polysh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ppp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pptp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pptpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
prettyping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
privoxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
proxychains treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pssh treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
pwnat treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
py-wmi-client py-wmi-client: init at unstable-20160601 2019-09-24 10:37:27 +08:00
pykms pykms: 20180208 -> 20190611 2019-09-25 06:33:34 +08:00
qr-filetransfer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
quickserve treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
quicktun treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
radsecproxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
radvd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ratools treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
reaver-wps treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
reaver-wps-t6x treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
redir treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
redsocks treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ripmime treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rp-pppoe treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rshijack rshijack: init at 0.3.0 2020-04-19 02:20:15 +08:00
rtptools rtptools: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
s3cmd s3cmd: use python3 2020-04-09 04:20:00 -05:00
s3gof3r treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
s4cmd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
s6-dns skawarePackages: release 2020-03 2020-03-30 01:23:46 +02:00
s6-networking skawarePackages: release 2020-03 2020-03-30 01:23:46 +02:00
saldl saldl: init at 40 2020-01-18 08:01:19 +10:00
samplicator treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
shadowfox Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin" 2020-03-27 07:33:21 +00:00
shadowsocks-libev treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
shadowsocks-rust treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
shncpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
shorewall treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
siege siege: 4.0.4 -> 4.0.5 2020-02-24 23:27:55 +01:00
simpleproxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sipcalc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sipsak treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
slack-cli treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
slirp4netns slirp4netns: 1.0.0 -> 1.0.1 2020-04-24 10:36:20 +10:00
smartdns smartdns: init at 30 2020-03-13 00:13:12 +08:00
smokeping treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
snabb treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sniffglue sniffglue: init at 0.10.1 2020-04-19 01:57:35 +08:00
socat treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
spiped treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
spoofer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
srelay treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ssh-agents treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ssh-ident treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sshoogr sshoogr init at 0.9.26 2019-10-11 18:39:58 -04:00
sshpass treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sshping Address comment 2019-10-22 00:27:53 -07:00
ssldump treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sslsplit sslsplit: init at 0.5.5 2019-11-26 17:17:05 +08:00
ssmtp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sstp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
strongswan treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
stubby stubby: build with libsystemd support 2020-03-16 10:10:45 +05:30
stun treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
stunnel treewide: fix redirected urls 2020-01-22 11:26:22 +01:00
subfinder subfinder: 2.2.4 -> 2.3.0 2020-01-16 14:38:20 +01:00
surfraw treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
swagger-codegen treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
swaks maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
swec treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tayga treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tcpdump treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tcpflow tcpflow: 1.4.6 -> 1.5.2 2019-08-26 20:11:52 +02:00
tcpreplay treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tcptraceroute treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tdns-cli tdns-cli: upgrade cargo fetcher and cargoSha256 2020-02-28 00:19:47 -08:00
telepresence treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tendermint tendermint: 0.32.3 -> 0.32.10 2020-04-12 03:15:13 +00:00
termshark treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tftp-hpa treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tgt tgt: Install systemd tgtd.service (#65565) 2019-07-29 23:21:00 +00:00
tinc tinc: 1.0.35 -> 1.0.36 2019-09-06 19:13:29 +02:00
tinyfecvpn tinyfecvpn: init at 20180820.0 2019-11-18 20:56:29 +01:00
tinyproxy treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tlspool treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tox-node treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
toxvpn treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tracebox treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
traceroute treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
trickle treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tridactyl-native treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
twa treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ua treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ubridge ubridge: 0.9.17 -> 0.9.18 2020-03-27 11:09:38 +01:00
ucspi-tcp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
udptunnel treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
uget uget: 2.2.2 -> 2.2.3-1 2020-03-24 16:01:43 -03:00
uget-integrator treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
unbound treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
uqmi uqmi: 2016-12-19 -> unstable-2019-06-27 2020-02-12 02:03:22 +01:00
urlwatch treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
uwimap treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
v2ray v2ray: 4.22.1 -> 4.23.0 2020-03-24 12:17:23 +08:00
vde2 vde2: update homepage 2020-02-24 18:36:50 -05:00
vegeta vegeta: init at 12.7.0 2020-01-31 10:42:58 +01:00
vlan treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vpnc treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vtun treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wakelan
wavemon treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wbox treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
webalizer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
weighttp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wget treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
whois treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wicd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wifite2 wifite2: 2.5.2 -> 2.5.3 2020-04-20 23:10:15 +02:00
wireguard-go treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wireguard-tools wireguard: reference missing nixosTests.wireguard 2020-04-25 20:22:14 +02:00
wol treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wolfebin treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wrk treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wrk2 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wstunnel wstunnel: init at unstable-2019-01-28 2019-10-08 18:26:02 +02:00
wuzz treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
x11-ssh-askpass treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xl2tpd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xnbd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
yggdrasil yggdrasil: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
yrd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ytcc ytcc: 1.8.2 -> 1.8.3 2020-03-20 23:42:43 -07:00
zap treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zerotierone treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zssh treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00