svn commit: r533304 - branches/2020Q2/net/openldap24-server

Xin LI delphij at FreeBSD.org
Wed Apr 29 01:33:11 UTC 2020


Author: delphij
Date: Wed Apr 29 01:33:10 2020
New Revision: 533304
URL: https://svnweb.freebsd.org/changeset/ports/533304

Log:
  MFH: r533303
  
  net/openldap24-server: update to 2.4.50.
  
  PR:		246010
  Security:	CVE-2020-12243
  Approved by:	ports-secteam

Modified:
  branches/2020Q2/net/openldap24-server/Makefile
  branches/2020Q2/net/openldap24-server/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/openldap24-server/Makefile
==============================================================================
--- branches/2020Q2/net/openldap24-server/Makefile	Wed Apr 29 01:31:04 2020	(r533303)
+++ branches/2020Q2/net/openldap24-server/Makefile	Wed Apr 29 01:33:10 2020	(r533304)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=		openldap
-DISTVERSION=		2.4.49
+DISTVERSION=		2.4.50
 PORTREVISION=		${OPENLDAP_PORTREVISION}
 CATEGORIES=		net databases
 MASTER_SITES=		ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
+			http://repository.linagora.org/OpenLDAP/openldap-release/ \
 			ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/ \
 			ftp://ftp.ntua.gr/mirror/OpenLDAP/%SUBDIR%/ \
 			ftp://ftp.u-aizu.ac.jp/pub/net/openldap/%SUBDIR%/ \
@@ -65,9 +66,9 @@ BROKEN=			incompatible OpenLDAP version: ${WANT_OPENLD
 .endif
 
 PORTREVISION_CLIENT=	0
-PORTREVISION_SERVER=	2
+PORTREVISION_SERVER=	0
 OPENLDAP_SHLIB_MAJOR=	2
-OPENLDAP_SHLIB_MINOR=	10.12
+OPENLDAP_SHLIB_MINOR=	10.13
 OPENLDAP_MAJOR=		${DISTVERSION:R}
 
 OPTIONS_DEFINE=		DEBUG FETCH GSSAPI

Modified: branches/2020Q2/net/openldap24-server/distinfo
==============================================================================
--- branches/2020Q2/net/openldap24-server/distinfo	Wed Apr 29 01:31:04 2020	(r533303)
+++ branches/2020Q2/net/openldap24-server/distinfo	Wed Apr 29 01:33:10 2020	(r533304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580698392
-SHA256 (openldap-2.4.49.tgz) = e3b117944b4180f23befe87d0dcf47f29de775befbc469dcf4ac3dab3311e56e
-SIZE (openldap-2.4.49.tgz) = 5704723
+TIMESTAMP = 1588112640
+SHA256 (openldap-2.4.50.tgz) = 5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8
+SIZE (openldap-2.4.50.tgz) = 5712635


More information about the svn-ports-all mailing list