From owner-dev-commits-ports-all@freebsd.org Tue Apr 20 16:58:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0E8A5DFA51; Tue, 20 Apr 2021 16:58:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FPqcp40FMz3FQJ; Tue, 20 Apr 2021 16:58:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C0E916579; Tue, 20 Apr 2021 16:58:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13KGw2Gg025100; Tue, 20 Apr 2021 16:58:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13KGw2ix025099; Tue, 20 Apr 2021 16:58:02 GMT (envelope-from git) Date: Tue, 20 Apr 2021 16:58:02 GMT Message-Id: <202104201658.13KGw2ix025099@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: d8d3b983df1c - main - security/fbopenssl: Remove from tree MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d8d3b983df1c630f96e3be5b1575060ffe1c0c4d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 16:58:02 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8d3b983df1c630f96e3be5b1575060ffe1c0c4d commit d8d3b983df1c630f96e3be5b1575060ffe1c0c4d Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-20 07:35:38 +0000 Commit: Fernando ApesteguĂ­a 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 - -.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 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 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