diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-10-04 22:35:39 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-10-04 22:35:39 +0200 |
commit | ce0697d776c3c5de6b0b40b62b1f6a399750f51e (patch) | |
tree | d427dd00133cec6ebf8c5fe1a90420fec2ec50ed /x11-libs/libXfixes | |
parent | net-misc/openvswitch: fixing install when using monitor (diff) | |
download | gentoo-ce0697d776c3c5de6b0b40b62b1f6a399750f51e.tar.gz gentoo-ce0697d776c3c5de6b0b40b62b1f6a399750f51e.tar.bz2 gentoo-ce0697d776c3c5de6b0b40b62b1f6a399750f51e.zip |
x11-libs/libXfixes: Security bump to 5.0.3
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-5.0.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest index 4d8051e24415..d2e652835a42 100644 --- a/x11-libs/libXfixes/Manifest +++ b/x11-libs/libXfixes/Manifest @@ -1,2 +1,3 @@ DIST libXfixes-5.0.1.tar.bz2 291978 SHA256 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 SHA512 b47c841db169d1b329eec9deb555799cd087a466326840f1f5349303ba79cff5850b1bb69c1ff38b3f522f24d61db58a0c01021e1ffea2896527167262fc7150 WHIRLPOOL d4ea1f3d83173f811f93adcec0791b850354e249ca384e65c53ea404ced0e47131c7bd531d7cde5007804b3509d962c395028c7ae03c48f31ae35b0c178679a3 DIST libXfixes-5.0.2.tar.bz2 305007 SHA256 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea SHA512 570a072da4d88653915e5bb196c4b9048482b4f9c2d2638bad5ec538de1ed799322f32c21815a3358ddedec6bde43a715d9ebb466a61fbb01eb432dfcce330a0 WHIRLPOOL 8f16772f9e4dd622554cfb7ac69ca37feecc0051cae10049988b0dfd9c2c9a2058c5c469d55487934f617c9b4c5d20e37034c9c86302ec8c157b9baaf96322f5 +DIST libXfixes-5.0.3.tar.bz2 294400 SHA256 de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 SHA512 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 WHIRLPOOL 2763a03c25f237afdf9a91e8d5be9bbe322af2413042ab20eaf78e152f3390e7e05bba1a04eb7f3e0bbaf147c1feeeb4590da3526027648843d8e679c8158a80 diff --git a/x11-libs/libXfixes/libXfixes-5.0.3.ebuild b/x11-libs/libXfixes/libXfixes-5.0.3.ebuild new file mode 100644 index 000000000000..a14e07946b00 --- /dev/null +++ b/x11-libs/libXfixes/libXfixes-5.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xfixes library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |