libauthen-sasl-perl: upgrade 2.1700 -> 2.1800

[Changed]
    - Minimum required Perl version 5.14+ (from 5.6.0);
      Digest::HMAC_MD5 was 5.8.1, making 5.8.1 the effective minimum
    - Move example code to the eg/ directory

  [Added]
    - Mechanisms XOAUTH2 and OAUTHBEARER added
    - Include mechanisms available on server when
      negotiation fails on the client
    - Add `_acceptable()` function to allow mechanism
      implementation classes to decline selection based
      on the callback values

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-04-29 12:15:20 +08:00 committed by Khem Raj
parent 5427a5989c
commit 285a8607d4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -14,7 +14,7 @@ RDEPENDS:${PN} = "libdigest-hmac-perl"
SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \
file://run-ptest \
"
SRC_URI[sha256sum] = "b86d5a576b8d387aee24f39f47a54afd14bb66b09003db5065001f1de03a8ece"
SRC_URI[sha256sum] = "0b03686bddbbf7d5c6548e468d079a4051c9b73851df740ae28cfd2db234e922"
S = "${WORKDIR}/Authen-SASL-${PV}"