<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/p0f, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-03-05T20:31:51Z</updated>
<entry>
<title>Update to 2.0.8</title>
<updated>2007-03-05T20:31:51Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-03-05T20:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=822f96a243450391fedce69a3e62017c15a3e4f9'/>
<id>urn:sha1:822f96a243450391fedce69a3e62017c15a3e4f9</id>
<content type='text'>
Patches from Matthias Drochner (thanks !)

Version 2.0.8:
-------------
More fingerprints, signature cleanup.
p0fping.c and diagnostic queries added.
Socket ownership fix when dropping privs.
Some -O signatures.

Version 2.0.7:
--------------
Added -0 mode for port 0 wildcards in queries.
Added -e option to make p0f work on some boxes.
HDLC support added.
New fingerprints, including Windows Vista betas.
[BUG] Fixed timezone in logs after chroot().
[BUG] Unlikely command-line overflow with VLANs fixed.

Version 2.0.6:
--------------
[BUG] Fixed pcap naming madness.
Support for Cygwin.
More signatures. Plenty of -A sigs from Ryan Kruse.
[BUG] Fix to a command-line parsing snafu with sprintf; shame on me ;-)
Timestamps in masquerade detection.
Write PID to /var/run/p0f.pid
</content>
</entry>
<entry>
<title>Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of</title>
<updated>2007-01-07T09:13:46Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-01-07T09:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87e1bea888d90a6044a18e46681bc456ea30305c'/>
<id>urn:sha1:87e1bea888d90a6044a18e46681bc456ea30305c</id>
<content type='text'>
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
</content>
</entry>
<entry>
<title>Move docs under share/doc/p0f, fix INSTALLATION_DIRS, bump revision.</title>
<updated>2006-06-01T23:14:34Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-06-01T23:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a9f8c02f0228c7b8b64799a39ec1dbae6d6506f4'/>
<id>urn:sha1:a9f8c02f0228c7b8b64799a39ec1dbae6d6506f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the superfluous "quotes" and 'quotes' from variables that don't</title>
<updated>2006-04-22T09:22:05Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-04-22T09:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1bf12f54d752f34431e029c366efad2fb372519b'/>
<id>urn:sha1:1bf12f54d752f34431e029c366efad2fb372519b</id>
<content type='text'>
need them, for example RESTRICTED and SUBST_MESSAGE.*.
</content>
</entry>
<entry>
<title>Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk</title>
<updated>2005-12-29T06:21:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-12-29T06:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5af16a0a92f81c34be4b282d5e8072ffb8e77df1'/>
<id>urn:sha1:5af16a0a92f81c34be4b282d5e8072ffb8e77df1</id>
<content type='text'>
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
</content>
</entry>
<entry>
<title>Use NetBSD rules for DragonFly as well. Don't include both, net/bpf.h</title>
<updated>2005-12-08T19:14:47Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2005-12-08T19:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=27a125739e379dc0b2348967ad2d3f3a6544fec0'/>
<id>urn:sha1:27a125739e379dc0b2348967ad2d3f3a6544fec0</id>
<content type='text'>
and pcap.h, on DragonFly.
</content>
</entry>
<entry>
<title>Fixed pkglint warnings. The warnings are mostly quoting issues, for</title>
<updated>2005-12-05T20:49:47Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T20:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4f920543059af038598712771c3211999ef42a6'/>
<id>urn:sha1:b4f920543059af038598712771c3211999ef42a6</id>
<content type='text'>
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
</content>
</entry>
<entry>
<title>Create directories before installing files into them.</title>
<updated>2005-06-17T03:50:19Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-06-17T03:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c'/>
<id>urn:sha1:f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed trailing white-space.</title>
<updated>2005-05-23T08:26:03Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-05-23T08:26:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=88fbe0b4f045070c1d74e80e2ff7448527e556e4'/>
<id>urn:sha1:88fbe0b4f045070c1d74e80e2ff7448527e556e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
</feed>
