mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Update to 4.11, announce message:
- preliminary IPv6 support - fixed bug in hostsreader - preliminary support for usage on OpenBSD (caveat emptor) - Remove DISTNAME (renamed upstream) - Add TODO to DOCS - Fix build, add do-build, issue #108 - Change pkg-descr
This commit is contained in:
parent
4b54991dee
commit
3d5216c996
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409432
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= proxychains-ng
|
||||
PORTVERSION= 4.10
|
||||
PORTVERSION= 4.11
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME:S/-ng//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= Redirect connection through proxy servers
|
||||
@ -18,13 +17,16 @@ USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS= proxychains-[0-9]*
|
||||
|
||||
PORTDOCS= AUTHORS README
|
||||
PORTDOCS= AUTHORS README TODO
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-configure:
|
||||
@${ECHO_CMD} "PXCHAINS=proxychains" >> ${WRKSRC}/config.mak
|
||||
@${ECHO_CMD} "LDSO_PATHNAME=libproxychains-4.so" >> ${WRKSRC}/config.mak
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} ; gmake
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|libproxychains4.so|libproxychains-4.so|' \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (proxychains-4.10.tar.bz2) = 3784eef241f022a68a1a0c41a0c225f6edcf4c3ce3bee1cea99ba342084e1f8a
|
||||
SIZE (proxychains-4.10.tar.bz2) = 30010
|
||||
SHA256 (proxychains-ng-4.11.tar.bz2) = dcc4149808cd1fb5d9663cc09791f478805816b1f017381f424414c47f6376b6
|
||||
SIZE (proxychains-ng-4.11.tar.bz2) = 31856
|
||||
|
@ -7,7 +7,7 @@ connections through one or more SOCKS4a/5 or HTTP proxies.
|
||||
Since Proxy Chains NG relies on the dynamic linker, statically linked binaries
|
||||
are not supported.
|
||||
|
||||
Adjust proxychains.conf for your Proxy and use ProxyChains NG with
|
||||
Adjust ~/.proxychains/proxychains.conf for your Proxy and use ProxyChains NG with
|
||||
|
||||
proxychains application
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user