From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont/
Date: Wed, 8 Nov 2017 23:38:53 +0000 (UTC) [thread overview]
Message-ID: <1510184229.252fdf82acdd1c6b9187e3b76c75e96e58dcd7e4.mattst88@gentoo> (raw)
commit: 252fdf82acdd1c6b9187e3b76c75e96e58dcd7e4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 23:23:25 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 23:37:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252fdf82
x11-libs/libXfont: Drop vulnerable version
Bug: https://bugs.gentoo.org/634044
x11-libs/libXfont/Manifest | 1 -
x11-libs/libXfont/libXfont-1.5.2.ebuild | 34 ---------------------------------
2 files changed, 35 deletions(-)
diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest
index 29beb284b41..d1c3aef35a1 100644
--- a/x11-libs/libXfont/Manifest
+++ b/x11-libs/libXfont/Manifest
@@ -1,3 +1,2 @@
DIST libXfont-1.4.9.tar.bz2 495464 SHA256 6c6b061a3aa44f0ac95785f9579f6427080c60ae6948b49bcc8d44f63942ad89 SHA512 d541dac1c8639578a122eaa61c3df1cd180f820609a02897baf1f1e45f49109b3a755a7f3b5f284716f5e6f494a829aa86be1c730156eb82db11b1551a320654 WHIRLPOOL 4c3e71025da5688ab594569557abcff714f423406409800e419a3d1b7898135ce36f6f9aa31f17613f82fe5cee9fe8e36da5b5a46529ff7203eeb5dfc07a25df
-DIST libXfont-1.5.2.tar.bz2 530367 SHA256 02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71 SHA512 6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41 WHIRLPOOL 5175dae63b4bde3959cecc018daca94d42ff023d439d43a8470a5a8ade9eff60dd753fc18a0b6525fb6feb16d03f023abd0353ac12d6907d2c6672adc346b5a3
DIST libXfont-1.5.3.tar.bz2 519793 SHA256 ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0 SHA512 e7c8a09c4d174129e5d550194d3c3dc2b4abf797e52fe588c6002920727c52cf33b7db8d07fc69c2987e766d3af2d6ddda72f0c70eb21b135c691c97656a81b4 WHIRLPOOL 956af4caed82144124499f7d132a7dde21d738c3048e124b3007be65be6e093cb1247a4af24c36a1c6ef1cca52e96756c95d0b3db1940efd147fe8499378311b
diff --git a/x11-libs/libXfont/libXfont-1.5.2.ebuild b/x11-libs/libXfont/libXfont-1.5.2.ebuild
deleted file mode 100644
index f54a49c17cf..00000000000
--- a/x11-libs/libXfont/libXfont-1.5.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xfont library"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 ipv6 truetype"
-
-RDEPEND="x11-libs/xtrans
- x11-libs/libfontenc
- sys-libs/zlib
- truetype? ( >=media-libs/freetype-2 )
- bzip2? ( app-arch/bzip2 )
- x11-proto/xproto
- >=x11-proto/fontsproto-2.1.3
- !<x11-base/xorg-server-1.5.99.901"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- $(use_enable doc devel-docs)
- $(use_with doc xmlto)
- $(use_with bzip2)
- $(use_enable truetype freetype)
- --without-fop
- )
- xorg-2_src_configure
-}
next reply other threads:[~2017-11-08 23:38 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-08 23:38 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-19 4:47 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont/ Matt Turner
2018-01-05 15:30 Mart Raudsepp
2017-12-13 21:12 Markus Meier
2017-12-01 7:32 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-11-29 20:28 Sergei Trofimovich
2017-11-29 18:52 Thomas Deutschmann
2017-11-29 11:19 Agostino Sarubbo
2017-11-29 1:39 Matt Turner
2017-11-23 20:13 Matt Turner
2017-11-23 5:11 Matt Turner
2017-11-19 15:14 Markus Meier
2017-11-09 1:38 Matt Turner
2017-11-08 12:51 Tobias Klausmann
2017-11-02 16:16 Matt Turner
2017-10-24 21:45 Sergei Trofimovich
2017-10-24 7:07 Sergei Trofimovich
2017-10-23 8:09 Agostino Sarubbo
2017-10-22 20:33 Thomas Deutschmann
2017-10-21 12:45 Sergei Trofimovich
2017-10-19 20:53 Matt Turner
2017-03-16 20:37 Matt Turner
2017-03-16 8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-08 7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-01-31 17:25 Matt Turner
2016-08-31 21:05 Matt Turner
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=1510184229.252fdf82acdd1c6b9187e3b76c75e96e58dcd7e4.mattst88@gentoo \
--to=mattst88@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