From owner-dev-commits-ports-all@freebsd.org Mon Apr 12 22:22:29 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 BD9FA5E05E0; Mon, 12 Apr 2021 22:22:29 +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 4FK3Bs52wKz3F3D; Mon, 12 Apr 2021 22:22:29 +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 9FE621FB02; Mon, 12 Apr 2021 22:22:29 +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 13CMMTO7036543; Mon, 12 Apr 2021 22:22:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13CMMTnr036542; Mon, 12 Apr 2021 22:22:29 GMT (envelope-from git) Date: Mon, 12 Apr 2021 22:22:29 GMT Message-Id: <202104122222.13CMMTnr036542@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 3057478fb60d - main - security/netpgp: Remove from tree MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3057478fb60db707381b9bc0d7fb434f6253e388 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: Mon, 12 Apr 2021 22:22:29 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=3057478fb60db707381b9bc0d7fb434f6253e388 commit 3057478fb60db707381b9bc0d7fb434f6253e388 Author: Kevin Bowling AuthorDate: 2021-04-12 22:20:49 +0000 Commit: Kevin Bowling CommitDate: 2021-04-12 22:20:49 +0000 security/netpgp: Remove from tree Marked broken on 12+ over 2 years ago without anyone fixing it Upstream project seems inactive PR: 254938 Reported by: daniel.engberg.lists@pyret.net --- MOVED | 1 + security/Makefile | 1 - security/netpgp/Makefile | 25 ------------------------- security/netpgp/distinfo | 2 -- security/netpgp/pkg-descr | 18 ------------------ security/netpgp/pkg-plist | 15 --------------- 6 files changed, 1 insertion(+), 61 deletions(-) diff --git a/MOVED b/MOVED index 72196cc53dcd..59b3c8cb9c9e 100644 --- a/MOVED +++ b/MOVED @@ -16282,3 +16282,4 @@ www/xshttpd||2021-04-12|Unmaintained and dead upstream www/xshttpd-devel||2021-04-12|Unmaintained and dead upstream dns/credns||2021-04-12|Broken 12+, unmaintained upstream www/youtube_dlc|www/yt-dlp|2021-04-12|Upstream have made a complete transition to new project name +security/netpgp||2021-04-12|Broken 12+, unmaintained upstream diff --git a/security/Makefile b/security/Makefile index 6093be2e098d..eb3849e0ebe5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -368,7 +368,6 @@ SUBDIR += nacl SUBDIR += ncrack SUBDIR += ncrypt - SUBDIR += netpgp SUBDIR += nettle SUBDIR += nextcloud-end_to_end_encryption SUBDIR += nextcloud-passman diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile deleted file mode 100644 index e76b4b6e971f..000000000000 --- a/security/netpgp/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= netpgp -PORTVERSION= 20140220 -CATEGORIES= security -MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= PGP signing, verification, encryption, and decryption program - -USES= libtool ssl -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' -.endif - -CPPFLAGS+= -I${OPENSSLINC} -CFLAGS+= -I${OPENSSLINC} -Wno-error -LDFLAGS+= -L${OPENSSLLIB} - -.include diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo deleted file mode 100644 index d9ba8c99ee47..000000000000 --- a/security/netpgp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (netpgp-20140220.tar.gz) = fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf -SIZE (netpgp-20140220.tar.gz) = 1521820 diff --git a/security/netpgp/pkg-descr b/security/netpgp/pkg-descr deleted file mode 100644 index ce6e7e72bed6..000000000000 --- a/security/netpgp/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The netpgp command can digitally sign files and verify that the -signatures attached to files were signed by a given user identifier. -netpgp can also encrypt files using the public or private keys of -users and, in the same manner, decrypt files which were encrypted. - -The netpgp utility can also be used to generate a new key-pair for a -user. This key is in two parts, the public key (which can be used by -other people) and a private key. - -In addition to these primary uses, the third way of using netpgp is to -maintain keyrings. Keyrings are collections of public keys belonging -to other users. By using other means of identification, it is -possible to establish the bona fides of other users. Once trust has -been established, the public key of the other user will be signed. -The other user's public key can be added to our keyring. The other -user will add our public key to their keyring. - -WWW: http://www.NetBSD.org/ diff --git a/security/netpgp/pkg-plist b/security/netpgp/pkg-plist deleted file mode 100644 index 7314e4aa5c05..000000000000 --- a/security/netpgp/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/netpgp -bin/netpgpkeys -include/netpgp.h -lib/libnetpgp.a -lib/libnetpgp.so -lib/libnetpgp.so.0 -lib/libnetpgp.so.0.0.0 -lib/libmj.a -lib/libmj.so -lib/libmj.so.0 -lib/libmj.so.0.0.0 -man/man1/netpgp.1.gz -man/man1/netpgpkeys.1.gz -man/man3/libmj.3.gz -man/man3/libnetpgp.3.gz