Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
fwbuilder
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
fwbuilder2.spec
@@ -1,6 +1,6 @@ %define name fwbuilder -%define version 2.1.18 +%define version 2.1.19 %define release 1 %define BUILD_VERSION 21 @@ -25,8 +25,8 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root -Requires: libfwbuilder = 2.1.18 -BuildRequires: libfwbuilder-devel = 2.1.18 glibc-devel libgcc gcc gcc-c++ libxml2 libxml2-devel libxslt libxslt-devel openssl openssl-devel qt3-devel net-snmp net-snmp-devel +Requires: libfwbuilder = 2.1.19 +BuildRequires: libfwbuilder-devel = 2.1.19 glibc-devel libgcc gcc gcc-c++ libxml2 libxml2-devel libxslt libxslt-devel openssl openssl-devel qt3-devel net-snmp net-snmp-devel %if 0%{?suse_version} BuildRequires: tcpd tcpd-devel %endif @@ -212,6 +212,38 @@ %changelog +* Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com> +- version changed to 2.1.19 + - Improvements and bug fixes in the GUI + * fixed bug #1949103: "manpage slightly broken". Minor fixes in + fwbedit.1 man page. + * fixed bug #1949438: "parser expects decimal - hex is not accepted". + Importer for iptables should be able to process "--set-mark" with hex + argument. + * fixed bug #1562726: "policy print rule cut-off". Long rulesets would + not print correctly on Windows, the bottom of the ruleset table was + just printed solid grey with no rules visible. + - Improvements and bug fixes in the policy compiler for iptables + * bug #1938985: Rate in hashlimit in local language + * fixed bug# 1940504: "Clamp MSS to MTU". Iptables command that invokes + "-j TCPMSS --clamp-mss-to-pmtu" in FORWARD chain should go before the + one that matches "--state ESTABLISHED,RELATED" in order to work for + the packets in these states. + * partial fix for bugs #1789059 "shadow issue when using action chain" + and #1945149: "Shadowing test for rules with action chain". The + mechanism for rule shadowing detection we have at this time can only + detect shadowing of one rule by another. In case of branching it is a + combination of the branching rule and rules inside the branch that may + shadow other rules. I plan to redesign this part of the code in the + future, but it won't happen in upcoming v3. Meanwhile, I am fixing it + in 2.1 by making compiler ignore rules with action Branch. + - Improvements and bug fixes in the policy compiler for PF + * fixed bug #1821573: "Rule options limits allow for multiple overload + tables". PF allows only for one "overload" option per rule. + * fixed bug #1961202: "Pf Timeouts overriden by Optimization". Compiler + should generate "set optimization" command before "set timeout" + commands. + * Mon Apr 07 2008 Carsten Schoene <cs@linux-administrator.com> - version changed to 2.1.18 - This version includes compilers for Cisco PIX and IOS access lists which were released under GPL.
Added
fwbuilder-2.1.19.tar.gz
^