cyrus-sasl-2.1.26-23

This commit is contained in:
Jakub Jelen 2015-05-29 10:17:04 +02:00
parent e5542bd038
commit ffa4b19433
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Summary: The Cyrus SASL library
Name: cyrus-sasl
Version: 2.1.26
Release: 22%{?dist}
Release: 23%{?dist}
License: BSD with advertising
Group: System Environment/Libraries
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@ -444,6 +444,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
%{_sbindir}/sasl2-shared-mechlist
%changelog
* Fri May 29 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-23
- Add ability to handle logging in gssapi plugin (#1187097)
* Mon Mar 16 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-22
- Rever "Do not leak memory in plugin_common.c ..." due the breakage of svn (#1202364)