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:
parent
c5cadf910f
commit
3b7987b2e8
@ -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
|
||||
|
7
UPDATING
7
UPDATING
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user