commit: 30e69fdc79d6ecbb5c840f1c87087681b7a7314f Author: Allen Webb <allenwebb <AT> google <DOT> com> AuthorDate: Thu Oct 5 19:27:43 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Oct 7 03:47:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e69fdc
media-libs/giflib: Add CPE string to metadata.xml Add a CPE string for easier CVE tracking. Closes: https://bugs.gentoo.org/915135 Closes: https://github.com/gentoo/gentoo/pull/33208 Signed-off-by: Allen Webb <allenwebb <AT> google.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/giflib/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/giflib/metadata.xml b/media-libs/giflib/metadata.xml index 5eb82c87abf9..a2b1e1d7463d 100644 --- a/media-libs/giflib/metadata.xml +++ b/media-libs/giflib/metadata.xml @@ -7,5 +7,6 @@ </maintainer> <upstream> <remote-id type="sourceforge">giflib</remote-id> + <remote-id type="cpe">cpe:/a:giflib_project:giflib</remote-id> </upstream> </pkgmetadata>
