summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/FREEBSD-upgrade
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1997-05-27 00:05:23 +0000
committerfenner <fenner@FreeBSD.org>1997-05-27 00:05:23 +0000
commit3e7c4bdb91135768905ce9376cfa8ec86a60890c (patch)
tree5b8dead74cb82df6d7fac3c089d3cede876f18a0 /contrib/libpcap/FREEBSD-upgrade
parent41cb646cc095b3c29b0e79252c85926512593581 (diff)
downloadFreeBSD-src-3e7c4bdb91135768905ce9376cfa8ec86a60890c.zip
FreeBSD-src-3e7c4bdb91135768905ce9376cfa8ec86a60890c.tar.gz
Merge libpcap 0.3
Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
Diffstat (limited to 'contrib/libpcap/FREEBSD-upgrade')
-rw-r--r--contrib/libpcap/FREEBSD-upgrade12
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/libpcap/FREEBSD-upgrade b/contrib/libpcap/FREEBSD-upgrade
index b82942f..b8abe2f 100644
--- a/contrib/libpcap/FREEBSD-upgrade
+++ b/contrib/libpcap/FREEBSD-upgrade
@@ -8,21 +8,27 @@ To upgrade to a newer version of libpcap, when it is available:
2. Use the command:
cvs import -m 'Virgin import of LBL libpcap v<version>' \
- -I SUNOS4 src/contrib/libpcap LBL 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 src/contrib/libpcap LBL 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 "tcpdump@ee.lbl.gov" [sic] for
+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