cyrus-sasl-2.1.26-21

This commit is contained in:
Jakub Jelen 2015-03-12 13:51:14 +01:00
parent af2b298796
commit 393aa38972

View File

@ -8,7 +8,7 @@
Summary: The Cyrus SASL library
Name: cyrus-sasl
Version: 2.1.26
Release: 20%{?dist}
Release: 21%{?dist}
License: BSD with advertising
Group: System Environment/Libraries
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@ -444,6 +444,12 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
%{_sbindir}/sasl2-shared-mechlist
%changelog
* Thu Mar 12 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-21
- Add and Document ability to run saslauthd as non-root user, fix tpmfiles ownership (#1189203)
- Do not leak memory in sample server (#852755)
- Do not leak memory in plugin_common.c for password callback (#1191183)
- Cleanup spec file: tmpfiles.d macros and tab/space
* Wed Feb 04 2015 Petr Lautrbach <plautrba@redhat.com> 2.1.26-20
- Change the ownership of /run/saslauth to saslauth:saslauth (#1189203)