aboutsummaryrefslogtreecommitdiff
path: root/net/libnids
Commit message (Collapse)AuthorAgeFilesLines
* libnids-libnet11 is a slave port of libnids that specifically uses libnet11.Wesley Shields2013-05-171-1/+7
| | | | | | | | This is required because vortex needs libnids built with libnet11 while other ports (dsniff) needs libnids built with libnet10. Notes: svn path=/head/; revision=318350
* Switch to libnet10 by default.Wesley Shields2013-05-111-3/+3
| | | | | | | | | While here, fix whitespace. Submitted by: sbz@ Notes: svn path=/head/; revision=317848
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Add support for libnet 1.0 back.Wesley Shields2013-03-151-11/+16
| | | | | | | | | While here, trim the header. Submitted by: sbz@ Notes: svn path=/head/; revision=314221
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313633
* Remove unnecessary quotes.Wesley Shields2012-11-191-2/+2
| | | | | | | | Noticed by: crees Feature safe: yes Notes: svn path=/head/; revision=307567
* Convert to new options.Wesley Shields2012-11-191-12/+14
| | | | | | | | | While here, drop the old libnet10 option. Feature safe: yes Notes: svn path=/head/; revision=307564
* Update WWW in pkg-descr.Wesley Shields2012-07-201-1/+1
| | | | Notes: svn path=/head/; revision=301203
* Take this port off roam@.Wesley Shields2012-02-251-1/+1
| | | | | | | Thank you for your work! Notes: svn path=/head/; revision=292226
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to libnids-1.24 and specify GPL-2 as the license.Peter Pentchev2010-06-113-4/+22
| | | | | | | | 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 :) Notes: svn path=/head/; revision=256396
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Update to libnids-1.23.Peter Pentchev2009-03-183-9/+25
| | | | | | | | | 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. Notes: svn path=/head/; revision=230361
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Correct glib dependencyPav Lucistnik2008-03-251-2/+3
| | | | Notes: svn path=/head/; revision=209792
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-5/+13
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* Remove the mistaken run-dependency on libnet, since it causes conflictsPeter Pentchev2006-09-271-2/+7
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=173971
* Update to libnids 1.21. In the process:Peter Pentchev2006-06-122-11/+26
| | | | | | | | | | | | - OPTIONS'ify. - no need to choose between libnet and libnet-devel any longer. - optionally depend on glib2. PR: 97183 Submitted by: vd Notes: svn path=/head/; revision=165194
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* libnet update:Sergey Matveychuk2005-11-141-2/+3
| | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=148262
* Update to 1.20.Peter Pentchev2005-05-122-3/+3
| | | | | | | | PR: 80214 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=135128
* Update to libnids 1.19, which fixes a couple of serious problemsPeter Pentchev2004-12-142-3/+3
| | | | | | | in FIN parsing, ACK handling and others. Notes: svn path=/head/; revision=124005
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 1.18, for both security reasons (a vulnerability discovered byPeter Pentchev2003-10-294-25/+30
| | | | | | | | | our very own rwatson@), and build fixes on -CURRENT. Mostly submitted by: krion Notes: svn path=/head/; revision=92568
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91368
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Add a patch allowing libnids to correctly capture packets onPeter Pentchev2002-03-262-0/+13
| | | | | | | | | | the loopback interface. Submitted by: nectar Ignored by: roam (myself) for over 6 months Notes: svn path=/head/; revision=56693
* make WWW correctYing-Chieh Liao2001-11-191-1/+1
| | | | Notes: svn path=/head/; revision=50219
* Move back to the real MASTER_SITE.Peter Pentchev2001-08-062-4/+2
| | | | | | | | | Update the checksum - the real MASTER_SITE has a different tarball with the exact same contents, just rerolled. No functional changes. Notes: svn path=/head/; revision=45903
* Take over maintainershipPeter Pentchev2000-11-251-1/+1
| | | | | | | Approved by: kris (former maintainer) Notes: svn path=/head/; revision=35409
* Upgrade to libnids 1.16Kris Kennaway2000-11-192-3/+5
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=35255
* Upgrade to libnids 1.14Kris Kennaway2000-09-102-3/+3
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=32489
* Update MASTER_SITE (fennerize)Kris Kennaway2000-04-241-2/+2
| | | | Notes: svn path=/head/; revision=27952
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+3
| | | | Notes: svn path=/head/; revision=27423
* fix name of manpage to include section and portlintMichael Haro2000-02-182-2/+2
| | | | Notes: svn path=/head/; revision=25957
* Chase the checksum. The distfile was repackaged with no apparentKris Kennaway2000-01-311-1/+1
| | | | | | | | | changes. Noticed by: bento Notes: svn path=/head/; revision=25331
* Upgrade to libnids 1.13Kris Kennaway2000-01-283-15/+8
| | | | Notes: svn path=/head/; revision=25149
* New port: libnids 1.12Kris Kennaway2000-01-095-0/+47
libnids is a packet reassembly/network intrusion detection library. Obtained from: OpenBSD Notes: svn path=/head/; revision=24577