mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
SECURITY UPGRADE: 0.42 addresses the setuid dropping issues addressed on
BugTraq by Viktor Fougstedt.
This commit is contained in:
parent
45555c1eed
commit
9b513ad584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26627
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: mtr
|
||||
# Version required: 0.41
|
||||
# Version required: 0.42
|
||||
# Date created: 12 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= mtr-0.41
|
||||
DISTNAME= mtr-0.42
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
|
||||
http://www.giovannelli.it/~gmarco/files/
|
||||
@ -20,15 +20,15 @@ MAN8= mtr.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 400014
|
||||
PATCHFILES= mtr-041-v6-20000127a.diff.gz
|
||||
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||
PATCH_DIST_STRIP= -p1
|
||||
#.if ${OSVERSION} >= 400014
|
||||
#PATCHFILES= mtr-041-v6-20000127a.diff.gz
|
||||
#PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||
#PATCH_DIST_STRIP= -p1
|
||||
|
||||
CONFIGURE_ARGS+=--enable-ipv6
|
||||
.else
|
||||
#CONFIGURE_ARGS+=--enable-ipv6
|
||||
#.else
|
||||
CONFIGURE_ARGS+=--disable-ipv6
|
||||
.endif
|
||||
#.endif
|
||||
|
||||
pre-patch:
|
||||
.if !defined(USE_GTK)
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mtr-0.41.tar.gz) = fd081c7c27fedfcf9de0dc04e632475b
|
||||
MD5 (mtr-0.42.tar.gz) = cb4da4e6dbc0b527b7fc2a7199c51c3b
|
||||
MD5 (mtr-041-v6-20000127a.diff.gz) = eb97821fb9307bf6dffb0610d37ab1bf
|
||||
|
Loading…
Reference in New Issue
Block a user