diff --git a/authd-1.4.3-disable.patch b/authd-1.4.3-disable.patch new file mode 100644 index 0000000..132a726 --- /dev/null +++ b/authd-1.4.3-disable.patch @@ -0,0 +1,17 @@ +--- authd-1.4.3/xinetd.conf.auth.old 2004-07-10 05:17:24.000000000 +0200 ++++ authd-1.4.3/xinetd.conf.auth 2005-04-07 13:00:50.000000000 +0200 +@@ -1,4 +1,4 @@ +-# default: on ++# default: off + # description: The authd server handles ident protocol requests. \ + # The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident \ + # Protocol") provides a means to determine the identity of a user of a \ +@@ -8,7 +8,7 @@ + # SPAM HARVESTERS) BEFORE RUNNING THIS DAEMON WITH NO ARGUMENTS. + service auth + { +- disable = no ++ disable = yes + socket_type = stream + wait = no + user = ident diff --git a/authd.spec b/authd.spec index 88438ca..09250ae 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: a RFC 1413 ident protocol daemon Name: authd Version: 1.4.3 -Release: 1.devel +Release: 2.devel License: GPL Group: System Environment/Daemons Obsoletes: pidentd @@ -9,6 +9,7 @@ Provides: pidentd = 3.2 Requires(post): openssl Source0: %{name}-%{version}.tar.gz Patch0: authd-1.4.3-gcc4.patch +Patch1: authd-1.4.3-disable.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: openssl-devel @@ -21,6 +22,7 @@ of pidentd. %prep %setup -q %patch0 -p1 +%patch1 -p1 sed -i -e "s|/etc|%{_sysconfdir}|" config.h %build @@ -61,6 +63,9 @@ service xinetd reload %{_sbindir}/in.authd %changelog +* Thu Apr 7 2005 Martin Stransky - 1.3.3-2.devel +- in.authd disabled by default (#151905) + * Mon Mar 7 2005 Martin Stransky - 1.4.3-1.devel - update to 1.4.3 - gcc4.0 patch