Add a note about the pf update, mark libexec/ftp-proxy as obsolete and bump

__FreeBSD_version for ports.

Approved by:	re (implicit)
This commit is contained in:
mlaier 2007-07-03 13:06:45 +00:00
parent c5cadf910f
commit 3b7987b2e8
3 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20070703: pf 4.1 import
OLD_FILES+=usr/libexec/ftp-proxy
# 20070701: KAME IPSec removal
OLD_FILES+=usr/include/netinet6/ah.h
OLD_FILES+=usr/include/netinet6/ah6.h

View File

@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20070702:
The packet filter (pf) code has been updated to OpenBSD 4.1 Please
note the changed syntax - keep state is now on by default. Also
note the fact that ftp-proxy(8) has been changed from bottom up and
has been moved from libexec to usr/sbin. Changes in the ALTQ
handling also affect users of IPFW's ALTQ capabilities.
20070701:
Remove KAME IPsec in favor of FAST_IPSEC, which is now the
only IPsec supported by FreeBSD. The new IPsec stack

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 700048 /* Master, propagated to newvers */
#define __FreeBSD_version 700049 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>