View | Details | Raw Unified | Return to bug 59505
Collapse All | Expand All

(-)net/delegate/Makefile (-28 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	delegate
8
PORTNAME=	delegate
9
PORTVERSION=	8.5.5
9
PORTVERSION=	8.7.7
10
CATEGORIES=	net www
10
CATEGORIES=	net www
11
MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
11
MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
12
		ftp://ftp.delegate.org/pub/DeleGate/
12
		ftp://ftp.delegate.org/pub/DeleGate/
Lines 15-48 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	General purpose TCP/IP proxy system
16
COMMENT=	General purpose TCP/IP proxy system
17
17
18
USE_BZIP2=	YES
19
NO_PACKAGE=	"Insecure program."
20
IS_INTERACTIVE=	YES
18
IS_INTERACTIVE=	YES
21
22
pre-everything::
23
.if !defined(FORCE_BUILD) || ${FORCE_BUILD}!="YES"
24
	@${ECHO_MSG} "*********************************************************************"
25
	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
26
	@${ECHO_MSG} "* This program has known security problems which may allow a remote  *"
27
	@${ECHO_MSG} "* attacker to take control of your machine.                         *"
28
	@${ECHO_MSG} "* See FreeBSD security advisory 00:04 for more information.         *"
29
	@${ECHO_MSG} "*                                                                   *"
30
	@${ECHO_MSG} "* It is strongly recommended that you avoid using this program.     *"
31
	@${ECHO_MSG} "*                                                                   *"
32
	@${ECHO_MSG} "* If you would like to use this program despite the danger, run     *"
33
	@${ECHO_MSG} "* make with ``FORCE_BUILD=YES''                                     *"
34
	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
35
	@${ECHO_MSG} "*********************************************************************"
36
	@${FALSE}
37
.else
38
	@${ECHO_MSG} "*********************************************************************"
39
	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
40
	@${ECHO_MSG} "* You have chosen to build an insecure program.                     *"
41
	@${ECHO_MSG} "* This program has known security problems which may allow a remote  *"
42
	@${ECHO_MSG} "* attacker to take control of your machine.                         *"
43
	@${ECHO_MSG} "* See FreeBSD security advisory 00:04 for more information.         *"
44
	@${ECHO_MSG} "*********************************************************************"
45
.endif
46
19
47
do-install:
20
do-install:
48
	${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
21
	${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
(-)net/delegate/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (delegate8.5.5.tar.bz2) = aec6bad25d63e8e857eed3ae28dcf1a1
1
MD5 (delegate8.7.7.tar.gz) = 9b2120344592ff45cbbb4d33f07e3921
(-)net/delegate/pkg-message (-9 lines)
Lines 1-12 Link Here
1
*********************************************************************
2
*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *
3
* You have installed an insecure program.                           *
4
* This program has known security problems which may allow a remote  *
5
* attacker to take control of your machine.                         *
6
* Use with great caution!                                           *
7
* See FreeBSD security advisory 00:04 for more information.         *
8
*********************************************************************
9
10
----------------------------------------------------------------------
1
----------------------------------------------------------------------
11
Now, edit the sample script in /usr/local/share/examples/delegate directory
2
Now, edit the sample script in /usr/local/share/examples/delegate directory
12
and copy it into /usr/local/etc/rc.d.
3
and copy it into /usr/local/etc/rc.d.

Return to bug 59505