mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add pxytest 1.36, test remote system for unsecured mail proxies.
PR: 53275 Submitted by: Paul Chvostek <paul@it.ca>
This commit is contained in:
parent
1f1024a981
commit
4d126d235a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82920
@ -268,6 +268,7 @@
|
||||
SUBDIR += proxytunnel
|
||||
SUBDIR += pscan
|
||||
SUBDIR += pwman
|
||||
SUBDIR += pxytest
|
||||
SUBDIR += py-amkCrypto
|
||||
SUBDIR += py-cryptkit
|
||||
SUBDIR += py-fchksum
|
||||
|
35
security/pxytest/Makefile
Normal file
35
security/pxytest/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: pxytest
|
||||
# Date created: Fri Jun 13 05:57:43 EDT 2003
|
||||
# Whom: Paul Chvostek <paul@it.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pxytest
|
||||
PORTVERSION= 1.36
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.unicom.com/sw/pxytest/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY= # defined
|
||||
|
||||
MAINTAINER= paul+ports@it.ca
|
||||
COMMENT= Test remote system for unsecured mail proxies
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= pxytest.1
|
||||
|
||||
pre-patch:
|
||||
@${SED} '1s:^#!/usr/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/pxytest
|
||||
|
||||
do-build:
|
||||
@pod2man ${WRKSRC}/pxytest > ${WRKSRC}/pxytest.1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/pxytest ${PREFIX}/bin/
|
||||
@${INSTALL_MAN} ${WRKSRC}/pxytest.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/pxytest/distinfo
Normal file
1
security/pxytest/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pxytest) = 0c973e64c0566e8e616b8703fff46448
|
16
security/pxytest/pkg-descr
Normal file
16
security/pxytest/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
pxytest is a command line utility to test a host for open proxies
|
||||
that are vulnerable to spammer abuse. It is written in perl.
|
||||
|
||||
Unsecured proxies currently are the most significant conduit of
|
||||
junk email. This is a particularly vexing problem, because open
|
||||
proxies, unlike open mail relays, hide the origin of the spam,
|
||||
making it impossible to trace. This utility tests a host to
|
||||
see if it is vulnerable to such abuse.
|
||||
|
||||
See http://www.unicom.com/sw/pxytest for more information.
|
||||
|
||||
pxytest was written by Chip Rosenthal.
|
||||
|
||||
- Paul Chvostek <paul+ports@it.ca>
|
||||
|
||||
WWW: http://www.unicom.com/sw/pxytest
|
1
security/pxytest/pkg-plist
Normal file
1
security/pxytest/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pxytest
|
Loading…
Reference in New Issue
Block a user