From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/
Date: Sun, 20 Nov 2016 22:54:10 +0000 (UTC) [thread overview]
Message-ID: <1479682418.dfcb09082b4ae82718194dbf77a13fbf8eaa0bb4.bman@gentoo> (raw)
commit: dfcb09082b4ae82718194dbf77a13fbf8eaa0bb4
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 22:53:38 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 22:53:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcb0908
dev-libs/json-c: drop vulnerable versions wrt security bug #507218
dev-libs/json-c/Manifest | 2 --
dev-libs/json-c/json-c-0.10-r1.ebuild | 43 -----------------------------------
dev-libs/json-c/json-c-0.9-r1.ebuild | 29 -----------------------
3 files changed, 74 deletions(-)
diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
index e57eed6..56df258 100644
--- a/dev-libs/json-c/Manifest
+++ b/dev-libs/json-c/Manifest
@@ -1,4 +1,2 @@
-DIST json-c-0.10.tar.gz 385812 SHA256 274fc9d47c1911fad9caab4db117e4be5d6b68c4547eab0c508d79c4768e170c SHA512 d254eb223ebfb05e828bf039efb280f5e83b9f59116fba3af2892cf1f7732d152f7d0e2d8b77ec32e175b168022c2342f954e97f867c438b349f36b4dfdbd746 WHIRLPOOL 0eab71b6af2bc1ecb54474b69f86eff56fc2c2a756e542f758070dfe52839223b0a90da7af837567d448d1c7c660b003590ec68bff1ffb802cfa44165914b08c
DIST json-c-0.11.tar.gz 557263 SHA256 28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c SHA512 65ab563fe908d585ba05fff3b77283050ec4f94114ff6e4b916557013d75498271cf65b2660a0aaf74b23beaa80385c80d37ab6a700ba967dd859fa779a81cb0 WHIRLPOOL f47c78b206a49a6e1d2570d041917593f3b889125b47a951ec1347f5c470082113225e86ff593869b5d859c2c815ceda268d4a3c890f53af77fae8dbbf7d97f8
DIST json-c-0.12.tar.gz 501419 SHA256 000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f SHA512 c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35 WHIRLPOOL b49f5c96b614302b39737306774b4346d8347afef6ced7067664ac0d68669a1496fe915f229e0d434a87b103ac9982d67c5785eb688b7026c257c7eae95c6eaf
-DIST json-c-0.9.tar.gz 340953 SHA256 702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475 SHA512 40e4f7efd82fac732ff6da439a1ca95944d4ecfa8a673c7466e93134f29f8863f4d86f4e6e859a7be0096a25837047bd167a625cc0c61d6b919b55c5a47a76e8 WHIRLPOOL 7a666bae6c12ce910815d0d0253a88a024c5fe11a7a5e97b571d426f9de00d1a676f98bc8ccc41d948b5c64b1e768c5e5cdfbad98d63b03152b0e7a6ed1c181e
diff --git a/dev-libs/json-c/json-c-0.10-r1.ebuild b/dev-libs/json-c/json-c-0.10-r1.ebuild
deleted file mode 100644
index fab613e..00000000
--- a/dev-libs/json-c/json-c-0.10-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki"
-SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${P}-flags.patch
-
- # bug 452234
- "${FILESDIR}"/${P}-headers.patch
- # bug 466960
- "${FILESDIR}"/${P}-automake-1.13.patch
- )
-
-# tests break otherwise
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_test() {
- export USE_VALGRIND=0 VERBOSE=1
- autotools-utils_src_test
-}
-
-src_install() {
- use doc && HTML_DOCS=( "${S}"/doc/html )
- autotools-utils_src_install
-
- # add symlink for projects not using pkgconfig
- dosym ../json-c /usr/include/json-c/json
-}
diff --git a/dev-libs/json-c/json-c-0.9-r1.ebuild b/dev-libs/json-c/json-c-0.9-r1.ebuild
deleted file mode 100644
index 0445b63..00000000
--- a/dev-libs/json-c/json-c-0.9-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="http://oss.metaparadigm.com/json-c/"
-SRC_URI="http://oss.metaparadigm.com/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static-libs"
-
-RDEPEND="!<dev-libs/jsoncpp-0.5.0-r1"
-DEPEND=""
-
-DOCS=( README )
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- dohtml README.html || die "dohtml failed"
- use static-libs || { find "${ED}" -name '*.la' -exec rm {} + || die; }
-}
next reply other threads:[~2016-11-20 22:54 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-20 22:54 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 8:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/ Petr Vaněk
2025-02-17 20:18 Sam James
2024-11-23 16:17 Sam James
2024-11-23 13:02 Arthur Zamarin
2024-11-23 12:28 Arthur Zamarin
2024-11-23 10:32 Sam James
2024-11-23 10:32 Sam James
2024-09-27 20:09 Sam James
2024-06-18 18:55 Jakov Smolić
2024-03-16 5:23 Sam James
2023-12-23 18:45 Jakov Smolić
2023-11-29 12:02 Arthur Zamarin
2023-10-04 18:32 Arthur Zamarin
2023-10-03 22:46 Sam James
2023-10-03 22:41 Sam James
2023-10-03 22:41 Sam James
2023-10-03 22:40 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-08-27 10:21 Jakov Smolić
2023-08-27 10:21 Jakov Smolić
2023-03-26 6:21 Sam James
2022-05-30 13:53 Jakov Smolić
2022-05-30 6:57 Agostino Sarubbo
2022-05-30 6:57 Agostino Sarubbo
2022-05-30 6:56 Agostino Sarubbo
2022-05-29 14:36 Jakov Smolić
2022-05-29 7:02 Joonas Niilola
2022-05-28 16:07 Jakov Smolić
2022-05-28 16:07 Jakov Smolić
2022-05-28 15:58 Jakov Smolić
2022-05-07 4:28 WANG Xuerui
2022-04-28 6:54 Jakov Smolić
2022-04-27 22:23 Jakov Smolić
2022-04-27 22:23 Jakov Smolić
2020-12-27 17:52 Sam James
2020-09-13 8:44 Sergei Trofimovich
2020-09-10 19:07 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-07 21:21 Sam James
2020-09-07 21:21 Sam James
2020-09-07 14:54 Thomas Deutschmann
2020-08-30 23:33 Sam James
2020-08-30 23:30 Yixun Lan
2020-08-08 9:04 Joonas Niilola
2020-08-08 9:04 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-07-13 15:54 Joonas Niilola
2020-07-05 8:24 Joonas Niilola
2020-05-20 15:52 Mart Raudsepp
2020-05-19 9:59 Thomas Deutschmann
2020-05-19 9:59 Thomas Deutschmann
2020-05-15 17:33 Sergei Trofimovich
2020-05-15 11:47 Agostino Sarubbo
2020-05-15 11:46 Agostino Sarubbo
2020-05-15 11:45 Agostino Sarubbo
2020-05-15 10:30 Agostino Sarubbo
2020-05-15 10:29 Agostino Sarubbo
2020-05-15 10:28 Agostino Sarubbo
2020-05-15 10:18 Agostino Sarubbo
2020-05-12 13:58 Joonas Niilola
2020-05-12 13:58 Joonas Niilola
2020-05-01 15:21 Thomas Deutschmann
2020-04-08 20:40 Göktürk Yüksek
2019-02-11 16:26 Thomas Deutschmann
2019-02-10 17:25 Mikle Kolyada
2019-02-10 17:23 Mikle Kolyada
2019-02-07 12:46 Mikle Kolyada
2019-01-31 14:23 Tobias Klausmann
2019-01-29 12:15 Mikle Kolyada
2019-01-27 11:05 Pacho Ramos
2019-01-23 20:53 Sergei Trofimovich
2019-01-21 23:31 Sergei Trofimovich
2019-01-21 23:28 Sergei Trofimovich
2019-01-21 23:26 Sergei Trofimovich
2019-01-21 20:24 Mart Raudsepp
2019-01-21 19:40 Sergei Trofimovich
2018-05-03 0:16 Thomas Deutschmann
2018-05-01 21:29 Patrice Clement
2017-12-18 18:15 Thomas Deutschmann
2017-12-18 18:15 Thomas Deutschmann
2017-09-22 6:12 Tim Harder
2017-06-20 13:15 Alexis Ballier
2016-11-20 22:56 Aaron Bauman
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-05 5:08 Yixun Lan
2016-05-02 4:02 Matt Turner
2016-04-11 10:39 Agostino Sarubbo
2016-03-30 18:28 Markus Meier
2016-03-27 10:16 Agostino Sarubbo
2016-03-26 9:09 Jeroen Roovers
2016-03-22 14:32 Agostino Sarubbo
2015-10-07 0:57 Chí-Thanh Christopher Nguyễn
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=1479682418.dfcb09082b4ae82718194dbf77a13fbf8eaa0bb4.bman@gentoo \
--to=bman@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