nixpkgs/pkgs/tools/networking
John Ericson b9acfb4ecf treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile

(cherry picked from commit ba52ae50488de85a9cf60a3a04f1c9ca7122ec74)
2018-04-25 15:50:41 -04:00
..
acme-client acme-client: init at 0.1.6 2018-01-26 20:31:51 -06:00
ahcpd pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
aircrack-ng Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
airfield airfield: fix build 2017-11-14 16:37:17 +01:00
altermime altermime: 0.3.10 -> 0.3.11 2017-08-01 12:34:12 +02:00
argus misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
argus-clients misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
aria2 aria2: 1.33.0 -> 1.33.1 2018-01-25 19:44:54 +01:00
arping arping: init at 2.19 2018-02-18 14:10:53 +01:00
arpoison arpoison: init at 0.7 (#35109) 2018-02-23 05:15:04 +00:00
assh assh: 2.6.0 -> 2.7.0 2018-02-24 15:47:38 -08:00
asynk Remove myself from maintainers 2017-01-31 11:00:14 +01:00
atftp
autossh
axel axel: 2.15 -> 2.16.1 2017-12-13 11:03:55 +01:00
babeld pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
badvpn badvpn: fix build 2017-10-10 17:23:10 +02:00
bgpdump bgpdump: init at 2017-09-29 (#30461) 2017-10-17 09:37:20 +01:00
biosdevname biosdevname: 0.7.2 -> 0.7.3 2018-02-08 17:58:20 -08:00
bsd-finger
bud stdenv: Kill off ensureDir 2018-01-09 11:14:48 +08:00
bully bully: 1.0-22 -> 1.1 2017-10-27 09:03:44 +02:00
burpsuite treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
bwm-ng bwm-ng: fix build error with gcc7 2018-02-24 00:56:02 +01:00
cadaver
carddav-util
ccnet ccnet: use recent vala + clean-up 2017-12-19 17:25:51 +01:00
chrony chrony: 3.1 -> 3.2 2017-10-02 18:54:46 +02:00
cjdns treewide: isArm -> isAarch32 2018-04-25 15:50:41 -04:00
cksfv
cmst cmst: 2017.03.18 -> 2017.09.19 2017-12-18 07:46:51 -02:00
cntlm
connect connect: 1.104 -> 1.105 2017-03-01 20:09:46 -06:00
connman connman: fix build with upstream patch 2018-02-22 07:55:10 -05:00
connman_dmenu treewide: use less phases if not necessary 2017-08-11 11:40:36 +02:00
connman-gtk connman-gtk: init at 1.1.1 2017-05-02 14:13:31 -03:00
connman-ncurses connman-ncurses: init at 2015-07-21 (#25448) 2018-02-17 08:38:37 +00:00
connman-notify
connmanui misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
corkscrew
curl curl: fetchurl more securely 2018-02-10 00:25:37 +00:00
curl-unix-socket curl-unix-socket: fix build 2017-11-03 14:43:11 +00:00
cutter
darkstat Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
davix misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
dd-agent dd-agent: use https for homepage 2017-08-17 14:56:10 -07:00
ddclient ddclient: minor packaging cleanups 2017-08-13 21:56:48 +08:00
dhcp dhcp: fixup build with gcc-7 (ignore warning) 2017-11-12 12:16:47 +01:00
dhcpcd Revert "dhcpcd: 6.11.5 -> 7.0.1" 2018-03-02 13:20:56 +01:00
dhcpdump
dhcping Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
dibbler dibbler: fix darwin build 2017-09-09 15:23:17 +02:00
dirb Pkgs/dirb/copy wordlists (#31652) 2017-11-14 16:48:41 +00:00
djbdns djbdns: fix root server list at build time 2017-10-13 10:29:12 +01:00
dnscrypt-proxy treewide: get rid of platforms.allBut 2018-03-14 18:44:42 -04:00
dnscrypt-wrapper dnscrypt-wrapper: 0.3 -> 0.4.0 2018-02-25 20:08:18 -08:00
dnsmasq dnsmasq: Patch CVE-2017-15107 2018-02-24 01:36:45 +08:00
dnsperf dnsperf: fix build by adding openssl 2018-02-27 17:18:15 +00:00
dnstop
dnstracer dnstracer: fix build on darwin 2017-10-26 01:56:19 +02:00
driftnet treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
dropbear Revert "Revert "dropbear: 2017.75 -> 2018.76"" 2018-03-01 21:36:20 -05:00
easyrsa
eggdrop treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
email Update homepage attributes: http -> https 2017-08-03 11:56:15 +02:00
envoy envoy: unmark as broken 2017-09-28 16:55:26 -04:00
eternal-terminal eternal-terminal: init at 4.1.2 2018-01-30 13:01:58 +02:00
fakeroute treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
fastd fastd: disable aes128-ctr, fix build with new libsodium 2017-10-15 15:27:32 +02:00
fdm fdm: 1.8 -> 1.9.0.20170124 2017-11-04 13:27:39 +01:00
ferm ferm: 2.3.1 -> 2.4.1 2017-09-22 18:42:38 +02:00
filegive treewide: isArm -> isAarch32 2018-04-25 15:50:41 -04:00
flannel
flvstreamer flvstreamer: supports darwin 2017-04-23 18:08:41 -05:00
fping pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
gandi-cli Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
getmail getmail: 5.4 -> 5.5 2018-02-26 06:47:32 -08:00
gftp misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
gmvault gmvault: fix build 2017-09-07 09:28:03 +02:00
goklp goklp: init at 1.6 2017-10-03 11:59:43 -04:00
gupnp-tools tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
gvpe gvpe: fix build with glibc 2.26 2017-11-15 21:34:47 +00:00
hans Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
haproxy haproxy: 1.7.9 -> 1.8.4 2018-03-05 00:00:18 +00:00
horst horst: git-2016-03-15 -> 5.0 2017-03-01 19:16:03 -06:00
hping pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
hss ruby treewide: don't merge source into top-level 2018-01-04 02:28:33 -05:00
htpdate treewide: Use targetPrefix instead of prefix for platform name prefixes 2017-11-27 03:15:50 -05:00
http-prompt http-prompt: 0.11.0 -> 0.11.1 2018-02-21 14:02:48 +01:00
httpie httpie: remove superfluous field 2017-10-16 00:06:06 +02:00
httping Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
httplab httplab: 0.1.0 -> 0.3.0 2018-02-26 18:44:48 -08:00
httpstat
httptunnel
hue-cli hue-cli: init at 0.1.4 2017-07-20 04:20:07 +02:00
hyenae misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
i2p i2p: 0.9.32 -> 0.9.33 2018-02-01 00:43:03 +01:00
i2pd i2pd: 2.17.0 -> 2.18.0 2018-01-31 21:28:08 +01:00
ifstat-legacy ifstat-legacy: init at 1.1 2017-09-18 18:25:54 +08:00
iftop maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
imapproxy
imapsync imapsync: 1.684 -> 1.727 2017-05-29 12:19:29 +02:00
inadyn inadyn: 2.2.1 -> 2.3 2018-01-28 18:52:22 +01:00
inetutils inetutils: fix build w/musl 2018-02-13 09:44:43 -06:00
infiniband-diags infiniband-diags: init at 2.0.0 2018-03-01 20:23:50 -06:00
iodine
iouyap iouyap: init at 0.97 2017-09-11 19:21:49 +02:00
ip2location Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
ipcalc pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
iperf iperf: 3.4 -> 3.5 2018-03-03 21:33:08 +02:00
ipv6calc Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
isync isync: 1.2.1 -> 1.3.0 2017-10-17 20:33:33 -04:00
jnettop misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
jwhois jwhois: set AR to fix cross build 2018-01-24 09:33:35 -06:00
kea kea: 1.2.0 -> 1.3.0 2018-01-28 18:52:22 +01:00
keepalived keepalived: 1.4.1 -> 1.4.2 2018-02-27 17:57:13 +00:00
lftp lftp: 4.8.2 -> 4.8.3 2017-11-11 23:37:41 +01:00
libreswan libreswan: fix build with glibc 2.26 2017-11-16 02:46:36 +00:00
linkchecker pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
lldpd lldpd: 0.9.8 -> 0.9.9 2018-01-28 18:52:21 +01:00
logmein-hamachi treewide platform checks: abort -> throw 2017-12-12 18:08:10 -05:00
lsh
maildrop misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
mailsend pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
mailutils treewide: generalise for both mysql & mariadb 2017-12-29 02:18:35 +01:00
maphosts maphosts: use gemdir 2017-01-18 00:52:48 +01:00
mcrcon mcrcon: init at 0.0.5 2017-05-29 22:46:23 +02:00
megatools tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
minidlna minidlna: 1.1.5 -> 1.2.1 2017-09-09 09:17:36 +02:00
minio-client minio,minio-client: support on all unix platforms 2018-02-13 21:54:48 +01:00
minissdpd minissdpd: 1.5.20160301 -> 1.5.20180203 2018-02-27 06:06:23 -08:00
miniupnpc miniupnpc_2: 2.0.20170509 -> 2.0.20171212 2018-01-15 17:55:00 +01:00
miniupnpd miniupnpd: 2.0.20171212 -> 2.0.20180203 2018-02-27 06:07:00 -08:00
miredo treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
mitmproxy mitmproxy: remove old patch 2018-02-25 02:43:46 +01:00
modemmanager tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
mosh mosh: Install bash-completion rule 2017-12-19 18:32:47 +01:00
mpack
mtr mtr: 0.87 -> 0.92 2017-09-14 18:14:19 +08:00
mu pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
nat-traverse nat-traverse: do not wrap with perl path 2017-11-05 18:10:48 +00:00
nbd pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
ncftp ncftp: 3.2.5 -> 3.2.6 2018-01-04 16:34:30 +01:00
ndisc6 ndisc6: change meta.homepage to https 2017-07-12 20:32:56 +02:00
ndjbdns misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
netalyzr netalyzr: use makeWrapper i/o custom script 2017-10-10 17:18:38 +08:00
netboot
netcat-gnu
netcat-openbsd netcat-openbsd: 1.130 -> 1.187 2018-01-18 12:01:05 +00:00
nethogs
netkit/tftp pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
netmask netmask: use autoreconfHook 2017-08-31 20:14:35 +01:00
netrw treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
netselect netselect: Fix attempt to use unsupported permissions on files in store 2017-06-28 14:31:44 -05:00
netsniff-ng netsniff-ng: 0.6.3 -> 0.6.4 2018-02-27 08:01:22 -08:00
network-manager Merge pull request #31019 from teto/strongswan_rebased 2018-03-03 15:56:05 +00:00
network-manager-applet tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
networkmanager_dmenu networkmanager_dmenu: unstable-2017-05-28 -> 1.1 2017-08-10 08:38:52 +02:00
nfdump nfdump: 1.6.15 -> 1.6.16 2018-02-27 08:03:01 -08:00
ngrep ngrep: 1.45 -> 1.47 2018-01-28 19:02:09 +01:00
ngrok-1 ngrok: use proper attribute names 2017-08-27 23:53:42 +01:00
ngrok-2 ngrok: use proper attribute names 2017-08-27 23:53:42 +01:00
noip
nss-mdns
nss-pam-ldapd treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
ntopng ntopng: fixup build with gcc7 2018-02-18 14:12:43 +01:00
ntp Merge pull request #24573 from ambrop72/ntpd-fix 2017-04-06 11:06:13 +01:00
nuttcp nuttcp: fix macOS build 2017-04-08 23:28:03 -05:00
nylon
nzbget nzbget: 18.1 -> 19.0 2017-07-01 10:06:10 +02:00
ocproxy treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
offlineimap offlineimap: 7.1.4 -> 7.1.5 2018-01-28 06:51:36 +08:00
olsrd olsrd: 0.6.6.1 -> 0.9.6.1 2017-03-12 08:38:24 +01:00
openconnect Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
openfortivpn openfortivpn: 1.5.0 -> 1.6.0 2018-02-27 08:48:08 -08:00
openntpd openntpd: 6.2p1 -> 6.2p3 2018-02-28 07:05:29 +00:00
openresolv treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
opensm opensm: init at 3.3.20 2018-02-25 15:50:19 -06:00
openssh openssh: Build with Kerberos by default 2018-01-28 16:36:01 -05:00
openvpn openvpn: make systemd dependency optional 2018-01-06 15:05:44 +00:00
p2p treewide: Depend on stdenv.cc.bintools instead of binutils directly 2017-11-05 17:10:53 -05:00
packetdrill darwin: Disable yet another bunch of packages never having built successfully 2017-09-22 21:16:39 +03:00
par2cmdline par2cmdline: 0.7.3 -> 0.8.0 2018-03-03 11:05:23 +00:00
pcapc Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
pcapfix pcapfix: 1.1.0 -> 1.1.1 2018-02-28 14:25:40 +00:00
pdnsd pdnsd: fix darwin build 2017-03-08 00:25:15 +01:00
pdsh pdsh: 2.29 -> 2.33 2017-11-14 12:25:41 +01:00
philter
pingtcp Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
pirate-get pirate-get: 0.2.10 -> 0.2.12 2017-09-12 13:59:36 +02:00
pixiewps treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
polygraph polygraph: 4.3.2 -> 4.11.0 2017-08-30 01:21:10 +02:00
polysh
ppp ppp: grab alpine patch, fix build on musl 2018-02-13 09:44:47 -06:00
pptp pptp: 1.9.0 -> 1.10.0 2018-03-04 17:35:47 +00:00
pptpd
privoxy privoxy: fix weird use of STRIP in the Makefile 2017-08-03 23:19:41 +02:00
proxychains
pssh added pssh to darwin 2017-11-24 16:52:37 +11:00
pwnat
pykms pykms: 20170719 -> 20171224 2018-01-27 15:09:40 +08:00
quicktun quicktun: fixup build with gnutar-1.30 2017-12-26 18:02:58 +01:00
radsecproxy radsecproxy: fix license 2017-09-23 15:37:28 +02:00
radvd radvd: 2.16 -> 2.17 2017-07-31 12:47:37 +02:00
ratools treewide: use less phases if not necessary 2017-08-11 11:40:36 +02:00
reaver-wps treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
reaver-wps-t6x reaver-wps-t6x: 1.5.2 -> 1.6.3 2017-11-08 17:42:58 +01:00
redir pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
redsocks darwin: Disable some packages that have never built successfully 2017-09-22 17:25:38 +03:00
ripmime ripmime: switch of -Werror 2018-02-25 19:19:15 +01:00
rp-pppoe
s3cmd s3cmd: 1.6.1 -> 2.0.1 2018-03-01 15:32:14 +01:00
s3gof3r
s6-dns update skarnet.org packages 2017-11-13 00:09:32 +01:00
s6-networking update skarnet.org packages 2017-11-13 00:09:32 +01:00
samplicator misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
shadowsocks-libev
shncpd
siege siege: fixup u_int32_t here as well 2018-02-13 09:44:32 -06:00
simpleproxy simpleproxy: init at 3.5 2017-05-27 17:42:48 +02:00
sipcalc pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
sipsak
slimrat treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
smbldaptools
smokeping pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
snabb treewide: generalise for both mysql & mariadb 2017-12-29 02:18:35 +01:00
socat socat: 1.7.3.1 -> 1.7.3.2 2017-02-17 00:11:03 +01:00
speedtest-cli speedtest-cli: 1.0.6 -> 2.0.0 2018-02-28 07:08:52 +00:00
spiped
srelay srelay: 0.4.8b6 -> 0.4.8 2018-02-27 16:48:19 -08:00
ssh-ident
sshpass Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
ssldump
ssmtp ssmtp: use the authPassFile option instead of authPass 2017-03-29 00:34:23 +02:00
sstp sstp: 1.0.10 -> 1.0.11 2017-03-01 16:48:07 -06:00
strongswan Merge pull request #31019 from teto/strongswan_rebased 2018-03-03 15:56:05 +00:00
stubby stubby: init at 0.2.2 2018-03-02 23:29:40 +01:00
stun treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
stunnel stunnel: fetchurl more securely 2018-02-10 00:24:20 +00:00
surfraw surfraw: 2.2.9 -> 2.3.0 2018-02-28 20:35:12 +00:00
swagger-codegen swagger-codegen: 2.2.1 -> 2.3.1 2018-02-28 20:34:59 +00:00
swaks pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
swec treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
tcpdump maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
tcpflow tcpflow: fix build 2017-11-04 12:45:59 +00:00
tcpreplay tcpreplay: 4.2.5 -> 4.2.6 2018-02-27 17:12:02 -08:00
tcptraceroute tcptraceroute: init at 1.5beta7 2017-05-20 16:21:51 +01:00
telepresence telepresence: 0.65 -> 0.67 2018-02-28 14:17:12 +00:00
telnet
tftp-hpa Update homepage attributes: http -> https 2017-08-03 11:56:15 +02:00
tgt tgt: 1.0.63 -> 1.0.73 2018-02-28 11:48:19 +01:00
tinc tinc: 1.0.32 -> 1.0.33 2018-02-21 19:34:31 +00:00
tlspool tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
toxvpn toxvpn: 20161230 -> 2017-06-25 2017-06-25 20:17:20 -03:00
tracebox misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
traceroute
trickle treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
ua treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
ucspi-tcp ucspi-tcp: remove setuid from install script 2017-07-04 11:02:36 +02:00
udptunnel treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
uget uget: 2.0.10 -> 2.2.0 2018-01-14 17:10:17 -02:00
unbound unbound: don't build twice w/musl, second time fails :( 2018-02-13 09:44:50 -06:00
uqmi uqmi: init at 2016-12-19 2017-10-02 17:06:22 +02:00
urlwatch urlwatch: 2.7 -> 2.8 2018-01-29 09:15:23 +01:00
uwimap uwimap: Do not pollute include/ with headers 2017-12-10 12:12:45 +01:00
vde2
vlan
vpnc treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
vtun
wakelan
wavemon wavemon: 0.8.1 -> 0.8.2 2018-02-28 07:10:19 +00:00
wbox pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
webalizer
weighttp
wget wget: 1.19.2 -> 1.19.4 2018-01-23 23:52:00 +02:00
whois whois: 5.2.20 -> 5.3.0 2018-01-27 01:19:16 +08:00
wicd wicd: use python2 2017-01-11 18:25:10 +01:00
wol
wolfebin
wrk wrk: 4.0.2 -> 4.1.0 2018-02-28 11:40:22 +01:00
wuzz wuzz: 0.1.0 -> 0.2.0 (#23002) 2017-02-19 19:11:00 +00:00
x11-ssh-askpass pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
xl2tpd xl2tpd: 1.3.10 -> 1.3.10.1 2018-02-25 22:24:09 +03:00
zap zap: 2.5.0 -> 2.7.0 2018-02-27 19:23:42 -08:00
zerotierone treewide: get rid of platforms.allBut 2018-03-14 18:44:42 -04:00
zssh deepin-terminal: move to deepin meta package 2018-03-01 09:53:56 -03:00