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

(-)rkhunter/Makefile (-4 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	rkhunter
8
PORTNAME=	rkhunter
9
PORTVERSION=	1.2.7
9
PORTVERSION=	1.2.8
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://downloads.rootkit.nl/
11
MASTER_SITES=	http://downloads.rootkit.nl/
13
12
Lines 20-26 Link Here
20
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
21
USE_PERL5=	yes
20
USE_PERL5=	yes
22
NO_BUILD=	yes
21
NO_BUILD=	yes
23
USE_REINPLACE=	yes
24
22
25
MAN8=		rkhunter.8
23
MAN8=		rkhunter.8
26
MANCOMPRESSED=	no
24
MANCOMPRESSED=	no
Lines 30-36 Link Here
30
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
31
29
32
.if ${ARCH} == "sparc64"
30
.if ${ARCH} == "sparc64"
33
BROKEN=		"Does not build on sparc64"
31
BROKEN=		Does not build on sparc64
34
.endif
32
.endif
35
33
36
do-install:
34
do-install:
(-)rkhunter/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rkhunter-1.2.7.tar.gz) = 288ba8a87352716384823c9ea1958fa7
1
MD5 (rkhunter-1.2.8.tar.gz) = 41122193b5006b617e03c637a17ae982
2
SHA256 (rkhunter-1.2.7.tar.gz) = 469e0087f9ab460d901241b6d80b1ad341ba5827e643127c68c4b865bc9e1972
2
SHA256 (rkhunter-1.2.8.tar.gz) = 7a8c364fe1653c8f9d64054d07d2272ea239a5225ce2044024d79467df873c18
3
SIZE (rkhunter-1.2.7.tar.gz) = 170732
3
SIZE (rkhunter-1.2.8.tar.gz) = 126314
(-)rkhunter/pkg-plist (-3 / +3 lines)
Lines 1-12 Link Here
1
etc/rkhunter.conf
2
bin/rkhunter
1
bin/rkhunter
2
etc/rkhunter.conf
3
lib/rkhunter/db/backdoorports.dat
3
lib/rkhunter/db/backdoorports.dat
4
lib/rkhunter/db/defaulthashes.dat
5
lib/rkhunter/db/md5blacklist.dat
4
lib/rkhunter/db/mirrors.dat
6
lib/rkhunter/db/mirrors.dat
5
lib/rkhunter/db/os.dat
7
lib/rkhunter/db/os.dat
6
lib/rkhunter/db/programs_bad.dat
8
lib/rkhunter/db/programs_bad.dat
7
lib/rkhunter/db/programs_good.dat
9
lib/rkhunter/db/programs_good.dat
8
lib/rkhunter/db/defaulthashes.dat
9
lib/rkhunter/db/md5blacklist.dat
10
lib/rkhunter/scripts/check_modules.pl
10
lib/rkhunter/scripts/check_modules.pl
11
lib/rkhunter/scripts/check_port.pl
11
lib/rkhunter/scripts/check_port.pl
12
lib/rkhunter/scripts/check_update.sh
12
lib/rkhunter/scripts/check_update.sh

Return to bug 93340