[Debian-iot-maintainers] Bug#1125723: liboauth2-0: ABI break without soname change
Adrian Bunk
bunk at debian.org
Fri Jan 16 18:00:59 GMT 2026
Package: liboauth2-0
Version: 2.2.0-1
Severity: serious
Control: block 1125720 by -1
https://github.com/OpenIDC/liboauth2/commit/5dd88a09b988cbcf2d7834f37b65fb6b589c39aa
bool oauth2_token_verify(oauth2_log_t *log, oauth2_http_request_t *request,
oauth2_cfg_token_verify_t *verify, const char *token,
- json_t **json_payload);
+ json_t **json_payload,
+ oauth2_http_status_code_t *status_code);
The weird part is that oauth2_token_verify() does not even
use the new parameter.
More information about the Debian-iot-maintainers
mailing list