mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
security/tcpcrypt: use new divert(4) API
The upstream has been idle for 8 years, so unlikely they will accept a patch in a near future. John-Mark (maintainer) says the project is abandoned and he plans to remove the port. Before this happens let the last version of the port work with modern API, at least to facilitate an exp-run. Pull the patch from my github fork. Approved by: mikael
This commit is contained in:
parent
5e5158043c
commit
e13e3d8ab1
2 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
PORTNAME= tcpcrypt
|
PORTNAME= tcpcrypt
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= security net
|
CATEGORIES= security net
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/glebius/${PORTNAME}/commit/
|
||||||
|
PATCHFILES= 8c7d4abf2ca1d795651cf8cc73994b18419487d7.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= jmg@FreeBSD.org
|
MAINTAINER= jmg@FreeBSD.org
|
||||||
COMMENT= TCPCrypt userland divert daemon
|
COMMENT= TCPCrypt userland divert daemon
|
||||||
WWW= http://www.tcpcrypt.org/
|
WWW= http://www.tcpcrypt.org/
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1468561049
|
TIMESTAMP = 1661920970
|
||||||
SHA256 (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 251213be8bfd0b9224f4d8d7a79fe1b8961a180f5a278f128376a66364a38ea3
|
SHA256 (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 251213be8bfd0b9224f4d8d7a79fe1b8961a180f5a278f128376a66364a38ea3
|
||||||
SIZE (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 824288
|
SIZE (scslab-tcpcrypt-v0.5_GH0.tar.gz) = 824288
|
||||||
|
SHA256 (8c7d4abf2ca1d795651cf8cc73994b18419487d7.patch) = a4e556806e60b646dab9edbc1f7975a0c8a084431810bbd7d4676896a4ec06fc
|
||||||
|
SIZE (8c7d4abf2ca1d795651cf8cc73994b18419487d7.patch) = 744
|
||||||
|
|
Loading…
Add table
Reference in a new issue