From 1be5d21de72dd8b860d98ecd66654f46ab868d86 Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 25 Jul 2006 10:07:52 +0000 Subject: * 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 --- security/pfw/Makefile | 2 +- security/pfw/distinfo | 6 +++--- security/pfw/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'security/pfw') 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 -- cgit