summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2021-07-20 20:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2021-07-20 20:00:00 +0000
commit8d78fbf45e2fd73184a0152aa93db26fb384598a (patch)
tree4db8fcb57d226301a72f4e1b2eca4d41835519a8
parentc6b49dad06d57c3ee3dddde46f514cfb04c930ae (diff)
Prepare for 1.5.2 release
* configure.ac (AC_INIT): Raise version to 1.5.2. * NEWS: Update.
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f4d11303..ca436baf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,19 @@
Linux-PAM NEWS -- history of user-visible changes.
-Release next
-* pam_timestamp: change hmac algorithm to call openssl instead of the bundled
- sha1 implementation if selected. Add option to select the hash
- algorithm to use with HMAC.
+Release 1.5.2
+* pam_exec: implemented quiet_log option.
+* pam_mkhomedir: added support of HOME_MODE and UMASK from /etc/login.defs.
+* pam_timestamp: changed hmac algorithm to call openssl instead of the bundled
+ sha1 implementation if selected, added option to select
+ the hash algorithm to use with HMAC.
+* Added pkgconfig files for provided libraries.
+* Added --with-systemdunitdir configure option to specify systemd unit
+ directory.
+* Added --with-misc-conv-bufsize configure option to specify the buffer size
+ in libpam_misc's misc_conv() function, raised the default value for this
+ parameter from 512 to 4096.
+* Multiple minor bug fixes, portability fixes, documentation improvements,
+ and translation updates.
Release 1.5.1
* pam_unix: fixed CVE-2020-27780 - authentication bypass when a user
diff --git a/configure.ac b/configure.ac
index e9c57345..d464884c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([Linux-PAM], [1.5.1], , [Linux-PAM])
+AC_INIT([Linux-PAM], [1.5.2], , [Linux-PAM])
AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])