Committed about a week ago On 2022/07/12 04:33, Yifei Zhan wrote: > ping > > On 22/07/02 02:07AM, Yifei Zhan wrote: > > 2 year worth of updates for onioncat, glad to see it's still being > > actively developed :) > > > > changelog hasn't been changed in 10 years, so here is the commit > > list: > > https://github.com/rahra/onioncat/commits/master > > > > nothing major, mainly improvements and bugfixes on the hidden service > > v3 and name server supports. > > > > Builtin tests are passing, run tested on arm64 and amd64, with payload > > being ping6 and ssh, no issue so far. > > > > also cc maintainer > > > > diff --git a/net/onioncat/Makefile b/net/onioncat/Makefile > > index 741b331d94a..d6cf3ef36e1 100644 > > --- a/net/onioncat/Makefile > > +++ b/net/onioncat/Makefile > > @@ -1,6 +1,6 @@ > > COMMENT = IP-Transparent Tor/I2P Hidden Service Connector > > > > -V = 0.3.8 > > +V = 0.3.9 > > DISTNAME = onioncat-$V > > CATEGORIES = net > > > > diff --git a/net/onioncat/distinfo b/net/onioncat/distinfo > > index dd2ef6c1d30..2712de0a36d 100644 > > --- a/net/onioncat/distinfo > > +++ b/net/onioncat/distinfo > > @@ -1,2 +1,2 @@ > > -SHA256 (onioncat-0.3.8.tar.gz) = > > 9564d10c64161408a573256ba8aece9296499a753cbdae6bfbc3544e72a1d63b > > -SIZE (onioncat-0.3.8.tar.gz) = 242144 > > +SHA256 (onioncat-0.3.9.tar.gz) = > > yfL2L+g1+QVcS0Cak/UU+d/90fyuudRhhUcxMDtSjpA= > > +SIZE (onioncat-0.3.9.tar.gz) = 248195 > > >