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@
zenmap is a python 2 gui supposed to be run as root, ndiff diffs nmap
outputs. ndiff from the nmap package requires the nmap-zenmap package to
be installed, but doesn't depend on it and won't work unless you actually
install/use zenmap... which noone ever complained about.
Upstream has some active python 3 pull requests, but nothing concrete and
nmap port updates are overdue anyway.
Completely remove all python (2) bits from this port.
Feedback jca sthen
OK jca (on zenmap removal, ndiff removal probably as well)
OK sthen
some (but not all) of them to use ksh instead of bash. also adjust nginx
sample config in pkg-readme. problems reported by landry@. based on a diff
from giovanni@, ok giovanni@ sebastia@
$ borg init -e none ./repo ; echo $?
Unknown integrity data version 0 in integrity.1
0
borg 1.1.x bundles msgpack-python, which messed up __BYTE_ORDER handling,
but only on sparc64 using ports GCC 8.4.0; macppc base clang 13 is fine.
msgpack-python got fixed, borg's 1.1-maint branch merged it, pull the PR.
borgbackup/1.2 and py-msgpack will get the same fix but in a different
commit as py-msgpack has more consumers than borg 1.2.
Tested on little endian amd64/base-clang and big endian macppc/base-clang,
sparc64/ports-gcc.
OK bket
When an enemy gets carried down on a slice and has landed, it is
now shown as frozen until it revives, instead of disappearing
until it revives. To restore the old disappearing behavior, pass
new option --hide-landed-enemies.
no maintainer, python 2 only, just a few old distros still package it,
no upstream activity since years, i don't even see our 1.1b1 version
from 2015 on their homepage which still takes about python 2.2.2,
outlook 2000 and the alpha stage this software is in.
OK jca
no maintainer, python 2 only, no consumers, last port update in 2003,
upstream has newer versions (don't know since when), no big distro
packages it, homepage is reachable but clicking on "Download" yields
a python 2.4 backtrace on EACCES failure...
OK jca
Unmaintained since 2010, dead upstream since 2014, a single python 2 script
without build phase, only a tiny patch for serial console convenience.
Users can just grab the single file from github and run it themselves,
no need to keep py2 package around for this.
homepage times out for me, no maintainer, python 2 only, no consumers,
no update since 2009, we lag behind the last upstream version from 2018.
There is plenty of maintained irc bot software to chose from.
OK sthen
no maintainer, no consumers, python 2 only, no update since 2016,
py3 net/py-pcapy exists (albeit broken currently).
Not a good idea to parse network packets with dead python 2 code.
OK sthen