From owner-svn-ports-head@freebsd.org Fri Mar 12 15:59:21 2021 Return-Path: Delivered-To: svn-ports-head@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 9325857D49A; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@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 4Dxr953mVcz4TRQ; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FDBB1A64E; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CFxLVj023467; Fri, 12 Mar 2021 15:59:21 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CFxKAG023462; Fri, 12 Mar 2021 15:59:20 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <202103121559.12CFxKAG023462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 12 Mar 2021 15:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568185 - in head/security: . ubuntu-keyring X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: in head/security: . ubuntu-keyring X-SVN-Commit-Revision: 568185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 15:59:21 -0000 Author: trasz Date: Fri Mar 12 15:59:19 2021 New Revision: 568185 URL: https://svnweb.freebsd.org/changeset/ports/568185 Log: Add security/ubuntu-keyring: GPG keys for Ubuntu package signature verification It will be used by sysutils/debootstrap. Sponsored by: The FreeBSD Foundation Added: head/security/ubuntu-keyring/ head/security/ubuntu-keyring/Makefile (contents, props changed) head/security/ubuntu-keyring/distinfo (contents, props changed) head/security/ubuntu-keyring/pkg-descr (contents, props changed) head/security/ubuntu-keyring/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Mar 12 15:55:03 2021 (r568184) +++ head/security/Makefile Fri Mar 12 15:59:19 2021 (r568185) @@ -1273,6 +1273,7 @@ SUBDIR += tthsum SUBDIR += u2f-devd SUBDIR += uacme + SUBDIR += ubuntu-keyring SUBDIR += unhide SUBDIR += unicornscan SUBDIR += vanguards-tor Added: head/security/ubuntu-keyring/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/Makefile Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ubuntu-keyring +PORTVERSION= 2020.06.17.1 +CATEGORIES= security +MASTER_SITES= DEBIAN +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= trasz@FreeBSD.org +COMMENT= GPG keys for Ubuntu package signature verification + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/debian/copyright + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_BUILD= yes +NO_ARCH= yes +USE_PERL5= run + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/keyrings + ${INSTALL_DATA} ${WRKSRC}/keyrings/* ${STAGEDIR}${PREFIX}/share/keyrings/ + +.include Added: head/security/ubuntu-keyring/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/distinfo Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615548093 +SHA256 (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = e31ba06e1332002e0649c206f54fa67fee038e27f43b9e59e872f1de14a00774 +SIZE (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = 36420 Added: head/security/ubuntu-keyring/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/pkg-descr Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,3 @@ +Public GPG keys used to verify authenticity of Ubuntu packages. + +WWW: https://bugs.launchpad.net/ubuntu/+filebug Added: head/security/ubuntu-keyring/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/pkg-plist Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,17 @@ +share/keyrings/ubuntu-archive-keyring.gpg +share/keyrings/ubuntu-archive-removed-keys.gpg +share/keyrings/ubuntu-cloud-keyring.gpg +share/keyrings/ubuntu-cloud-removed-keys.gpg +share/keyrings/ubuntu-cloudimage-keyring.gpg +share/keyrings/ubuntu-cloudimage-removed-keys.gpg +share/keyrings/ubuntu-dbgsym-keyring.gpg +share/keyrings/ubuntu-dbgsym-removed-keys.gpg +share/keyrings/ubuntu-keyring-2008-oem.gpg +share/keyrings/ubuntu-keyring-2012-cdimage.gpg +share/keyrings/ubuntu-keyring-2012-cloud-archive.gpg +share/keyrings/ubuntu-keyring-2016-dbgsym.gpg +share/keyrings/ubuntu-keyring-2018-archive.gpg +share/keyrings/ubuntu-keyring-2020-oem.gpg +share/keyrings/ubuntu-master-keyring.gpg +share/keyrings/ubuntu-oem-keyring.gpg +share/keyrings/ubuntu-oem-removed-keys.gpg