Author: qboosh Date: Mon Mar 20 09:50:39 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.6 (with rpc fixes and working wait option) - updated no_libnsl patch, removed obsolete dblfree,rpc patches - updated rc-inet script to use wait option and allow omitting port option
---- Files affected: SPECS: rlinetd.spec (1.70 -> 1.71) ---- Diffs: ================================================================ Index: SPECS/rlinetd.spec diff -u SPECS/rlinetd.spec:1.70 SPECS/rlinetd.spec:1.71 --- SPECS/rlinetd.spec:1.70 Mon Mar 20 09:42:02 2006 +++ SPECS/rlinetd.spec Mon Mar 20 10:50:34 2006 @@ -1,29 +1,20 @@ # $Revision$, $Date$ # -# NOTE: -# - rpc support is incomplete (no pmap_unset on shutdown) -# - "instances 1" is not enough for tcp "wait" emulation -# (in such case server accept()s, inetd must not!) -# [both should be fixed in 0.6] -# # Conditional build: %bcond_without libcap # build without libcap support # Summary: better replacement for inetd Summary(pl): lepszy zamiennik dla inetd Name: rlinetd -Version: 0.5.20 +Version: 0.6 Release: 1 License: GPL Group: Daemons -#Source0: http://rlinetd.alioth.debian.org/%{name}-%{version}.tar.gz -Source0: http://ftp.debian.org/debian/pool/main/r/rlinetd/%{name}_%{version}.tar.gz -# Source0-md5: fb40a8816426be89f574e38b984b70e7 +Source0: http://rlinetd.alioth.debian.org/download/%{name}-%{version}.tar.gz +# Source0-md5: d0502eb8400bfa9074b8b80625bb52f1 Source1: %{name}.inet.sh Source2: %{name}.8.pl Patch0: %{name}-no_libnsl.patch -Patch1: %{name}-dblfree.patch -Patch2: %{name}-rpc.patch URL: http://rlinetd.alioth.debian.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -57,8 +48,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build %{__libtoolize} @@ -70,7 +59,7 @@ --with-libwrap \ --with-libcap%{!?with_libcap:=no} \ --with-lsf \ - --disable-static + --without-libnsl %{__make} %install @@ -113,6 +102,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2006/03/20 09:50:34 qboosh +- updated to 0.6 (with rpc fixes and working wait option) +- updated no_libnsl patch, removed obsolete dblfree,rpc patches +- updated rc-inet script to use wait option and allow omitting port option + Revision 1.70 2006/03/20 08:42:02 qboosh - updated URLs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rlinetd.spec?r1=1.70&r2=1.71&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
