From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/optipng/
Date: Sun, 5 Nov 2023 12:42:45 +0000 (UTC) [thread overview]
Message-ID: <1699188098.6bd8390a72c5b210b5c488f7b95a872952c47a71.sping@gentoo> (raw)
commit: 6bd8390a72c5b210b5c488f7b95a872952c47a71
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 12:41:38 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 12:41:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd8390a
media-gfx/optipng: Drop vulnerable
Bug: https://bugs.gentoo.org/915342
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-gfx/optipng/Manifest | 1 -
media-gfx/optipng/optipng-0.7.7-r1.ebuild | 59 -------------------------------
2 files changed, 60 deletions(-)
diff --git a/media-gfx/optipng/Manifest b/media-gfx/optipng/Manifest
index b30754260e30..f279da8e6a6e 100644
--- a/media-gfx/optipng/Manifest
+++ b/media-gfx/optipng/Manifest
@@ -1,2 +1 @@
-DIST optipng-0.7.7.tar.gz 2329555 BLAKE2B af3e1c806522282ccbf9325c0b49f61a30d24b8e2db2dd8ec316a312d0dea595cbb6e8b5b38ef5ea90f1efe14244b81f85f88e11e7334fdd4b91b43b6dae8e7d SHA512 c33b7650143ab39944d2c066e07e10273c37024c5bfe7c00475bfb513af96afa081ff388164845d426d3bce624c0282dee574fa150e963f18d3683d821030280
DIST optipng-0.7.8.tar.gz 3294014 BLAKE2B b6d40335adadd1cef2b200c913d09eda67970910945904b26befb8de6f070eee99baa42b1ef4cfd6ad37759a528b7ad39a00fe5ea1b5e268c2d8385041d9f129 SHA512 def47bb2898d9409773df55a99fec84af2a26b58192127ac4624b2ff504762bc4735b5b945e788174eac695cc81be1b062088b42683b9c889dc42f94431210c3
diff --git a/media-gfx/optipng/optipng-0.7.7-r1.ebuild b/media-gfx/optipng/optipng-0.7.7-r1.ebuild
deleted file mode 100644
index 8b862a7c0a72..000000000000
--- a/media-gfx/optipng/optipng-0.7.7-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Compress PNG files without affecting image quality"
-HOMEPAGE="http://optipng.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
- media-libs/libpng:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS.txt README.txt )
-
-src_prepare() {
- rm -R src/{libpng,zlib} || die
- find . -type d -name build -exec rm -R {} + || die
-
- # next release is almost a complete rewrite, so plug this compilation
- # problem in anticipation of the much (c)leaner(?) rewrite
- sed -i \
- -e 's/^#if defined AT_FDCWD/#if (defined(AT_FDCWD) \&\& !(defined(__SVR4) \&\& defined(__sun)))/' \
- src/optipng/ioutil.c || die
-
- tc-export CC AR RANLIB
- export LD="$(tc-getCC)"
-
- eapply_user
-}
-
-src_configure() {
- ./configure \
- -with-system-libpng \
- -with-system-zlib \
- || die "configure failed"
-}
-
-src_compile() {
- emake -C src/optipng
-}
-
-src_install() {
- einstalldocs
-
- dodoc doc/*.txt
- docinto html
- dodoc doc/*.html
- doman src/${PN}/man/${PN}.1
-
- dobin src/${PN}/${PN}
-}
next reply other threads:[~2023-11-05 12:42 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-05 12:42 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-04 16:20 [gentoo-commits] repo/gentoo:master commit in: media-gfx/optipng/ Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 16:13 Arthur Zamarin
2023-11-04 16:13 Arthur Zamarin
2023-11-04 16:13 Arthur Zamarin
2023-11-04 0:23 Sebastian Pipping
2022-03-20 0:16 Sam James
2022-01-06 10:39 David Seifert
2021-06-02 2:42 Yixun Lan
2021-03-15 15:10 Sebastian Pipping
2021-03-15 2:26 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:36 Sam James
2021-03-13 9:56 Sam James
2021-03-13 9:56 Sam James
2021-01-06 14:07 Fabian Groffen
2020-01-28 15:29 Sebastian Pipping
2019-08-06 9:42 Agostino Sarubbo
2019-08-06 9:39 Agostino Sarubbo
2019-08-03 2:38 Sergei Trofimovich
2019-08-01 19:14 Aaron Bauman
2019-03-11 21:03 Andreas Sturmlechner
2018-01-03 19:36 Sebastian Pipping
2017-12-31 18:38 Sebastian Pipping
2017-12-14 20:27 Agostino Sarubbo
2017-12-10 22:59 Sergei Trofimovich
2017-11-29 12:26 Sebastian Pipping
2017-11-27 0:20 Thomas Deutschmann
2017-11-24 13:23 Agostino Sarubbo
2017-11-23 23:06 Sergei Trofimovich
2016-08-19 13:21 Pacho Ramos
2016-07-08 10:09 Sebastian Pipping
2016-07-08 8:17 Agostino Sarubbo
2016-06-26 12:01 Aaron Bauman
2016-05-11 10:51 Agostino Sarubbo
2016-05-11 10:50 Agostino Sarubbo
2016-05-05 9:19 Jeroen Roovers
2016-04-04 21:12 Sebastian Pipping
2015-11-04 15:17 Agostino Sarubbo
2015-11-03 15:19 Agostino Sarubbo
2015-10-31 6:46 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1699188098.6bd8390a72c5b210b5c488f7b95a872952c47a71.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox