Changelog for
courier-authlib-pipe-0.69.1-bp152.1.1.x86_64.rpm :
* Tue Mar 17 2020 Max Lin
- BuildRequires postgresql-server-devel on Leap >= 15.2
* Tue Nov 12 2019 Arjen de Korte - update to 0.69.1
* authldaplib.cpp (ldapopen): Make sure that we rebind if we reconnect, if so configured.
* authldaplib.cpp: Fix handling of LDAP configurations that use the same LDAP attribute for two or more variables.- update to 0.69.0
* authdaemond.c: set FD_CLOEXEC on socket file descriptors, to avoid leaks to child processes.
* authldaplib.cpp: improve automatic reconnection logic to the LDAP server.
* authsaslclient.h (SASL_LIST): Reorder SASL methods, strongest first.- add courier-authlib.keyring for source verification- remove obsolete SysV courier-authdaemon.init- cleanup spec
* Tue Jun 11 2019 Dominique Leuenberger - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini
* Tue Apr 09 2019 Christophe Giboudeaux - Add the missing dependencies for Tumbleweed.
* Mon Dec 04 2017 suse+buildAATTde-korte.org- update to 0.68.0
* authldaplib.cpp: Rewrite authldap in modern C++. Autodetect and automatically reload authldaprc when it is changed. No server restart is required.
* authldaplib.cpp (operator): Fix compilation warning.
* checkpassword.c (do_authcheckpassword): Check for a null return value from crypt().
* authsqlite, authmysql, authpgsql: Rewrite these modules in modern C++. Autodetect and automatically reload the configuration file when it\'s changed, no server restart is needed.
* userdb/userdbpw.c (main): Use bcrypt_gensalt() on OpenBSD
* courierauth.h: Move declarations from cramlib.h into courierauth.h, exporting them as part of the public API.
* configure.ac: Rebuild against updated courier-unicode API.
* Tue Apr 11 2017 jengelhAATTinai.de- Drop redundant %clean section. Dissolve %__-type macros.
* Fri Mar 17 2017 kukukAATTsuse.com- Don\'t install init script if we use systemd
* Sat Feb 18 2017 kukukAATTsuse.com- Don\'t call insserv if we use systemd
* Mon May 16 2016 chrisAATTcomputersalat.de- udpate to 0.66.4
* authgetconfig.c (authgetconfig): avoid invalid memory read.
* Wed Aug 05 2015 chrisAATTcomputersalat.de- update to 0.66.3
* authdaemon.c: auth_callback_default_autocreate, default callback used by clients that autocreates a home directory, if one does not exist already.- update to 0.66.2
* Update to courier-unicode 1.2.
* liblock, couriertls: fix compilation for OpenBSD -- based on a patch from Giovanni Bechis .
* checkpassword.c (safe_strcmp): Fix bug introduced in 2014-04-27.
* courier.spec.in: Update to use systemd macros.
* Check for NULL return value from crypt().
* Factored out the unicode library into a separate package.- add BuildRequires courier-unicode-devel- fix deps (SLE_11_SP4) to build againts pgsql >= 9.1
* Sun Nov 09 2014 Led - fix bashism in preun script