git: 8c0fa6388170 - main - security/fl0p: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 12:53:01 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c0fa6388170284ac8fdb203567e4d3c119489de
commit 8c0fa6388170284ac8fdb203567e4d3c119489de
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 12:33:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 12:52:35 +0000
security/fl0p: Remove expired port
security/fl0p
---
MOVED | 1 +
security/Makefile | 1 -
security/fl0p/Makefile | 47 -----------------------------------------------
security/fl0p/distinfo | 2 --
security/fl0p/pkg-descr | 7 -------
5 files changed, 1 insertion(+), 57 deletions(-)
diff --git a/MOVED b/MOVED
index 16d55d11a10a..5347d1fa0cc6 100644
--- a/MOVED
+++ b/MOVED
@@ -3025,3 +3025,4 @@ net/sbd||2024-02-29|Has expired: Abandonware and unfetchable, consider using nca
security/f-prot||2024-02-29|Has expired: F-Prot Antivirus reached end-of-life on July 31, 2021
security/fakebo||2024-02-29|Has expired: Remote admin software that hasn't been relevant for last 15 years
security/fcheck||2024-02-29|Has expired: Abandonware, upstream is gone and notes refers to Windows 98 as the newest OS
+security/fl0p||2024-02-29|Has expired: Abandonware, last release in 2006 and no longer relevant
diff --git a/security/Makefile b/security/Makefile
index 763e032ad8a1..c1f208619c13 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -157,7 +157,6 @@
SUBDIR += ffuf
SUBDIR += fiked
SUBDIR += fizz
- SUBDIR += fl0p
SUBDIR += flawfinder
SUBDIR += fprint_demo
SUBDIR += fprintd
diff --git a/security/fl0p/Makefile b/security/fl0p/Makefile
deleted file mode 100644
index 3c946424e105..000000000000
--- a/security/fl0p/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-PORTNAME= fl0p
-PORTVERSION= 0.0.2.b
-CATEGORIES= security
-MASTER_SITES= http://lcamtuf.coredump.cx/soft/
-DISTNAME= fl0p-devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Passive L7 flow fingerprinting tool
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/doc/COPYING
-
-DEPRECATED= Abandonware, last release in 2006 and no longer relevant
-EXPIRATION_DATE=2024-02-29
-
-USES= tar:tgz
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PORTDOCS= ChangeLog CREDITS README TODO
-PLIST_FILES= bin/fl0p %%DATADIR%%/fl0p.fp
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|"/etc/fl0p"|"${DATADIR}"|' ${WRKSRC}/config.h
- @${REINPLACE_CMD} -e \
- 's|^MAKE_CMD_OK|#MAKE_CMD_OK|' ${WRKSRC}/Build
- @${REINPLACE_CMD} -e \
- '/^CC/s|\([[:blank:]]\)=|\1?=| ; \
- /^CFLAGS/s|\([[:blank:]]\)=|\1+=| ; \
- s|-g -ggdb|| ; \
- s|-I.*|$$(CPPFLAGS)| ; \
- /^all:/s|strip||' ${WRKSRC}/mk/Linux
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fl0p ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/fl0p.fp ${STAGEDIR}${DATADIR}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/security/fl0p/distinfo b/security/fl0p/distinfo
deleted file mode 100644
index 7eea64d37e06..000000000000
--- a/security/fl0p/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fl0p-devel.tgz) = a6ccc98cfad2330b7baf0827c44657e35cb6c387ab1e55e4b3f8bb762b4161bc
-SIZE (fl0p-devel.tgz) = 30297
diff --git a/security/fl0p/pkg-descr b/security/fl0p/pkg-descr
deleted file mode 100644
index a6314b93992a..000000000000
--- a/security/fl0p/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The tool is a simple flow-analyzing passive L7 fingerprinter. It
-examines the sequence of client-server exchanges, their relative
-layer 7 payload sizes, and transmission intervals (as opposed to
-inspecting the contents, which is what most passive fingerprinters
-and "smart" sniffers would do to analyze transmissions). This is
-then matched against a database of traffic pattern signatures to
-infer some interesting facts about the traffic.