From 9c81e52461a69b83e3770a0554240179a7a52639 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Mon, 28 Mar 2016 11:28:51 -0700 Subject: [PATCH] bump(net-libs/libmicrohttpd): sync with upstream --- ...microhttpd-0.9.42 => libmicrohttpd-0.9.47} | 12 +- ...microhttpd-0.9.44 => libmicrohttpd-0.9.48} | 12 +- .../net-libs/libmicrohttpd/ChangeLog | 539 +++++------------- .../net-libs/libmicrohttpd/ChangeLog-2015 | 443 ++++++++++++++ .../net-libs/libmicrohttpd/Manifest | 13 +- ....42.ebuild => libmicrohttpd-0.9.47.ebuild} | 17 +- ....44.ebuild => libmicrohttpd-0.9.48.ebuild} | 15 +- .../net-libs/libmicrohttpd/metadata.xml | 7 +- 8 files changed, 644 insertions(+), 414 deletions(-) rename sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/{libmicrohttpd-0.9.42 => libmicrohttpd-0.9.47} (51%) rename sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/{libmicrohttpd-0.9.44 => libmicrohttpd-0.9.48} (51%) create mode 100644 sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog-2015 rename sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/{libmicrohttpd-0.9.42.ebuild => libmicrohttpd-0.9.47.ebuild} (71%) rename sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/{libmicrohttpd-0.9.44.ebuild => libmicrohttpd-0.9.48.ebuild} (75%) diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.42 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.47 similarity index 51% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.42 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.47 index 8448d6d76d..2172b31867 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.42 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.47 @@ -1,12 +1,12 @@ -DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) -DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application +DEFINED_PHASES=configure install test +DEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) test? ( ssl? ( net-misc/curl[ssl] ) ) +DESCRIPTION=Small C library to run an HTTP server as part of another application EAPI=5 HOMEPAGE=https://www.gnu.org/software/libmicrohttpd/ IUSE=epoll messages ssl static-libs test KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=LGPL-2.1 RDEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) -SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.42.tar.gz -_md5_=1171d0c34aa2a308f3ef42b3ffdd4216 +SLOT=0/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.47.tar.gz +_md5_=b67db21591e3d5663e6c06f1cd878c58 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.44 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.48 similarity index 51% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.44 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.48 index dd21a457c8..ac8cf8edc4 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.44 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.48 @@ -1,12 +1,12 @@ -DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) -DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application +DEFINED_PHASES=configure install test +DEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) test? ( ssl? ( net-misc/curl[ssl] ) ) +DESCRIPTION=Small C library to run an HTTP server as part of another application EAPI=5 HOMEPAGE=https://www.gnu.org/software/libmicrohttpd/ IUSE=epoll messages ssl static-libs test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) -SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.44.tar.gz -_md5_=b5a653073d8638ac2514e3ae1d58e8a3 +SLOT=0/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.48.tar.gz +_md5_=e1543129738c5452aa189cd1db4d7268 diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog index 5108cf3de9..36b2f00558 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog @@ -1,443 +1,216 @@ # ChangeLog for net-libs/libmicrohttpd -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.104 2015/07/30 12:29:54 ago Exp $ +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) - 30 Jul 2015; Agostino Sarubbo libmicrohttpd-0.9.42.ebuild: - Stable for sparc, wrt bug #553930 +*libmicrohttpd-0.9.42 (09 Aug 2015) +*libmicrohttpd-0.9.39 (09 Aug 2015) - 24 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: - ia64 stable wrt bug #553930 + 09 Aug 2015; Robin H. Johnson + +libmicrohttpd-0.9.39.ebuild, +libmicrohttpd-0.9.42.ebuild, +metadata.xml: + proj/gentoo: Initial commit - 17 Jul 2015; Tobias Klausmann + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher + + 24 Aug 2015; Justin Lecher libmicrohttpd-0.9.39.ebuild, libmicrohttpd-0.9.42.ebuild: - Stable on alpha, bug 553930 + Use https for most gnu.org URLs - 16 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: - amd64 stable wrt bug #553930 + Signed-off-by: Justin Lecher - 11 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: - x86 stable wrt bug #553930 + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml - 11 Jul 2015; Jeroen Roovers libmicrohttpd-0.9.42.ebuild: - Stable for HPPA (bug #553930). + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. - 04 Jul 2015; Anthony G. Basile - libmicrohttpd-0.9.42.ebuild: - Stable on arm, ppc and ppc64. Bug #553930. + Bug: https://bugs.gentoo.org/552720 - 04 Jul 2015; Anthony G. Basile - -libmicrohttpd-0.9.40.ebuild, -libmicrohttpd-0.9.41.ebuild: - Remove older unstable versions. + 14 Sep 2015; Pacho Ramos libmicrohttpd-0.9.42.ebuild: + It needs to be rebuilt with libgcrypt subslot bumps - 04 Jul 2015; Anthony G. Basile - libmicrohttpd-0.9.42.ebuild: - Unconditionally enable postprocessor. Bug #550718. + Package-Manager: portage-2.2.20.1 - 18 May 2015; Mike Frysinger libmicrohttpd-0.9.42.ebuild: - Disable building of examples as they are not actually installed; fix from Nam - Nguyen (Chromium OS). +*libmicrohttpd-0.9.44 (02 Oct 2015) - 14 May 2015; Anthony G. Basile ChangeLog: - Fix gpg signature. + 02 Oct 2015; Anthony G. Basile + +libmicrohttpd-0.9.44.ebuild: + version bump to 0.9.44 -*libmicrohttpd-0.9.42 (14 May 2015) + Package-Manager: portage-2.2.20.1 - 14 May 2015; Anthony G. Basile - +libmicrohttpd-0.9.42.ebuild: - Version bump. + 09 Oct 2015; Anthony G. Basile + -libmicrohttpd-0.9.39.ebuild: + remove older stable version. - 30 Apr 2015; Anthony G. Basile - -libmicrohttpd-0.9.37.ebuild, -libmicrohttpd-0.9.38.ebuild: - Remove older versions. + Package-Manager: portage-2.2.20.1 -*libmicrohttpd-0.9.41 (30 Apr 2015) +*libmicrohttpd-0.9.45 (31 Oct 2015) - 30 Apr 2015; Anthony G. Basile - +libmicrohttpd-0.9.41.ebuild: - Version bump. + 31 Oct 2015; Anthony G. Basile + +libmicrohttpd-0.9.45.ebuild: + version bump 0.9.45 - 28 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: - Stable for sparc, wrt bug #545814 + Package-Manager: portage-2.2.20.1 - 19 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: - Stable for x86, wrt bug #545814 + 31 Oct 2015; Anthony G. Basile + -libmicrohttpd-0.9.44.ebuild: + remove older unstable. - 14 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: - Stable for ia64, wrt bug #545814 + Package-Manager: portage-2.2.20.1 - 13 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: - Stable for alpha, wrt bug #545814 +*libmicrohttpd-0.9.45-r1 (31 Oct 2015) - 08 Apr 2015; Jeroen Roovers libmicrohttpd-0.9.39.ebuild: - Stable for HPPA (bug #545814). + 31 Oct 2015; Mike Gilbert -libmicrohttpd-0.9.45.ebuild, + +libmicrohttpd-0.9.45-r1.ebuild: + Add a subslot - 08 Apr 2015; Anthony G. Basile - libmicrohttpd-0.9.39.ebuild: - Stable for arm, ppc and ppc64. Bug #545814. + The soname version changed from 10 to 11, so add a matching subslot. - 08 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: - Stable for amd64, wrt bug #545814 + Package-Manager: portage-2.2.23_p10 -*libmicrohttpd-0.9.40 (07 Apr 2015) +*libmicrohttpd-0.9.46 (03 Dec 2015) - 07 Apr 2015; Anthony G. Basile - +libmicrohttpd-0.9.40.ebuild: - Version bump. + 03 Dec 2015; Anthony G. Basile + +libmicrohttpd-0.9.46.ebuild: + version bump to 0.9.46 -*libmicrohttpd-0.9.39 (27 Dec 2014) + Package-Manager: portage-2.2.20.1 - 27 Dec 2014; Anthony G. Basile - +libmicrohttpd-0.9.39.ebuild: - Version bump +*libmicrohttpd-0.9.47 (04 Dec 2015) - 24 Dec 2014; Anthony G. Basile - -libmicrohttpd-0.9.32.ebuild, -libmicrohttpd-0.9.33.ebuild, - -libmicrohttpd-0.9.34.ebuild, -libmicrohttpd-0.9.35.ebuild, - -libmicrohttpd-0.9.36.ebuild: - Remove older versions + 04 Dec 2015; Anthony G. Basile + +libmicrohttpd-0.9.47.ebuild: + version bump to 0.9.47 - 02 Nov 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: - Stable for alpha, wrt bug #524760 + Package-Manager: portage-2.2.20.1 - 29 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: - Stable for sparc, wrt bug #524760 + 06 Dec 2015; Anthony G. Basile + libmicrohttpd-0.9.47.ebuild: + remove --disable-spdy, bug #567620. - 28 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: - Stable for ia64, wrt bug #524760 + Package-Manager: portage-2.2.20.1 - 10 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: - Stable for x86, wrt bug #524760 +*libmicrohttpd-0.9.48 (19 Dec 2015) - 09 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: - Stable for amd64, wrt bug #524760 + 19 Dec 2015; Anthony G. Basile + libmicrohttpd-0.9.42.ebuild, libmicrohttpd-0.9.45-r1.ebuild, + libmicrohttpd-0.9.46.ebuild, libmicrohttpd-0.9.47.ebuild, + +libmicrohttpd-0.9.48.ebuild: + version bump to 0.9.48 - 08 Oct 2014; Anthony G. Basile - libmicrohttpd-0.9.37.ebuild: - Stable on arm/ppc/ppc64, bug #524760 + Package-Manager: portage-2.2.24 -*libmicrohttpd-0.9.38 (08 Oct 2014) + 21 Dec 2015; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + amd64 stable wrt bug #568708 - 08 Oct 2014; Anthony G. Basile - +libmicrohttpd-0.9.38.ebuild: - Version bump + Package-Manager: portage-2.2.24 + RepoMan-Options: --include-arches="amd64" + Signed-off-by: Agostino Sarubbo - 10 Aug 2014; Sergei Trofimovich - libmicrohttpd-0.9.32.ebuild, libmicrohttpd-0.9.33.ebuild, - libmicrohttpd-0.9.34.ebuild, libmicrohttpd-0.9.35.ebuild, - libmicrohttpd-0.9.36.ebuild, libmicrohttpd-0.9.37.ebuild: - QA: drop trailing '.' from DESCRIPTION + 25 Dec 2015; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + x86 stable wrt bug #568708 -*libmicrohttpd-0.9.37 (02 Jun 2014) + Package-Manager: portage-2.2.24 + RepoMan-Options: --include-arches="x86" + Signed-off-by: Agostino Sarubbo - 02 Jun 2014; Anthony G. Basile - +libmicrohttpd-0.9.37.ebuild: - Version bump + 26 Dec 2015; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + ppc stable wrt bug #568708 -*libmicrohttpd-0.9.36 (26 May 2014) + Package-Manager: portage-2.2.24 + RepoMan-Options: --include-arches="ppc" + Signed-off-by: Agostino Sarubbo - 26 May 2014; Anthony G. Basile - +libmicrohttpd-0.9.36.ebuild: - Version bump + 09 Jan 2016; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + sparc stable wrt bug #568708 - 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: - Stable for sparc, wrt bug #509094 + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="sparc" + Signed-off-by: Agostino Sarubbo - 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: - Stable for ia64, wrt bug #509094 + 09 Jan 2016; Markus Meier libmicrohttpd-0.9.47.ebuild: + arm stable, bug #568708 - 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: - Stable for alpha, wrt bug #509094 + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="arm" - 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: - Stable for x86, wrt bug #509094 + 10 Jan 2016; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + alpha stable wrt bug #568708 - 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: - Stable for amd64, wrt bug #509094 + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="alpha" + Signed-off-by: Agostino Sarubbo - 03 May 2014; Anthony G. Basile - libmicrohttpd-0.9.34.ebuild: - Stable on ppc, ppc64, arm. Bug #509094 + 11 Jan 2016; Agostino Sarubbo libmicrohttpd-0.9.47.ebuild: + ia64 stable wrt bug #568708 -*libmicrohttpd-0.9.35 (03 May 2014) + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="ia64" + Signed-off-by: Agostino Sarubbo - 03 May 2014; Anthony G. Basile - +libmicrohttpd-0.9.35.ebuild: - Version bump + 23 Jan 2016; Jeroen Roovers libmicrohttpd-0.9.47.ebuild: + Stable for HPPA (bug #568708). - 27 Mar 2014; Mike Gilbert libmicrohttpd-0.9.33.ebuild, - libmicrohttpd-0.9.34.ebuild: - Add ~sparc keyword to newer ebuilds. + Package-Manager: portage-2.2.27 + RepoMan-Options: --ignore-arches - 01 Mar 2014; Michał Górny libmicrohttpd-0.9.32.ebuild, - libmicrohttpd-0.9.33.ebuild, libmicrohttpd-0.9.34.ebuild: - Update libgcrypt dep to use slot :0. + 24 Jan 2016; Michał Górny metadata.xml: + Unify quoting in metadata.xml files for machine processing -*libmicrohttpd-0.9.34 (24 Feb 2014) + Force unified quoting in all metadata.xml files since lxml does not + preserve original use of single and double quotes. Ensuring unified + quoting before the process allows distinguishing the GLEP 67-related + metadata.xml changes from unrelated quoting changes. - 24 Feb 2014; Anthony G. Basile - +libmicrohttpd-0.9.34.ebuild, - -files/libmicrohttpd-0.9.28-fix-no-messages.patch: - Version bump + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) - 02 Feb 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for alpha, wrt bug #487344 + 12 Feb 2016; Anthony G. Basile + libmicrohttpd-0.9.47.ebuild: + net-libs/libmicrohttpd: stable on ppc64, bug #568708 - 19 Jan 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for sparc, wrt bug #498494 + Package-Manager: portage-2.2.26 - 19 Jan 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for ia64, wrt bug #498494 + 12 Feb 2016; Anthony G. Basile + -libmicrohttpd-0.9.42.ebuild, -libmicrohttpd-0.9.45-r1.ebuild, + -libmicrohttpd-0.9.46.ebuild: + remove older version - 07 Jan 2014; Pacho Ramos libmicrohttpd-0.9.32.ebuild, - libmicrohttpd-0.9.33.ebuild: - Keyword on ia64 (#497252 by Emeric Maschino) + Package-Manager: portage-2.2.26 - 22 Dec 2013; Anthony G. Basile - -libmicrohttpd-0.9.27.ebuild, -libmicrohttpd-0.9.28.ebuild, - -libmicrohttpd-0.9.30.ebuild, -libmicrohttpd-0.9.31.ebuild: - Remove older versions - -*libmicrohttpd-0.9.33 (22 Dec 2013) - - 22 Dec 2013; Anthony G. Basile - +libmicrohttpd-0.9.33.ebuild: - Version bump - - 22 Dec 2013; Pacho Ramos libmicrohttpd-0.9.30.ebuild: - amd64 stable, bug 488644 - - 22 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.30.ebuild: - Stable for ppc64, wrt bug #488644 - - 21 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.30.ebuild: - Stable for ppc, wrt bug #488644 - - 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for arm, wrt bug #493450 - - 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for ppc64, wrt bug #493450 - - 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for ppc, wrt bug #493450 - - 10 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for x86, wrt bug #493450 - - 10 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: - Stable for amd64, wrt bug #493450 - -*libmicrohttpd-0.9.32 (03 Dec 2013) - - 03 Dec 2013; Anthony G. Basile - +libmicrohttpd-0.9.32.ebuild: - Version bump - - 25 Nov 2013; Jeroen Roovers libmicrohttpd-0.9.28.ebuild, - libmicrohttpd-0.9.30.ebuild, libmicrohttpd-0.9.31.ebuild: - Marked ~hppa too. - - 13 Nov 2013; Matt Turner libmicrohttpd-0.9.31.ebuild: - Added ~alpha, bug 478076. - - 23 Oct 2013; Markus Meier libmicrohttpd-0.9.30.ebuild: - arm stable, bug #488644 - -*libmicrohttpd-0.9.31 (19 Oct 2013) - - 19 Oct 2013; Anthony G. Basile - +libmicrohttpd-0.9.31.ebuild, metadata.xml: - Version bump - - 02 Sep 2013; Anthony G. Basile - -libmicrohttpd-0.9.21.ebuild, -libmicrohttpd-0.9.23.ebuild, - -libmicrohttpd-0.9.24.ebuild: - Remove older versions - -*libmicrohttpd-0.9.30 (02 Sep 2013) - - 02 Sep 2013; Anthony G. Basile - +libmicrohttpd-0.9.30.ebuild: - Version bump - -*libmicrohttpd-0.9.28 (24 Jul 2013) - - 24 Jul 2013; Anthony G. Basile - +files/libmicrohttpd-0.9.28-fix-no-messages.patch, - +libmicrohttpd-0.9.28.ebuild: - Version bump - - 20 Jul 2013; Jeroen Roovers libmicrohttpd-0.9.27.ebuild: - Marked ~hppa too. - - 26 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: - Stable for arm, wrt bug #474266 - - 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: - Stable for amd64, wrt bug #474266 - - 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: - Stable for x86, wrt bug #474266 - - 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: - Stable for ppc64, wrt bug #474266 - - 24 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: - Stable for ppc, wrt bug #474266 - -*libmicrohttpd-0.9.27 (06 May 2013) - - 06 May 2013; Anthony G. Basile - +libmicrohttpd-0.9.27.ebuild, -files/libmicrohttpd-0.9.26-fix-doc-build.patch, - -libmicrohttpd-0.9.25.ebuild, -libmicrohttpd-0.9.26.ebuild: - Version bump and remove 0.9.26 requiring autoreconf, bug #467852 - - 30 Mar 2013; Anthony G. Basile - files/libmicrohttpd-0.9.26-fix-doc-build.patch: - Obsessing over patch style - -*libmicrohttpd-0.9.26 (30 Mar 2013) - - 30 Mar 2013; Anthony G. Basile - +files/libmicrohttpd-0.9.26-fix-doc-build.patch, +libmicrohttpd-0.9.26.ebuild: - Version bump - -*libmicrohttpd-0.9.25 (06 Feb 2013) - - 06 Feb 2013; Anthony G. Basile - +libmicrohttpd-0.9.25.ebuild: - Version bump - - 26 Dec 2012; Anthony G. Basile - -libmicrohttpd-0.9.19.ebuild, -libmicrohttpd-0.9.20.ebuild, - -libmicrohttpd-0.9.22.ebuild: - Remove older versions - - 26 Dec 2012; Agostino Sarubbo libmicrohttpd-0.9.23.ebuild: - Stable for x86, wrt bug #448660 - - 26 Dec 2012; Agostino Sarubbo libmicrohttpd-0.9.23.ebuild: - Stable for amd64, wrt bug #448660 - - 26 Dec 2012; Anthony G. Basile - libmicrohttpd-0.9.23.ebuild: - stable arm ppc ppc64, bug #448660 - -*libmicrohttpd-0.9.24 (26 Dec 2012) - - 26 Dec 2012; Anthony G. Basile - +libmicrohttpd-0.9.24.ebuild: - Version bump - - 11 Nov 2012; Anthony G. Basile - libmicrohttpd-0.9.23.ebuild: - Enable auth by default - -*libmicrohttpd-0.9.23 (10 Nov 2012) - - 10 Nov 2012; Anthony G. Basile - +libmicrohttpd-0.9.23.ebuild: - Version bump - - 17 Oct 2012; Pawel Hajdan jr - libmicrohttpd-0.9.21.ebuild: - x86 stable wrt bug #433327 - - 01 Oct 2012; Anthony G. Basile - libmicrohttpd-0.9.22.ebuild: - keyword ~mips ~ppc ~ppc64 - - 30 Sep 2012; Anthony G. Basile - libmicrohttpd-0.9.22.ebuild: - keyword ~arm, bug #436728 - - 15 Sep 2012; Agostino Sarubbo libmicrohttpd-0.9.21.ebuild: - Stable for amd64, wrt bug #433327 - -*libmicrohttpd-0.9.22 (15 Sep 2012) - - 15 Sep 2012; Anthony G. Basile - +libmicrohttpd-0.9.22.ebuild: - Version bump - -*libmicrohttpd-0.9.21 (20 Jul 2012) - - 20 Jul 2012; Anthony G. Basile - +libmicrohttpd-0.9.21.ebuild: - Version bump, bug #334067 no longer valid - - 25 Jun 2012; Anthony G. Basile - libmicrohttpd-0.9.19.ebuild, libmicrohttpd-0.9.20.ebuild: - Update HOMEPAGE - - 25 Jun 2012; Anthony G. Basile metadata.xml: - Add myself as maintainer - -*libmicrohttpd-0.9.20 (09 Jun 2012) - - 09 Jun 2012; Chí-Thanh Christopher Nguyễn - +libmicrohttpd-0.9.20.ebuild: - Version bump. Drop runtime dependency on curl, bug #417911. Update for new - use_expand, bug #412445. - - 22 May 2012; Jeff Horelick libmicrohttpd-0.9.19.ebuild: - marked x86 per bug 415907 - - 14 May 2012; Agostino Sarubbo libmicrohttpd-0.9.19.ebuild: - Stable for amd64, wrt bug #415907 - - 14 May 2012; Tomáš Chvátal libmicrohttpd-0.9.19.ebuild: - Bump eapi and do not distribute static lib and la file unless needed. - -*libmicrohttpd-0.9.19 (03 Mar 2012) - - 03 Mar 2012; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.15.ebuild, +libmicrohttpd-0.9.19.ebuild: - Version bump, bug #406377. - -*libmicrohttpd-0.9.15 (16 Oct 2011) - - 16 Oct 2011; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.12.ebuild, +libmicrohttpd-0.9.15.ebuild: - Version bump, bug #385429. - -*libmicrohttpd-0.9.12 (04 Jul 2011) - - 04 Jul 2011; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.11.ebuild, +libmicrohttpd-0.9.12.ebuild: - Version bump. - -*libmicrohttpd-0.9.11 (30 May 2011) - - 30 May 2011; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.8.ebuild, +libmicrohttpd-0.9.11.ebuild: - Version bump. - -*libmicrohttpd-0.9.8 (20 Mar 2011) - - 20 Mar 2011; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.4.ebuild, +libmicrohttpd-0.9.8.ebuild: - Version bump. - -*libmicrohttpd-0.9.4 (28 Dec 2010) - - 28 Dec 2010; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.3.ebuild, +libmicrohttpd-0.9.4.ebuild: - Version bump. - -*libmicrohttpd-0.9.3 (01 Dec 2010) - - 01 Dec 2010; Chí-Thanh Christopher Nguyễn - -libmicrohttpd-0.9.0.ebuild, +libmicrohttpd-0.9.3.ebuild: - New upstream release. Address some test failures, bug #334067 - - 18 Sep 2010; Chí-Thanh Christopher Nguyễn - libmicrohttpd-0.9.0.ebuild, metadata.xml: - Add USE flag for messages, bug #224165 - -*libmicrohttpd-0.9.0 (14 Aug 2010) - - 14 Aug 2010; Chí-Thanh Christopher Nguyễn - +libmicrohttpd-0.9.0.ebuild, +metadata.xml: - New ebuild for bug #224165. Thanks to rpansky, Adam Coyne, candrews and - others diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog-2015 new file mode 100644 index 0000000000..5108cf3de9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/ChangeLog-2015 @@ -0,0 +1,443 @@ +# ChangeLog for net-libs/libmicrohttpd +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.104 2015/07/30 12:29:54 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo libmicrohttpd-0.9.42.ebuild: + Stable for sparc, wrt bug #553930 + + 24 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: + ia64 stable wrt bug #553930 + + 17 Jul 2015; Tobias Klausmann + libmicrohttpd-0.9.42.ebuild: + Stable on alpha, bug 553930 + + 16 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: + amd64 stable wrt bug #553930 + + 11 Jul 2015; Mikle Kolyada libmicrohttpd-0.9.42.ebuild: + x86 stable wrt bug #553930 + + 11 Jul 2015; Jeroen Roovers libmicrohttpd-0.9.42.ebuild: + Stable for HPPA (bug #553930). + + 04 Jul 2015; Anthony G. Basile + libmicrohttpd-0.9.42.ebuild: + Stable on arm, ppc and ppc64. Bug #553930. + + 04 Jul 2015; Anthony G. Basile + -libmicrohttpd-0.9.40.ebuild, -libmicrohttpd-0.9.41.ebuild: + Remove older unstable versions. + + 04 Jul 2015; Anthony G. Basile + libmicrohttpd-0.9.42.ebuild: + Unconditionally enable postprocessor. Bug #550718. + + 18 May 2015; Mike Frysinger libmicrohttpd-0.9.42.ebuild: + Disable building of examples as they are not actually installed; fix from Nam + Nguyen (Chromium OS). + + 14 May 2015; Anthony G. Basile ChangeLog: + Fix gpg signature. + +*libmicrohttpd-0.9.42 (14 May 2015) + + 14 May 2015; Anthony G. Basile + +libmicrohttpd-0.9.42.ebuild: + Version bump. + + 30 Apr 2015; Anthony G. Basile + -libmicrohttpd-0.9.37.ebuild, -libmicrohttpd-0.9.38.ebuild: + Remove older versions. + +*libmicrohttpd-0.9.41 (30 Apr 2015) + + 30 Apr 2015; Anthony G. Basile + +libmicrohttpd-0.9.41.ebuild: + Version bump. + + 28 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: + Stable for sparc, wrt bug #545814 + + 19 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: + Stable for x86, wrt bug #545814 + + 14 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: + Stable for ia64, wrt bug #545814 + + 13 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: + Stable for alpha, wrt bug #545814 + + 08 Apr 2015; Jeroen Roovers libmicrohttpd-0.9.39.ebuild: + Stable for HPPA (bug #545814). + + 08 Apr 2015; Anthony G. Basile + libmicrohttpd-0.9.39.ebuild: + Stable for arm, ppc and ppc64. Bug #545814. + + 08 Apr 2015; Agostino Sarubbo libmicrohttpd-0.9.39.ebuild: + Stable for amd64, wrt bug #545814 + +*libmicrohttpd-0.9.40 (07 Apr 2015) + + 07 Apr 2015; Anthony G. Basile + +libmicrohttpd-0.9.40.ebuild: + Version bump. + +*libmicrohttpd-0.9.39 (27 Dec 2014) + + 27 Dec 2014; Anthony G. Basile + +libmicrohttpd-0.9.39.ebuild: + Version bump + + 24 Dec 2014; Anthony G. Basile + -libmicrohttpd-0.9.32.ebuild, -libmicrohttpd-0.9.33.ebuild, + -libmicrohttpd-0.9.34.ebuild, -libmicrohttpd-0.9.35.ebuild, + -libmicrohttpd-0.9.36.ebuild: + Remove older versions + + 02 Nov 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: + Stable for alpha, wrt bug #524760 + + 29 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: + Stable for sparc, wrt bug #524760 + + 28 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: + Stable for ia64, wrt bug #524760 + + 10 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: + Stable for x86, wrt bug #524760 + + 09 Oct 2014; Agostino Sarubbo libmicrohttpd-0.9.37.ebuild: + Stable for amd64, wrt bug #524760 + + 08 Oct 2014; Anthony G. Basile + libmicrohttpd-0.9.37.ebuild: + Stable on arm/ppc/ppc64, bug #524760 + +*libmicrohttpd-0.9.38 (08 Oct 2014) + + 08 Oct 2014; Anthony G. Basile + +libmicrohttpd-0.9.38.ebuild: + Version bump + + 10 Aug 2014; Sergei Trofimovich + libmicrohttpd-0.9.32.ebuild, libmicrohttpd-0.9.33.ebuild, + libmicrohttpd-0.9.34.ebuild, libmicrohttpd-0.9.35.ebuild, + libmicrohttpd-0.9.36.ebuild, libmicrohttpd-0.9.37.ebuild: + QA: drop trailing '.' from DESCRIPTION + +*libmicrohttpd-0.9.37 (02 Jun 2014) + + 02 Jun 2014; Anthony G. Basile + +libmicrohttpd-0.9.37.ebuild: + Version bump + +*libmicrohttpd-0.9.36 (26 May 2014) + + 26 May 2014; Anthony G. Basile + +libmicrohttpd-0.9.36.ebuild: + Version bump + + 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: + Stable for sparc, wrt bug #509094 + + 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: + Stable for ia64, wrt bug #509094 + + 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: + Stable for alpha, wrt bug #509094 + + 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: + Stable for x86, wrt bug #509094 + + 25 May 2014; Agostino Sarubbo libmicrohttpd-0.9.34.ebuild: + Stable for amd64, wrt bug #509094 + + 03 May 2014; Anthony G. Basile + libmicrohttpd-0.9.34.ebuild: + Stable on ppc, ppc64, arm. Bug #509094 + +*libmicrohttpd-0.9.35 (03 May 2014) + + 03 May 2014; Anthony G. Basile + +libmicrohttpd-0.9.35.ebuild: + Version bump + + 27 Mar 2014; Mike Gilbert libmicrohttpd-0.9.33.ebuild, + libmicrohttpd-0.9.34.ebuild: + Add ~sparc keyword to newer ebuilds. + + 01 Mar 2014; Michał Górny libmicrohttpd-0.9.32.ebuild, + libmicrohttpd-0.9.33.ebuild, libmicrohttpd-0.9.34.ebuild: + Update libgcrypt dep to use slot :0. + +*libmicrohttpd-0.9.34 (24 Feb 2014) + + 24 Feb 2014; Anthony G. Basile + +libmicrohttpd-0.9.34.ebuild, + -files/libmicrohttpd-0.9.28-fix-no-messages.patch: + Version bump + + 02 Feb 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for alpha, wrt bug #487344 + + 19 Jan 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for sparc, wrt bug #498494 + + 19 Jan 2014; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for ia64, wrt bug #498494 + + 07 Jan 2014; Pacho Ramos libmicrohttpd-0.9.32.ebuild, + libmicrohttpd-0.9.33.ebuild: + Keyword on ia64 (#497252 by Emeric Maschino) + + 22 Dec 2013; Anthony G. Basile + -libmicrohttpd-0.9.27.ebuild, -libmicrohttpd-0.9.28.ebuild, + -libmicrohttpd-0.9.30.ebuild, -libmicrohttpd-0.9.31.ebuild: + Remove older versions + +*libmicrohttpd-0.9.33 (22 Dec 2013) + + 22 Dec 2013; Anthony G. Basile + +libmicrohttpd-0.9.33.ebuild: + Version bump + + 22 Dec 2013; Pacho Ramos libmicrohttpd-0.9.30.ebuild: + amd64 stable, bug 488644 + + 22 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.30.ebuild: + Stable for ppc64, wrt bug #488644 + + 21 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.30.ebuild: + Stable for ppc, wrt bug #488644 + + 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for arm, wrt bug #493450 + + 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for ppc64, wrt bug #493450 + + 13 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for ppc, wrt bug #493450 + + 10 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for x86, wrt bug #493450 + + 10 Dec 2013; Agostino Sarubbo libmicrohttpd-0.9.32.ebuild: + Stable for amd64, wrt bug #493450 + +*libmicrohttpd-0.9.32 (03 Dec 2013) + + 03 Dec 2013; Anthony G. Basile + +libmicrohttpd-0.9.32.ebuild: + Version bump + + 25 Nov 2013; Jeroen Roovers libmicrohttpd-0.9.28.ebuild, + libmicrohttpd-0.9.30.ebuild, libmicrohttpd-0.9.31.ebuild: + Marked ~hppa too. + + 13 Nov 2013; Matt Turner libmicrohttpd-0.9.31.ebuild: + Added ~alpha, bug 478076. + + 23 Oct 2013; Markus Meier libmicrohttpd-0.9.30.ebuild: + arm stable, bug #488644 + +*libmicrohttpd-0.9.31 (19 Oct 2013) + + 19 Oct 2013; Anthony G. Basile + +libmicrohttpd-0.9.31.ebuild, metadata.xml: + Version bump + + 02 Sep 2013; Anthony G. Basile + -libmicrohttpd-0.9.21.ebuild, -libmicrohttpd-0.9.23.ebuild, + -libmicrohttpd-0.9.24.ebuild: + Remove older versions + +*libmicrohttpd-0.9.30 (02 Sep 2013) + + 02 Sep 2013; Anthony G. Basile + +libmicrohttpd-0.9.30.ebuild: + Version bump + +*libmicrohttpd-0.9.28 (24 Jul 2013) + + 24 Jul 2013; Anthony G. Basile + +files/libmicrohttpd-0.9.28-fix-no-messages.patch, + +libmicrohttpd-0.9.28.ebuild: + Version bump + + 20 Jul 2013; Jeroen Roovers libmicrohttpd-0.9.27.ebuild: + Marked ~hppa too. + + 26 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: + Stable for arm, wrt bug #474266 + + 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: + Stable for amd64, wrt bug #474266 + + 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: + Stable for x86, wrt bug #474266 + + 25 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: + Stable for ppc64, wrt bug #474266 + + 24 Jun 2013; Agostino Sarubbo libmicrohttpd-0.9.27.ebuild: + Stable for ppc, wrt bug #474266 + +*libmicrohttpd-0.9.27 (06 May 2013) + + 06 May 2013; Anthony G. Basile + +libmicrohttpd-0.9.27.ebuild, -files/libmicrohttpd-0.9.26-fix-doc-build.patch, + -libmicrohttpd-0.9.25.ebuild, -libmicrohttpd-0.9.26.ebuild: + Version bump and remove 0.9.26 requiring autoreconf, bug #467852 + + 30 Mar 2013; Anthony G. Basile + files/libmicrohttpd-0.9.26-fix-doc-build.patch: + Obsessing over patch style + +*libmicrohttpd-0.9.26 (30 Mar 2013) + + 30 Mar 2013; Anthony G. Basile + +files/libmicrohttpd-0.9.26-fix-doc-build.patch, +libmicrohttpd-0.9.26.ebuild: + Version bump + +*libmicrohttpd-0.9.25 (06 Feb 2013) + + 06 Feb 2013; Anthony G. Basile + +libmicrohttpd-0.9.25.ebuild: + Version bump + + 26 Dec 2012; Anthony G. Basile + -libmicrohttpd-0.9.19.ebuild, -libmicrohttpd-0.9.20.ebuild, + -libmicrohttpd-0.9.22.ebuild: + Remove older versions + + 26 Dec 2012; Agostino Sarubbo libmicrohttpd-0.9.23.ebuild: + Stable for x86, wrt bug #448660 + + 26 Dec 2012; Agostino Sarubbo libmicrohttpd-0.9.23.ebuild: + Stable for amd64, wrt bug #448660 + + 26 Dec 2012; Anthony G. Basile + libmicrohttpd-0.9.23.ebuild: + stable arm ppc ppc64, bug #448660 + +*libmicrohttpd-0.9.24 (26 Dec 2012) + + 26 Dec 2012; Anthony G. Basile + +libmicrohttpd-0.9.24.ebuild: + Version bump + + 11 Nov 2012; Anthony G. Basile + libmicrohttpd-0.9.23.ebuild: + Enable auth by default + +*libmicrohttpd-0.9.23 (10 Nov 2012) + + 10 Nov 2012; Anthony G. Basile + +libmicrohttpd-0.9.23.ebuild: + Version bump + + 17 Oct 2012; Pawel Hajdan jr + libmicrohttpd-0.9.21.ebuild: + x86 stable wrt bug #433327 + + 01 Oct 2012; Anthony G. Basile + libmicrohttpd-0.9.22.ebuild: + keyword ~mips ~ppc ~ppc64 + + 30 Sep 2012; Anthony G. Basile + libmicrohttpd-0.9.22.ebuild: + keyword ~arm, bug #436728 + + 15 Sep 2012; Agostino Sarubbo libmicrohttpd-0.9.21.ebuild: + Stable for amd64, wrt bug #433327 + +*libmicrohttpd-0.9.22 (15 Sep 2012) + + 15 Sep 2012; Anthony G. Basile + +libmicrohttpd-0.9.22.ebuild: + Version bump + +*libmicrohttpd-0.9.21 (20 Jul 2012) + + 20 Jul 2012; Anthony G. Basile + +libmicrohttpd-0.9.21.ebuild: + Version bump, bug #334067 no longer valid + + 25 Jun 2012; Anthony G. Basile + libmicrohttpd-0.9.19.ebuild, libmicrohttpd-0.9.20.ebuild: + Update HOMEPAGE + + 25 Jun 2012; Anthony G. Basile metadata.xml: + Add myself as maintainer + +*libmicrohttpd-0.9.20 (09 Jun 2012) + + 09 Jun 2012; Chí-Thanh Christopher Nguyễn + +libmicrohttpd-0.9.20.ebuild: + Version bump. Drop runtime dependency on curl, bug #417911. Update for new + use_expand, bug #412445. + + 22 May 2012; Jeff Horelick libmicrohttpd-0.9.19.ebuild: + marked x86 per bug 415907 + + 14 May 2012; Agostino Sarubbo libmicrohttpd-0.9.19.ebuild: + Stable for amd64, wrt bug #415907 + + 14 May 2012; Tomáš Chvátal libmicrohttpd-0.9.19.ebuild: + Bump eapi and do not distribute static lib and la file unless needed. + +*libmicrohttpd-0.9.19 (03 Mar 2012) + + 03 Mar 2012; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.15.ebuild, +libmicrohttpd-0.9.19.ebuild: + Version bump, bug #406377. + +*libmicrohttpd-0.9.15 (16 Oct 2011) + + 16 Oct 2011; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.12.ebuild, +libmicrohttpd-0.9.15.ebuild: + Version bump, bug #385429. + +*libmicrohttpd-0.9.12 (04 Jul 2011) + + 04 Jul 2011; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.11.ebuild, +libmicrohttpd-0.9.12.ebuild: + Version bump. + +*libmicrohttpd-0.9.11 (30 May 2011) + + 30 May 2011; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.8.ebuild, +libmicrohttpd-0.9.11.ebuild: + Version bump. + +*libmicrohttpd-0.9.8 (20 Mar 2011) + + 20 Mar 2011; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.4.ebuild, +libmicrohttpd-0.9.8.ebuild: + Version bump. + +*libmicrohttpd-0.9.4 (28 Dec 2010) + + 28 Dec 2010; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.3.ebuild, +libmicrohttpd-0.9.4.ebuild: + Version bump. + +*libmicrohttpd-0.9.3 (01 Dec 2010) + + 01 Dec 2010; Chí-Thanh Christopher Nguyễn + -libmicrohttpd-0.9.0.ebuild, +libmicrohttpd-0.9.3.ebuild: + New upstream release. Address some test failures, bug #334067 + + 18 Sep 2010; Chí-Thanh Christopher Nguyễn + libmicrohttpd-0.9.0.ebuild, metadata.xml: + Add USE flag for messages, bug #224165 + +*libmicrohttpd-0.9.0 (14 Aug 2010) + + 14 Aug 2010; Chí-Thanh Christopher Nguyễn + +libmicrohttpd-0.9.0.ebuild, +metadata.xml: + New ebuild for bug #224165. Thanks to rpansky, Adam Coyne, candrews and + others diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/Manifest b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/Manifest index cc694749ee..4df4076ef2 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/Manifest +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/Manifest @@ -1,6 +1,7 @@ -DIST libmicrohttpd-0.9.42.tar.gz 1232516 SHA256 00352073367003da40607319e4090a6a8308748b59246ae80e9871f34dad7d5b SHA512 6516f545a5b81aa23bb0d22582f6d7e7f028069d94e0d33d9d6f929e111a3c0e0432eb43b26b4eec87860e8b9f50de38f1b5e6e20cd8faf30512e4891f29b9f3 WHIRLPOOL 9d42c08ee37042debf2e16ddd244c91375e4cecb9843e08d58581a9838677148d90d469bcd4890d4a0680a62e691c659394067da1c7060f7c4e49b309be4417c -DIST libmicrohttpd-0.9.44.tar.gz 1244988 SHA256 f2739cc05112dc00a5ebe1a470174970ca3a3fd71dcd67fb7539af9d83b8411e SHA512 4f8e679e70e95411f762615593fcf2271df542ffab2ddd89f2c435215590ffe375c8e8c1e09cc2d21389d335cad2062944d65591b9478ea26e65123ed5dd56d9 WHIRLPOOL 8cfce79be2c8c6683a8c1b5f1c2d749a6a598346b032726e4f045dda86074fc3a4b44083385a9117eab9a1f85104962aefa2c8e805bb16104e18f6e3c0646cdf -EBUILD libmicrohttpd-0.9.42.ebuild 1066 SHA256 1a897d40a6a17b1cb3573e486d09bbe88453237ad6ca1aebba8ae4850d494eee SHA512 2a35680aba77c41bd595b597b132a3bd2598e345c881b966fa28d5998ae5c253609a8afb54cd22a7185539a51708f7363baf38c8642d1b66b1c87d2dfe128af6 WHIRLPOOL 6d3d87a37b4c4a72ae11cb18857fa25a5d7a8e8fd96885c699e28dd56e067e6de9db77e2d947ed4ab8193f9e5c98c8ddc5b05364b08bb778b83dc429910f63aa -EBUILD libmicrohttpd-0.9.44.ebuild 1075 SHA256 639cc763ad0390f945150d5e4be91ba5eee164cb942033adb9c520f3e01d4d39 SHA512 e29938ee85675a13ba0248ca726313ab06491890616caf7914b79d4327aea2c11ead713ceace439ed879a40916d7d671c83e15793d4b5840c59b8d247fbd3b03 WHIRLPOOL 5f7b9d3fac35a488e87b751b8bc4daf60b94820261c48291daf42c6371a963f67c046fe36d1014e05e7a1138ceabae8844f2a31ee758ce1e590d2edfc18bc20d -MISC ChangeLog 14730 SHA256 78359496e09bd7ebc5b2b2ec434edf7928da716fd87e39ab10ea5ff3f9f203a0 SHA512 64bd659b958bd5cff4bb1665198cf289c2019b5066e191cbede34d58f94e55580e4357766c311adfdb23550999c8f48fa1e6cb264269e0ae2b75b9ba892001e9 WHIRLPOOL 7b36c3e16600280223a2e02a0bb36f3de3c0fdbe2ec09b38deaa23321c28512206d7ab239f60f40b660cfefd9b69cc1a402087e5093192779c19ae2eecb5efa4 -MISC metadata.xml 359 SHA256 99f8013d4996905dc53e27191e9fff66c21e3b3ae2a912f14b9881b52689fcee SHA512 28d6502d6a724c5f63ab3c9b0917c7e513463b533bef7daa4c50256a6c1cf6c026897b21016f26eb2eaf999ed0b4c7561c9d59e6dcd33ef950466d394f9aacbe WHIRLPOOL bc31516b0cd0fa502b3463dbad6d7a5240f0d427086cde4189dd7cf6b3b1e58ca710398ebd4be4183e7f390dfb1420158d9758fabc8882abb45ef4b9bed8fc30 +DIST libmicrohttpd-0.9.47.tar.gz 1075636 SHA256 96bdab4352a09fd3952a346bc01898536992f50127d0adea1c3096a8ec9f658c SHA512 c6a0d8602246c72bdec63140310fa72f1e73b569ffec5a46bddd92b8be434b334c74f9afb2fab828dd3e0387f02ac5f518580d13c5e7548dc0367e43233196c7 WHIRLPOOL 0087f9856ffd9fae983b7c82d82254f5dc3c416c0cdd9d2b8318793a0d727eb3f1dd038f4d222817cb665d17e912dbbc2f765ae3a06c010d35e53b0d332c108e +DIST libmicrohttpd-0.9.48.tar.gz 1077473 SHA256 87667e158f2bf8c691a002e256ffe30885d4121a9ee4143af0320c47cdf8a2a4 SHA512 67155356b01c2294f5b87db68ac275d8c739e06590fc0ae5bcc0c9b4cfc42027b227fd64862ec3197695727c937b5c5d8c815ffbfc770beba918c0e3ca6a37f0 WHIRLPOOL 6267832952d2f1c1b4222597da2c67a8eb298781e5f1d26fe760f19ca14b4364f35e11a458c580968b6142454cb5969ed067fb2fd55e73ea38583df604eac78e +EBUILD libmicrohttpd-0.9.47.ebuild 1190 SHA256 5bdcca74e4a723b09cc7082faf511b3f65e31b0f8b317fb04cea449080acad87 SHA512 e4b4d5ec7d98bb43a32196be173278f43dd7521e74ba24698468f9f3fdc1a66b9083d59d1fea06268fd47c9f55f495c0f940d2b86a49e3de784d5906889cb1de WHIRLPOOL 88d2f0375a4abb5832b62e1691e4a963242b5ce77637c4e71684f60f95a1db24b4fdb00fa7e9fcb1690a981a74eac9b56d615f868be4ecb2ad43d57c1cc7d4ba +EBUILD libmicrohttpd-0.9.48.ebuild 1199 SHA256 b6a04590a6ea01a49a249f0cb1ad5fa450ae98613c13d103d2fc222f8ec9658c SHA512 4736a093431d7e6c6226b2a39b3a992efaee5d51c48cf45509bfe3eeba37da831272705f2103215866be4600dc7651f05500caeea064c0e4ed97c778d16fb085 WHIRLPOOL 33beed0679aeb0f29f249a13039f7911332ee8385efab531a80973117d81be11a285012a5e5b3a18065bdbbf274f8dac886dd751b5eaf076a6ea980c24497425 +MISC ChangeLog 6996 SHA256 2ccab4a1c8e599f15a2d4918e8aa80e93812974ea6dd1a96ce2004fc6983fd9a SHA512 2d657116b6063e79de5eea721e88fc80e22ae9193150d95fa0041da31dbb9e0a67631c1f00961c65bd47139bcfddfb93600c6cd583e9f12e7d539bde3c923695 WHIRLPOOL ad74db51f5176506764d847ba57a2473e5596a0e80d547e60cb7cdd35f73b3148a9412798b31cc9e2e9660d7daf0ccbc64f5723a0f9380b60b001039b8709e82 +MISC ChangeLog-2015 14730 SHA256 78359496e09bd7ebc5b2b2ec434edf7928da716fd87e39ab10ea5ff3f9f203a0 SHA512 64bd659b958bd5cff4bb1665198cf289c2019b5066e191cbede34d58f94e55580e4357766c311adfdb23550999c8f48fa1e6cb264269e0ae2b75b9ba892001e9 WHIRLPOOL 7b36c3e16600280223a2e02a0bb36f3de3c0fdbe2ec09b38deaa23321c28512206d7ab239f60f40b660cfefd9b69cc1a402087e5093192779c19ae2eecb5efa4 +MISC metadata.xml 372 SHA256 fbeb88d8c441ba77e0b0e3aa9121668f01a7cd2bb2d49797adec90e1d0fc8a66 SHA512 dfa7081c0ae502a60c5b86d7fb2aab3a23f77b08d0e638686fddba3e7976c917dd2392ba150365ffa411f2fcdd10483856b051bf1ee0ac519b74ce7b2672a8d7 WHIRLPOOL b508d38acf7f48f52fa3ed6997e32902527ac4dcf09d04ab611cc3cff2b58d53b1df0150a0ec724a7fd5d838384667706eac62a940be3f215d5283ea28f5c42e diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild similarity index 71% rename from sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild rename to sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild index 603d41acc4..3dbd5e4be6 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,12 +6,12 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/12" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="epoll messages ssl static-libs test" @@ -20,9 +20,11 @@ RDEPEND="ssl? ( net-libs/gnutls )" +# We disable tests below because they're broken, +# but if enabled, we'll need this. DEPEND="${RDEPEND} test? ( - ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) + ssl? ( net-misc/curl[ssl] ) )" S=${WORKDIR}/${MY_P} @@ -34,8 +36,8 @@ src_configure() { --enable-bauth \ --enable-dauth \ --disable-examples \ - --disable-spdy \ --enable-postprocessor \ + --runstatedir=/run \ $(use_enable epoll) \ $(use_enable test curl) \ $(use_enable messages) \ @@ -44,6 +46,11 @@ src_configure() { $(use_enable static-libs static) } +# tests are broken in the portage environment. +src_test() { + : +} + src_install() { default diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.44.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild similarity index 75% rename from sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.44.ebuild rename to sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild index 738da03aae..4ef571ca68 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.44.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild @@ -6,12 +6,12 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/12" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="epoll messages ssl static-libs test" @@ -20,9 +20,11 @@ RDEPEND="ssl? ( net-libs/gnutls )" +# We disable tests below because they're broken, +# but if enabled, we'll need this. DEPEND="${RDEPEND} test? ( - ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) + ssl? ( net-misc/curl[ssl] ) )" S=${WORKDIR}/${MY_P} @@ -34,8 +36,8 @@ src_configure() { --enable-bauth \ --enable-dauth \ --disable-examples \ - --disable-spdy \ --enable-postprocessor \ + --runstatedir=/run \ $(use_enable epoll) \ $(use_enable test curl) \ $(use_enable messages) \ @@ -44,6 +46,11 @@ src_configure() { $(use_enable static-libs static) } +# tests are broken in the portage environment. +src_test() { + : +} + src_install() { default diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/metadata.xml b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/metadata.xml index e486bb8aeb..05dae46c49 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/metadata.xml @@ -1,13 +1,12 @@ - + blueness@gentoo.org Anthony G. Basile - enable error messages - use epoll() system call + enable error messages + use epoll() system call -