From 54d689c11eb53fb4345d740e2af0f88a10217537 Mon Sep 17 00:00:00 2001 From: max Date: Sat, 27 Jul 2002 19:48:31 +0000 Subject: Upgrade to 7.9.10. While at it: - Fix typo in the security warning. - Correct one of the master sites. - List the master site which accepts passive ftp before one which doesn't. - So remove the message that suggests to unsetenv FTP_PASSIVE_MODE. --- net/delegate/Makefile | 14 +++++--------- net/delegate/distinfo | 2 +- net/delegate/pkg-message | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) (limited to 'net/delegate') diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 8b619b9..e69cb64 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,10 +6,10 @@ # PORTNAME= delegate -PORTVERSION= 7.9.4 +PORTVERSION= 7.9.10 CATEGORIES= net www -MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ - http://www.delegate.org/pub/DeleGate/ +MASTER_SITES= ftp://www.delegate.org/pub/DeleGate/ \ + ftp://ftp.delegate.org/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org @@ -22,7 +22,7 @@ pre-fetch: .if !defined(FORCE_BUILD) || ${FORCE_BUILD}!="YES" @${ECHO} "*********************************************************************" @${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *" - @${ECHO} "* This program has know security problems which may allow a remote *" + @${ECHO} "* This program has known security problems which may allow a remote *" @${ECHO} "* attacker to take control of your machine. *" @${ECHO} "* See FreeBSD security advisory 00:04 for more information. *" @${ECHO} "* *" @@ -37,15 +37,11 @@ pre-fetch: @${ECHO} "*********************************************************************" @${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *" @${ECHO} "* You have chosen to build an insecure program. *" - @${ECHO} "* This program has know security problems which may allow a remote *" + @${ECHO} "* This program has known security problems which may allow a remote *" @${ECHO} "* attacker to take control of your machine. *" @${ECHO} "* See FreeBSD security advisory 00:04 for more information. *" @${ECHO} "*********************************************************************" .endif -.if defined(FTP_PASSIVE_MODE) && ${FTP_PASSIVE_MODE}=="YES" - @${ECHO} "Note: If you have trouble retrieving the distfile, try" - @${ECHO} " \"unsetenv FTP_PASSIVE_MODE\" before running make." -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin diff --git a/net/delegate/distinfo b/net/delegate/distinfo index 8a47e1a..630f280 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1 +1 @@ -MD5 (delegate7.9.4.tar.bz2) = fe1c82a0afe15899c33a37b69a521384 +MD5 (delegate7.9.10.tar.bz2) = a10b551982e94d6849a15360683f6601 diff --git a/net/delegate/pkg-message b/net/delegate/pkg-message index 5edcb50..77c73d3 100644 --- a/net/delegate/pkg-message +++ b/net/delegate/pkg-message @@ -1,7 +1,7 @@ ********************************************************************* * WARNING! WARNING! WARNING! WARNING! WARNING! * * You have installed an insecure program. * -* This program has know security problems which may allow a remote * +* This program has known security problems which may allow a remote * * attacker to take control of your machine. * * Use with great caution! * * See FreeBSD security advisory 00:04 for more information. * -- cgit v1.1