Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 01:44:24 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e011709bf24 - main - databases/ateam_mysql_ldap_auth: Remove expired port
Message-ID:  <202306300144.35U1iOuu012532@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e011709bf247af648f39602e0a095c175a43048

commit 0e011709bf247af648f39602e0a095c175a43048
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 01:25:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 01:31:23 +0000

    databases/ateam_mysql_ldap_auth: Remove expired port
    
    2023-06-30 databases/ateam_mysql_ldap_auth: Requires upstream EOL MySQL 5.6
    
    Approved by:    portmgr (blanket)
---
 MOVED                                              |  1 +
 databases/Makefile                                 |  1 -
 databases/ateam_mysql_ldap_auth/Makefile           | 46 ----------------------
 databases/ateam_mysql_ldap_auth/distinfo           |  2 -
 .../ateam_mysql_ldap_auth/files/pkg-message.in     |  8 ----
 databases/ateam_mysql_ldap_auth/pkg-descr          | 21 ----------
 6 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/MOVED b/MOVED
index 939ddcbe52a6..47a7c33e8a57 100644
--- a/MOVED
+++ b/MOVED
@@ -7660,3 +7660,4 @@ x11-wm/pager|x11-wm/sawfish-pager|2023-06-27|Renamed to match upstream naming
 lang/python37|lang/python38|2023-06-27|Has expired: Upgrade to a newer Python version. 3.7 is in maintenance status and gets security fixes only. End-of-Life: 2023-06-27. See https://devguide.python.org/versions/
 databases/mysql-q4m||2023-06-30|Has expired: Requires upstream EOL MySQL 5.6
 databases/mysqlbigram||2023-06-30|Has expired: Requires upstream EOL MySQL 5.6
+databases/ateam_mysql_ldap_auth||2023-06-30|Has expired: Requires upstream EOL MySQL 5.6
diff --git a/databases/Makefile b/databases/Makefile
index e0f56ad38a63..5eda7ff14024 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -15,7 +15,6 @@
     SUBDIR += arrow
     SUBDIR += arrow-glib
     SUBDIR += ateam_mysql57_ldap_auth
-    SUBDIR += ateam_mysql_ldap_auth
     SUBDIR += autobackupmysql
     SUBDIR += automysqlbackup
     SUBDIR += bbdb
diff --git a/databases/ateam_mysql_ldap_auth/Makefile b/databases/ateam_mysql_ldap_auth/Makefile
deleted file mode 100644
index 4396a514ac58..000000000000
--- a/databases/ateam_mysql_ldap_auth/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-PORTNAME=	ateam_mysql_ldap_auth
-PORTVERSION=	1.0
-PORTREVISION=	3
-CATEGORIES=	databases
-
-MAINTAINER=	ganbold@FreeBSD.org
-COMMENT=	A-Team MySQL LDAP authentication plugin
-WWW=		https://github.com/ateamsystems/ateam_mysql_ldap_auth
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Requires upstream EOL MySQL 5.6
-EXPIRATION_DATE=	2023-06-30
-
-LIB_DEPENDS=	libconfig.so:devel/libconfig
-
-USES=		gmake ldap mysql:client,server
-
-IGNORE_WITH_MYSQL=	57 80 101m 102m 103m 57p 57w
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	ateamsystems
-GH_TAGNAME=	f6a1a5d
-
-PLIST_FILES=	lib/mysql/plugin/auth_ldap.so \
-		"@sample etc/ateam_mysql_ldap_auth.conf.sample"
-PORTDOCS=	README INSTALL
-
-OPTIONS_DEFINE=	DOCS
-
-SUB_FILES=	pkg-message
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mysql/plugin
-	${INSTALL_PROGRAM} ${WRKSRC}/src/auth_ldap.so \
-		${STAGEDIR}${PREFIX}/lib/mysql/plugin
-	${INSTALL_DATA} ${WRKSRC}/ateam_mysql_ldap_auth.conf \
-		${STAGEDIR}${PREFIX}/etc/ateam_mysql_ldap_auth.conf.sample
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/databases/ateam_mysql_ldap_auth/distinfo b/databases/ateam_mysql_ldap_auth/distinfo
deleted file mode 100644
index 2ec86012d1cc..000000000000
--- a/databases/ateam_mysql_ldap_auth/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 3a20533fb4fed93daad0e8944ab6e8ae530ecbebefd95240b1e60f3c5ca5ec9c
-SIZE (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 17971
diff --git a/databases/ateam_mysql_ldap_auth/files/pkg-message.in b/databases/ateam_mysql_ldap_auth/files/pkg-message.in
deleted file mode 100644
index 85ba9c30cac8..000000000000
--- a/databases/ateam_mysql_ldap_auth/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Please see %%DOCSDIR%%/INSTALL
-for install notes.
-EOM
-}
-]
diff --git a/databases/ateam_mysql_ldap_auth/pkg-descr b/databases/ateam_mysql_ldap_auth/pkg-descr
deleted file mode 100644
index dc16175bbde0..000000000000
--- a/databases/ateam_mysql_ldap_auth/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-A-Team MySQL LDAP Authenticator (ateam_mysql_ldap_auth) is an authentication
-plugin for MySQL 5.5.7 and up, and has been tested with 5.6 under FreeBSD.
-This module allows you to create MySQL users that are then authenticated
-against an LDAP server. This reduces administrative overhead and eliminates
-your users having to remember a seperate username and password for MySQL.
-Just like MySQL Enterprise's PAM module, for client side authentication
-this plugin uses the clear_text password module as the LDAP server must
-perform the password hasing and comparison.  For command line clients this
-is done by setting the following environment variable:
-
-  export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1
-
-In MySQL Workbench this is acheived by going to go to the "Advanced" tab and
-checking "Enable Cleartext Authentication Plugin" when editing a connction.
-
-!!! IMPORTANT:
-!!! ------------------------------------------------------------------------
-!!! ENSURE THE COMMUNICATIONS PATH BETWEEN THE CLIENT AND SERVER IS SECURE!
-!!! ------------------------------------------------------------------------
-!!! By default MySQL does not use SSL so additional steps and network design
-!!! are needed to ensure you're not exposing your credetials.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300144.35U1iOuu012532>