Releases: OpenIDC/mod_oauth2
Releases · OpenIDC/mod_oauth2
release 4.1.0
- leverage HTTP status code from
oauth2_token_verify - depend on liboauth2 >= 2.2.0 (with http retries)
- the liboauth2 dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
- add Trixie package
The -2 RPM packages below are signed with the following RSA PGP key:
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBGh53lgBCADCyoOkfnE5h5rBLlf02oFpI/z2vUXK5W4T56xnNPu0/iIOxbBk
YX9rSypZFhfjv28lhGgelWEg28Ab/Yxs6l0obCgDEuFUDQ5Dv+N+YSMy67vtLwYW
9LM5p9fMN9bXOa62PwvtzRzh+xRyRBcIfMacGJC+SqUK6QhzC0lNwCsr1OaWjzon
mkaodwrloNMxEZVvFn63PvuQDZ3wwQty+0XpYiiChMssGBn6nmPDQJ7pDtQDkhfD
Z5FKY6K7AQJ4fneiVCLGngPBwTXBGcfWa+Y0HCS2ghQwDO6jYXd5GjowVDTjfMK3
QJ3e26Ox9X3V0Fl04R1i5EthEkAWGfy1lksvABEBAAG0HU9wZW5JREMgPHN1cHBv
cnRAb3BlbmlkYy5jb20+iQFRBBMBCgA7FiEEFdjWJA1IGDkAITSxnyZY1L0OSOMF
Amh53lgCGwMFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQnyZY1L0OSONG
Jgf+II0wG96R0g28Kp+R4AYzSdX0CEqr6OhwHHw4cFpLsHxZNhojo7I4OnLKEdfc
lFl37rE+hG3QpzD/b4S/fpPjd4hcLkguBQxtdxqZZVAIT8HWbveHRkI8MNnjOPwv
Hy6jBncMs1IT/URV2si/Q34+PLo8tvo/lXNa16svVl2DoYXO8MCszgCE1bx055EF
XPh4Teu5Y4OLHECSicMxrmN746dAD121zy4bLLx9mZ0erhLjvkj1vkFmlHFKyvwY
/pbSqXs9hW/wweW1oQ/xEIJWWS71PeoutUBjr0WC4sILnR5PBPZplgNh297Qex6g
qaW3io0tCH9KxU1tXYn/iL/hbQ==
=mlOy
-----END PGP PUBLIC KEY BLOCK-----
release 4.0.0
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- the liboauth2 dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.4.0
Packaging
- depend on
liboauth2>=1.6.2 - add Ubuntu Noble packages
- the
liboauth2dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases
release 3.3.1
Edit: on May 11, 2023 the Debian/Ubuntu packages were updated from 3.3.1-1 to 3.3.1-2 because of packaging bug OpenIDC/liboauth2#46
Bugfixes
- clean
WWW-Authenticateheader in main request as well if this is a subrequest; closes #42
this avoids theWWW-Authenticateheader to be sent inHTTP 200responses; thanks @ErmakovDmitriy
Packaging
- depend on
liboauth2>=1.4.5.3 - the
liboauth2dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases.
release 3.3.0
Features
- depend on
liboauth2>=1.4.5.2
Packaging
- change Makefile install procedure
- the
liboauth2 >= 1.4.5.2dependencies can be found here: https://github.com/OpenIDC/liboauth2/releases. - add packages for Centos 9, Debian Bookworm and Ubuntu Jammy
release 3.2.3
Bugfixes
- depend on
liboauth2>=1.4.5with multi-treading fix forOAuth2TokenVerify jwk <key>, see #23
Packaging
- change
configure.acto find Apache flags correctly
release 3.2.2
Bugfixes
- depend on
liboauth2 1.4.2.1with fixediatslack validation defaults - set
WWW-Authenticateenvironment variable on scope requirement mismatch to allow for complexRequirelogic; see also OpenIDC/mod_auth_openidc#572
Packaging
- the
liboauth2 >= 1.4.2.1dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.2.1
Features
- depend on liboauth2 1.4.1 with support for RFC 8705 mTLS Client Certificate bound access tokens
Bugfixes
- depend on liboauth2 1.4.1 with fix for Apache semaphore/shared memory restart issues
Packaging
- the
liboauth2 >= 1.4.1dependencies can be found here: https://github.com/zmartzone/liboauth2/releases. - add packages for Ubuntu Focal, CentOS 8 and Debian Buster
release 3.2.0
Features
- depend on liboauth2 >= 1.4.0
Packaging
- the
liboauth2 >= 1.4.0dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.
release 3.1.0
Features
- depend on liboauth2 >= 1.2.0 with new request header API
Packaging
- the
liboauth2 >= 1.2.0dependencies can be found here: https://github.com/zmartzone/liboauth2/releases.