Port details |
- scanlogd TCP port scan detection tool
- 2.2.8_3 security =6 2.2.8_3Version of this port present on the latest quarterly branch.
- Maintainer: novel@FreeBSD.org
- Port Added: 2004-05-14 18:09:01
- Last Update: 2024-05-22 15:12:31
- Commit Hash: 7e3b5cf
- People watching this port, also watch:: phpMyAdmin-php81, rkhunter, ap24-mod_security, unzip, krb5
- License: not specified in port
- WWW:
- https://openwall.com/scanlogd/
- Description:
- scanlogd is a TCP port scan detection tool, originally designed to illustrate
various attacks an IDS developer has to deal with. Unlike some of the other
port scan detection tools out there, scanlogd is designed to be totally safe
to use.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- scanlogd>0:security/scanlogd
- To install the port:
- cd /usr/ports/security/scanlogd/ && make install clean
- To add the package, run one of these commands:
- pkg install security/scanlogd
- pkg install scanlogd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scanlogd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615466931
SHA256 (scanlogd-2.2.8.tar.gz) = 0bec45ecbcc8a9a3599cb38e21dcacf639ca3b33bb6973b20261315d065ea158
SIZE (scanlogd-2.2.8.tar.gz) = 12190
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for scanlogd-2.2.8_3:
====> Options available for the single PCAP: you have to select exactly one of them
PCAP_BASE=on: Use pcap from base for packet capture
NIDS=off: Use net/libnet for packet capture
===> Use 'make config' to modify these settings
- Options name:
- security_scanlogd
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.8_3 22 May 2024 15:12:31 |
Baptiste Daroussin (bapt) |
security/scanlogd: fix periodic on current |
2.2.8_2 21 Jan 2024 22:51:34 |
Muhammad Moinur Rahman (bofh) |
security/scanlogd: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.8_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.8_1 30 Jul 2022 05:57:11 |
Po-Chuan Hsieh (sunpoet) |
net/libnet: Update to 1.2
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/libnet/libnet/releases |
2.2.8 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.2.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.8 11 Mar 2021 15:38:48 |
novel |
security/scanlogd: update to 2.2.8 |
2.2.7_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.2.7_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.2.7_2 20 Mar 2016 10:53:09 |
tijl |
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.7_2 23 Apr 2015 15:18:11 |
novel |
- Add periodic script to display port scans
- Use OPTIONS
PR: 198643
Submitted by: TEUBEL Gyorgy <tgyurci@gmail.com> |
2.2.7_1 23 Jul 2014 15:25:49 |
novel |
- Use USER and GROUP in Makefile instead of having
pkg-message suggesting a user to create user and group
manually
- Add uid/gid to the UID and GID files respectively
- Add an UPDATING entry to suggest users of scanlogd to
drop existing users to avoid conflicts
- Bump PORTREVISION
PR: 191948
Submitted by: TEUBEL Gyorgy |
2.2.7 25 Feb 2014 12:21:42 |
ehaupt |
Support staging |
2.2.7 30 Oct 2013 15:06:24 |
novel |
Update to 2.2.7. |
2.2.6_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.2.6_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.2.6_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.2.6_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.2.6_1 31 Aug 2009 17:03:40 |
novel |
Even more rc script improvements.
Suggested by: dougb |
2.2.6_1 21 Aug 2009 18:55:12 |
novel |
Improve USE_RC_SUBR usage.
PR: 136849
Submitted by: pgollucci |
2.2.6 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.2.6 03 Apr 2006 18:03:12 |
novel |
Update to 2.2.6. |
2.2.5_2 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.2.5_2 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
2.2.5_2 08 Mar 2005 07:38:35 |
novel |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
2.2.5_2 15 Dec 2004 08:04:56 |
vs |
Fix path to scanlogd in rc-script (bump PORTREV)
PR: ports/75034
Submitted by: Hilko Meyer
Approved by: maintainer |
2.2.5_1 13 Dec 2004 10:07:14 |
krion |
Use RC_SUBR.
Cleanups for net/libnids dependency.
PR: ports/75009
Submitted by: maintainer |
2.2.5 22 Aug 2004 17:54:19 |
arved |
Fix CC, CFLAGS
PR: 70824
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
2.2.5 09 Jul 2004 07:22:07 |
vs |
Update to 2.2.5
PR: ports/68842
Submitted by: Roman Bogorodskiy (maintainer) |
2.2.4 05 Jun 2004 17:49:55 |
pav |
- Update to 2.2.4
PR: ports/67611
Submitted by: maintainer |
2.2.1 14 May 2004 18:08:13 |
pav |
Add scanlogd, a TCP port scan detection tool, originally designed to illustrate
various attacks an IDS developer has to deal with. Unlike some of the other
port scan detection tools out there, scanlogd is designed to be totally safe
to use.
PR: ports/66449
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |