ports/54872: Update port: security/webjob 1.2.3 --> 1.3.0
mavrik
mavrik at ruby.ir.exodus.net
Fri Jul 25 22:10:15 UTC 2003
>Number: 54872
>Category: ports
>Synopsis: Update port: security/webjob 1.2.3 --> 1.3.0
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 25 15:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: klm at uidzero.org
>Release: FreeBSD 4.7-RELEASE-p10 i386
>Organization:
>Environment:
System:
>Description:
>How-To-Repeat:
>Fix:
--- webjob.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# webjob
# webjob/Makefile
# webjob/distinfo
# webjob/pkg-descr
# webjob/pkg-plist
#
echo c - webjob
mkdir -p webjob > /dev/null 2>&1
echo x - webjob/Makefile
sed 's/^X//' >webjob/Makefile << 'END-of-webjob/Makefile'
X# New ports collection makefile for: webjob
X# Date created: 20 August 2002
X# Whom: Klayton Monroe <klm at uidzero.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= webjob
XPORTVERSION= 1.3.0
XCATEGORIES= security sysutils
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= webjob
XEXTRACT_SUFX= .tgz
X
XMAINTAINER= klm at uidzero.org
XCOMMENT= Download and execute a program over HTTP/HTTPS
X
XGNU_CONFIGURE= YES
X
X.if defined(WITHOUT_SSL)
XCONFIGURE_ARGS+= --without-ssl
X.else
XUSE_OPENSSL= YES
XCONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
X.endif
X
X.if defined(NO_STATIC)
XCFLAGS+=
X.else
XCFLAGS+= -static
X.endif
X
XMAN1= webjob.1
X
Xpost-install:
X @${STRIP_CMD} ${PREFIX}/bin/webjob
X
X.include <bsd.port.mk>
END-of-webjob/Makefile
echo x - webjob/distinfo
sed 's/^X//' >webjob/distinfo << 'END-of-webjob/distinfo'
XMD5 (webjob-1.3.0.tgz) = 60225d5e50319c016005e2255a5d4564
END-of-webjob/distinfo
echo x - webjob/pkg-descr
sed 's/^X//' >webjob/pkg-descr << 'END-of-webjob/pkg-descr'
XWebJob downloads a program over HTTP/HTTPS and executes it in one
Xunified operation. The output, if any, may be directed to stdout/stderr
Xor a Web resource. WebJob may be useful in incident response and
Xintrusion analysis as it provides a mechanism to run known good
Xdiagnostic programs on a potentially compromised system. It can
Xalso support a variety of centralized management and host-based
Xmonitoring solutions.
X
XWWW: http://webjob.sourceforge.net/WebJob/
END-of-webjob/pkg-descr
echo x - webjob/pkg-plist
sed 's/^X//' >webjob/pkg-plist << 'END-of-webjob/pkg-plist'
Xbin/webjob
Xetc/webjob.cfg.sample
END-of-webjob/pkg-plist
exit
--- webjob.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list