summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/FREEBSD-upgrade
blob: b8abe2fe75907c7027793e8afdf34a2429e99b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This directory contains virgin copies of the original distribution files
on a "vendor" branch.  Do not, under any circumstances, attempt to upgrade
the files in this directory via patches and a cvs commit.

To upgrade to a newer version of libpcap, when it is available:
	1. Unpack the new version into an empty directory.
	   [Do not make ANY changes to the files.]

	2. Use the command:
		cvs import -m 'Virgin import of LBL libpcap v<version>' \
			-I SUNOS4 -I linux-include \
			src/contrib/libpcap LBL v<version>

	   For example, to do the import of version 0.2.1, I typed:
		cvs import -m 'Virgin import of LBL libpcap v0.2.1' \
			-I SUNOS4 -I linux-include \
			src/contrib/libpcap LBL v0_2_1

	3. Follow the instructions printed out in step 2 to resolve any
	   conflicts between local FreeBSD changes and the newer version.

	4. Update the shared library version number in
	   src/lib/libpcap/Makefile as described in the
	   handbook section 18.

Do not, under any circumstances, deviate from this procedure.

To make local changes to libpcap, simply patch and commit to the main
branch (aka HEAD).  Never make local changes on the LBL branch.

All local changes should be submitted to "libpcap@ee.lbl.gov" for
inclusion in the next vendor release of tcpdump and libpcap.

pst@freebsd.org - 19 Aug 1996
OpenPOWER on IntegriCloud