summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fuhry2023-01-03 15:42:38 -0500
committerDan Fuhry2023-01-03 15:42:38 -0500
commit4917eb012ded3a4ba65f3326810e74c4c41fbc2c (patch)
treedd0fd434d288d10115f4058f22fa855916207b87
parent74766d945b18e2aab964488cbf1c57fe42deadd5 (diff)
downloadaur-apache-mod_auth_mellon.tar.gz
updpkg: apache-mod_auth_mellon 0.18.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98a70886c063..2ed6db0e68c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apache-mod_auth_mellon
pkgdesc = Authentication module for Apache that authenticates the user against a SAML 2.0 IdP, and grants access to directories depending on attributes received from the IdP.
- pkgver = 0.18.0
- pkgrel = 2
+ pkgver = 0.18.1
+ pkgrel = 1
url = https://github.com/latchset/mod_auth_mellon
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = apache-mod_auth_mellon
depends = apache
depends = lasso>=2.8.0
depends = curl
- options = !strip
- source = https://github.com/latchset/mod_auth_mellon/archive/refs/tags/v0.18.0.tar.gz
- sha512sums = 477ac302fda9ed33b2ca51e88379250a41cc85111e71cacc8ba9f16cd8a2b63af6393fb038fc8f5c211b97926ef368c5989c92570c2e3c9eae072c7b4d32d7d5
+ depends = openssl>=3.0.0
+ source = https://github.com/latchset/mod_auth_mellon/archive/refs/tags/v0.18.1.tar.gz
+ sha512sums = fab00f1cb00eb9d3f083efaff7ef3b356c4816c996ef86efb495955cd6ee9abb9433d5193e067840a8f0bd555c5ffbab1f8b4a4f3c1e3c09d36b34346a224696
pkgname = apache-mod_auth_mellon
diff --git a/PKGBUILD b/PKGBUILD
index b05d564346df..01486cd6157c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@
### the software) then please do email me or post an AUR comment.
pkgname=apache-mod_auth_mellon
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
pkgdesc="Authentication module for Apache that authenticates the user against a SAML 2.0 IdP, and grants access to directories depending on attributes received from the IdP."
arch=('i686' 'x86_64')
url="https://github.com/latchset/mod_auth_mellon"
license=('LGPL')
-depends=('apache' 'lasso>=2.8.0' 'curl')
+depends=('apache' 'lasso>=2.8.0' 'curl' 'openssl>=3.0.0')
makedepends=('apache' 'lasso>=2.8.0' 'curl')
source=("https://github.com/latchset/mod_auth_mellon/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('477ac302fda9ed33b2ca51e88379250a41cc85111e71cacc8ba9f16cd8a2b63af6393fb038fc8f5c211b97926ef368c5989c92570c2e3c9eae072c7b4d32d7d5')
+sha512sums=('fab00f1cb00eb9d3f083efaff7ef3b356c4816c996ef86efb495955cd6ee9abb9433d5193e067840a8f0bd555c5ffbab1f8b4a4f3c1e3c09d36b34346a224696')
build() {
cd "$srcdir"/mod_auth_mellon-$pkgver