* 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
This commit is contained in:
Renato Botelho 2006-07-25 10:07:52 +00:00
parent 8a3611cb1c
commit 9564645b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168712
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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