From: Zdenek Dohnal Date: Wed, 14 Feb 2024 13:10:39 +0000 (+0100) Subject: Update CHANGES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2337ffd46c36d09d0576045f8f374d64d4387df5;p=thirdparty%2Fcups.git Update CHANGES.md --- diff --git a/CHANGES.md b/CHANGES.md index 64a6edef0d..400f082e67 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ Changes in CUPS v2.5b1 (TBA) - Added a new argument value for `lpstat` argument '-W' - `successful` - to get successfully printed jobs (Issue #830) - Added driver filter to web interface (Issue #848) +- Added support for PAM modules password-auth and system-auth (Issue #892) - Updated CUPS to require TLS support - OpenSSL, GNUTLS and LibreSSL are supported. - Updated CUPS to require ZLIB. diff --git a/configure b/configure index e238272e1c..e77b85467a 100755 --- a/configure +++ b/configure @@ -4726,11 +4726,11 @@ if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5 printf %s "checking for $CXX option to enable C++11 features... " >&6; } -if test ${ac_cv_prog_cxx_11+y} +if test ${ac_cv_prog_cxx_cxx11+y} then : printf %s "(cached) " >&6 else $as_nop - ac_cv_prog_cxx_11=no + ac_cv_prog_cxx_cxx11=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4772,11 +4772,11 @@ if test x$ac_prog_cxx_stdcxx = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5 printf %s "checking for $CXX option to enable C++98 features... " >&6; } -if test ${ac_cv_prog_cxx_98+y} +if test ${ac_cv_prog_cxx_cxx98+y} then : printf %s "(cached) " >&6 else $as_nop - ac_cv_prog_cxx_98=no + ac_cv_prog_cxx_cxx98=no ac_save_CXX=$CXX cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -9974,6 +9974,16 @@ then : PAMFILE="pam.common" +elif test -f /etc/pam.d/password-auth +then : + + PAMFILE="pam.password" + +elif test -f /etc/pam.d/system-auth +then : + + PAMFILE="pam.system" + else $as_nop moddir=""