From e0ad21b761039568d8c5c74af7a275922aa4f557 Mon Sep 17 00:00:00 2001 From: pius Date: Thu, 13 May 1999 15:18:02 +0000 Subject: [PATCH] [1.21-1] - initial rpm release. Changed files: ffingerd.spec -> 1.1 --- ffingerd.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ffingerd.spec diff --git a/ffingerd.spec b/ffingerd.spec new file mode 100644 index 0000000..e12eb84 --- /dev/null +++ b/ffingerd.spec @@ -0,0 +1,66 @@ +Summary: secure finger daemon +Summary(pl): bezpieczny serwer finger +Name: ffingerd +Version: 1.21 +Release: 1 +Group: Networking/Daemons +Group(pl): Sieciowe/Demony +Copyright: GPL +Source: ftp://ftp.fu-berlin.de/pub/unix/security/ffingerd/%{name}-%{version}.tar.gz +BuildPrereq: autoconf >= 2.13-8 +Requires: inetd +Provides: fingerd +Obsoletes: finger +BuildRoot: /tmp/%{name}-%{version}-root + +%description +The ffingerd program is a drop-in replacement for the standard fingerd +daemon. Ffingerd is invoked by inetd and it runs as nobody. Ffingerd does +not allow global finger queries (finger @host), indirect finger queries +(finger foo@host.a@host.b), it does not give away valuable information like +the shell, login directory and time of last login, and users can put +a ".nofinger" file in their homes and then ffingerd will respond with +"That user does not want to be fingered". + +%description -l pl +Program ffingerd jest zamiennikiem dla standardowego demona fingered. +Jest uruchamiany przez inetd i pracuje jako u¿ytkownik nobody. +Ffingerd nie pozwala na zapytania globalne (finger @host), zapytania +po¶rednie (finger foo@host.a@host.b), nie wy¶wietla informacji o pow³oce +u¿ytkownika, jego katalogu domowym i czasie ostatniego zalogowania, +umo¿liwia u¿ytkownikom stworzenie w katalogu domowym pliku ".nofinger". + +%prep +%setup -q + +%build +autoconf +CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ +./configure %{_target} \ + --prefix=/usr \ + --exec_prefix=/usr +make + +%install +rm -rf $RPM_BUILD_ROOT + +make exec_prefix=$RPM_BUILD_ROOT/usr \ + prefix=$RPM_BUILD_ROOT/usr install + +gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man8/* \ + README NEWS TODO + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc {README,NEWS,TODO}.gz +%attr(755,root,root) /usr/sbin/* + +/usr/share/man/man8/* + +%changelog +* Thu May 13 1999 Piotr Czerwiñski + [1.21-1] +- initial rpm release. -- 2.44.0