From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/
Date: Mon, 9 Jan 2017 15:57:55 +0000 (UTC) [thread overview]
Message-ID: <1483977216.a1150406bedd2f47b481d7b569865d5996cd9c53.blueness@gentoo> (raw)
commit: a1150406bedd2f47b481d7b569865d5996cd9c53
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 15:53:36 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 15:53:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1150406
net-dns/c-ares: remove older vulnerable versions, bug #595536
Package-Manager: portage-2.3.0
net-dns/c-ares/Manifest | 2 --
net-dns/c-ares/c-ares-1.10.0-r1.ebuild | 35 ----------------------------
net-dns/c-ares/c-ares-1.11.0.ebuild | 42 ----------------------------------
3 files changed, 79 deletions(-)
diff --git a/net-dns/c-ares/Manifest b/net-dns/c-ares/Manifest
index 18970ca..c0136a6 100644
--- a/net-dns/c-ares/Manifest
+++ b/net-dns/c-ares/Manifest
@@ -1,3 +1 @@
-DIST c-ares-1.10.0.tar.gz 809073 SHA256 3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db SHA512 fef6945549034390ddaa03acf5509d0095e97c151e5f4047ffc32c51945a7261759228b20fdd77b9e4bf4a95f3a61bfb79bee0c66a860219debfd2916b390693 WHIRLPOOL 660d04b20371a75b4a9dea45449407b10c782ae8367356e2f6b0b73cb2d62485068a543b4a2303673f688c6c784afd9925faa18be943aa771d8467077f8ea407
-DIST c-ares-1.11.0.tar.gz 1102531 SHA256 b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd SHA512 0a3bbe95dbc80201a7024db564c057a788f252b09c4bcc1539d2db8b12f3497db66710e24b1c18132579ddbe3015f1d916b378b83f9c32deb5fba206ffaf9f27 WHIRLPOOL f70a4aff5e50eb46e356d09b3466021f0cd2eb93959bc4d752d7ff26415f1de387a123f0607f97d87d42f75f643094f7382205ff9ea84c00205a9291d0faa700
DIST c-ares-1.12.0.tar.gz 1769879 SHA256 8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb SHA512 3da0fadb04eccab49b4e6eff3f087a392dd76238d47e74e2ede723883468da688e41f679ee8ca38613fc4f80d3bd7c29e69d3d6c711f988a02fd5d21a3ee1dc6 WHIRLPOOL 69d297213c6ca0988d3b7697d40443dabb3a9b4ceb65c357a3ec99ab2af7c0a7c669f2dc7f75833e0c8a661525ae4003be8109d2d5c1e90887b8349cd63a8d5c
diff --git a/net-dns/c-ares/c-ares-1.10.0-r1.ebuild b/net-dns/c-ares/c-ares-1.10.0-r1.ebuild
deleted file mode 100644
index ff08bef..00000000
--- a/net-dns/c-ares/c-ares-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://c-ares.haxx.se/"
-SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE="static-libs"
-
-DOCS=( AUTHORS CHANGES NEWS README RELEASE-NOTES TODO )
-
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/ares_build.h
-)
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- --enable-nonblocking \
- --enable-symbol-hiding \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
- prune_libtool_files --all
-}
diff --git a/net-dns/c-ares/c-ares-1.11.0.ebuild b/net-dns/c-ares/c-ares-1.11.0.ebuild
deleted file mode 100644
index 64f8bc8..00000000
--- a/net-dns/c-ares/c-ares-1.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="C library that resolves names asynchronously"
-HOMEPAGE="http://c-ares.haxx.se/"
-SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE="static-libs"
-
-# Subslot = SONAME of libcares.so.2
-SLOT="0/2"
-
-DOCS=( AUTHORS CHANGES NEWS README.md RELEASE-NOTES TODO )
-
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/ares_build.h
-)
-
-src_prepare() {
- epatch "${FILESDIR}"/remove-tests.patch
- eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf \
- --enable-nonblocking \
- --enable-symbol-hiding \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
- prune_libtool_files --all
-}
next reply other threads:[~2017-01-09 15:57 UTC|newest]
Thread overview: 190+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-09 15:57 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 15:20 [gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/ Sam James
2025-02-22 15:41 Sam James
2025-01-29 21:25 Sam James
2025-01-29 21:25 Sam James
2025-01-29 19:44 Sam James
2025-01-25 3:40 Matt Turner
2024-12-15 16:38 Sam James
2024-12-14 17:51 Arthur Zamarin
2024-12-12 19:31 Arthur Zamarin
2024-12-12 19:17 Sam James
2024-12-12 11:19 Sam James
2024-12-12 11:09 Sam James
2024-12-12 11:09 Sam James
2024-12-07 3:04 Sam James
2024-11-20 8:31 Sam James
2024-11-11 7:23 Sam James
2024-11-11 7:23 Sam James
2024-10-15 16:43 Sam James
2024-10-15 1:35 Sam James
2024-10-11 2:27 Sam James
2024-10-08 21:50 Jakov Smolić
2024-10-05 11:48 Arthur Zamarin
2024-10-05 11:47 Jakov Smolić
2024-10-05 11:47 Jakov Smolić
2024-10-05 9:44 Sam James
2024-08-27 1:05 Sam James
2024-08-14 22:53 Sam James
2024-07-21 7:45 Fabian Groffen
2024-07-17 13:27 Fabian Groffen
2024-07-17 5:56 Sam James
2024-07-17 5:04 Sam James
2024-07-17 4:56 Sam James
2024-07-17 4:56 Sam James
2024-07-17 4:44 Sam James
2024-07-17 4:44 Sam James
2024-07-17 4:44 Sam James
2024-07-17 4:36 Sam James
2024-07-08 15:05 Sam James
2024-07-07 12:01 Sam James
2024-06-24 2:54 Sam James
2024-06-12 2:01 Sam James
2024-05-25 17:31 Arthur Zamarin
2024-05-25 6:36 Arthur Zamarin
2024-05-25 3:54 Sam James
2024-05-25 3:54 Sam James
2024-05-25 3:54 Sam James
2024-05-25 3:54 Sam James
2024-05-25 3:32 Sam James
2024-05-25 2:13 Sam James
2024-04-15 6:51 Sam James
2024-04-13 6:26 Arthur Zamarin
2024-03-14 8:18 Arthur Zamarin
2024-03-14 7:36 Arthur Zamarin
2024-03-14 6:55 Sam James
2024-03-14 6:41 Sam James
2024-03-14 6:41 Sam James
2024-03-14 6:23 Sam James
2024-03-14 6:11 Sam James
2024-02-28 0:12 Sam James
2024-01-30 21:21 Sam James
2024-01-25 0:42 Sam James
2024-01-23 15:08 Sam James
2024-01-22 17:23 Sam James
2024-01-22 17:23 Sam James
2024-01-22 17:23 Sam James
2024-01-22 16:39 Sam James
2024-01-22 16:39 Sam James
2024-01-22 16:39 Sam James
2024-01-03 9:12 Sam James
2023-12-28 4:04 Sam James
2023-12-01 9:40 Sam James
2023-11-20 8:24 Sam James
2023-11-16 16:22 Sam James
2023-11-15 6:04 Sam James
2023-11-12 16:50 Arthur Zamarin
2023-11-12 9:40 Arthur Zamarin
2023-11-12 8:32 Arthur Zamarin
2023-11-12 8:20 Arthur Zamarin
2023-11-12 8:20 Arthur Zamarin
2023-11-12 8:20 Arthur Zamarin
2023-11-12 8:20 Arthur Zamarin
2023-10-27 21:29 Sam James
2023-10-09 8:18 Sam James
2023-10-08 21:50 Sam James
2023-10-08 1:50 Sam James
2023-10-08 1:50 Sam James
2023-09-30 1:54 Sam James
2023-06-17 22:47 Sam James
2023-06-17 21:03 Sam James
2023-06-17 16:52 Sam James
2023-06-17 10:42 Arthur Zamarin
2023-06-17 9:08 Arthur Zamarin
2023-05-23 3:40 Sam James
2023-05-01 13:36 Sam James
2023-03-04 11:03 Arthur Zamarin
2023-03-04 9:33 Arthur Zamarin
2023-03-04 9:12 Arthur Zamarin
2023-03-04 7:49 Arthur Zamarin
2023-03-04 7:08 Arthur Zamarin
2023-03-04 6:32 Arthur Zamarin
2023-03-04 6:18 Arthur Zamarin
2023-03-04 6:04 Arthur Zamarin
2023-01-29 7:45 Sam James
2023-01-29 7:45 Sam James
2023-01-29 7:45 Sam James
2022-09-07 19:08 Fabian Groffen
2022-07-30 13:42 Arthur Zamarin
2022-07-29 4:17 Sam James
2022-07-25 7:10 Agostino Sarubbo
2022-07-25 7:09 Agostino Sarubbo
2022-07-25 4:19 Sam James
2022-07-22 17:57 Sam James
2022-07-22 17:57 Sam James
2022-07-22 13:17 Anthony G. Basile
2022-05-05 23:48 WANG Xuerui
2021-10-28 9:35 Anthony G. Basile
2021-09-07 18:17 Anthony G. Basile
2021-09-07 1:19 Sam James
2021-09-07 1:19 Sam James
2021-09-07 1:19 Sam James
2021-09-07 1:19 Sam James
2021-08-17 21:39 Sam James
2021-08-17 18:56 Sam James
2021-08-17 1:41 Sam James
2021-08-15 19:51 Sam James
2021-08-14 3:50 Sam James
2021-08-10 23:46 Sam James
2021-08-10 23:45 Sam James
2021-01-06 14:36 Fabian Groffen
2020-12-22 22:31 Thomas Deutschmann
2020-11-28 12:10 Sam James
2020-11-26 22:59 Sergei Trofimovich
2020-11-24 7:43 Agostino Sarubbo
2020-11-23 1:25 Sam James
2020-11-23 1:25 Sam James
2020-11-23 0:49 Sam James
2020-11-20 23:44 Sam James
2020-11-20 23:44 Sam James
2020-11-20 23:44 Sam James
2020-11-20 23:44 Sam James
2020-11-20 17:37 Anthony G. Basile
2020-06-18 3:13 Aaron Bauman
2020-05-25 21:33 Sergei Trofimovich
2020-05-21 8:06 Agostino Sarubbo
2020-05-21 8:02 Agostino Sarubbo
2020-05-21 8:00 Agostino Sarubbo
2020-05-21 7:58 Agostino Sarubbo
2020-05-21 7:57 Agostino Sarubbo
2020-05-20 13:44 Mikle Kolyada
2020-05-20 13:34 Mikle Kolyada
2020-05-19 19:33 Mikle Kolyada
2020-05-16 14:37 Anthony G. Basile
2020-04-28 16:19 Anthony G. Basile
2020-03-29 10:37 Sergei Trofimovich
2019-11-13 7:39 Agostino Sarubbo
2019-11-12 13:36 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-08 1:46 Aaron Bauman
2019-11-04 20:06 Sergei Trofimovich
2019-11-03 13:52 Mikle Kolyada
2019-11-02 8:42 Agostino Sarubbo
2019-11-01 21:03 Thomas Deutschmann
2019-11-01 20:02 Sergei Trofimovich
2019-05-05 14:52 Mikle Kolyada
2018-10-24 9:45 Jeroen Roovers
2018-02-18 7:04 Anthony G. Basile
2018-01-29 20:10 Mike Frysinger
2017-12-04 22:07 Sergei Trofimovich
2017-10-30 7:57 Anthony G. Basile
2017-09-29 0:41 Sergei Trofimovich
2017-09-25 21:36 Sergei Trofimovich
2017-09-25 21:14 Sergei Trofimovich
2017-08-31 15:18 Matt Turner
2017-08-18 21:02 Thomas Deutschmann
2017-07-25 18:50 Markus Meier
2017-07-21 7:19 Sergei Trofimovich
2017-07-19 18:06 Tobias Klausmann
2017-06-22 17:21 Anthony G. Basile
2017-01-09 13:49 Jeroen Roovers
2016-12-22 9:34 Agostino Sarubbo
2016-12-20 9:44 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-02 14:21 Tobias Klausmann
2016-11-30 19:35 Markus Meier
2016-11-29 10:43 Agostino Sarubbo
2016-11-29 10:41 Agostino Sarubbo
2016-02-23 9:15 Anthony G. Basile
2016-02-23 9:15 Anthony G. Basile
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=1483977216.a1150406bedd2f47b481d7b569865d5996cd9c53.blueness@gentoo \
--to=blueness@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