Author: baggins Date: Mon Apr 14 13:20:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3 - allow oidentd to listen on multiple specified ips
---- Files affected: SPECS: oidentd.spec (1.64 -> 1.65) ---- Diffs: ================================================================ Index: SPECS/oidentd.spec diff -u SPECS/oidentd.spec:1.64 SPECS/oidentd.spec:1.65 --- SPECS/oidentd.spec:1.64 Thu Feb 28 16:14:09 2008 +++ SPECS/oidentd.spec Mon Apr 14 15:20:22 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Serwer ident z obsługą maskowanych adresów IP Name: oidentd Version: 2.0.8 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: http://dl.sourceforge.net/ojnk/%{name}-%{version}.tar.gz @@ -14,6 +14,7 @@ Source4: %{name}.conf Source5: %{name}.inetd Patch0: %{name}-ip_conntrack.diff +Patch1: %{name}-multiple-ip.patch URL: http://ojnk.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -84,6 +85,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -161,6 +163,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65 2008-04-14 13:20:22 baggins +- rel 3 +- allow oidentd to listen on multiple specified ips + Revision 1.64 2008-02-28 15:14:09 baggins - rel 2 - added banner about netlink and tcp_diag kernel module ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/oidentd.spec?r1=1.64&r2=1.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
