From 610806e273660c41ba3bea5a7878633df1958010 Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Fri, 26 Mar 2021 19:54:16 +0000 Subject: network/onioncat: Updated for version 0.3.8. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- network/onioncat/README | 10 ++++++---- network/onioncat/onioncat.SlackBuild | 9 +++++---- network/onioncat/onioncat.info | 6 +++--- network/onioncat/slack-desc | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) (limited to 'network') diff --git a/network/onioncat/README b/network/onioncat/README index f45fc75710..8de34eae3d 100644 --- a/network/onioncat/README +++ b/network/onioncat/README @@ -1,5 +1,7 @@ -onioncat creates a transparent IP layer on top of Tor's hidden services. -It trainsmits IP-based data transparently through the Tor network on a -location hidden basis. You can think of it as a point-to -multipoint VPN -between hidden services. +OnionCat creates a transparent IPv6 layer on top of Tor's hidden +services or I2P's tunnels. It transmits any kind of IP-based data +transparently through the Tor/I2P network on a location hidden basis. +You can think of it as a peer-to-peer VPN between hidden services. +Having Tor/I2P installed is not required for building. +The Tor/I2P installation does not have to be from SBo. diff --git a/network/onioncat/onioncat.SlackBuild b/network/onioncat/onioncat.SlackBuild index b9ae0507ea..03a618b06a 100644 --- a/network/onioncat/onioncat.SlackBuild +++ b/network/onioncat/onioncat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onioncat -# Copyright 2013-2019 Markus Reichelt, Aachen, DE +# Copyright 2013-2021 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Now maintained by Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=onioncat -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,9 +68,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -86,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-handle-http \ --enable-packet-queue \ --enable-rtt \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/network/onioncat/onioncat.info b/network/onioncat/onioncat.info index 9887a18521..ea846300c0 100644 --- a/network/onioncat/onioncat.info +++ b/network/onioncat/onioncat.info @@ -1,8 +1,8 @@ PRGNAM="onioncat" -VERSION="0.2.8" +VERSION="0.3.8" HOMEPAGE="https://www.cypherpunk.at/onioncat/" -DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/stable/onioncat-0.2.8.tar.gz" -MD5SUM="c4cd8a514c55471eee11719e1ff98b7c" +DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/0.3/onioncat-0.3.8.tar.gz" +MD5SUM="928e4bc2d2454d178d3ebddbf5a0436e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/onioncat/slack-desc b/network/onioncat/slack-desc index f61e2634b1..8d2f9d9fdc 100644 --- a/network/onioncat/slack-desc +++ b/network/onioncat/slack-desc @@ -13,7 +13,7 @@ onioncat: services. It trainsmits IP-based data transparently through the Tor onioncat: network on a location hidden basis. You can think of it as a point-to onioncat: -multipoint VPN between hidden services. onioncat: +onioncat: I2P is also supported. onioncat: onioncat: Website : https://www.cypherpunk.at/onioncat/ onioncat: -onioncat: -- cgit v1.2.3