<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/snort_inline, branch release/6.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-08-21T06:18:49Z</updated>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 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 -&gt; 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)
</content>
</entry>
<entry>
<title>- Add flexible response (v1) support to snort_inline. It borrows heavily from</title>
<updated>2008-04-24T01:38:20Z</updated>
<author>
<name>Beech Rintoul</name>
<email>beech@FreeBSD.org</email>
</author>
<published>2008-04-24T01:38:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c10bfd6451c77c50d2e59f6e7d9d738caf1ce016'/>
<id>urn:sha1:c10bfd6451c77c50d2e59f6e7d9d738caf1ce016</id>
<content type='text'>
  the snort port, which also has this feature. Adds libnet10 as a dependency if
  this is chosen.
- Add options, ODBC, POSTGRESQL, and MySQL support (plus flexible responses).
- Add dependency on libnet10 if flexible responses is defined.
- Bump portrevision

- Note that flexible response v2 (needing libnet11) is unsupported due to libnet11
  patches not applying cleanly. When this is cleared up for snort, it can be
  ported to snort_inline.

PR:		ports/121710
Submitted by:	Yousif Hassan &lt;yousif@alumni.jmu.edu&gt;
Approved by:	maintainer timeout (1+ months)
</content>
</entry>
<entry>
<title>Another round of the periodic sweep for removal of the</title>
<updated>2007-02-26T23:02:04Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2007-02-26T23:02:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b4118877b149a63f979d1ab051dbe28eddc890cb'/>
<id>urn:sha1:b4118877b149a63f979d1ab051dbe28eddc890cb</id>
<content type='text'>
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).

Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
</content>
</entry>
<entry>
<title>Remove USE_GPG from all effected ports. This knob is a no-op and the way it</title>
<updated>2007-01-29T19:05:07Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2007-01-29T19:05:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c0ce4105e7e5dbf775b56491e12ebf64f1844e3a'/>
<id>urn:sha1:c0ce4105e7e5dbf775b56491e12ebf64f1844e3a</id>
<content type='text'>
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)
</content>
</entry>
<entry>
<title>- Update to version 2.4.5.</title>
<updated>2006-11-05T18:14:06Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2006-11-05T18:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=46dc83529fb73eefd4032e28e629320b710bc6db'/>
<id>urn:sha1:46dc83529fb73eefd4032e28e629320b710bc6db</id>
<content type='text'>
PR:		ports/104730
Submitted by:	Nick Rogness &lt;nick@rogness.net&gt; (maintainer)
</content>
</entry>
<entry>
<title>Remove USE_REINPLACE from all categories starting with S</title>
<updated>2006-05-13T04:15:53Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-05-13T04:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28dd10dcb401c431386390d9b259d3f7330f6f2b'/>
<id>urn:sha1:28dd10dcb401c431386390d9b259d3f7330f6f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.</title>
<updated>2006-02-20T20:47:50Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2006-02-20T20:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c49d1a3273d77f35b5564b3722856ca8b9dcc291'/>
<id>urn:sha1:c49d1a3273d77f35b5564b3722856ca8b9dcc291</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>SHA256ify</title>
<updated>2006-01-24T01:06:45Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-24T01:06:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=32487a10ad8c8833d2bdea39aae20545b6bbfdf2'/>
<id>urn:sha1:32487a10ad8c8833d2bdea39aae20545b6bbfdf2</id>
<content type='text'>
Approved by: krion@
</content>
</entry>
<entry>
<title>libnet update:</title>
<updated>2005-11-14T17:07:08Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2005-11-14T17:07:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1c4707bab49a445d286c16116d18d54e213b1c0'/>
<id>urn:sha1:e1c4707bab49a445d286c16116d18d54e213b1c0</id>
<content type='text'>
- 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 &lt;stas.yakovlev_at_gmail.com&gt;
</content>
</entry>
<entry>
<title>- Fix WITH_PGSQL knob</title>
<updated>2005-05-31T07:43:47Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2005-05-31T07:43:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=038776e75d51491b0ad6d377b2c6934be3132425'/>
<id>urn:sha1:038776e75d51491b0ad6d377b2c6934be3132425</id>
<content type='text'>
PR:		ports/81700
Submitted by:	Ulrich Spoerlein &lt;q@galgenberg.net&gt;
Pointy hat to:	pav
</content>
</entry>
</feed>
