From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF7BC158090 for ; Mon, 9 May 2022 22:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A727E0844; Mon, 9 May 2022 22:09:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1A21E0844 for ; Mon, 9 May 2022 22:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB7D434149C for ; Mon, 9 May 2022 22:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86906456 for ; Mon, 9 May 2022 22:09:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1652134157.6cc8e1553c9561d1b060dc4c9f392b47410f174d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-office/pinpoint/, app-office/pinpoint/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/pinpoint/Manifest app-office/pinpoint/files/pinpoint-0.1.8-CVE-2013-7447.patch app-office/pinpoint/metadata.xml app-office/pinpoint/pinpoint-0.1.8-r1.ebuild profiles/package.mask X-VCS-Directories: app-office/pinpoint/files/ app-office/pinpoint/ profiles/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6cc8e1553c9561d1b060dc4c9f392b47410f174d X-VCS-Branch: master Date: Mon, 9 May 2022 22:09:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdbc5ebf-4d06-4d04-a148-ece174d32788 X-Archives-Hash: 57bb00b9d12fedf9db1efbae5c9797f9 commit: 6cc8e1553c9561d1b060dc4c9f392b47410f174d Author: Matt Turner gentoo org> AuthorDate: Sun May 8 18:09:52 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 9 22:09:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc8e155 app-office/pinpoint: Remove Signed-off-by: Matt Turner gentoo.org> app-office/pinpoint/Manifest | 1 - .../files/pinpoint-0.1.8-CVE-2013-7447.patch | 33 -------------- app-office/pinpoint/metadata.xml | 13 ------ app-office/pinpoint/pinpoint-0.1.8-r1.ebuild | 50 ---------------------- profiles/package.mask | 5 --- 5 files changed, 102 deletions(-) diff --git a/app-office/pinpoint/Manifest b/app-office/pinpoint/Manifest deleted file mode 100644 index 54f1b8c2312e..000000000000 --- a/app-office/pinpoint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pinpoint-0.1.8.tar.xz 772980 BLAKE2B 1ca653b1cece97b47accd3a9cfe2560030f70a35703bd12b52cb692a15181b9bac2d40265bb6eaa486dc1919044f7b74874cb8b7fc8f4f37b78d938c89cb28ca SHA512 dc41405f79bf03b6a7c77ec31304e505d4ae2d13407304fbcc2f338dfe175f91db3c554ea06ba8041edbf99a12551f16efed98b5a07f29b7f24255cad2b1b94d diff --git a/app-office/pinpoint/files/pinpoint-0.1.8-CVE-2013-7447.patch b/app-office/pinpoint/files/pinpoint-0.1.8-CVE-2013-7447.patch deleted file mode 100644 index b9c39ad7206d..000000000000 --- a/app-office/pinpoint/files/pinpoint-0.1.8-CVE-2013-7447.patch +++ /dev/null @@ -1,33 +0,0 @@ -From f90483245250456d6306b4fff2f68f445ef33864 Mon Sep 17 00:00:00 2001 -From: RyuzakiKK -Date: Sat, 5 Aug 2017 20:00:30 +0200 -Subject: [PATCH] Avoid integer overflow - -pinpoint is affected by a possible integer overflow, that was also -found and patched upstream in gtk+ -https://git.gnome.org/browse/gtk+/commit/?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6 - -With g_malloc_m we can avoid the integer overflow. - -As pointed out by Pacho Ramos in -https://bugzilla.gnome.org/show_bug.cgi?id=762029 ---- - pp-cairo.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pp-cairo.c b/pp-cairo.c -index 8afb362..dc0a452 100644 ---- a/pp-cairo.c -+++ b/pp-cairo.c -@@ -120,7 +120,7 @@ _cairo_new_surface_from_pixbuf (const GdkPixbuf *pixbuf) - format = CAIRO_FORMAT_ARGB32; - - cairo_stride = cairo_format_stride_for_width (format, width); -- cairo_pixels = g_malloc (height * cairo_stride); -+ cairo_pixels = g_malloc_n (height, cairo_stride); - surface = cairo_image_surface_create_for_data ((unsigned char *)cairo_pixels, - format, - width, height, cairo_stride); --- -2.13.4 - diff --git a/app-office/pinpoint/metadata.xml b/app-office/pinpoint/metadata.xml deleted file mode 100644 index e43da9bd5bae..000000000000 --- a/app-office/pinpoint/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - Pinpoint is a simple presentation tool that hopes to avoid audience - death by bullet point and instead encourage presentations containing - beautiful images and small amounts of concise text in slides. - - diff --git a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild b/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild deleted file mode 100644 index 0102de0eb567..000000000000 --- a/app-office/pinpoint/pinpoint-0.1.8-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A tool for making hackers do excellent presentations" -HOMEPAGE="https://wiki.gnome.org/Apps/Pinpoint" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+gstreamer +pdf" - -# rsvg is used for svg-in-pdf -- clubbing it under pdf for now -RDEPEND=" - >=media-libs/clutter-1.23.7:1.0 - >=media-libs/clutter-gtk-1.6:1.0 - >=dev-libs/glib-2.28:2 - >=x11-libs/cairo-1.9.4 - x11-libs/pango - x11-libs/gdk-pixbuf:2 - gstreamer? ( media-libs/clutter-gst:3.0 ) - pdf? ( gnome-base/librsvg:2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - # Fix CVE-2013-7447, bug #574384, https://bugzilla.gnome.org/show_bug.cgi?id=762029 - "${FILESDIR}"/${P}-CVE-2013-7447.patch -) - -src_configure() { - # dax support is disabled because we don't have it in tree yet and it's - # experimental - gnome2_src_configure \ - --disable-dax \ - $(use_enable gstreamer cluttergst) \ - $(use_enable pdf rsvg) -} - -src_install() { - gnome2_src_install - - docompress -x /usr/share/doc/${PF}/examples - insinto "/usr/share/doc/${PF}/examples" - doins introduction.pin bg.jpg bowls.jpg linus.jpg -} diff --git a/profiles/package.mask b/profiles/package.mask index 292759ae424f..625168a4cbd1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -372,11 +372,6 @@ gnome-extra/gnome-search-tool # Removal on 2022-05-10 gnome-extra/filemanager-actions -# Matt Turner (2022-04-10) -# Dead package upstream. No reverse dependencies. -# Removal on 2022-05-10 -app-office/pinpoint - # David Seifert (2022-04-10) # Unmaintained, last release upstream 16 years ago, Fedora dropped it, # relies on sys-libs/db, low quality port to EAPI 6, removal on 2022-05-10.