mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Chase master site
- Cleanup Makefile a bit (me) PR: ports/77552 Submitted by: "Jonatan B" (maintainer)
This commit is contained in:
parent
04526a717c
commit
6ab16fc4ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129027
@ -8,21 +8,19 @@
|
||||
PORTNAME= dcetest
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.atstake.com/research/tools/info_gathering/
|
||||
DISTNAME= dcetest
|
||||
EXTRACT_SUFX= .tar
|
||||
MASTER_SITES= ${MASTER_SITE_PACKETSTORM}
|
||||
MASTER_SITE_SUBDIR= UNIX/scanners
|
||||
|
||||
MAINTAINER= onatan@gmail.com
|
||||
COMMENT= Utility to dump MSRPC endpoint information from Windows systems
|
||||
|
||||
ALL_TARGET= dcetest
|
||||
MAKE_ARGS= CC="${CC}"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/dcetest
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin
|
||||
|
||||
.if !target(post-install) && (${PORTNAME} == "dcetest")
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/dcetest
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dcetest.tar) = 0099655f1343e7fea6a15de35bc9fc81
|
||||
SIZE (dcetest.tar) = 133120
|
||||
MD5 (dcetest-1.2.tar.gz) = 5413d6338d8d06ac19703717b4116cb1
|
||||
SIZE (dcetest-1.2.tar.gz) = 23366
|
||||
|
11
security/dcetest/files/patch-dcetest.c
Normal file
11
security/dcetest/files/patch-dcetest.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- dcetest.c.orig Tue Feb 15 11:32:36 2005
|
||||
+++ dcetest.c Tue Feb 15 11:31:48 2005
|
||||
@@ -359,7 +359,7 @@
|
||||
int tint;
|
||||
char annotation[EPT_MAX_ANNOTATION_SIZE+1];
|
||||
int floor, floors;
|
||||
- int address_type;
|
||||
+ int address_type=0;
|
||||
|
||||
char tmp_address[200];
|
||||
char tmp_address2[200];
|
@ -1,2 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/dcetest
|
Loading…
Reference in New Issue
Block a user