nixpkgs/pkgs/tools/networking
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
..
6tunnel
aardvark-dns aardvark-dns: 1.0.1 -> 1.0.2 2022-03-24 17:32:44 +10:00
acme-client
ahcpd tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
aircrack-ng tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
airfield treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
altermime
amass amass: 3.17.1 -> 3.18.2 2022-03-22 00:53:21 +00:00
anevicon
argus
argus-clients
aria2 aria2: fix cross compilation and set strictDeps 2022-01-09 10:07:19 +08:00
arping arping: clarify license 2022-03-08 10:55:15 +01:00
arpoison tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
assh assh: 2.12.1 -> 2.12.2 2022-01-11 01:23:57 +00:00
atftp atftp: enable tests 2021-09-18 15:52:54 +01:00
atinout pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
autossh
axel axel: 2.17.10 -> 2.17.11 2021-12-24 01:24:31 +00:00
babeld
bacnet-stack pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
badvpn badvpn: switch to fetchFromGitHub 2022-01-03 00:30:36 +01:00
bandwhich bandwhich: patch dependency to avoid panics 2021-08-26 17:18:27 +02:00
bgpdump bgpdump: 1.6.0 -> 1.6.2 2021-08-22 16:16:27 +02:00
bgpq3 bgpq3: 0.1.36 -> 0.1.36.1 2022-02-12 16:18:32 +01:00
bgpq4 bgpq4: 1.2 -> 1.4 2021-12-11 23:54:38 +00:00
biosdevname
bitmask-vpn bitmask-vpn: init at 0.21.6 2021-09-22 00:04:12 +09:00
bore bore: 0.3.3 -> 0.4.1 2021-11-29 12:30:49 +08:00
boringtun boringtun: 0.3.0 -> 0.4.0 2022-03-12 15:02:03 +08:00
boundary boundary: 0.7.5 -> 0.7.6 2022-03-16 20:15:37 -04:00
brook brook: 20220404 -> 20220406 2022-03-21 23:49:07 +08:00
bsd-finger fingerd_bsd: "merge" with finger_bsd 2022-03-14 12:56:17 -03:00
bud bud: switch to fetchFromGitHub 2022-03-14 19:32:48 +01:00
bukubrow
bully
burpsuite burpsuite: 2021.10.3 -> 2021.12 2022-01-01 22:33:58 +01:00
bwm-ng bwm_ng: pull upstream fix for upcoming ncurses-6.3 2021-11-03 18:50:54 +00:00
cadaver tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
calendar-cli calendar-cli: 0.12.0 -> 0.13.0 2021-12-26 23:49:17 +00:00
cantoolz
carddav-util tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
cassowary treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
cbftp cbftp: fix build on darwin 2021-11-16 20:42:55 -05:00
cdpr cdpr: fix build on darwin 2021-11-20 18:24:38 -05:00
changetower changetower: init at 1.0 2021-08-23 19:10:08 +02:00
chaos chaos: 0.1.9 -> 0.2.0 2022-02-12 21:31:09 -08:00
checkip checkip: 0.18.1 -> 0.19.0 2022-03-12 03:59:32 +00:00
chisel chisel: 1.7.6 -> 1.7.7 (#157492) 2022-02-01 14:57:05 -05:00
chrony treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
circus circus: update homepage 2022-01-07 16:45:54 +07:00
cjdns cjdns: python2 -> python3 2021-12-13 10:13:27 +00:00
cksfv cksfv: format, cleanup 2021-08-12 01:18:19 +02:00
clash clash: 1.6.0 -> 1.10.0 2022-03-21 07:23:35 +00:00
cloud-custodian
cloudflare-warp cloudflare-warp: init at 2022.02.24 2022-03-18 11:03:47 -06:00
cmst cmst: 2022.01.05 -> 2022.03.13 2022-03-14 04:35:33 +00:00
cnping cnping: init at 2021-04-04 2021-10-14 21:27:34 +03:00
cntlm
cocom
connect
connman connman: update homepage 2022-02-06 15:10:20 +01:00
corerad corerad: 1.1.0 -> 1.1.1 2022-03-20 13:06:17 -04:00
corkscrew
crackle
croc croc: 9.5.1 -> 9.5.2 2022-02-24 18:57:07 +10:00
curl Merge pull request #145610 from Izorkin/update-curl 2022-01-10 16:22:03 +00:00
curl-unix-socket tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
curlie curlie: 1.6.2 -> 1.6.7 2021-11-12 01:25:49 +01:00
darkstat
davix davix-copy: remove appendToName to have a consistent package name for repology 2022-02-28 12:45:43 +01:00
dcap dcap: Init at 2.47.12 (#156282) 2022-01-25 00:39:50 +01:00
dd-agent datadog-agent: 7.33.0 -> 7.33.1 2022-02-16 23:37:29 +01:00
ddclient
dhcp dhcp: Add BUILD_CC when cross compiling 2021-12-21 15:03:49 +01:00
dhcpcd dhcpcd: fix privsep enabling, passthru enablePrivSep 2021-12-22 18:21:36 +01:00
dhcpdump treewide: use mirror URLs where available 2021-11-06 01:56:39 +00:00
dhcping
dibbler dibbler: update homepage 2022-02-06 15:10:23 +01:00
dirb
djbdns djbdns: add newline to softlimit.patch 2021-11-09 17:40:12 +00:00
dnschef dnschef: init at 0.4 2021-08-05 07:12:10 -06:00
dnscrypt-proxy2 dnscrypt-proxy2: 2.1.0 -> 2.1.1 2021-10-29 10:09:00 +00:00
dnscrypt-wrapper
dnsmasq dnsmasq: honor dbusSupport 2022-03-06 21:24:28 +02:00
dnsperf dnsperf: 2.8.0 -> 2.9.0 2021-12-21 16:58:24 +00:00
dnsproxy dnsproxy: 0.41.4 -> 0.42.0 2022-03-22 04:03:20 +00:00
dnstake dnstake: 0.0.2 -> 0.1.0 2022-01-24 07:39:20 +00:00
dnstop tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
dnstracer Remove myself from maintainers 2022-01-20 00:24:52 +01:00
dnstwist dnstwist: 20220120 -> 20220131 2022-02-01 12:58:47 +01:00
dnsviz dnsviz: 0.9.3 -> 0.9.4 2021-09-28 08:32:44 +02:00
dogdns dogdns: install man pages 2022-02-01 20:41:26 +01:00
driftnet driftnet: fix 2021-12-06 15:47:35 -05:00
drill treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
dropbear tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
dsniff
easyrsa easyrsa2: switch to fetchFromGitHub 2021-12-23 19:05:18 +01:00
eggdrop treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
email tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
eternal-terminal eternal-terminal: remove broken linker flag for c++fs (#161416) 2022-02-22 19:07:01 -05:00
evillimiter
fakeroute fakeroute: update homepage 2022-02-06 15:10:34 +01:00
fast-ssh fast-ssh: init at 0.3.1 2021-12-26 00:34:43 +01:00
fastd treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
fdm
ferm ferm: drop ipset for compatibility with iptables-nft 2021-09-28 10:47:49 +03:00
filegive filegive: use https 2021-08-12 01:19:38 +02:00
findomain findomain: 7.0.0 -> 7.0.1 2022-02-26 05:17:38 +00:00
flannel flannel: 0.16.3 -> 0.17.0 2022-03-14 21:58:53 +10:00
flvstreamer tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
fping fping: 5.0 -> 5.1 2022-02-12 10:32:29 +01:00
freebind
frp frp: 0.39.1 -> 0.40.0 2022-03-12 08:47:34 +00:00
gandi-cli
gemget gemget: init at 1.8.0 2021-11-15 16:38:38 +13:00
getmail6 treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
ghostunnel ghostunnel: format 2021-08-02 10:58:45 +02:00
globalprotect-openconnect globalprotect-openconnect: use ver rev instead of commit & correct sha256 2021-12-03 06:10:20 +02:00
gmrender-resurrect
gnirehtet
go-shadowsocks2
gobgp gobgp: 2.34.0 -> 3.0.0 2022-03-02 06:06:18 +00:00
godns godns: 2.6 -> 2.7 2022-02-28 13:55:34 +08:00
godspeed godspeed: update vendorSha256 2022-01-31 17:24:26 +10:00
goflow goflow: init at 3.4.3 2022-03-08 18:59:06 +01:00
goimapnotify goimapnotify: 2.3.2 -> 2.3.7 2021-12-10 19:43:34 +00:00
goklp
goreplay
gost gost: init at 2.11.1 2022-01-21 11:05:57 +08:00
gping gping: 1.2.7 -> 1.3.0 2022-02-25 08:00:10 +00:00
grpcui grpcui: 1.2.0 -> 1.3.0 2022-02-16 09:50:51 +00:00
grpcurl grpcurl: 1.8.5 -> 1.8.6 2022-02-12 10:26:45 +01:00
guardian-agent
gupnp-tools gupnp-tools: 0.10.1 → 0.10.2 2021-11-23 15:34:15 +01:00
gvpe gvpe: 3.0 -> 3.1 2022-01-24 01:04:20 +01:00
gvproxy gvproxy: 0.2.0 -> 0.3.0 2021-11-15 18:43:49 +10:00
hans
haproxy haproxy: 2.5.3 -> 2.5.4 2022-03-07 13:39:08 +01:00
hey hey: enable tests 2022-03-16 11:02:32 -03:00
horst horst: update homepage 2022-02-06 15:10:53 +01:00
hp2p hp2p: init at 3.3 2021-08-26 11:03:54 +02:00
hping
hss
htpdate htpdate: 1.3.1 -> 1.3.3 2022-01-24 13:14:10 +00:00
http2tcp
http-prompt
httperf
httpie httpie: 3.0.2 -> 3.1.0 2022-03-16 10:12:26 +01:00
httping httping: pull upstream fix for ncurses-6.3 2021-11-21 21:09:53 +00:00
httplab
httplz httplz: 1.12.3 -> 1.12.4 2022-02-26 07:27:35 +00:00
httpstat
httptunnel
hue-cli
hurl hurl: 1.5.0 -> 1.6.0 2022-02-12 00:19:24 +00:00
hyenae tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
i2p i2p: 1.5.0 -> 1.6.1 2022-01-31 10:18:25 -08:00
i2pd i2pd: 2.40.0 -> 2.41.0 2022-02-21 09:53:17 +00:00
ifstat-legacy
iftop tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
igmpproxy
imapsync tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
inadyn inadyn: 2.9.0 -> 2.9.1 2022-01-13 19:13:25 +01:00
inetutils inetutils: 2.0 -> 2.2 2021-09-03 10:33:46 +09:00
innernet innernet: 1.5.3 -> 1.5.4 2022-03-17 12:00:25 +00:00
iodine
iouyap
ip2location
ip2unix
ipcalc ipcalc: 0.4.1 -> 1.0.1 2021-08-30 19:09:36 +02:00
iperf iperf: 3.10.1 -> 3.11 2022-03-13 12:31:33 +03:00
ipgrep
ipinfo ipinfo: 2.1.1 -> 2.7.0 2021-12-28 10:36:53 +01:00
ipv6calc ipv6calc: 3.2.0 -> 4.0.1 2022-02-12 10:20:27 +01:00
isync isync: 1.4.3 -> 1.4.4 2021-12-03 14:08:13 +01:00
iwgtk
jnettop jnettop: pull pending upstream inclusion fix for ncurses-6.3 2021-11-14 09:34:13 +00:00
junkie
jwhois jwhois: fix on aarch64-darwin 2021-09-14 06:50:35 +01:00
kail kail: 0.8.0 -> 0.15.0 switch to buildGoModule 2021-11-19 11:06:05 +01:00
kapp kapp: 0.45.0 -> 0.46.0 2022-02-19 16:52:37 +00:00
kea kea: 2.0.1 -> 2.0.2 2022-03-04 16:30:24 +01:00
keepalived keepalived: 2.2.4 -> 2.2.7 2022-01-27 12:39:54 -08:00
lftp lftp: update homepage 2022-02-05 19:37:49 +01:00
libnids
libreswan libreswan: Fix ExecStopPost paths 2022-01-24 16:22:57 +01:00
ligolo-ng ligolo-ng: 0.2 -> 0.3.2 2022-02-12 13:47:27 +00:00
linkchecker linkchecker: 10.0.0 → 10.0.1 2021-11-22 19:18:14 +01:00
linux-router linux-router: 0.6.2 -> 0.6.6 2021-12-07 12:09:39 +00:00
lldpd lldpd: 1.0.11 -> 1.0.13 2021-12-02 06:47:04 +01:00
logmein-hamachi
lsh tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
lxi-tools
lychee lychee: 0.8.2 -> 0.9.0 2022-03-23 19:24:48 +00:00
magic-wormhole-rs magic-wormhole-rs: init at 0.3.0 2022-03-17 22:27:19 +01:00
maildrop tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
mailsend mailsend: refactor 2021-12-21 12:03:41 +01:00
mailutils mailutils: add debug info 2022-03-03 13:57:16 +00:00
maphosts
maxscale
mcrcon mcrcon: 0.7.1 -> 0.7.2 2021-11-03 14:03:48 +00:00
mdk4
megatools
memtier-benchmark
minidlna minidlna: add passthrough test 2022-03-06 12:53:45 +01:00
minio-client minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z 2022-03-18 23:59:21 +00:00
minissdpd
miniupnpc miniupnpc: fix build on darwin again 2021-10-22 11:50:14 +02:00
miniupnpd tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
miredo
mmsd
modemmanager modemmanager: 1.18.2 -> 1.18.4 2022-01-19 23:06:11 +01:00
mole mole: init at 2.0.0 2021-10-05 19:16:51 +02:00
moodle-dl
mosh mosh: minor formatting, add SuperSandor2000 as maintainer 2021-11-10 11:02:11 +01:00
mozwire
mpack tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
mqttui mqttui: 0.16.0 -> 0.16.1 2022-03-23 20:56:49 +01:00
mtr mtr: 0.94 -> 0.95 2022-01-13 09:03:28 +08:00
mtr-exporter mtr-exporter: init at 0.1.0 (3ce854a5) 2022-01-09 13:57:06 +01:00
mu mu: 1.6.9 -> 1.6.10 2021-11-13 12:21:20 +01:00
mubeng mubeng: 0.9.2 -> 0.9.3 2022-03-03 11:28:38 +00:00
n2n n2n: 2.8 -> 3.0 2022-01-27 12:25:18 -05:00
nat-traverse
nbd nbd: add programs.nbd, services.nbd, and test 2022-03-09 12:00:47 +00:00
ncftp
ndisc6 tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
ndjbdns
ndn-tools NDN: fix builds after boost upgrade 2021-12-30 15:52:45 +01:00
nebula treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
netavark netavark: 1.0.1 -> 1.0.2 2022-03-24 17:32:44 +10:00
netboot netboot: disable parallel build 2022-01-29 11:36:30 +01:00
netcat tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
netdiscover netdiscover: 0.8.1 -> 0.9 2022-02-21 14:09:27 +00:00
nethogs nethogs: pull upstream fix for ncurses-6.3 2021-11-13 22:30:46 +01:00
netifd
netkit/tftp tools/networking: replace name with pname&version 2021-08-01 22:48:53 +02:00
netmask
netproc netproc: init at unstable-2022-02-11 2022-03-16 13:21:19 +08:00
netrw
netselect
netsniff-ng
nettee
networkmanager networkmanager: 1.34.0 -> 1.36.2 2022-03-09 17:04:39 +00:00
nfdump nfdump: 1.6.22 -> 1.6.23 2021-08-17 10:54:02 -07:00
nfstrace Update pkgs/tools/networking/nfstrace/default.nix 2021-11-30 19:31:55 +00:00
ngrep ngrep: Make available on darwin 2021-11-05 10:08:50 +01:00
ngrok-1 ngrok-1: buildFlags -> tags 2021-08-06 11:29:32 +10:00
ngrok-2 ngrok: fix running x86_64-darwin build 2021-12-14 20:41:38 -05:00
nikto
noip tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
notemap notemap: fix darwin build 2022-02-18 16:07:35 -05:00
nss-mdns nss-mdns: patch unconditionally 2021-10-14 20:55:10 -07:00
nss-pam-ldapd nss_pam_ldapd: 0.9.11 -> 0.9.12 2022-02-24 00:14:10 +01:00
ntopng ntopng: 2.0 -> 5.2.1 2022-02-16 20:48:59 +03:00
ntp treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
nttcp maintainers: update emilytrau 2022-02-11 04:45:03 +00:00
ntttcp ntttcp: init at 1.4.0 2021-09-13 13:57:04 +02:00
nuttcp
nxdomain
nylon tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
nyx
nzbget Merge pull request #132722 from aanderse/nixos/nzbget 2021-08-29 12:25:37 -04:00
oapi-codegen oapi-codegen: 1.9.0 -> 1.9.1 2022-02-17 18:19:50 +01:00
obfs4 treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
ocproxy
ocserv ocserv: 1.1.5 -> 1.1.6 2022-02-25 10:56:57 -08:00
offlineimap offlineimap: 7.3.4 -> 8.0.0 (#145527) 2021-11-13 19:46:19 -05:00
ofono ofono: 1.33 -> 1.34 2022-02-15 13:21:46 +01:00
oha oha: 0.4.7 -> 0.5.0 2022-01-07 09:29:23 -05:00
olsrd
oneshot maintainers: update personal details 2022-01-04 13:29:54 +01:00
ookla-speedtest ookla-speedtest: 1.1.0 -> 1.1.1 2021-11-29 14:58:32 +02:00
oonf-olsrd2 oonf-olsrd2: init at 0.15.1 2021-12-26 18:39:24 +01:00
openapi-generator-cli openapi-generator-cli-unstable: 6.0.0-2021-01-18 -> 6.0.0-2022-03-18 2022-03-18 19:15:36 +01:00
openconnect
opendrop opendrop: init at 0.13.0 2022-02-25 13:54:28 -06:00
openfortivpn openfortivpn: fix on darwin (#142854) 2022-02-18 20:15:46 +01:00
openntpd
openresolv
opensm opensm: 3.3.23 -> 3.3.24 2021-08-17 10:41:56 -07:00
opensnitch nixos/opensnitch: Add options to configure daemon 2022-03-02 18:38:56 -05:00
openssh openssh_hpn: 8.8p1 -> 8.9p1 2022-03-04 02:50:34 +05:30
openvpn openvpn: 2.4.11 -> 2.4.12 (security, CVE-2022-0547) 2022-03-17 22:47:40 +01:00
owl owl: init at unstable-2022-01-30 2022-02-25 13:52:53 -06:00
p2p gtkgnutella: 1.2.1 -> 1.2.2 2022-03-01 11:50:56 +00:00
packetdrill packetdrill: pull upstream fix for fno-common toolchains (#141574) 2021-10-13 23:20:23 -07:00
pacparser
par2cmdline
passh
pcapc pcapc: 1.0.0 -> 1.0.1 2022-01-22 12:20:39 +01:00
pcapfix pcapfix: 1.1.4 -> 1.1.7 2021-12-08 16:35:58 +00:00
pdnsd tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
pdsh Drop myself from meta.maintainers for most packages. 2021-10-14 11:01:27 +02:00
persepolis maintainers: remove linarcx 2022-02-20 04:20:00 +00:00
philter python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
phodav
photon
pingtcp
pirate-get pirate-get: 0.4.1 -> 0.4.2 2022-03-16 05:58:48 +00:00
pixiecore
pixiewps
pmacct pmacct: 1.7.5 -> 1.7.6 2021-10-05 23:47:52 +02:00
polygraph tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
ppp treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
pptp
pptpd
prettyping pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
pritunl-ssh
privoxy maintainers: drop phreedom 2021-12-19 07:30:50 +01:00
proxify proxify: 0.0.5 -> 0.0.6 2022-02-14 04:26:14 +00:00
proxychains proxychains: revert commit e6b5d5401e 2021-08-29 19:21:06 +08:00
proxychains-ng proxychains-ng: 4.15 -> 4.16 2022-01-24 10:21:42 +08:00
pssh python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
pwnat
py-wmi-client python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
pykms
qodem qodem: init at 1.0.1 2022-01-11 17:19:40 +00:00
qrcp qrcp: 0.9.0 -> 0.9.1 2022-03-14 19:10:42 +01:00
quickserve
quicktun
radsecproxy radsecproxy: 1.9.0 -> 1.9.1 2022-01-02 01:25:01 +01:00
radvd
ratman ratman: init at 0.3.1 (#155619) 2022-01-20 07:56:15 +01:00
ratools
rcon
rdap rdap: init at 2019-10-17 2022-03-04 09:24:06 -06:00
rdrview rdrview: unstable-2020-12-22 -> unstable-2021-05-30 2021-08-20 16:10:30 +00:00
reaver-wps reaverwps: enable parallel build (#156976) 2022-02-12 09:23:43 -05:00
reaver-wps-t6x
redfang
redir
redsocks pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
ripmime
rp-pppoe pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
rshijack
rtptools
rustcat rustcat: 1.3.0 -> 2.0.0 2021-10-02 20:39:50 +02:00
s3cmd s3cmd: 2.1.0 -> 2.2.0 2021-09-27 15:49:51 +00:00
s3gof3r s3gof3r: switch to fetchFromGitHub 2022-03-14 19:32:47 +01:00
s3rs
s4cmd
s5cmd s5cmd: 1.3.0 -> 1.4.0 2021-10-28 23:43:49 +00:00
s6-dns skawarePackages: Winter 2021-2022 release 2021-12-25 13:03:14 +01:00
s6-networking skawarePackages: Winter 2021-2022 release 2021-12-25 13:03:14 +01:00
saldl
samplicator
shadowfox shadowfox: update vendorSha256 2022-02-01 17:20:04 +10:00
shadowsocks-libev
shadowsocks-rust shadowsocks-rust: fix build (#163552) 2022-03-11 17:06:31 +01:00
shadowsocks-v2ray-plugin
shncpd
shorewall shorewall: drop ipset for compatibility with iptables-nft 2021-09-28 10:47:49 +03:00
siege siege: 4.1.1 -> 4.1.2 2022-03-21 20:29:59 +01:00
simpleproxy
sipcalc
sipsak sipsakw: switch to fetchFromGitHub 2021-09-22 17:54:09 +02:00
sish sish: 2.0.1 -> 2.1.0 2022-02-21 18:48:28 +00:00
slack-cli
slirp4netns slirp4netns: 1.1.11 -> 1.1.12 2021-08-03 20:36:52 +10:00
slowlorust slowlorust: init at 0.1.1 2021-11-22 21:55:36 +01:00
smartdns smartdns: Fix systemd service 2021-09-18 12:51:19 +08:00
smokeping
snabb
snet snet: Init at unstable-2021-11-26 2022-03-07 23:40:07 +08:00
sniffglue sniffglue: 0.14.0 -> 0.15.0 2022-03-05 17:42:17 +00:00
snmpcheck snmpcheck: init at 1.9 2021-08-01 09:46:29 +02:00
snowflake snowflake: init at 2.0.1 2022-01-23 11:02:30 +01:00
socat treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
sockperf sockperf: 3.7 -> 3.8 2022-03-12 22:38:45 +00:00
spiped spiped: 1.6.1 -> 1.6.2 2022-01-02 12:50:37 -06:00
spoof-mac spoof-mac: add pythonImportsCheck 2021-11-12 22:40:46 -06:00
spoofer spoofer: 1.4.6 -> 1.4.7 2021-08-22 06:31:14 +00:00
srelay tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
ssh-agents
ssh-askpass-fullscreen
ssh-ident
ssh-key-confirmer ssh-key-confirmer: init at 0.1 2021-10-02 14:08:38 +02:00
sshoogr treewide: use mirror URLs where available 2021-11-06 01:56:39 +00:00
sshpass
sshping
ssldump ssldump: enable on darwin 2021-10-29 17:29:55 +03:00
sslsplit
ssmtp ssmtp: cleanup, format 2021-08-02 13:15:47 +02:00
sstp sstp: 1.0.15 -> 1.0.16 2021-10-28 22:03:42 +00:00
stevenblack-blocklist stevenblack-blocklist: 3.8.2 -> 3.9.7 2021-10-02 20:12:36 +02:00
strongswan strongswan: add strongswan-swanctl test to passthru.tests 2022-01-24 18:58:58 +01:00
stun
stunnel stunnel: 5.62 -> 5.63 2022-03-22 17:27:01 +00:00
stuntman stuntman: init at 1.2.16 2021-09-12 08:22:04 -05:00
subfinder subfinder: 2.4.9 -> 2.5.0 2022-03-07 17:31:56 +00:00
suckit suckit: init at 0.1.2 2021-10-09 20:19:30 -04:00
surfraw tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
swagger-codegen treewide: use mirror URLs where available 2021-11-06 01:56:39 +00:00
swagger-codegen3 swagger-codegen3: 3.0.32 -> 3.0.33 2022-02-10 10:20:40 +00:00
swaks
tayga
tcp-cutter
tcpdump Revert "tcpdump: Filter Darwin from supported platforms (#163888)" 2022-03-16 08:58:49 +10:00
tcpflow
tcpreplay tcpreplay: 4.4.0 -> 4.4.1 2022-02-13 17:10:40 +00:00
tcptraceroute tcptraceroute: switch to fetchFromGitHub 2021-09-22 17:54:10 +02:00
tdns-cli pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
telepresence telepresence: 0.108 -> 0.109 (#140580) 2021-10-05 17:15:13 +02:00
telepresence2 telepresence2: Update to go 1.17 2022-02-05 01:44:31 -05:00
tendermint tendermint: 0.35.1 -> 0.35.2 2022-03-04 19:06:06 +00:00
termscp termscp: 0.7.0 -> 0.8.0 2022-01-06 22:52:29 +01:00
termshark termshark: 2.2.0 -> 2.3.0 2021-09-15 00:59:09 +00:00
tftp-hpa
tgt tgt: update meta.homepage 2021-12-26 12:51:59 +08:00
tinc
tinyfecvpn tinyfecvpn: 20180820.0 -> 20210116.0 2022-02-11 17:37:49 +01:00
tinyproxy
tinyssh tinyssh: 20220305 -> 20220311 2022-03-13 00:34:47 +00:00
tlspool
tnat64 tnat64: 0.05 -> 0.06 2021-10-17 15:52:48 +02:00
toss
tox-node tox-node: add myself to maintainers 2021-11-04 20:59:18 +03:00
toxvpn pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
tracebox tracebox: switch to fetchFromGitHub 2021-09-22 17:54:44 +02:00
traceroute traceroute: fix cross compilation 2022-02-01 19:40:00 -08:00
trickle tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
tridactyl-native
tunnelto tunnelto: 0.1.12 -> 0.1.18 2021-08-17 16:20:39 +00:00
tuntox libtoxcore: 0.2.13 -> 0.2.17 2022-03-23 11:33:46 +01:00
twa twa: 1.9.1 -> 1.10.0 2022-01-27 19:46:26 +01:00
ua ua: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
ubridge
ucspi-tcp tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
udptunnel tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
uget
uget-integrator
unbound treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
updog
uqmi
urlwatch urlwatch: add jq 2022-01-24 13:35:57 -05:00
userhosts
uwimap treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
v2ray v2ray, v2ray-domain-list-community: switch to go_1_17, update vendorSha256 2022-01-10 12:44:07 +10:00
vde2 vde2: explicitly disable parallel building 2021-10-20 17:20:09 +01:00
vegeta
vlan tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
vopono vopono: 0.8.8 -> 0.8.10 2021-12-21 09:57:35 -03:00
vpn-slice vpn-slice: 0.16 -> 0.16.1 2021-12-26 18:25:18 +00:00
vpnc vpnc: don't produce non-free binaries by default 2022-02-19 22:32:51 +00:00
vpnc-scripts vpnc-scripts: 2021-03-21 -> 2021-09-24 2021-11-08 13:54:02 +00:00
waitron waitron: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
wakelan wakelan: ibiblioPubLinux mirror 2022-03-13 21:20:49 -03:00
wakeonlan
wavemon wavemon: 0.9.3 -> 0.9.4 2021-09-19 23:43:35 +02:00
wbox
webalizer tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
webwormhole
weighttp python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
wg-friendly-peer-names wg-friendly-peer-names: init at unstable-2021-11-08 2021-11-17 18:15:29 +01:00
wg-netmanager wg-netmanager: 0.5.0 -> 0.5.1 2022-02-23 09:08:58 +01:00
wget wget: 1.21.2 -> 1.21.3 2022-03-07 12:33:04 +00:00
wget2 wget2: 1.99.2 -> 2.0.0 2021-10-01 00:03:58 +02:00
whois whois: 5.5.11 -> 5.5.12 2022-03-05 16:19:26 +01:00
wifish
wifite2 wifite: 2.5.7 -> 2.6.0 2022-02-06 14:34:48 -08:00
wireguard-go maintainers: update personal details 2021-12-31 21:48:55 +03:00
wireguard-tools wireguard-tools: remove myself as maintainer 2021-11-23 13:48:23 +01:00
wol
wolfebin
wormhole-william wormhole-william: 1.0.5 -> 1.0.6 2021-12-30 22:11:17 -08:00
wrk wrk: 4.1.0 -> 4.2.0 2021-12-22 01:26:05 +00:00
wrk2
wuzz wuzz: 0.2.0 -> 0.5.0 2022-02-18 23:03:17 +01:00
x11-ssh-askpass tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
xh xh: 0.14.1 -> 0.15.0 2022-01-29 00:41:06 +00:00
xl2tpd xl2tpd: 1.3.16 -> 1.3.17 2022-01-23 21:15:53 +03:00
xnbd tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
xrootd xrootd: 5.4.0 -> 5.4.1 2022-02-25 00:12:12 +00:00
xxh python3Packages.xxh: limit the supported Python releases 2022-02-14 13:38:36 +01:00
yggdrasil yggdrasil: 0.4.2 -> 0.4.3 2022-02-07 10:21:26 +01:00
yrd yrd: use python3 2021-12-28 09:36:48 +00:00
ytcc ytcc: 2.5.4 -> 2.5.5 2022-03-12 22:22:20 +00:00
zap zap: 2.11.0 -> 2.11.1 2021-12-11 20:04:54 +01:00
zerotierone zerotierone: 1.8.3 -> 1.8.4 2021-12-02 11:06:12 +00:00
zs-apc-spdu-ctl
zs-wait4host
zssh