update to onioncat-0.3.8, based on a diff from martingot / protonmail.com
ok pirofti@ (maintainer)
This commit is contained in:
parent
31cc0c1987
commit
67d3728d6a
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2020/04/06 08:48:06 pirofti Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2020/06/21 12:36:16 sthen Exp $
|
||||
|
||||
COMMENT = IP-Transparent Tor Hidden Service Connector
|
||||
COMMENT = IP-Transparent Tor/I2P Hidden Service Connector
|
||||
|
||||
V = 0.2.1
|
||||
V = 0.3.8
|
||||
DISTNAME = onioncat-$V
|
||||
REVISION = 2
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = https://www.cypherpunk.at/onioncat_trac/
|
||||
HOMEPAGE = https://www.onioncat.org/
|
||||
|
||||
MAINTAINER= Paul Irofti <paul@irofti.net>
|
||||
|
||||
@ -16,14 +15,11 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c pthread
|
||||
|
||||
MASTER_SITES = http://www.cypherpunk.at/ocat/download/Source/$V/
|
||||
MASTER_SITES = https://www.cypherpunk.at/ocat/download/Source/${V:R}/
|
||||
|
||||
RUN_DEPENDS = net/tor
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
||||
# Do not pick up gawk or mawk
|
||||
CONFIGURE_ENV = AWK=awk
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (onioncat-0.2.1.tar.gz) = Gge2K3LuZdEOcLly4q3hOH4iMrwGUnR+A76+cjXISo4=
|
||||
SIZE (onioncat-0.2.1.tar.gz) = 179988
|
||||
SHA256 (onioncat-0.3.8.tar.gz) = 9564d10c64161408a573256ba8aece9296499a753cbdae6bfbc3544e72a1d63b
|
||||
SIZE (onioncat-0.3.8.tar.gz) = 242144
|
||||
|
@ -1,4 +1,4 @@
|
||||
OnionCat creates a transparent IP layer on top of Tor's hidden services.
|
||||
It transmits any kind of 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 IP layer on top of Tor or I2P hidden
|
||||
services. It transmits any kind of 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.
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/10/25 17:37:52 pirofti Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/06/21 12:36:16 sthen Exp $
|
||||
@bin bin/ocat
|
||||
@man man/man1/ocat.1
|
||||
share/doc/onioncat/
|
||||
share/doc/onioncat/Garlicat-HOWTO
|
||||
share/doc/onioncat/README
|
||||
|
Loading…
Reference in New Issue
Block a user