K 10 svn:author V 7 mandree K 8 svn:date V 27 2020-10-06T23:28:13.472345Z K 7 svn:log V 416 security/openvpn: fix test suite when ifconfig emits ::1/128 address format Some systems apparently format output of ifconfig lo0 similar to "inet6 ::1/128" instead of 12.1's "inet6 ::1 prefixlen 128". This confuses the test script, so strip the slash and trailing prefixlen off. Since that bug affects the build-time test suite and its occurrence breaks the build, no PORTREVISION bump needed. Reported by: des@ END