From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 25 15:10:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9B37B401 for ; Fri, 25 Jul 2003 15:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD7443FB1 for ; Fri, 25 Jul 2003 15:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6PMAEUp028217 for ; Fri, 25 Jul 2003 15:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6PMAEXV028216; Fri, 25 Jul 2003 15:10:14 -0700 (PDT) Resent-Date: Fri, 25 Jul 2003 15:10:14 -0700 (PDT) Resent-Message-Id: <200307252210.h6PMAEXV028216@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mavrik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F317C37B401 for ; Fri, 25 Jul 2003 15:08:53 -0700 (PDT) Received: from ruby.ir.exodus.net (ruby.ir.exodus.net [209.225.0.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478A543F75 for ; Fri, 25 Jul 2003 15:08:53 -0700 (PDT) (envelope-from mavrik@ruby.ir.exodus.net) Received: from ruby.ir.exodus.net (localhost [127.0.0.1]) by ruby.ir.exodus.net (8.12.3/8.12.3) with ESMTP id h6PM93BO062988 for ; Fri, 25 Jul 2003 22:09:03 GMT (envelope-from mavrik@ruby.ir.exodus.net) Received: (from mavrik@localhost) by ruby.ir.exodus.net (8.12.3/8.12.3/Submit) id h6PM934t062987; Fri, 25 Jul 2003 22:09:03 GMT Message-Id: <200307252209.h6PM934t062987@ruby.ir.exodus.net> Date: Fri, 25 Jul 2003 22:09:03 GMT From: mavrik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54872: Update port: security/webjob 1.2.3 --> 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mavrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 22:10:15 -0000 >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@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 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@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 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: