Update openldap from 2.4.44 to 2.4.45

This commit is contained in:
Ed Reel
2017-08-07 22:34:37 -05:00
committed by Kazushi (Jam) Marukawa
parent 6826ac7514
commit 60c2542a03

View File

@@ -3,9 +3,9 @@ require 'package'
class Openldap < Package
description 'OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.'
homepage 'http://www.openldap.org/'
version '2.4.44'
source_url 'ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.44.tgz'
source_sha256 'd7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400'
version '2.4.45'
source_url 'ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.45.tgz'
source_sha256 'cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824'
def self.build
system "./configure --disable-slapd --prefix=/usr/local"