CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/12/04 17:13:41
Modified files:
net : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
net/uucpd : Makefile distinfo
net/uucpd/patches: patch-pathnames_h patch-uucpd_8 patch-uucpd_c
net/uucpd/pkg : DESCR PLIST
Log message:
Remove net/uucpd, broken runtime and uses password auth over plain TCP
Uses getpwnam(3) and crypt(3) to check the user passwords, but our
getpwnam(3) doesn't return password hashes since 2016.
Problem spotted by William Orr while toying with this port. William
provided a fix but it's more reasonable to drop this ancient piece of
software. ok tb@