Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 16:58:02 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d8d3b983df1c - main - security/fbopenssl: Remove from tree
Message-ID:  <202104201658.13KGw2ix025099@gitrepo.freebsd.org>

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

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

commit d8d3b983df1c630f96e3be5b1575060ffe1c0c4d
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-20 07:35:38 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-04-20 16:53:46 +0000

    security/fbopenssl: Remove from tree
    
    Abandoned upstream, last release back in 2005.
    Broken for more than 3 months
    
    References:
    https://sourceforge.net/projects/modgssapache/files/fbopenssl/
    https://portsfallout.com/fallout?port=security%2Ffbopenssl$
    
    PR:     255162
    Reported by:    daniel.engberg.lists@pyret.net
---
 MOVED                                |  1 +
 security/Makefile                    |  1 -
 security/fbopenssl/Makefile          | 36 ------------------------------------
 security/fbopenssl/distinfo          |  2 --
 security/fbopenssl/files/BSDMakefile | 35 -----------------------------------
 security/fbopenssl/pkg-descr         |  7 -------
 security/fbopenssl/pkg-plist         |  9 ---------
 7 files changed, 1 insertion(+), 90 deletions(-)

diff --git a/MOVED b/MOVED
index 704d5cffd8f0..fc92091be0ab 100644
--- a/MOVED
+++ b/MOVED
@@ -16291,3 +16291,4 @@ www/grafana5|www/grafana6|2021-04-17|Has expired: Upstream end of life
 comms/py-lirc||2021-04-17|Has expired: No longer maintained and not compatible with Python 3
 x11-toolkits/qt5-gtkplatform||2021-04-17|Has expired: Archived upstream
 textproc/py-markdown3|textproc/py-markdown|2021-04-20|markdown3 confilicts with too many ports
+security/fbopenssl||2021-04-20|Unmaintained, abandoned, does not build with recent OS versions
diff --git a/security/Makefile b/security/Makefile
index ee477b98a030..9c493d7ff4c3 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -147,7 +147,6 @@
     SUBDIR += fakeident
     SUBDIR += fakeroot
     SUBDIR += farmhash
-    SUBDIR += fbopenssl
     SUBDIR += fcheck
     SUBDIR += fcrackzip
     SUBDIR += ffuf
diff --git a/security/fbopenssl/Makefile b/security/fbopenssl/Makefile
deleted file mode 100644
index 95721bb29425..000000000000
--- a/security/fbopenssl/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	fbopenssl
-PORTVERSION=	0.0.4
-PORTREVISION=	1
-CATEGORIES=	security
-MASTER_SITES=	SF/modgssapache/${PORTNAME}/${PORTVERSION}/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	GSS-API and SPNEGO extensions for OpenSSL
-
-LICENSE=	GPLv2
-
-USES=		uidfix ssl
-USE_LDCONFIG=	yes
-MAKEFILE=	BSDMakefile
-MAKE_ENV=	BSD_INSTALL_DATA="${INSTALL_DATA}"
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
-PORTDOCS=	readme.txt
-
-OPTIONS_DEFINE=	DOCS
-
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_12=	incomplete definition of type 'struct asn1_object_st'
-BROKEN_FreeBSD_13=	incomplete definition of type 'struct asn1_object_st'
-.endif
-
-post-extract:
-	${INSTALL_DATA} ${FILESDIR}/BSDMakefile ${WRKSRC}
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.post.mk>
diff --git a/security/fbopenssl/distinfo b/security/fbopenssl/distinfo
deleted file mode 100644
index 468f910ef262..000000000000
--- a/security/fbopenssl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fbopenssl-0.0.4.tar.gz) = 8d850c7410bc3d5221ff128ca1cc1dbfb20a024ffbb142cc34e84c0af2f12e45
-SIZE (fbopenssl-0.0.4.tar.gz) = 15627
diff --git a/security/fbopenssl/files/BSDMakefile b/security/fbopenssl/files/BSDMakefile
deleted file mode 100644
index ae8220bb9c50..000000000000
--- a/security/fbopenssl/files/BSDMakefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PREFIX?=	/usr/local
-OPENSSLLIB?=	/usr/lib
-OPENSSLINC?=	/usr/include/openssl
-BSD_INSTALL_DATA?=	install -m 0444
-
-LIB=		fbopenssl
-LIBDIR=		${PREFIX}/lib
-SHLIBDIR=	${PREFIX}/lib
-SHLIB_MAJOR=	0
-MAN=
-MK_PROFILE=	no
-
-CFLAGS+=-ansi -I${OPENSSLINC}
-LDADD=	-Wl,-R${OPENSSLLIB} -L${OPENSSLLIB} -lcrypto
-
-.PATH: src/asn1 src/file src/gssapi src/krb5 src/spnego
-SRCS=	asn1help.c \
-	filehelp.c \
-	gssapi.c \
-	krb5help.c \
-	spnego.c \
-	spnegohelp.c
-
-FILES=	include/asn1help.h \
-	include/filehelp.h \
-	include/gssapi.h \
-	include/krb5help.h \
-	include/spnego.h \
-	include/spnegohelp.h
-FILESDIR?=	${PREFIX}/include/fbopenssl	
-
-beforeinstall:
-	install -m 0755 -d ${DESTDIR}${PREFIX}/include/fbopenssl
-
-.include <bsd.lib.mk>
diff --git a/security/fbopenssl/pkg-descr b/security/fbopenssl/pkg-descr
deleted file mode 100644
index a3387a73306b..000000000000
--- a/security/fbopenssl/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-fbopenssl is a library containing extensions to OpenSSL,
-including support for:
-
-- GSS-API (RFC 2743)
-- SPNEGO (RFC 2478)
-
-WWW: http://modgssapache.sourceforge.net/
diff --git a/security/fbopenssl/pkg-plist b/security/fbopenssl/pkg-plist
deleted file mode 100644
index fee06e7af371..000000000000
--- a/security/fbopenssl/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-include/fbopenssl/asn1help.h
-include/fbopenssl/filehelp.h
-include/fbopenssl/gssapi.h
-include/fbopenssl/krb5help.h
-include/fbopenssl/spnego.h
-include/fbopenssl/spnegohelp.h
-lib/libfbopenssl.a
-lib/libfbopenssl.so
-lib/libfbopenssl.so.0



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