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 8
[-]
[+]
Changed
fwbuilder2.spec
@@ -1,6 +1,6 @@ %define name fwbuilder -%define version 2.1.17 +%define version 2.1.18 %define release 1 %define BUILD_VERSION 21 @@ -24,8 +24,8 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root -Requires: libfwbuilder = 2.1.17 -BuildRequires: libfwbuilder-devel = 2.1.17 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.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 %if 0%{?suse_version} BuildRequires: tcpd tcpd-devel %endif @@ -95,17 +95,20 @@ %doc doc/README.ipfw %doc doc/README.ipt %doc doc/README.pf +%doc doc/README.pix +%doc doc/README.iosacl %doc doc/README.routing +%doc doc/README.policy_import %doc doc/FWBuilder-Routing-LICENSE.txt -%doc doc/ReleaseNotes_2.1.7.html -%doc doc/ReleaseNotes_2.1.7.txt +%doc doc/ReleaseNotes_2.1.* %{_mandir}/man1/fwbuilder.1* %{_mandir}/man1/fwblookup.1* %{_mandir}/man1/fwbedit.1* %{_mandir}/man1/fwb_ipf.1* %{_mandir}/man1/fwb_ipfw.1* %{_mandir}/man1/fwb_pf.1* - +%{_mandir}/man1/fwb_pix.1* +%{_mandir}/man1/fwb_iosacl.1* %package pf Summary: policy compiler for OpenBSD pf @@ -174,7 +177,44 @@ %doc doc/README.ipt %{_mandir}/man1/fwb_ipt.1* +%package pix +Summary: policy compiler for pix +Group: %{compgroup} + +%description pix +Policy compiler for pix + +%files pix +%defattr(-,root,root) +/usr/bin/fwb_pix +%doc doc/AUTHORS +%doc doc/COPYING +%doc doc/Credits +%doc doc/README.pix +%{_mandir}/man1/fwb_pix.1* + +%package iosacl +Summary: policy compiler for iosacl +Group: %{compgroup} + +%description iosacl +Policy compiler for iosacl + +%files iosacl +%defattr(-,root,root) +/usr/bin/fwb_iosacl +%doc doc/AUTHORS +%doc doc/COPYING +%doc doc/Credits +%doc doc/README.iosacl +%{_mandir}/man1/fwb_iosacl.1 + + %changelog +* 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. + * Thu Feb 21 2008 Carsten Schoene <cs@linux-administrator.com> - version changed to 2.1.17 - This is a bug-fix release. It improves stablility of the policy importer on 64-bit platforms, supports import of iptables policies that use TCPMSS target, fixes problems with built-in RCS on windows when user does not have administrator's rights and comes with nearly 100% Brazilian Portugese translation
Added
fwbuilder-2.1.18.tar.gz
^