diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:28:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:28:21 +0000 |
commit | a3b8dcba1ec3800fc9fc3451379a8ba8207a2c2b (patch) | |
tree | a9c97c47a0673e6ee83a3512b1893e40bdea376a /cyrus-sasl | |
parent | af3b48c075f56bd5b8e3a5744e21522eadbd1ebe (diff) | |
download | opt-a3b8dcba1ec3800fc9fc3451379a8ba8207a2c2b.tar.gz opt-a3b8dcba1ec3800fc9fc3451379a8ba8207a2c2b.tar.xz |
cyrus-sasl: adopted port
Diffstat (limited to 'cyrus-sasl')
-rw-r--r-- | cyrus-sasl/.signature | 4 | ||||
-rw-r--r-- | cyrus-sasl/Pkgfile | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cyrus-sasl/.signature b/cyrus-sasl/.signature index 69f5d6656..423aadd18 100644 --- a/cyrus-sasl/.signature +++ b/cyrus-sasl/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Vhbibws7KK6930LuQcksptQS49VKZPhYVeF/L45qmLvv/AzMOJOD334q0O14XwZRlo0fg4GAHiPo20KZ1WQjwA= -SHA256 (Pkgfile) = f559af8ea4758a3a9f70c33dc34f92b2f197ceb5e9b92f473c9a921acfe7d6c0 +RWSE3ohX2g5d/WCAxjvVm+3v1QF6tMY8S+ibORY3di+ejGLNAzpv5tGi+/R/EWL+kG4PdJWTEbDUsQi7eJFy51c170/McvSLMwY= +SHA256 (Pkgfile) = e5b4b96b850a3230f6aac2d11fb519a26fe60579a0eee4a031a35237a0ddda52 SHA256 (.footprint) = e4e77c95f7485a0b84ae04ce6db392db6aa362e706da3a52ca28f95b97ca6abd SHA256 (cyrus-sasl-2.1.27.tar.gz) = 26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5 SHA256 (saslauthd) = 2a96dca868261d5275087ed8e1eef59946f47c6d35797368710c3037f46e61bd diff --git a/cyrus-sasl/Pkgfile b/cyrus-sasl/Pkgfile index b2d9a8586..2b77ea4ae 100644 --- a/cyrus-sasl/Pkgfile +++ b/cyrus-sasl/Pkgfile @@ -1,14 +1,13 @@ # Description: Simple Authentication and Security Layer -# URL: https://www.cyrusimap.org/sasl/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: db openssl linux-pam +# URL: https://www.cyrusimap.org/sasl/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: db openssl linux-pam name=cyrus-sasl version=2.1.27 release=2 source=(https://github.com/cyrusimap/$name/releases/download/$name-$version/$name-$version.tar.gz - saslauthd - cyrus-sasl-2.1.27-CVE-2019-19906.patch) + saslauthd cyrus-sasl-2.1.27-CVE-2019-19906.patch) build() { cd $name-$version |