From 50bdd72083043b0de18c0661f7f815ddca6a47ea Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 4 Sep 2006 21:49:31 +0000 Subject: [PATCH] bump version for libpcap+tcpdump imports --- UPDATING | 3 +++ sys/sys/param.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 8e220830f915..d67dc95675e1 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060903: + libpcap updated to v0.9.4 and tcpdump to v3.9.4 + 20060816: The IPFIREWALL_FORWARD_EXTENDED option is gone and the behaviour for IP_FIREWALL_FORWARD is now as it was before when it was first diff --git a/sys/sys/param.h b/sys/sys/param.h index e2733ce14e02..60fc083ddd8e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 700020 /* Master, propagated to newvers */ +#define __FreeBSD_version 700021 /* Master, propagated to newvers */ #ifndef LOCORE #include