Port details |
- pf OpenBSD pf as a kldmodule
- 2.03 security
=18 2.03Version of this port present on the latest quarterly branch.
- IGNORE: "Only for 5.0 and above"
- Maintainer: mlaier@freebsd.org
- Port Added: 2003-06-13 01:09:59
- Last Update: 2005-09-14 23:14:39
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gnupg, nmap, postfix
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://pf4freebsd.love2party.net/
- Description:
- 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>
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: pf_freebsd
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.03 14 Sep 2005 23:14:39 |
pav |
- Remove security/pf and security/authpf ports. They were only useful on
FreeBSD 5.0 - 5.2.1.
Requested by: mlaier (maintainer) via linimon |
2.03 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
2.03 14 Mar 2004 11:46:59 |
obraun |
Change maintainer address to maintainers @freebsd.org address.
Submitted by: maintainer |
2.03 08 Mar 2004 23:57:56 |
obraun |
pf has been included in the base system, since OSVERSION > 502105.
PR: ports/63949
Submitted by: maintainer |
2.03 24 Feb 2004 15:46:07 |
obraun |
Fix for cdevsw change.
Approved by: maintainer |
2.03 29 Jan 2004 15:15:57 |
clement |
Update to 2.0.3
Submitted by: max@love2party.net (maintainer) |
2.02 13 Jan 2004 20:41:19 |
pav |
- 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) |
2.00_1 25 Nov 2003 14:08:03 |
bms |
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 |
2.00 19 Nov 2003 14:31:36 |
bms |
Fix pf for ${OSVERSION} >= 501114, i.e. the 5.2 freeze point, when andre@'s
tcp hostcache changes took place. |
2.00 09 Nov 2003 16:00:18 |
jeh |
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 |
1.66_1 21 Oct 2003 23:08:50 |
krion |
- Remove bogus file from patches
PR: 58354
Submitted by: maintainer
No cookie for: edwin |
1.66_1 10 Oct 2003 07:26:28 |
krion |
- Add patch to fix a build problem with NOINET6 defined.
- Bump PORTREVISION
PR: 57812
Submitted by: maintainer |
1.66 02 Oct 2003 21:31:37 |
osa |
Remove NULL patch. |
1.66 02 Oct 2003 20:58:23 |
osa |
Update to 1.66
PR: ports/57452
Submitted by Max Laier <max@love2party.net> (maintainer) |
1.65 28 Sep 2003 13:27:07 |
edwin |
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> |
1.0_7 29 Aug 2003 03:14:04 |
edwin |
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 |
1.0_6 18 Jul 2003 01:51:25 |
foxfair |
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 |
1.0_5 04 Jul 2003 01:28:54 |
foxfair |
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 |
1.0_4 03 Jul 2003 00:40:20 |
foxfair |
Fix 'make index' warning.
Pointed out by: parv_fm@emailgroups.net |
1.0_4 26 Jun 2003 18:04:43 |
foxfair |
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. |
1.0_4 26 Jun 2003 16:20:13 |
foxfair |
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. |
1.0_3 18 Jun 2003 04:46:34 |
foxfair |
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. |
1.0_2 16 Jun 2003 03:14:27 |
foxfair |
Submitted by: maintainer
Obtained from: Andrzej Tobola <san@iem.pw.edu.pl>
Fix build if NOINET6 is defined, and bump PORTREVISION to aware this. |
1.0_1 14 Jun 2003 01:24:49 |
foxfair |
Submitted by: Kjell <la3sg@frisurf.no>
Reviewed by: maintainer
Correct wording in pkg-message to avoid a possible copy & paste
problem, and bump PORTREVISION. |
1.0 13 Jun 2003 14:49:51 |
sheldonh |
Correct typo in URL.
Submitted by: maintainer |
1.0 13 Jun 2003 10:57:08 |
demon |
Correct a typo. |
1.0 13 Jun 2003 01:09:29 |
foxfair |
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> |