diff options
author | garga <garga@FreeBSD.org> | 2006-07-25 18:07:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-25 18:07:52 +0800 |
commit | 1be5d21de72dd8b860d98ecd66654f46ab868d86 (patch) | |
tree | 11542b4af9a9ac42f3a12ce7b0e24d0cd7792260 /security/pfw | |
parent | ac0e5531cb3ba5282b2d93c7e036424cfc39fbbe (diff) | |
download | freebsd-ports-gnome-1be5d21de72dd8b860d98ecd66654f46ab868d86.tar.gz freebsd-ports-gnome-1be5d21de72dd8b860d98ecd66654f46ab868d86.tar.zst freebsd-ports-gnome-1be5d21de72dd8b860d98ecd66654f46ab868d86.zip |
* Update to 0.7.5
CHANGES:
- Added parsing for multiple route-to's
- Added parsing of "set skip" statements
- Added Optionsclass unit test script
- Fixed the natedit page so that is reloads automatically when it should.
- Fixed a small XHTML compliance problem which sometimes would generate &
instead of &
- Moved the stylesheet fromt the body to the header on a lot of web scripts
for xhtml compliance reasons
- Changed from statically defining font size on the screen to a relative
measurement. This allows changing of font size on IE
Diffstat (limited to 'security/pfw')
-rw-r--r-- | security/pfw/Makefile | 2 | ||||
-rw-r--r-- | security/pfw/distinfo | 6 | ||||
-rw-r--r-- | security/pfw/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile index eae4fb181288..f0b3885bba52 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfw -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= security www MASTER_SITES= http://www.allard.nu/pfw/download/ EXTRACT_SUFX= .tgz diff --git a/security/pfw/distinfo b/security/pfw/distinfo index 278a09e0417a..48b3b9491d0f 100644 --- a/security/pfw/distinfo +++ b/security/pfw/distinfo @@ -1,3 +1,3 @@ -MD5 (pfw-0.7.4.tgz) = 1cab513c8563f53d2a10c388c90db86d -SHA256 (pfw-0.7.4.tgz) = 784f8b8b481ef01fab72dd39a890f92569198426af87c6da4f11e1460192298b -SIZE (pfw-0.7.4.tgz) = 79028 +MD5 (pfw-0.7.5.tgz) = 93410d7eea59b2a46c1b552482b999fe +SHA256 (pfw-0.7.5.tgz) = 1cb1dc4d8f522ef4cf7a91fb019258514089a756d0dc2054a965d61066cee32d +SIZE (pfw-0.7.5.tgz) = 80281 diff --git a/security/pfw/pkg-plist b/security/pfw/pkg-plist index 39fa9e783849..01bae08e76fb 100644 --- a/security/pfw/pkg-plist +++ b/security/pfw/pkg-plist @@ -16,6 +16,7 @@ www/pfw/lib/packetfilter/scrub.class.php www/pfw/lib/packetfilter/table.class.php www/pfw/test/packetfilter/unit/FilterTest.php www/pfw/test/packetfilter/unit/NatTest.php +www/pfw/test/packetfilter/unit/OptionsTest.php www/pfw/web/global_config/index.php www/pfw/web/global_config/pfhosts.php www/pfw/web/global_config/pfhostsedit.php |