| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: courier-authlib-mysql | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 0.72.0 | Vendor: openSUSE |
| Release: bp155.1.6 | Build date: Mon May 22 12:35:03 2023 |
| Group: Productivity/Networking/Email/Servers | Build host: s390zp26 |
| Size: 71744 | Source RPM: courier-authlib-0.72.0-bp155.1.6.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.courier-mta.org/imap/ | |
| Summary: MySQL support for the Courier authentication library | |
This package installs MySQL support for the Courier authentication library. Install this package in order to be able to authenticate using MySQL.
SUSE-GPL-3.0-with-openssl-exception
* Sun Dec 04 2022 Arjen de Korte <suse+build@de-korte.org>
- update to 0.72.0:
* Switch to libidn2.
* Debian/Ubuntu: update lintian overrides
- update to 0.71.6:
* Adjust deb packaging. Check /etc/lsb-release and include the
distribution release in the deb package version, to faciliate
updating to the same version of the package in an updated release.
* Fix build dependencies.
* Remove obsolete setting from authpgsqlrc, update connection string
template.
* Sat Aug 20 2022 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.5:
* gcc 12 and autotools update.
* Add scripts to create installable .deb packages, update
documentation.
* Tue Mar 08 2022 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.4:
* Fix a theoretical memory corruption during authentication if the
process runs out of memory. The server does not do much memory
allocation prior to authentication, this is mostly academic.
* Mon Aug 30 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s). Modified:
* courier-authdaemon.service
* Tue Apr 13 2021 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.3
* courier-authlib: Report failed LDAP authenticated bind correctly.
* Sun Apr 04 2021 Arjen de Korte <suse+build@de-korte.org>
- Change ownership of socket directory from root:root to root:mail
to allow postfix SASL auth to work
% courier-authlib.tmpfile
* Sat Mar 20 2021 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.2
* No relevant changes for (open)SUSE build
- update source download URL
- fix unsafe permissions for socket directory (boo#1183724)
% courier-authlib.tmpfile
* Wed Feb 10 2021 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.1
* Clean up header files, do not install autoconf-generated
courier_auth_config.h
* Fri Jun 19 2020 Arjen de Korte <suse+build@de-korte.org>
- update to 0.71.0
* userdb: Make userdb script accept UTF-8 domain names. Document
it in the man page.
* Configure and installed versioned shared libraries, both shared
and the authentication modules.
* Update INSTALL. Remove obsolete pre-courier authlib migration
script and documentation. It's been long enough.
* Add _meta API functions with an extra auth_meta parameter,
keep the original functions as wrappers that provide a stub meta
parameter. Use this to pass arbitrary variables to authdaemon.
* authdaemond.c: retrieve the TCPREMOTEIP variable if it's provided.
* authpam.c: TCPREMOTEIP, if set, sets PAM_RHOST.
* Makefile.am (commonldflags): Link all libraries with the
- -enable-new-dtags flag.
- rpmlint
o addFilter shared-lib-calls-exit
* Thu May 28 2020 Arjen de Korte <suse+build@de-korte.org>
- update to 0.70.0
* authsasl.c (auth_sasl_ex): For EXTERNAL, base64-decode the
initial authorization string, since if none is provided the
callback's reply is base64-decoded.
* Tue Mar 17 2020 Max Lin <mlin@suse.com>
- BuildRequires postgresql-server-devel on Leap >= 15.2
* Tue Nov 12 2019 Arjen de Korte <suse+build@de-korte.org>
- 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 <dimstar@opensuse.org>
- 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 <christophe@krop.fr>
- Add the missing dependencies for Tumbleweed.
* Mon Dec 04 2017 suse+build@de-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 jengelh@inai.de
- Drop redundant %clean section. Dissolve %__-type macros.
* Fri Mar 17 2017 kukuk@suse.com
- Don't install init script if we use systemd
* Sat Feb 18 2017 kukuk@suse.com
- Don't call insserv if we use systemd
* Mon May 16 2016 chris@computersalat.de
- udpate to 0.66.4
* authgetconfig.c (authgetconfig): avoid invalid memory read.
* Wed Aug 05 2015 chris@computersalat.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 <giovanni@paclan.it>.
* 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 <ledest@gmail.com>
- fix bashism in preun script
/usr/lib64/libauthmysql.so.0 /usr/lib64/libauthmysql.so.0.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:14:09 2025