Port details |
- libnids Network monitoring library with TCP/IP reassembly
- 1.24_6 net =25 1.24_6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: libiconv, gettext, libnet, m4, freetype2
- Also Listed In: security
- License: GPLv2
- WWW:
- http://libnids.sf.net
- Description:
- Libnids is a library that provides the function of one of the NIDS
(Network Intrusion Detection System) components, namely E-component. The
libnids code watches all local network traffic, processes received
datagrams a bit, and provides convenient information on them to analyzing
modules. Libnids performs:
a) assembly of TCP segments into TCP streams
b) IP defragmentation
c) TCP port scan detection
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/libnids/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libnids
- pkg install libnids
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libnids
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libnids-1.24.tar.gz) = 314b4793e0902fbf1fdb7fb659af37a3c1306ed1aad5d1c84de6c931b351d359
SIZE (libnids-1.24.tar.gz) = 151021
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libnet.so : net/libnet
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- net/vortex
- security/dsniff
Configuration Options:
- ===> The following configuration options are available for libnids-1.24_6:
DOCS=on: Build and/or install documentation
GLIB2=on: Use GLIB2 for multiprocessing support
===> Use 'make config' to modify these settings
- Options name:
- net_libnids
- USES:
- cpe pkgconfig gnome
- 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 |
1.24_6 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
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) |
1.24_5 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 ) |
1.24_5 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 |
1.24_4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.24_4 13 Oct 2021 14:11:16 |
Stefan Eßer (se) |
net/libnids: Add CPE information
Approved by: portmgr (blanket) |
1.24_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.24_4 08 Nov 2019 13:48:35 |
tobik |
net: Add missing USES={gnome,php} |
1.24_4 11 Mar 2018 11:21:23 |
rene |
Return wxs@'s ports to the pool after his commit bit expired.
With hat: portmgr |
1.24_4 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.24_3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.24_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.24_3 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) |
1.24_3 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.24_3 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.24_3 14 Jul 2014 15:38:39 |
tijl |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
1.24_2 14 Jul 2014 14:46:55 |
tijl |
Remove the option to depend on net/libnet10 and depend on net/libnet
unconditionally. Since this is the last consumer of net/libnet10 this
allows marking that port deprecated. |
1.24_1 03 Feb 2014 14:23:07 |
mat |
Fix on 10, whilst gcc is exporting inline functions, clang isn't.
Sponsored by: Absolight |
1.24 03 Feb 2014 13:43:00 |
mat |
- Support staging
- Use new options helpers a bit
Sponsored by: Absolight |
1.24 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.24 17 May 2013 02:00:56 |
wxs |
libnids-libnet11 is a slave port of libnids that specifically uses libnet11.
This is required because vortex needs libnids built with libnet11 while other
ports (dsniff) needs libnids built with libnet10. |
1.24 11 May 2013 02:29:48 |
wxs |
Switch to libnet10 by default.
While here, fix whitespace.
Submitted by: sbz@ |
1.24 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.24 15 Mar 2013 01:59:39 |
wxs |
Add support for libnet 1.0 back.
While here, trim the header.
Submitted by: sbz@ |
1.24 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.24 19 Nov 2012 18:28:57 |
wxs |
Remove unnecessary quotes.
Noticed by: crees
Feature safe: yes |
1.24 19 Nov 2012 15:17:56 |
wxs |
Convert to new options.
While here, drop the old libnet10 option.
Feature safe: yes |
1.24 20 Jul 2012 01:42:23 |
wxs |
Update WWW in pkg-descr. |
1.24 25 Feb 2012 16:19:58 |
wxs |
Take this port off roam@.
Thank you for your work! |
1.24 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.24 11 Jun 2010 15:05:41 |
roam |
Update to libnids-1.24 and specify GPL-2 as the license.
As an excuse for the flurry of port updates, I have to say that my laptop
only came back with its motherboard replaced just today :) |
1.23 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.23 18 Mar 2009 15:25:03 |
roam |
Update to libnids-1.23.
Fix a couple of portlint warnings by simply removing *any* overriding
of CFLAGS, LDFLAGS, etc. and fixing the libnids configure script to
properly use the values obtained from pkg-config. |
1.21_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.21_4 06 Jun 2008 13:50:32 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.21_3 25 Mar 2008 15:53:08 |
pav |
- Correct glib dependency |
1.21_2 31 Jan 2007 14:09:55 |
pav |
- Patch net/libnet* to versioned libraries and header files, so they can
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr |
1.21_1 27 Sep 2006 12:50:34 |
roam |
Remove the mistaken run-dependency on libnet, since it causes conflicts
in dependent ports. Also, reinstitute the choice between libnet-1.0 and
1.1, since the dependent ports seem to actually like libnet-1.0 better.
PR: 103554
Submitted by: arved |
1.21 12 Jun 2006 13:28:06 |
roam |
Update to libnids 1.21. In the process:
- OPTIONS'ify.
- no need to choose between libnet and libnet-devel any longer.
- optionally depend on glib2.
PR: 97183
Submitted by: vd |
1.20_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.20_1 14 Nov 2005 17:07:08 |
sem |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> |
1.20 12 May 2005 12:27:38 |
roam |
Update to 1.20.
PR: 80214
Submitted by: Vasil Dimov <vd@datamax.bg> |
1.19 14 Dec 2004 12:59:01 |
roam |
Update to libnids 1.19, which fixes a couple of serious problems
in FIN parsing, ACK handling and others. |
1.18 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.18 29 Oct 2003 14:13:09 |
roam |
Update to 1.18, for both security reasons (a vulnerability discovered by
our very own rwatson@), and build fixes on -CURRENT.
Mostly submitted by: krion |
1.16_1 15 Oct 2003 22:18:20 |
kris |
BROKEN on 5.x: does not compile |
1.16_1 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
1.16_1 26 Mar 2002 12:04:45 |
roam |
Add a patch allowing libnids to correctly capture packets on
the loopback interface.
Submitted by: nectar
Ignored by: roam (myself) for over 6 months |
19 Nov 2001 14:11:21 |
ijliao |
make WWW correct |
06 Aug 2001 22:04:57 |
roam |
Move back to the real MASTER_SITE. Update the checksum - the real MASTER_SITE
has a different tarball with the exact same contents, just rerolled. No
functional changes. |
25 Nov 2000 08:13:46 |
roam |
Take over maintainership |
19 Nov 2000 04:15:06 |
kris |
Upgrade to libnids 1.16 |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
10 Sep 2000 12:10:43 |
kris |
Upgrade to libnids 1.14 |