knock.spec

Krystian T tomczyk w op.onet.pl
Pią, 8 Paź 2004, 23:11:45 CEST


Witam
W większości wzorowany na ichnim specu wyciągniętym z src.rpm, więc mam
nadzieję, że nie ma dużo błędów ;)
Nie sprawdzałem działania, bo nie mam serwera.
Wszelkie uwagi mile widziane (zawsze się mogę dzięki nim douczyć).
-- 
Pozdrawiam
Krystian T

        "errare humanum est..."
-------------- następna część ---------
# $Revision: 1.1 $, $Date: 2004/10/08 22:28:07 $
Summary:	Knock is a port-knocking server/client.
Summary(pl):	Knock jest serwerem/klientem "port-knocking"
Name:		knock
Version:	0.3.1
Release:	1
License:	GPL
Group:		Applications/System
Source0:	http://zeroflux.org/knock/%{name}-%{version}.tar.gz
# Source0-md5:	b51cbce9e12bd08f6e3cde787df5e934
Source1:	%{name}d.sysconfig
Source2:	%{name}d.init
Source3:	%{name}d.conf
URL:		http://zeroflux.org/knock
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Knock is a port-knocking server/client. Port-knocking is a method
where a server can sniff one of its interfaces for a special "knock"
sequence of port-hits. When detected, it will run a specified event
bound to that port knock sequence. These port-hits need not be on open
ports, since we use libpcap to sniff the raw interface traffic. This
package contains the knock client.

%description -l pl
Knock jest serwerem/klientem nasłuchującym/pukającym do portów. Klient
poprzez próby łączenia się w określonej kolejności z odpowiednimi
portami (niekoniecznie otwartymi) powoduje wywołanie wcześniej
określonej czynności. Ten pakiet zawiera klienta.

%package server
Group:		Applications/System
Summary:	Knock is a port-knocking server/client.
Summary(pl):	Knock jest serwerem/klientem "port-knocking"
Prereq:		/sbin/chkconfig, /sbin/service

%description server
Knock is a port-knocking server/client. Port-knocking is a method
where a server can sniff one of its interfaces for a special "knock"
sequence of port-hits. When detected, it will run a specified event
bound to that port knock sequence. These port-hits need not be on open
ports, since we use libpcap to sniff the raw interface traffic. This
package contains the knockd server.

%description server -l pl
Knock jest serwerem/klientem nasłuchującym/pukającym do portów. Klient
poprzez próby łączenia się w określonej kolejn ości z odpowiednimi
portami (niekoniecznie otwartymi) powoduje wywołanie wcześniej
określonej czynności. Ten pakiet zawiera serwer.

%prep
%setup -q

%build
%{configure}
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT

%{__install} -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
%{__install} -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d

%{__install} -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}d
%{__install} -c -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}d
%{__install} -c -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/

%clean
rm -rf $RPM_BUILD_ROOT

%post server
/sbin/chkconfig --add %{name}d

%preun server
if [ $1 = 0 ]; then
  /sbin/service %{name}d stop >/dev/null 2>&1 || :
  /sbin/chkconfig --del %{name}d
fi

%postun server
if [ "$1" -ge "1" ]; then
  /sbin/service %{name}d condrestart >/dev/null 2>&1 || :
fi

%files
%defattr(644,root,root,755)
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man?/%{name}.*

%files server
%defattr(644,root,root,755)
%doc README ChangeLog TODO
%attr(0755,root,root) %{_sbindir}/%{name}d
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}d.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}d
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}d
%{_mandir}/man?/%{name}d.*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log:$
-------------- następna część ---------
[options]
	UseSyslog

[opencloseSSH]
	sequence      = 2222:udp,3333:tcp,4444:udp
	seq_timeout   = 15
	tcpflags      = syn,ack
	start_command = /sbin/iptables -A INPUT -s %IP% -p tcp --dport ssh -j ACCEPT
	cmd_timeout   = 10
	stop_command  = /sbin/iptables -D INPUT -s %IP% -p tcp --dport ssh -j ACCEPT

-------------- następna część ---------
Załącznik, który nie był tekstem został usunięty...
Name: knockd.init
Type: application/x-shellscript
Size: 1779 bytes
Desc: nie znany
Url : /mailman/pipermail/pld-devel-pl/attachments/20041008/73a0a9b8/knockd.bin
-------------- następna część ---------
#OPTIONS=""


Więcej informacji o liście dyskusyjnej pld-devel-pl