summaryrefslogtreecommitdiff
path: root/dev-cpp/yaml-cpp
AgeCommit message (Collapse)Author
2020-08-30dev-cpp/yaml-cpp: security cleanupSam James
Closes: https://bugs.gentoo.org/719150 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
2020-08-30dev-cpp/yaml-cpp: Stabilize 0.6.3-r3 ppc64, #719150Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-29dev-cpp/yaml-cpp: Stabilize 0.6.3-r3 ppc, #719150Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-12dev-cpp/yaml-cpp: x86 stable wrt bug #719150Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-11dev-cpp/yaml-cpp: amd64 stable wrt bug #719150Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-07dev-cpp/yaml-cpp: Stabilize 0.6.3-r3 arm64, #719150Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-07dev-cpp/yaml-cpp: Stabilize 0.6.3-r3 sparc, #719150Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-07-27dev-cpp/yaml-cpp: Cleanup <0.6.3-r2John Helmert III
Bug: https://bugs.gentoo.org/626662 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/16622 Signed-off-by: Sam James <sam@gentoo.org>
2020-07-27dev-cpp/yaml-cpp: Revbump to add security patchJohn Helmert III
Bug: https://bugs.gentoo.org/719150 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
2020-06-20dev-cpp/yaml-cpp: x86 stable (bug #713464)Thomas Deutschmann
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-06-19dev-cpp/yaml-cpp: arm64 stable (bug #713464)Sam James (sam_c)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-06-17dev-cpp/yaml-cpp: amd64 stable wrt bug #713464Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-06-01dev-cpp/yaml-cpp: stable 0.6.3-r2 for sparc, bug #713464Rolf Eike Beer
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-05-25dev-cpp/yaml-cpp: stable 0.6.3-r2 for ppc, bug #713464Sergei Trofimovich
Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-05-25dev-cpp/yaml-cpp: stable 0.6.3-r2 for ppc64, bug #713464Sergei Trofimovich
Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-03-20dev-cpp/yaml-cpp: Fix CVE-2017-11692Johannes Huber
Bug: https://bugs.gentoo.org/626662 Thanks-to: sam_c (Security Padawan) <sam@cmpct.info> Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Johannes Huber <johu@gentoo.org>
2020-01-08dev-cpp/yaml-cpp: Remove 0.6.3 (r0)Johannes Huber
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
2020-01-07dev-cpp/yaml-cpp: fix ABI breakageJohannes Huber
Adds a patch used in fedora to fix ABI breakage. Patch and issue spotted by Attila Tóth <atoth@atoth.sote.hu>. Bug: https://bugs.gentoo.org/704948 Thanks-to: Attila Tóth <atoth@atoth.sote.hu> Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
2020-01-04dev-cpp/yaml-cpp: Version bump 0.6.3Johannes Huber
Closes: https://bugs.gentoo.org/700772 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
2019-12-31dev-cpp/yaml-cpp: arm64 stable (bug #704258)Aaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-09-13dev-cpp/yaml-cpp-0.6.2: sparc stableMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2018-06-02dev-cpp/yaml-cpp: Remove 0.5.3-r1Johannes Huber
Bug: https://bugs.gentoo.org/614850 Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-02dev-cpp/yaml-cpp: Remove 0.5.3 (r0)Johannes Huber
Bug: https://bugs.gentoo.org/614850 Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-02dev-cpp/yaml-cpp: ppc/ppc64 stable wrt bug #614850Mikle Kolyada
Package-Manager: Portage-2.3.40, Repoman-2.3.7
2018-05-26dev-cpp/yaml-cpp: amd64 stable wrt bug #614850Mikle Kolyada
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-05-26dev-cpp/yaml-cpp: x86 stable (bug #614850)Thomas Deutschmann
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-03-29dev-cpp/yaml-cpp: version bump to 0.6.2Azamat H. Hackimov
Bug: https://bugs.gentoo.org/614850 Closes: https://bugs.gentoo.org/638326 Closes: https://github.com/gentoo/gentoo/pull/7294 Package-Manager: Portage-2.3.26, Repoman-2.3.7 Signed-off-by: Johannes Huber <johu@gentoo.org>
2017-12-04dev-cpp/yaml-cpp: stable 0.5.3 for sparc, bug #587848 (thanks to Rolf Eike Beer)Sergei Trofimovich
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
2017-09-10dev-cpp/yaml-cpp: yaml-cpp makes static links to boost bug 628360Matthew Thode
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-07-30dev-cpp/yaml-cpp: Fix test failure with GCC-6Peter Levine
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609176 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5191
2017-07-12dev-cpp/yaml-cpp: keyword ~arm64Alexis Ballier
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-06-05dev-cpp/yaml-cpp: Remove 0.5.1Johannes Huber
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-03-29dev-cpp/yaml-cpp: Stable for HPPA (bug #587848).Jeroen Roovers
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-21dev-cpp/yaml-cpp: Fix filename of distfile stored in ${DISTDIR}.Arfrever Frehtes Taifersar Arahesis
2017-01-15dev-cpp/yaml-cpp: ppc stable wrt bug #587848Agostino Sarubbo
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-01-03dev-cpp/yaml-cpp: ppc64 stable wrt bug #600512Agostino Sarubbo
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-12-29dev-cpp/yaml-cpp: x86 stable wrt bug #600512Agostino Sarubbo
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-12-21dev-cpp/yaml-cpp-0.5.3-r0: stable on amd64Tobias Klausmann
Gentoo-Bug: 600512
2016-11-22dev-cpp/yaml-cpp: Drop google-code remote idJohannes Huber
Package-Manager: portage-2.3.2
2016-11-02dev-cpp/yaml-cpp: EAPI 6Johannes Huber
Package-Manager: portage-2.3.2
2016-11-02dev-cpp/yaml-cpp: Remove 0.5.2Johannes Huber
Package-Manager: portage-2.3.2
2016-11-02dev-cpp/yaml-cpp: Remove 0.3.0Johannes Huber
Package-Manager: portage-2.3.2
2016-08-08dev-cpp/yaml-cpp: Add myself as maintainerJohannes Huber
Package-Manager: portage-2.3.0
2016-08-06dev-cpp/yaml-cpp: Cleanup per bug #231477Pacho Ramos
Package-Manager: portage-2.3.0
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-20dev-cpp/yaml-cpp: version bumpUltrabug
Package-Manager: portage-2.2.27
2015-12-28dev-cpp/yaml-cpp: Bump to version 0.5.2. Adjust SRC_URI and S to match tarball.Matthew Dawson
Package-Manager: portage-2.2.24
2015-09-07ADd missing remote-id entriesJustin Lecher
Signed-off-by: Justin Lecher <jlec@gentoo.org>