From e8f4f9baa347570d9740a2b553fa9cc180a2598d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 26 Mar 2024 09:46:17 +0100 Subject: [PATCH] more CPEs --- ansible-core/PKGBUILD | 2 ++ ansible/PKGBUILD | 2 ++ automake1.11/PKGBUILD | 3 +++ automake1.12/PKGBUILD | 3 +++ automake1.13/PKGBUILD | 3 +++ automake1.14/PKGBUILD | 3 +++ automake1.15/PKGBUILD | 3 +++ automake1.16/PKGBUILD | 3 +++ axel/PKGBUILD | 3 ++- busybox/PKGBUILD | 1 + c-ares/PKGBUILD | 3 ++- ctags/PKGBUILD | 3 +++ curl/PKGBUILD | 4 ++++ cyrus-sasl/PKGBUILD | 4 +++- git/PKGBUILD | 2 ++ gzip/PKGBUILD | 1 + heimdal/PKGBUILD | 2 ++ lftp/PKGBUILD | 3 ++- libevent/PKGBUILD | 1 + libksba/PKGBUILD | 1 + libtasn1/PKGBUILD | 1 + libtirpc/PKGBUILD | 1 + libuv/PKGBUILD | 1 + lynx/PKGBUILD | 2 ++ ncurses/PKGBUILD | 1 + neon/PKGBUILD | 3 ++- pcre/PKGBUILD | 1 + pcre2/PKGBUILD | 1 + perl-DBI/PKGBUILD | 4 ++++ perl-XML-LibXML/PKGBUILD | 3 +++ perl-libwww/PKGBUILD | 4 ++++ perl/PKGBUILD | 1 + protobuf/PKGBUILD | 1 + python-beaker/PKGBUILD | 1 + python-brotli/PKGBUILD | 1 + python-jinja/PKGBUILD | 1 + python-lxml/PKGBUILD | 1 + python-mako/PKGBUILD | 1 + python-pip/PKGBUILD | 1 + python-pygments/PKGBUILD | 1 + python-setuptools/PKGBUILD | 1 + python-urllib3/PKGBUILD | 1 + python-wheel/PKGBUILD | 1 + python-yaml/PKGBUILD | 1 + python/PKGBUILD | 1 + rsync/PKGBUILD | 2 ++ ruby/PKGBUILD | 1 + subversion/PKGBUILD | 1 + tmux/PKGBUILD | 1 + util-linux/PKGBUILD | 3 +++ vim/PKGBUILD | 1 + zlib/PKGBUILD | 1 + 52 files changed, 91 insertions(+), 5 deletions(-) diff --git a/ansible-core/PKGBUILD b/ansible-core/PKGBUILD index be90ddaf..b0337ea7 100644 --- a/ansible-core/PKGBUILD +++ b/ansible-core/PKGBUILD @@ -7,7 +7,9 @@ pkgdesc='Radically simple IT automation platform' arch=('any') url='https://pypi.org/project/ansible-core' msys2_references=( + "cpe: cpe:/a:ansible:ansible" "cpe: cpe:/a:redhat:ansible" + "cpe: cpe:/a:redhat:ansible_engine" "pypi:ansible-core" ) license=('spdx:GPL-3.0-or-later') diff --git a/ansible/PKGBUILD b/ansible/PKGBUILD index 3af97ff6..1d6bd756 100644 --- a/ansible/PKGBUILD +++ b/ansible/PKGBUILD @@ -7,7 +7,9 @@ pkgdesc='Official assortment of Ansible collections' arch=('any') url='https://pypi.org/project/ansible/' msys2_references=( + "cpe: cpe:/a:ansible:ansible" "cpe: cpe:/a:redhat:ansible" + "cpe: cpe:/a:redhat:ansible_engine" "pypi:ansible" ) license=('spdx:GPL-3.0-or-later') diff --git a/automake1.11/PKGBUILD b/automake1.11/PKGBUILD index 13a01575..485e8a39 100644 --- a/automake1.11/PKGBUILD +++ b/automake1.11/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/automake1.12/PKGBUILD b/automake1.12/PKGBUILD index 562bc5d2..754c3a29 100644 --- a/automake1.12/PKGBUILD +++ b/automake1.12/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/automake1.13/PKGBUILD b/automake1.13/PKGBUILD index a3ab32f7..2418f2ef 100644 --- a/automake1.13/PKGBUILD +++ b/automake1.13/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/automake1.14/PKGBUILD b/automake1.14/PKGBUILD index 283fb8b8..3788bef6 100644 --- a/automake1.14/PKGBUILD +++ b/automake1.14/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/automake1.15/PKGBUILD b/automake1.15/PKGBUILD index 07392261..4d77f8c2 100644 --- a/automake1.15/PKGBUILD +++ b/automake1.15/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/automake1.16/PKGBUILD b/automake1.16/PKGBUILD index 12007048..58541e63 100644 --- a/automake1.16/PKGBUILD +++ b/automake1.16/PKGBUILD @@ -7,6 +7,9 @@ pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') license=('GPL') url="https://www.gnu.org/software/automake" +msys2_references=( + "cpe: cpe:/a:gnu:automake" +) depends=('perl' 'bash') makedepends=('autoconf' 'make') checkdepends=('dejagnu') diff --git a/axel/PKGBUILD b/axel/PKGBUILD index 74697c31..d8e196bb 100644 --- a/axel/PKGBUILD +++ b/axel/PKGBUILD @@ -9,7 +9,8 @@ arch=('i686' 'x86_64') license=('GPL') url="https://github.com/axel-download-accelerator/axel" msys2_references=( - "cpe: cpe:/a:axel_project:axel" + "cpe: cpe:/a:axel:axel" + "cpe: cpe:/a:axel_project:axel ) groups=() depends=('openssl' 'gettext') diff --git a/busybox/PKGBUILD b/busybox/PKGBUILD index 425c210e..b266d88d 100644 --- a/busybox/PKGBUILD +++ b/busybox/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://busybox.net/" msys2_references=( "cpe: cpe:/a:busybox:busybox" + "cpe: cpe:/a:rob_landley:busybox" ) license=('GPL2') install=busybox.install diff --git a/c-ares/PKGBUILD b/c-ares/PKGBUILD index a2e73d26..9fc5d6d2 100644 --- a/c-ares/PKGBUILD +++ b/c-ares/PKGBUILD @@ -9,7 +9,8 @@ arch=('i686' 'x86_64') url="https://c-ares.haxx.se/" msys2_repository_url="https://github.com/c-ares/c-ares" msys2_references=( - "cpe: cpe:/a:c-ares:c-ares" + "cpe: cpe:/a:c-ares_project:c-ares" + "cpe: cpe:/a:daniel_stenberg:c-ares" ) license=("spdx:MIT") makedepends=("cmake" 'gcc') diff --git a/ctags/PKGBUILD b/ctags/PKGBUILD index 6b328837..7bf08c50 100644 --- a/ctags/PKGBUILD +++ b/ctags/PKGBUILD @@ -6,6 +6,9 @@ pkgrel=3 pkgdesc="Generate tag files for source code" arch=("i686" "x86_64") url="https://ctags.sourceforge.io/" +msys2_references=( + "cpe: cpe:/a:exuberant_ctags_project:exuberant_ctags" +) license=("GPL") makedepends=('autotools' 'gcc') source=("https://sourceforge.net/projects/ctags/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") diff --git a/curl/PKGBUILD b/curl/PKGBUILD index 1408c84d..8ae6e8e1 100644 --- a/curl/PKGBUILD +++ b/curl/PKGBUILD @@ -9,7 +9,11 @@ arch=('i686' 'x86_64') url="https://curl.haxx.se" msys2_repository_url="https://github.com/curl/curl" msys2_references=( + "cpe: cpe:/a:curl:curl" + "cpe: cpe:/a:curl:libcurl" "cpe: cpe:/a:haxx:curl" + "cpe: cpe:/a:haxx:libcurl" + "cpe: cpe:/a:libcurl:libcurl" ) license=('spdx:MIT') depends=('ca-certificates') diff --git a/cyrus-sasl/PKGBUILD b/cyrus-sasl/PKGBUILD index d1932207..5b59e4f0 100644 --- a/cyrus-sasl/PKGBUILD +++ b/cyrus-sasl/PKGBUILD @@ -9,7 +9,9 @@ arch=('i686' 'x86_64') url="https://www.cyrusimap.org/sasl/" msys2_repository_url="https://github.com/cyrusimap/cyrus-sasl" msys2_references=( - "cpe: cpe:/a:cmu:cyrus-sasl" + "cpe: cpe:/a:carnegie_mellon_university:cyrus-sasl" + "cpe: cpe:/a:cyrus:sasl" + "cpe: cpe:/a:cyrusimap:cyrus-sasl" ) license=('custom') groups=('sys-utils') diff --git a/git/PKGBUILD b/git/PKGBUILD index c6c78606..38d50b25 100644 --- a/git/PKGBUILD +++ b/git/PKGBUILD @@ -9,7 +9,9 @@ arch=('i686' 'x86_64') url="https://git-scm.com/" msys2_repository_url="https://git.kernel.org/pub/scm/git/git.git" msys2_references=( + "cpe: cpe:/a:git:git" "cpe: cpe:/a:git-scm:git" + "cpe: cpe:/a:git_project:git" ) license=('GPL2') groups=('VCS') diff --git a/gzip/PKGBUILD b/gzip/PKGBUILD index c6b1aec8..18c0020c 100644 --- a/gzip/PKGBUILD +++ b/gzip/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/gzip/" msys2_references=( "cpe: cpe:/a:gnu:gzip" + "cpe: cpe:/a:gzip:gzip" ) license=('GPL3') groups=('compression') diff --git a/heimdal/PKGBUILD b/heimdal/PKGBUILD index 76825164..af736e3e 100644 --- a/heimdal/PKGBUILD +++ b/heimdal/PKGBUILD @@ -9,7 +9,9 @@ arch=('i686' 'x86_64') url="https://www.h5l.org/" msys2_repository_url="https://github.com/heimdal/heimdal" msys2_references=( + "cpe: cpe:/a:heimdal:heimdal" "cpe: cpe:/a:heimdal_project:heimdal" + "cpe: cpe:/a:kth:heimdal" ) license=('custom') makedepends=('libdb-devel' 'libxcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel diff --git a/lftp/PKGBUILD b/lftp/PKGBUILD index 5514c6c7..50d91b27 100644 --- a/lftp/PKGBUILD +++ b/lftp/PKGBUILD @@ -34,7 +34,8 @@ makedepends=('gcc' optdepends=('perl: needed for convert-netscape-cookies and verify-file') url="https://lftp.yar.ru/" msys2_references=( - 'cpe: cpe:/a:lftp_project:lftp' + "cpe: cpe:/a:alexander_v._lukyanov:lftp" + "cpe: cpe:/a:lftp_project:lftp" ) backup=('etc/lftp.conf') source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz diff --git a/libevent/PKGBUILD b/libevent/PKGBUILD index 7b1b31e4..50705094 100644 --- a/libevent/PKGBUILD +++ b/libevent/PKGBUILD @@ -9,6 +9,7 @@ url="https://libevent.org/" msys2_repository_url="https://github.com/libevent/libevent" msys2_references=( "cpe: cpe:/a:libevent_project:libevent" + "cpe: cpe:/a:niels_provos:libevent" ) license=('spdx:BSD-3-Clause') makedepends=('openssl-devel' 'autotools' 'gcc') diff --git a/libksba/PKGBUILD b/libksba/PKGBUILD index b365a198..dea44c30 100644 --- a/libksba/PKGBUILD +++ b/libksba/PKGBUILD @@ -9,6 +9,7 @@ url="https://www.gnupg.org/related_software/libksba/" msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git" msys2_references=( "cpe: cpe:/a:gnupg:libksba" + "cpe: cpe:/a:libksba_library:libksba_library" ) license=('spdx:LGPL-3.0-or-later OR GPL-2.0-or-later') makedepends=('libgpg-error-devel' 'autotools' 'gcc') diff --git a/libtasn1/PKGBUILD b/libtasn1/PKGBUILD index 7f4b8d57..815c5836 100644 --- a/libtasn1/PKGBUILD +++ b/libtasn1/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') license=('GPL3' 'LGPL') url="https://www.gnu.org/software/libtasn1/" msys2_references=( + "cpe: cpe:/a:free_software_foundation_inc.:libtasn1" "cpe: cpe:/a:gnu:libtasn1" ) makedepends=('gcc' 'patch' 'gtk-doc' 'autotools') diff --git a/libtirpc/PKGBUILD b/libtirpc/PKGBUILD index 78af13f8..23cadc7e 100644 --- a/libtirpc/PKGBUILD +++ b/libtirpc/PKGBUILD @@ -10,6 +10,7 @@ license=('BSD') url="https://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary" msys2_references=( "cpe: cpe:/a:libtirpc_project:libtirpc" + "cpe: cpe:/a:redhat:libtirpc" ) makedepends=('gcc' 'patch' 'heimdal-devel' 'autotools') source=(https://downloads.sourceforge.net/libtirpc/libtirpc-${pkgver}.tar.bz2 diff --git a/libuv/PKGBUILD b/libuv/PKGBUILD index 17f22660..d3cafcb6 100644 --- a/libuv/PKGBUILD +++ b/libuv/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://github.com/libuv/libuv" msys2_references=( "cpe: cpe:/a:libuv:libuv" + "cpe: cpe:/a:libuv_project:libuv" ) license=('custom') makedepends=('gcc' 'autotools') diff --git a/lynx/PKGBUILD b/lynx/PKGBUILD index 7e741a47..41dc6620 100644 --- a/lynx/PKGBUILD +++ b/lynx/PKGBUILD @@ -6,7 +6,9 @@ pkgdesc="A text browser for the World Wide Web" url="https://lynx.invisible-island.net/" msys2_pgp_keys_url="https://invisible-island.net/public/public.html" msys2_references=( + "cpe: cpe:/a:lynx:lynx" "cpe: cpe:/a:lynx_project:lynx" + "cpe: cpe:/a:university_of_kansas:lynx" ) arch=('i686' 'x86_64') license=('GPL') diff --git a/ncurses/PKGBUILD b/ncurses/PKGBUILD index a229b137..962be820 100644 --- a/ncurses/PKGBUILD +++ b/ncurses/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/ncurses/" msys2_references=( "cpe: cpe:/a:gnu:ncurses" + "cpe: cpe:/a:ncurses_project:ncurses" ) license=('spdx:MIT') makedepends=('autotools' 'gcc') diff --git a/neon/PKGBUILD b/neon/PKGBUILD index bedc3f4a..8616a177 100644 --- a/neon/PKGBUILD +++ b/neon/PKGBUILD @@ -8,7 +8,8 @@ pkgdesc="HTTP and WebDAV client library with a C interface" arch=('i686' 'x86_64') url="https://notroj.github.io/neon/" msys2_references=( - 'cpe: cpe:/a:webdav:neon' + "cpe: cpe:/a:neon:neon" + "cpe: cpe:/a:webdav:neon" ) license=('GPL' 'LGPL') depends=('libexpat' 'openssl' 'ca-certificates' 'libintl') diff --git a/pcre/PKGBUILD b/pcre/PKGBUILD index 53aab191..b69c8c5e 100644 --- a/pcre/PKGBUILD +++ b/pcre/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://www.pcre.org/" msys2_references=( "cpe: cpe:/a:pcre:pcre" + "cpe: cpe:/a:perl:pcre" ) license=('BSD') makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools' 'gcc') diff --git a/pcre2/PKGBUILD b/pcre2/PKGBUILD index f289ae50..fb9c1e41 100644 --- a/pcre2/PKGBUILD +++ b/pcre2/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://www.pcre.org/" msys2_repository_url="https://github.com/PCRE2Project/pcre2" msys2_references=( + "cpe: cpe:/a:pcre:pcre" "cpe: cpe:/a:pcre:pcre2" ) license=('BSD') diff --git a/perl-DBI/PKGBUILD b/perl-DBI/PKGBUILD index 2fa29a56..4b6ea8f2 100644 --- a/perl-DBI/PKGBUILD +++ b/perl-DBI/PKGBUILD @@ -7,6 +7,10 @@ pkgrel=6 pkgdesc="Database independent interface for Perl" arch=('i686' 'x86_64') url="https://metacpan.org/release/DBI" +msys2_references=( + "cpe: cpe:/a:perl:database_interface" + "cpe: cpe:/a:perl:dbi" +) groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') diff --git a/perl-XML-LibXML/PKGBUILD b/perl-XML-LibXML/PKGBUILD index 08f91ee0..5419e090 100644 --- a/perl-XML-LibXML/PKGBUILD +++ b/perl-XML-LibXML/PKGBUILD @@ -8,6 +8,9 @@ pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') url="https://metacpan.org/dist/XML-LibXML" +msys2_references=( + "cpe: cpe:/a:xml-libxml_project:xml-libxml" +) groups=('perl-modules') depends=('perl' 'perl-Alien-Libxml2' 'perl-XML-SAX' 'perl-XML-NamespaceSupport') #checkdepends=('perl-Test-Pod' 'perl-Test-LeakTrace' 'perl-CPAN-Changes' 'perl-URI') diff --git a/perl-libwww/PKGBUILD b/perl-libwww/PKGBUILD index a7f87878..f6b72c47 100644 --- a/perl-libwww/PKGBUILD +++ b/perl-libwww/PKGBUILD @@ -6,6 +6,10 @@ pkgrel=1 pkgdesc="The World-Wide Web library for Perl" arch=('any') url="https://metacpan.org/dist/libwww-perl" +msys2_references=( + "cpe: cpe:/a:gisle_aas:libwww-perl" + "cpe: cpe:/a:search.cpan:libwww-perl" +) groups=('perl-modules') license=('spdx:Artistic-1.0-Perl' 'spdx:GPL-1.0-or-later') options=('!emptydirs') diff --git a/perl/PKGBUILD b/perl/PKGBUILD index cd0a1ce3..765c8b0c 100644 --- a/perl/PKGBUILD +++ b/perl/PKGBUILD @@ -9,6 +9,7 @@ arch=(i686 x86_64) license=('GPL') url="https://www.perl.org/" msys2_references=( + "cpe: cpe:/a:larry_wall:perl" "cpe: cpe:/a:perl:perl" ) makedepends=('libdb-devel' 'libgdbm-devel' 'libxcrypt-devel' 'gcc' 'make' 'groff') diff --git a/protobuf/PKGBUILD b/protobuf/PKGBUILD index cd8e4768..c14c6466 100644 --- a/protobuf/PKGBUILD +++ b/protobuf/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url='https://developers.google.com/protocol-buffers/' msys2_repository_url="https://github.com/protocolbuffers/protobuf" msys2_references=( + "cpe: cpe:/a:google:google-protobuf" "cpe: cpe:/a:google:protobuf" ) groups=('libraries') diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index 633f8545..7da32095 100644 --- a/python-beaker/PKGBUILD +++ b/python-beaker/PKGBUILD @@ -12,6 +12,7 @@ url="https://beaker.readthedocs.org" msys2_repository_url="https://github.com/bbangert/beaker" msys2_references=( "pypi:Beaker" + "cpe: cpe:/a:python:beaker" ) depends=("python") makedepends=( diff --git a/python-brotli/PKGBUILD b/python-brotli/PKGBUILD index 6bd411e0..9b011ffd 100644 --- a/python-brotli/PKGBUILD +++ b/python-brotli/PKGBUILD @@ -9,6 +9,7 @@ license=('MIT') url='https://github.com/google/brotli' msys2_references=( "pypi:Brotli" + "cpe: cpe:/a:google:brotli" ) depends=('python') makedepends=( diff --git a/python-jinja/PKGBUILD b/python-jinja/PKGBUILD index c496f8f7..a514ce10 100644 --- a/python-jinja/PKGBUILD +++ b/python-jinja/PKGBUILD @@ -12,6 +12,7 @@ url='http://jinja.pocoo.org/' msys2_repository_url="https://github.com/pallets/jinja" msys2_references=( "pypi:Jinja2" + "cpe: cpe:/a:palletsprojects:jinja" ) depends=('python-markupsafe') makedepends=( diff --git a/python-lxml/PKGBUILD b/python-lxml/PKGBUILD index 17d2136d..2ac578a1 100644 --- a/python-lxml/PKGBUILD +++ b/python-lxml/PKGBUILD @@ -11,6 +11,7 @@ url="https://lxml.de/" msys2_repository_url="https://github.com/lxml/lxml" msys2_references=( "pypi:lxml" + "cpe: cpe:/a:lxml:lxml" ) license=('spdx:BSD-3-Clause') depends=("python" "libxslt" "libxml2") diff --git a/python-mako/PKGBUILD b/python-mako/PKGBUILD index 1fc728bf..ae64eaa3 100644 --- a/python-mako/PKGBUILD +++ b/python-mako/PKGBUILD @@ -10,6 +10,7 @@ arch=('any') url="https://pypi.python.org/pypi/Mako" msys2_references=( "pypi:Mako" + "cpe: cpe:/a:sqlalchemy:mako" ) license=('MIT') depends=("python-markupsafe" diff --git a/python-pip/PKGBUILD b/python-pip/PKGBUILD index bf611caa..e2567829 100644 --- a/python-pip/PKGBUILD +++ b/python-pip/PKGBUILD @@ -10,6 +10,7 @@ url="https://pip.pypa.io/" msys2_repository_url="https://github.com/pypa/pip" msys2_references=( "pypi:pip" + "cpe: cpe:/a:pypa:pip" ) arch=('any') license=('spdx:MIT') diff --git a/python-pygments/PKGBUILD b/python-pygments/PKGBUILD index 1c6ca659..e1b908d1 100644 --- a/python-pygments/PKGBUILD +++ b/python-pygments/PKGBUILD @@ -10,6 +10,7 @@ url="https://pygments.org/" msys2_repository_url="https://github.com/pygments/pygments" msys2_references=( "pypi:Pygments" + "cpe: cpe:/a:pygments:pygments" ) license=('spdx:BSD-2-Clause') depends=("python") diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 31f3ec80..3e8aedb4 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -12,6 +12,7 @@ url="https://pypi.python.org/pypi/setuptools" msys2_repository_url="https://github.com/pypa/setuptools" msys2_references=( "pypi:setuptools" + "cpe: cpe:/a:python:setuptools" ) depends=('python') makedepends=( diff --git a/python-urllib3/PKGBUILD b/python-urllib3/PKGBUILD index 09db5d8d..88792dea 100644 --- a/python-urllib3/PKGBUILD +++ b/python-urllib3/PKGBUILD @@ -8,6 +8,7 @@ pkgdesc="HTTP library with thread-safe connection pooling and file post support" url='https://github.com/urllib3/urllib3' msys2_references=( "pypi:urllib3" + "cpe: cpe:/a:python:urllib3" ) license=('spdx:MIT') arch=('any') diff --git a/python-wheel/PKGBUILD b/python-wheel/PKGBUILD index 220b3858..7ce1f06d 100644 --- a/python-wheel/PKGBUILD +++ b/python-wheel/PKGBUILD @@ -9,6 +9,7 @@ arch=('any') url="https://pypi.python.org/pypi/wheel" msys2_references=( "pypi:wheel" + "cpe: cpe:/a:wheel_project:wheel" ) license=('spdx:MIT') depends=("python") diff --git a/python-yaml/PKGBUILD b/python-yaml/PKGBUILD index f44e3ff4..40ed1ce8 100644 --- a/python-yaml/PKGBUILD +++ b/python-yaml/PKGBUILD @@ -11,6 +11,7 @@ arch=('i686' 'x86_64') url='https://pyyaml.org/' msys2_references=( "pypi:PyYAML" + "cpe: cpe:/a:pyyaml:pyyaml" ) license=('spdx:MIT') depends=('python' 'libyaml') diff --git a/python/PKGBUILD b/python/PKGBUILD index 4793cae1..53b42c2d 100644 --- a/python/PKGBUILD +++ b/python/PKGBUILD @@ -12,6 +12,7 @@ license=('custom') url="https://www.python.org/" msys2_references=( "cpe: cpe:/a:python:python" + "cpe: cpe:/a:python_software_foundation:python" ) makedepends=( 'libbz2-devel' diff --git a/rsync/PKGBUILD b/rsync/PKGBUILD index cc606753..fa7d6a3f 100644 --- a/rsync/PKGBUILD +++ b/rsync/PKGBUILD @@ -7,6 +7,8 @@ pkgdesc="A file transfer program to keep remote files in sync" arch=('i686' 'x86_64') url="https://rsync.samba.org" msys2_references=( + "cpe: cpe:/a:andrew_tridgell:rsync" + "cpe: cpe:/a:rsync:rsync" "cpe: cpe:/a:samba:rsync" ) groups=('net-utils') diff --git a/ruby/PKGBUILD b/ruby/PKGBUILD index 14cf91fb..4c5b6ce6 100644 --- a/ruby/PKGBUILD +++ b/ruby/PKGBUILD @@ -7,6 +7,7 @@ arch=('i686' 'x86_64') url='https://www.ruby-lang.org/en/' msys2_references=( "cpe: cpe:/a:ruby-lang:ruby" + "cpe: cpe:/a:yukihiro_matsumoto:ruby" ) license=('BSD' 'custom') makedepends=('openssl-devel' 'libffi-devel' 'doxygen' 'libxcrypt-devel' 'gmp-devel' 'libyaml-devel' 'libgdbm-devel' 'libiconv-devel' 'libreadline-devel' 'zlib-devel' 'autotools' 'gcc') diff --git a/subversion/PKGBUILD b/subversion/PKGBUILD index 456b7962..d00251fd 100644 --- a/subversion/PKGBUILD +++ b/subversion/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://subversion.apache.org/" msys2_references=( "cpe: cpe:/a:apache:subversion" + "cpe: cpe:/a:subversion:subversion" ) license=('APACHE') groups=('VCS') diff --git a/tmux/PKGBUILD b/tmux/PKGBUILD index 2dbe2c18..336ec687 100644 --- a/tmux/PKGBUILD +++ b/tmux/PKGBUILD @@ -9,6 +9,7 @@ pkgdesc='A terminal multiplexer' url='https://tmux.github.io/' msys2_repository_url="https://github.com/tmux/tmux" msys2_references=( + "cpe: cpe:/a:nicholas_marriott:tmux" "cpe: cpe:/a:tmux_project:tmux" ) arch=('i686' 'x86_64') diff --git a/util-linux/PKGBUILD b/util-linux/PKGBUILD index 782058cb..07b59cde 100644 --- a/util-linux/PKGBUILD +++ b/util-linux/PKGBUILD @@ -9,7 +9,10 @@ arch=('i686' 'x86_64') license=('GPL3') url="https://www.kernel.org/pub/linux/utils/util-linux/" msys2_references=( + "cpe: cpe:/a:andries_brouwer:util-linux" "cpe: cpe:/a:kernel:util-linux" + "cpe: cpe:/a:linux:util-linux" + "cpe: cpe:/a:util-linux_project:util-linux" ) makedepends=('gettext-devel' 'libiconv-devel' 'libxcrypt-devel' 'ncurses-devel' 'patch' 'zlib-devel' 'autotools' 'gcc' 'gtk-doc') source=(https://www.kernel.org/pub/linux/utils/$pkgname/v${_pkgmajor}/${pkgname}-${pkgver}.tar.xz diff --git a/vim/PKGBUILD b/vim/PKGBUILD index 50b42a96..c393c5e4 100644 --- a/vim/PKGBUILD +++ b/vim/PKGBUILD @@ -14,6 +14,7 @@ url="https://www.vim.org" msys2_repository_url="https://github.com/vim/vim" msys2_references=( "cpe: cpe:/a:vim:vim" + "cpe: cpe:/a:vim_development_group:vim" ) depends=('ncurses' 'libiconv' 'libintl' 'libxcrypt' 'perl') groups=('editors') diff --git a/zlib/PKGBUILD b/zlib/PKGBUILD index d44fdd84..76245d86 100644 --- a/zlib/PKGBUILD +++ b/zlib/PKGBUILD @@ -10,6 +10,7 @@ license=('custom') url="https://www.zlib.net/" msys2_repository_url="https://github.com/madler/zlib" msys2_references=( + "cpe: cpe:/a:gnu:zlib" "cpe: cpe:/a:zlib:zlib" ) makedepends=('gcc' 'make' 'autotools')