From 4a820671db06eb2a783c3e205f02b9336f5ddbd9 Mon Sep 17 00:00:00 2001 From: Jan F Date: May 23 2011 04:18:12 +0000 Subject: add logging of the remote host via PAM --- diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 7d210a8..0b79142 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -9,7 +9,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.23 -Release: 19%{?dist} +Release: 20%{?dist} License: BSD with advertising Group: System Environment/Libraries # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/; @@ -41,6 +41,7 @@ Patch34: cyrus-sasl-2.1.22-ldap-timeout.patch Patch35: cyrus-sasl-2.1.22-bad-elif.patch Patch36: cyrus-sasl-2.1.23-ac-quote.patch Patch37: cyrus-sasl-2.1.23-race.patch +Patch38: cyrus-sasl-2.1.23-pam_rhosts.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool, gdbm-devel, groff @@ -161,6 +162,7 @@ chmod -x include/*.h %patch35 -p1 -b .elif %patch36 -p1 -b .ac-quote %patch37 -p1 -b .race +%patch38 -p1 -b .pam_rhosts %build # FIXME - we remove these files directly so that we can avoid using the -f @@ -441,6 +443,9 @@ exit 0 %{_sbindir}/sasl2-shared-mechlist %changelog +* Mon May 23 2011 Jan F. Chadima - 2.1.23-20 +- add logging of the remote host via PAM + * Thu Apr 28 2011 Jan F. Chadima - 2.1.23-19 - temporarilly revert systemd units