Date: Fri, 12 Mar 2021 15:59:20 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568185 - in head/security: . ubuntu-keyring Message-ID: <202103121559.12CFxKAG023462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103121559.12CFxKAG023462>