add logging of the remote host via PAM
This commit is contained in:
parent
842cad7440
commit
4a820671db
@ -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 <jchadima@redhat.com> - 2.1.23-20
|
||||
- add logging of the remote host via PAM
|
||||
|
||||
* Thu Apr 28 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-19
|
||||
- temporarilly revert systemd units
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user