summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-15 18:04:46 +0300
committerCaleb Maclennan2022-11-15 18:04:46 +0300
commit33384c7205c48603c9166a68fd16c1132c2ac28c (patch)
tree432eb6116de50c35f5f73391d2e993f961dc7055
parentb8de50df56fdb5e1832993ce9ea9e4cbb542fe04 (diff)
downloadaur-33384c7205c48603c9166a68fd16c1132c2ac28c.tar.gz
upgpkg: mod_auth_openidc 2.4.12.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a94863a6f5..834f2d3ad47b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_auth_openidc
pkgdesc = OpenID Connect Relying Party implementation for Apache 2.x
- pkgver = 2.4.12
+ pkgver = 2.4.12.1
pkgrel = 1
url = https://www.mod-auth-openidc.org
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mod_auth_openidc
makedepends = apache
makedepends = jansson
depends = cjose
- depends = openssl
+ depends = openssl-1.1
depends = pcre2
- source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.12/mod_auth_openidc-2.4.12.tar.gz
- sha256sums = bc6cd62a9472f556f7fcfeb20121d673482c0698cbcbe86f60dac24d603035e4
+ source = https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.4.12.1/mod_auth_openidc-2.4.12.1.tar.gz
+ sha256sums = 8fa75aa5064894625947e89a05d4e20a9204542857f741d371fade2a20ec46c9
pkgname = mod_auth_openidc
diff --git a/PKGBUILD b/PKGBUILD
index 136938f3885a..ae5245846a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mod_auth_openidc
-pkgver=2.4.12
+pkgver=2.4.12.1
pkgrel=1
pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x'
arch=(x86_64)
url=https://www.mod-auth-openidc.org
license=(Apache)
-depends=(cjose openssl pcre2)
+depends=(cjose openssl-1.1 pcre2)
_archive="$pkgname-$pkgver"
makedepends=(apache jansson)
source=("https://github.com/zmartzone/$pkgname/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('bc6cd62a9472f556f7fcfeb20121d673482c0698cbcbe86f60dac24d603035e4')
+sha256sums=('8fa75aa5064894625947e89a05d4e20a9204542857f741d371fade2a20ec46c9')
build() {
cd "$_archive"