Date: Thu, 25 Aug 2011 03:38:53 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/160142: Update port: security/fakebo to 0.4.2.1 Message-ID: <20110825033853.79687ff2.tkato432@yahoo.com> Resent-Message-ID: <201108241850.p7OIoa6P014461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160142 >Category: ports >Synopsis: Update port: security/fakebo to 0.4.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 18:50:36 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.4.2.1 files/patch-aa pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/security/fakebo/Makefile security/fakebo/Makefile --- /usr/ports/security/fakebo/Makefile 2004-05-26 02:21:12.000000000 +0900 +++ security/fakebo/Makefile 2011-08-25 00:51:25.000000000 +0900 @@ -6,30 +6,37 @@ # PORTNAME= fakebo -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.2.1 CATEGORIES= security -MASTER_SITES= ftp://the.ausmac.net/wd2a/security/port-loggers/ \ - ftp://ftp.mayn.de/pub/unix/security/network/ \ - ftp://webdiis.unizar.es/pub/unix/security/ \ - ftp://ftp.linux.hr/pub/fakebo/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= A fake BackOrifice client emulator -GNU_CONFIGURE= yes +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + +USE_AUTOTOOLS= aclocal autoheader automake autoconf +AUTOMAKE_ARGS= --add-missing +MAKE_JOBS_SAFE= yes MAN1= fakebo.1 +PORTDOCS= README custom.replies +PLIST_FILES= bin/fakebo etc/fakebo.conf.sample + +post-extract: + @${FIND} ${WRKSRC} -type l -delete do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample - ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ - .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} .endif .include <bsd.port.mk> diff -urN /usr/ports/security/fakebo/distinfo security/fakebo/distinfo --- /usr/ports/security/fakebo/distinfo 2011-07-04 02:12:47.000000000 +0900 +++ security/fakebo/distinfo 2011-08-18 18:31:37.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (fakebo-0.4.1.tar.gz) = 716b6545729ca6cd0b6aa80be157c2c5ef5fb14addf756a0c50c7a85b9ec27d1 -SIZE (fakebo-0.4.1.tar.gz) = 108490 +SHA256 (fakebo-0.4.2.1.tar.gz) = 5be56d23b3cd81cc94e553a5a6bae34b4a681c9c3d61dbb7968233d5c641eab0 +SIZE (fakebo-0.4.2.1.tar.gz) = 171243 diff -urN /usr/ports/security/fakebo/files/patch-aa security/fakebo/files/patch-aa --- /usr/ports/security/fakebo/files/patch-aa 2002-06-07 10:16:21.000000000 +0900 +++ security/fakebo/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- misc.c.orig Thu Jun 6 18:11:32 2002 -+++ misc.c Thu Jun 6 18:11:41 2002 -@@ -107,7 +107,7 @@ - - #ifdef HAVE_OPENLOG - openlog("FakeBO", LOG_CONS, LOG_USER); -- syslog(LOG_WARNING, buf); -+ syslog(LOG_WARNING, "%s", buf); - closelog(); - #else - #warning "Can't find usable syslog, disabled!" diff -urN /usr/ports/security/fakebo/pkg-descr security/fakebo/pkg-descr --- /usr/ports/security/fakebo/pkg-descr 2000-09-22 08:43:45.000000000 +0900 +++ security/fakebo/pkg-descr 2011-08-18 18:31:34.000000000 +0900 @@ -4,4 +4,4 @@ responses. Useful for catching script kiddies trying to find a hackable windows box, for providing evidence to their sysadmin, etc. -WWW: http://cvs.linux.hr/fakebo/ +WWW: http://sourceforge.net/projects/fakebo/ diff -urN /usr/ports/security/fakebo/pkg-plist security/fakebo/pkg-plist --- /usr/ports/security/fakebo/pkg-plist 2004-05-26 02:21:12.000000000 +0900 +++ security/fakebo/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,5 +0,0 @@ -bin/fakebo -etc/fakebo.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/custom.replies -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825033853.79687ff2.tkato432>