FreshPorts -- The Place For Ports Mon, 13 Oct 2008 5:01 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
pf 2.03 security Deleted on this many watch lists=20 search for ports that depend on this port
Ignore IGNORE: "Only for 5.0 and above"
OpenBSD pf as a kldmodule
Was Maintained by: mlaier@freebsd.org search for ports maintained by this maintainer
Port Added: 13 Jun 2003 02:09:59
Also Listed In: ipv6


Packet Filter (from here on referred to as PF) is OpenBSD's system for 
filtering TCP/IP traffic and doing Network Address Translation. PF is also 
capable of normalizing and conditioning TCP/IP traffic and providing bandwidth
control and packet prioritization. 

Version 2.00 of this port has the same function set as found in OpenBSD 3.4

Information about pf can be found at the website of Daniel Hartmeier, the
original author of PF: http://www.benzedrine.cx/pf.html and OpenBSD PF FAQ: 

http://www.openbsd.org/faq/pf/

WWW: http://pf4freebsd.love2party.net/

-Max <reports@pf4freebsd.love2party.net>
CVSWeb : Main Web Site : Distfiles Availability : PortsMon

No installation instructions: this port has been deleted.

The package name of this deleted port was: pf_freebsd


Configuration Options
     No options to configure

Master Sites:
http://pf4freebsd.love2party.net/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port deleted on 2005-09-15
    REASON: included in base system since 5.3

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Sep 2005 00:14:39
Original commit files touched by this commit  2.03
pav search for other commits by this committer
- Remove security/pf and security/authpf ports. They were only useful on
  FreeBSD 5.0 - 5.2.1.

Requested by:   mlaier (maintainer) via linimon
19 Mar 2004 01:51:15
Original commit files touched by this commit  2.03
trevor search for other commits by this committer
Add size data, approved by maintainers.
14 Mar 2004 11:46:59
Original commit files touched by this commit  2.03
obraun search for other commits by this committer
Change maintainer address to maintainers @freebsd.org address.

Submitted by:   maintainer
08 Mar 2004 23:57:56
Original commit files touched by this commit  2.03
obraun search for other commits by this committer
pf has been included in the base system, since OSVERSION > 502105.

PR:             ports/63949
Submitted by:   maintainer
24 Feb 2004 15:46:07
Original commit files touched by this commit  2.03
obraun search for other commits by this committer
Fix for cdevsw change.

Approved by:    maintainer
29 Jan 2004 15:15:57
Original commit files touched by this commit  2.03
clement search for other commits by this committer
Update to 2.0.3

Submitted by:   max@love2party.net (maintainer)
13 Jan 2004 20:41:19
Original commit files touched by this commit  2.02
pav search for other commits by this committer
- Update to 2.02
  * Fix severe byte order related problem with "route-to" rules
    (much help from Joris Vandalon with testing here)
  * Make tcpdump's -w flag work for if_pfsync
  * Fix byte order and drop lock for icmp_error() calls.
    (note that it is necessary to allow icmp_error messages - from
    "block-policy return" - as FreeBSD does not know about pf's
    special tags, yet).

- update ALTQ-message to point to the new 5.2R-patchset from rofug.ro
  as well

PR:             ports/61318
Submitted by:   Max Laier <max@love2party.net> (maintainer)
25 Nov 2003 14:08:03
Original commit files touched by this commit  2.00_1
bms search for other commits by this committer
Supersedes ports/59442 and previous hasty-fix, and fixes the following:
 - Build with __FreeBSD_version > 501114 (see bms commit)
 - Build with new route.h (no RTF_PRCLONING)
 - Don't use hardware assistance on framentation when DF is set.
 - Allow pftcpdump -w to be used with pfsync.

Found-by:       bento / Pyun YongHyeon
Submitted by:   Max Laier
PR:             ports/59548
19 Nov 2003 14:31:36
Original commit files touched by this commit  2.00
bms search for other commits by this committer
Fix pf for ${OSVERSION} >= 501114, i.e. the 5.2 freeze point, when andre@'s
tcp hostcache changes took place.
09 Nov 2003 16:00:18
Original commit files touched by this commit  2.00
jeh search for other commits by this committer
Bump port version to 2.00:
 - Build again with FreeBSD_version > 501113 (if_xname)
 - Fix some byte order problems with route-to rules
 - Stable release

PR:             589037
Submitted By:   MAINTAINER
22 Oct 2003 00:08:50
Original commit files touched by this commit  1.66_1
krion search for other commits by this committer
- Remove bogus file from patches

PR:             58354
Submitted by:   maintainer
No cookie for:  edwin
10 Oct 2003 08:26:28
Original commit files touched by this commit  1.66_1
krion search for other commits by this committer
- Add patch to fix a build problem with NOINET6 defined.
- Bump PORTREVISION

PR:             57812
Submitted by:   maintainer
02 Oct 2003 22:31:37
Original commit files touched by this commit  1.66
osa search for other commits by this committer
Remove NULL patch.
02 Oct 2003 21:58:23
Original commit files touched by this commit  1.66
osa search for other commits by this committer
Update to 1.66

PR:             ports/57452
Submitted by    Max Laier <max@love2party.net> (maintainer)
28 Sep 2003 14:27:07
Original commit files touched by this commit  1.65
edwin search for other commits by this committer
Update port: security/pf - OpenBSD 3.4 pf

        Port update after API change in PFIL_HOOKS in -current and
        OpenBSD 3.4 Release.

PR:              ports/57305
Submitted by:   Max Laier <max@love2party.net>
29 Aug 2003 04:14:04
Original commit files touched by this commit  1.0_7
edwin search for other commits by this committer
FIXUP for possible remote DoS w/ scrub rules
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_norm.c?sortby=date

PR:             -
Submitted by:   mlaier@#bsdcode
Obtained from:  OpenBSD-Current
18 Jul 2003 02:51:25
Original commit files touched by this commit  1.0_6
foxfair search for other commits by this committer
Add a patch to fix a u_int_16 overflow after new merged gcc.

Submitted by:           Pyun YongHyeon <yongari@kt-is.co.kr>
Reviewed by:            maintainer
tested ok by:           all current platforms
04 Jul 2003 02:28:54
Original commit files touched by this commit  1.0_5
foxfair search for other commits by this committer
Add a critical patch to fix a problem with normalization, which does not
cause problems in normal operation but might lead to a pagefault => crash.

Submitted by:   Pyun YongHyeon <yongari@kt-is.co.kr>
Approved by:    maintainer
03 Jul 2003 01:40:20
Original commit files touched by this commit  1.0_4
foxfair search for other commits by this committer
Fix 'make index' warning.

Pointed out by: parv_fm@emailgroups.net
26 Jun 2003 19:04:43
Original commit files touched by this commit  1.0_4
foxfair search for other commits by this committer
Use a better comment in system passwd file when we create the user 'proxy'
at first time. No necessary to bump PRTREVISION so only force commit in
Makefile.
26 Jun 2003 17:20:13
Original commit files touched by this commit  1.0_4
foxfair search for other commits by this committer
Approved by:    maintainer
Reformat pkg-install & pkg-message, and add 64-bit platform fix.
Note: pf now register its user as proxy:proxy which uid/gid is 62:62.
18 Jun 2003 05:46:34
Original commit files touched by this commit  1.0_3
foxfair search for other commits by this committer
Submitted by:   maintainer
Add two patches to solve the following problems:

patch-ab
 - resolves a problem with a mbuf-tag in 5.1
 - Submitted by: Pyun YongHyeon <yongari@kt-is.co.kr>

patch-ac
 - pulls in two critical fixes from OpenBSD patch branch
 - Obtained from: OpenBSD

Change BROKEN to IGNORE tag in Makefile, suggested by: kris@
&& bump PORTREVISION.
16 Jun 2003 04:14:27
Original commit files touched by this commit  1.0_2
foxfair search for other commits by this committer
Submitted by:   maintainer
Obtained from:  Andrzej Tobola <san@iem.pw.edu.pl>
Fix build if NOINET6 is defined, and bump PORTREVISION to aware this.
14 Jun 2003 02:24:49
Original commit files touched by this commit  1.0_1
foxfair search for other commits by this committer
Submitted by:   Kjell <la3sg@frisurf.no>
Reviewed by:    maintainer
Correct wording in pkg-message to avoid a possible copy & paste
problem, and bump PORTREVISION.
13 Jun 2003 15:49:51
Original commit files touched by this commit  1.0
sheldonh search for other commits by this committer
Correct typo in URL.

Submitted by:   maintainer
13 Jun 2003 11:57:08
Original commit files touched by this commit  1.0
demon search for other commits by this committer
Correct a typo.
13 Jun 2003 02:09:29
Original commit files touched by this commit  1.0
foxfair search for other commits by this committer
Add pf 1.0, OpenBSD's pf (packetfilter) as in OpenBSD 3.3 as a loadable
kernel module.

PR:             52121
Submitted by:   Max Laier <max@love2party.net>

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19297
Broken 153
Deprecated 80
Ignore 432
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 10
new 48 hours20
new 7 days35
new fortnight77
new month126

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.209 seconds.