2008-12-09 21:15:57 +01:00
|
|
|
%define name shorewall6
|
2009-12-24 17:00:59 +01:00
|
|
|
%define version 4.4.6
|
2010-01-13 00:57:55 +01:00
|
|
|
%define release 0Beta1
|
2008-12-09 21:15:57 +01:00
|
|
|
|
|
|
|
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
|
|
|
|
Name: %{name}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
2009-02-23 17:39:18 +01:00
|
|
|
License: GPLv2
|
2008-12-09 21:15:57 +01:00
|
|
|
Packager: Tom Eastep <teastep@shorewall.net>
|
|
|
|
Group: Networking/Utilities
|
|
|
|
Source: %{name}-%{version}.tgz
|
|
|
|
URL: http://www.shorewall.net/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2009-02-22 22:27:28 +01:00
|
|
|
Requires: iptables iproute shorewall >= 4.3.5
|
2008-12-09 21:15:57 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
The Shoreline Firewall 6, more commonly known as "Shorewall6", is a Netfilter
|
|
|
|
(ip6tables) based IPv6 firewall that can be used on a dedicated firewall system,
|
|
|
|
a multi-function gateway/ router/server or on a standalone GNU/Linux system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
export PREFIX=$RPM_BUILD_ROOT ; \
|
|
|
|
export OWNER=`id -n -u` ; \
|
|
|
|
export GROUP=`id -n -g` ;\
|
2009-02-22 22:06:51 +01:00
|
|
|
./install.sh
|
2008-12-09 21:15:57 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
if [ -x /sbin/insserv ]; then
|
|
|
|
/sbin/insserv /etc/rc.d/shorewall6
|
|
|
|
elif [ -x /sbin/chkconfig ]; then
|
|
|
|
/sbin/chkconfig --add shorewall6;
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
if [ -x /sbin/insserv ]; then
|
|
|
|
/sbin/insserv -r /etc/init.d/shorewall6
|
|
|
|
elif [ -x /sbin/chkconfig ]; then
|
|
|
|
/sbin/chkconfig --del shorewall6
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f /etc/shorewall/startup_disabled
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%attr(0544,root,root) /etc/init.d/shorewall6
|
|
|
|
%attr(0755,root,root) %dir /etc/shorewall6
|
|
|
|
%attr(0755,root,root) %dir /usr/share/shorewall6
|
|
|
|
%attr(0755,root,root) %dir /usr/share/shorewall6/configfiles
|
|
|
|
%attr(0700,root,root) %dir /var/lib/shorewall6
|
2009-05-20 22:40:42 +02:00
|
|
|
%attr(0644,root,root) %config(noreplace) /etc/shorewall6/*
|
2008-12-09 21:15:57 +01:00
|
|
|
%attr(0600,root,root) /etc/shorewall6/Makefile
|
|
|
|
|
2009-11-03 19:06:10 +01:00
|
|
|
%attr(0644,root,root) /etc/logrotate.d/shorewall6
|
|
|
|
|
2008-12-09 21:15:57 +01:00
|
|
|
%attr(0755,root,root) /sbin/shorewall6
|
|
|
|
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/version
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/actions.std
|
2008-12-13 22:19:27 +01:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/action.AllowICMPs
|
2008-12-09 21:15:57 +01:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/action.Drop
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/action.Reject
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/action.template
|
|
|
|
%attr(- ,root,root) /usr/share/shorewall6/functions
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/lib.base
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/lib.cli
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/macro.*
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/modules
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/configpath
|
|
|
|
%attr(0755,root,root) /usr/share/shorewall6/wait4ifup
|
|
|
|
|
2009-05-20 22:40:42 +02:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall6/configfiles/*
|
2008-12-09 21:15:57 +01:00
|
|
|
|
2008-12-14 19:08:56 +01:00
|
|
|
%attr(0644,root,root) %{_mandir}/man5/*
|
|
|
|
%attr(0644,root,root) %{_mandir}/man8/shorewall6.8.gz
|
|
|
|
|
2008-12-29 21:27:54 +01:00
|
|
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
|
2008-12-09 21:15:57 +01:00
|
|
|
|
|
|
|
%changelog
|
2010-01-13 00:57:55 +01:00
|
|
|
* Tue Jan 12 2010 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.6-0Beta1
|
2009-12-24 17:00:59 +01:00
|
|
|
* Thu Dec 24 2009 Tom Eastep tom@shorewall.net
|
2009-11-21 20:08:50 +01:00
|
|
|
- Updated to 4.4.5-0base
|
2009-11-27 21:29:11 +01:00
|
|
|
* Sat Nov 21 2009 Tom Eastep tom@shorewall.net
|
2009-11-13 22:52:49 +01:00
|
|
|
- Updated to 4.4.4-0base
|
|
|
|
* Fri Nov 13 2009 Tom Eastep tom@shorewall.net
|
2009-11-13 21:39:41 +01:00
|
|
|
- Updated to 4.4.4-0Beta2
|
2009-11-11 19:58:22 +01:00
|
|
|
* Wed Nov 11 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.4-0Beta1
|
2009-10-02 20:31:08 +02:00
|
|
|
* Fri Oct 02 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.3-0base
|
2009-09-06 20:43:46 +02:00
|
|
|
* Sun Sep 06 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.2-0base
|
2009-09-04 20:40:34 +02:00
|
|
|
* Fri Sep 04 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.2-0base
|
2009-08-14 23:46:31 +02:00
|
|
|
* Fri Aug 14 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.1-0base
|
2009-08-03 19:16:37 +02:00
|
|
|
* Mon Aug 03 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0base
|
2009-07-28 22:45:26 +02:00
|
|
|
* Tue Jul 28 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0RC2
|
2009-07-12 19:06:57 +02:00
|
|
|
* Sun Jul 12 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0RC1
|
2009-07-10 01:41:10 +02:00
|
|
|
* Thu Jul 09 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0Beta4
|
2009-06-27 17:26:41 +02:00
|
|
|
* Sat Jun 27 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0Beta3
|
2009-06-15 15:50:21 +02:00
|
|
|
* Mon Jun 15 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0Beta2
|
2009-06-13 00:51:43 +02:00
|
|
|
* Fri Jun 12 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.4.0-0Beta1
|
2009-06-07 19:52:53 +02:00
|
|
|
* Sun Jun 07 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.13-0base
|
2009-06-05 20:53:01 +02:00
|
|
|
* Fri Jun 05 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.12-0base
|
2009-05-10 16:08:47 +02:00
|
|
|
* Sun May 10 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.11-0base
|
2009-04-20 02:39:28 +02:00
|
|
|
* Sun Apr 19 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.10-0base
|
2009-04-11 17:31:25 +02:00
|
|
|
* Sat Apr 11 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.9-0base
|
2009-03-17 19:51:17 +01:00
|
|
|
* Tue Mar 17 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.8-0base
|
2009-03-01 20:46:30 +01:00
|
|
|
* Sun Mar 01 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.7-0base
|
2009-02-27 16:19:42 +01:00
|
|
|
* Fri Feb 27 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.6-0base
|
2009-02-22 19:53:08 +01:00
|
|
|
* Sun Feb 22 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.5-0base
|
2009-02-22 16:11:11 +01:00
|
|
|
* Sat Feb 21 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.7-0base
|
2009-02-05 21:38:50 +01:00
|
|
|
* Wed Feb 05 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Added 'restored' script
|
|
|
|
* Wed Feb 04 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.6-0base
|
|
|
|
* Thu Jan 29 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.6-0base
|
2009-01-14 02:18:11 +01:00
|
|
|
* Tue Jan 06 2009 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.5-0base
|
2008-12-29 21:27:54 +01:00
|
|
|
* Thu Dec 25 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.4-0base
|
2008-12-21 18:52:43 +01:00
|
|
|
* Sun Dec 21 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.4-0RC2
|
2008-12-17 20:31:10 +01:00
|
|
|
* Wed Dec 17 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.2.4-0RC1
|
2008-12-16 18:21:18 +01:00
|
|
|
* Tue Dec 16 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.4-0base
|
2008-12-13 19:34:58 +01:00
|
|
|
* Sat Dec 13 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.3-0base
|
2008-12-13 05:13:09 +01:00
|
|
|
* Fri Dec 12 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.2-0base
|
2008-12-12 01:48:41 +01:00
|
|
|
* Thu Dec 11 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.3.1-0base
|
2008-12-10 19:24:42 +01:00
|
|
|
* Wed Dec 10 2008 Tom Eastep tom@shorewall.net
|
2008-12-10 19:43:37 +01:00
|
|
|
- Updated to 4.3.0-0base
|
|
|
|
* Wed Dec 10 2008 Tom Eastep tom@shorewall.net
|
2008-12-10 19:24:42 +01:00
|
|
|
- Updated to 2.3.0-0base
|
2008-12-09 21:15:57 +01:00
|
|
|
* Tue Dec 09 2008 Tom Eastep tom@shorewall6.net
|
|
|
|
- Initial Version
|