openldap: added v2.4.49 (#14815)

This commit is contained in:
darmac 2020-02-10 16:40:46 +08:00 committed by GitHub
parent 1c5838be5c
commit 85b6e3e6d4

View File

@ -19,6 +19,7 @@ class Openldap(AutotoolsPackage):
homepage = "https://www.openldap.org/" homepage = "https://www.openldap.org/"
url = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.48.tgz" url = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.48.tgz"
version('2.4.49', sha256='e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e')
version('2.4.48', sha256='d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d') version('2.4.48', sha256='d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d')
variant('client_only', default=True, description='Client only installation') variant('client_only', default=True, description='Client only installation')