mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
Fix SVN
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3972 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ae9d76b881
commit
2aa28c46bb
@ -1,9 +1,9 @@
|
||||
%define name shorewall
|
||||
%define name shorewall-lite
|
||||
%define version 3.2.0
|
||||
%define release 0Beta4
|
||||
%define release 0RC1
|
||||
%define prefix /usr
|
||||
|
||||
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
|
||||
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
@ -57,257 +57,27 @@ if [ $1 = 0 ]; then
|
||||
/sbin/chkconfig --del shorewall
|
||||
fi
|
||||
|
||||
rm -f /etc/shorewall/startup_disabled
|
||||
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%attr(0544,root,root) /etc/init.d/shorewall
|
||||
%attr(0755,root,root) %dir /etc/shorewall
|
||||
%attr(0644,root,root) %config(noreplace) /etc/shorewall/shorewall.conf
|
||||
%attr(0544,root,root) /etc/init.d/shorewall
|
||||
%attr(0755,root,root) %dir /usr/share/shorewall
|
||||
%attr(0700,root,root) %dir /var/lib/shorewall
|
||||
%attr(0644,root,root) %config(noreplace) /etc/shorewall/shorewall.conf
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/zones
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/policy
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/interfaces
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/ipsec
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/rules
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/nat
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/netmap
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/params
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/proxyarp
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/routestopped
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/maclist
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/masq
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/modules
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/tcrules
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/tos
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/tunnels
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/hosts
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/blacklist
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/init
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/initdone
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/start
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/stop
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/stopped
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/ecn
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/accounting
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/actions
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/continue
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/started
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/providers
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/route_rules
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/tcclasses
|
||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/tcdevices
|
||||
%attr(0600,root,root) /etc/shorewall/Makefile
|
||||
|
||||
%attr(0555,root,root) /sbin/shorewall
|
||||
|
||||
%attr(0644,root,root) /usr/share/shorewall/version
|
||||
%attr(0644,root,root) /usr/share/shorewall/actions.std
|
||||
%attr(0644,root,root) /usr/share/shorewall/action.Drop
|
||||
%attr(0644,root,root) /usr/share/shorewall/action.Limit
|
||||
%attr(0644,root,root) /usr/share/shorewall/action.Reject
|
||||
%attr(0644,root,root) /usr/share/shorewall/action.template
|
||||
%attr(0555,root,root) /usr/share/shorewall/compiler
|
||||
%attr(0444,root,root) /usr/share/shorewall/functions
|
||||
%attr(0544,root,root) /usr/share/shorewall/firewall
|
||||
%attr(0544,root,root) /usr/share/shorewall/shorecap
|
||||
%attr(0544,root,root) /usr/share/shorewall/help
|
||||
%attr(0644,root,root) /usr/share/shorewall/Limit
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.AllowICMPs
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Amanda
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Auth
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.BitTorrent
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.CVS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Distcc
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.DNS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.DropDNSrep
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.DropUPnP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Edonkey
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.FTP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Gnutella
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.HTTP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.HTTPS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.ICQ
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.IMAP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.IMAPS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.LDAP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.LDAPS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.MySQL
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.NNTP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.NNTPS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.NTP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.NTPbrd
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.PCA
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Ping
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.POP3
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.POP3S
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.PostgreSQL
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Rdate
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Rsync
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SMB
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SMBBI
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SMBswat
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SMTP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SMTPS
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SNMP
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SPAMD
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SSH
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Submission
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.SVN
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Syslog
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Telnet
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.template
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Trcrt
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.VNC
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.VNCL
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Web
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Webmin
|
||||
%attr(0644,root,root) /usr/share/shorewall/macro.Whois
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.footer
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.header
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.footer.debian
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.header.debian
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.footer.redhat
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.header.redhat
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.footer.suse
|
||||
%attr(0644,root,root) /usr/share/shorewall/prog.header.suse
|
||||
%attr(0644,root,root) /usr/share/shorewall/rfc1918
|
||||
%attr(0644,root,root) /usr/share/shorewall/configpath
|
||||
|
||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
||||
%doc COPYING INSTALL changelog.txt releasenotes.txt
|
||||
|
||||
%changelog
|
||||
* Fri Apr 14 2006 Tom Eastep tom@shorewall.net
|
||||
- Renamed rtrules to route_rules
|
||||
* Sun Apr 02 2006 Tom Eastep tom@shorewall.net
|
||||
- Added rtrules file
|
||||
- Updated to 3.2.0-0Beta4
|
||||
* Mon Mar 27 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.2.0-0Beta3
|
||||
* Sat Mar 25 2006 Tom Eastep tom@shorewall.net
|
||||
- Remove '%config' from Makefile
|
||||
* Thu Mar 23 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.2.0-0Beta2
|
||||
* Thu Mar 09 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.2.0-0Beta1
|
||||
* Sat Mar 04 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.9-1
|
||||
- Added debian and redhat prog header/footers
|
||||
* Wed Mar 01 2006 Tom Eastep tom@shorewall.net
|
||||
- Moved shorecap to /usr/share/shorewall
|
||||
* Fri Feb 24 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.8-1
|
||||
* Fri Feb 10 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.7-1
|
||||
* Fri Feb 10 2006 Tom Eastep tom@shorewall.net
|
||||
- Added shorecap
|
||||
- Updated to 3.1.6-1
|
||||
* Fri Feb 03 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.5-1
|
||||
- Added new program header/footer files
|
||||
* Sun Jan 29 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.4-1
|
||||
- Added new Macros
|
||||
* Fri Jan 20 2006 Tom Eastep tom@shorewall.net
|
||||
- Change permissions for compile by ordinary user
|
||||
* Fri Jan 20 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.3-1
|
||||
* Tue Jan 17 2006 Tom Eastep tom@shorewall.net
|
||||
- Added program skeleton Files
|
||||
* Sun Jan 15 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.2-1
|
||||
* Thu Jan 12 2006 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.1-1
|
||||
* Sat Dec 24 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.1.0-1
|
||||
* Thu Dec 15 2005 Tom Eastep tom@shorewall.net
|
||||
- Add Limit action
|
||||
* Mon Dec 12 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.3-1
|
||||
* Tue Nov 22 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.2-1
|
||||
* Thu Nov 17 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.1-1
|
||||
* Wed Nov 03 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.0-1
|
||||
* Wed Nov 02 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.0-0RC3
|
||||
Sat Oct 22 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.0-0RC2
|
||||
* Mon Oct 17 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.0-0RC1
|
||||
* Sun Oct 09 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 3.0.0-0Beta1
|
||||
* Fri Oct 07 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.7-1
|
||||
* Tue Oct 04 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.7-1
|
||||
* Sat Sep 17 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.6-1
|
||||
* Tue Aug 30 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.4-1
|
||||
* Fri Aug 26 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.3-1
|
||||
* Tue Aug 16 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.2-1
|
||||
* Sun Aug 07 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.1-1
|
||||
* Tue Jul 26 2005 Tom Eastep tom@shorewall.net
|
||||
- Fix omissions/errors
|
||||
* Mon Jul 25 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.5.0-1
|
||||
- Add macros and convert most actions to macros
|
||||
* Thu Jun 02 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.4.0-1
|
||||
* Sun May 30 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.4.0-0RC2
|
||||
* Thu May 19 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.4.0-0RC1
|
||||
* Thu May 19 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.3.2-1
|
||||
* Sun May 15 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.3.1-1
|
||||
* Mon Apr 11 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.4-1
|
||||
* Fri Apr 08 2005 Tom Eastep tom@shorewall.net
|
||||
- Added /etc/shorewall/started
|
||||
* Tue Apr 05 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.3-1
|
||||
* Mon Mar 07 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.2-1
|
||||
* Mon Jan 24 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.1-1
|
||||
* Mon Jan 24 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-1
|
||||
* Mon Jan 17 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0RC5
|
||||
* Thu Jan 06 2005 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0RC4
|
||||
* Thu Dec 30 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0RC3
|
||||
* Fri Dec 24 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0RC2
|
||||
* Sun Dec 19 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0RC1
|
||||
- Added ipsecvpn file
|
||||
* Sat Dec 11 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta8
|
||||
* Mon Nov 29 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta7
|
||||
* Fri Nov 26 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta6
|
||||
* Fri Nov 26 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta5
|
||||
* Fri Nov 19 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta4
|
||||
* Tue Nov 09 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta3
|
||||
* Tue Nov 02 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta2
|
||||
* Fri Oct 22 2004 Tom Eastep tom@shorewall.net
|
||||
- Updated to 2.2.0-0Beta1
|
||||
* Tue Apr 18 2006 Tom Eastep tom@shorewall.net
|
||||
- Initial Version
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user