1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add port of find-zlib, a script which scans for code derived from

zlib.
This commit is contained in:
Trevor Johnson 2002-05-09 02:34:50 +00:00
parent 825c48a3ce
commit c55a1293de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58779
5 changed files with 36 additions and 0 deletions

View File

@ -41,6 +41,7 @@
SUBDIR += drweb-sendmail
SUBDIR += dsniff
SUBDIR += fakebo
SUBDIR += find-zlib
SUBDIR += find_ddos
SUBDIR += firewalk
SUBDIR += flawfinder

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: find-zlib
# Date created: 2002-05-08
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= find_zlib
PORTVERSION= 1.9
CATEGORIES= security
MASTER_SITES= http://www.gzip.org/zlib/
DISTNAME= find-zlib
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= trevor@FreeBSD.org
PLIST= ${WRKDIR}/pkg-plist
NO_BUILD= none
USE_PERL5= yes
pre-install:
${ECHO_CMD} bin/find-zlib > ${PLIST}
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (find-zlib) = 997b6c176d833ada6696c713759f8dc8

View File

@ -0,0 +1 @@
Scans files for statically linked zlib (libz) code

View File

@ -0,0 +1,5 @@
This is a script to scan files for statically linked zlib (libz)
code. Programs which contain such code may be affected by the
double free() security bug.
WWW: http://www.gzip.org/zlib/