release bump (2.4.26-6)

This commit is contained in:
Jan Vcelak 2011-11-01 15:23:54 +01:00
parent 356af46ea6
commit 0fcc2f2eb2

View File

@ -6,7 +6,7 @@
Name: openldap
Version: 2.4.26
Release: 5%{?dist}
Release: 6%{?dist}
Summary: LDAP support libraries
Group: System Environment/Daemons
License: OpenLDAP
@ -638,6 +638,22 @@ exit 0
%{evolution_connector_prefix}/
%changelog
* Tue Nov 01 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-6
- package cleanup:
+ hardened build: switch from LDFLAGS to RPM macros
+ remove old provides and obsoletes
+ add new slapd maintainance scripts
+ drop defattr macros, clean up permissions in specfile
+ fix rpmlint warnings: macros in comments/changelog
+ fix rpmlint warnings: non UTF-8 documentation
+ rename environment file to be more consistent (ldap -> slapd)
- replace sysv initscript with systemd service file (#
- new format of environment file due to switch to systemd
(automatic conversion is performed)
- patch OpenLDAP to skip empty command line arguments
(arguments expansion in systemd works different than in shell)
- CVE-2011-4079: one-byte buffer overflow in slapd (#749324)
* Thu Oct 06 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-5
- rebuild: openldap does not work after libdb rebase (#743824)
- regression fix: openldap built without tcp_wrappers (#743213)