<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpcap, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-09-29T07:02:21Z</updated>
<entry>
<title>MFC rev. 1.38</title>
<updated>2006-09-29T07:02:21Z</updated>
<author>
<name>Matteo Riondato</name>
<email>matteo@FreeBSD.org</email>
</author>
<published>2006-09-29T07:02:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fda43c0da594b8d1f253b2e44f386394563fc281'/>
<id>urn:sha1:fda43c0da594b8d1f253b2e44f386394563fc281</id>
<content type='text'>
Place shared libpcap library under /lib, currently needed by
/sbin/ipf and /sbin/pflogd.

Reviewed by:	ru@
Approved by:	re@ (kensmith@)
</content>
</entry>
<entry>
<title>bump SHLIB_MAJOR as libpcap refers getnetbyname(3).</title>
<updated>2005-06-03T09:41:26Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-06-03T09:41:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e217163c6d59653e785e53f907a941cf5e4797d4'/>
<id>urn:sha1:e217163c6d59653e785e53f907a941cf5e4797d4</id>
<content type='text'>
Noticed by:	ru
</content>
</entry>
<entry>
<title>update for import of v0.9.1-096</title>
<updated>2005-05-29T18:12:46Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-05-29T18:12:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b27443f511e7aa23e663cf7924ef32fde26e20e'/>
<id>urn:sha1:0b27443f511e7aa23e663cf7924ef32fde26e20e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NOINET6 -&gt; NO_INET6</title>
<updated>2004-12-21T10:49:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T10:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=731db6a428d2389caf3795ff50f1895f04b80899'/>
<id>urn:sha1:731db6a428d2389caf3795ff50f1895f04b80899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the library version numbers for the following libraries:</title>
<updated>2004-10-01T15:38:07Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-10-01T15:38:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85a8b887df7fb76ad780c9f909b6ec3ceb76b52a'/>
<id>urn:sha1:85a8b887df7fb76ad780c9f909b6ec3ceb76b52a</id>
<content type='text'>
	/lib/{libm,libreadline}
	/usr/lib/{libhistory,libopie,libpcap}

in preparation for doing the same thing to RELENG_5.  HUGE amounts of
help for determining what to bump provided by kris.

Discussed on:	freebsd-current
Approved by:	re (not required for commit but something like this should be)
</content>
</entry>
<entry>
<title>Merge of libpcap 0.8.3 from tcpdump.org.</title>
<updated>2004-03-31T09:15:09Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-03-31T09:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb9f0330c07fd11402519316dd91a323c93f84fa'/>
<id>urn:sha1:eb9f0330c07fd11402519316dd91a323c93f84fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Modify libpcap to work a bit better with our 802.11 code.  This means</title>
<updated>2003-11-04T06:12:21Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2003-11-04T06:12:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3267cc18e1701c7480e095ec434ffcd44f12407a'/>
<id>urn:sha1:3267cc18e1701c7480e095ec434ffcd44f12407a</id>
<content type='text'>
  tcpdump -y ieee802_11 will work in the basic senses, including the
  code compilation for filters (where you may specify "link[]" to refer
  to parts of the 802.11 header, as well as treat it like a normal
  Ethernet header).  Previously, it was just too far off to do anything
  useful for us.
* While I'm here, fix some compile problems that will result from lex
  and yacc namespace polution when linking with -lpcap.  The namespace
  is now "pcapyy*" instead of "yy*", and it tests fine with world and
  some external applications that may or may not use "yy*".
</content>
</entry>
<entry>
<title>Zap now-unused SHLIB_MINOR</title>
<updated>2002-09-28T00:25:32Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-28T00:25:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=224af215a6fe8d5e5e2c91cc97c48bdd67c991c7'/>
<id>urn:sha1:224af215a6fe8d5e5e2c91cc97c48bdd67c991c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for libpcap 0.7.1</title>
<updated>2002-06-21T01:35:37Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2002-06-21T01:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87d7b72262269b38fb525201765fe0063362e997'/>
<id>urn:sha1:87d7b72262269b38fb525201765fe0063362e997</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new bsd.incs.mk which handles installing of header files</title>
<updated>2002-05-12T16:01:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-12T16:01:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7b111cba82a6eafca66d37944c7293fb1a11000'/>
<id>urn:sha1:c7b111cba82a6eafca66d37944c7293fb1a11000</id>
<content type='text'>
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
</content>
</entry>
</feed>
