From 51ac9950f09a762fb48ed6d2c28f58fd85d720c8 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 5 Jul 2016 10:57:34 -0700 Subject: [PATCH] bump(net-libs/libmicrohttpd): sync with upstream --- .../md5-cache/net-libs/libmicrohttpd-0.9.49 | 12 ++++ .../md5-cache/net-libs/libmicrohttpd-0.9.50 | 12 ++++ .../net-libs/libmicrohttpd/ChangeLog | 44 ++++++++++++++ .../net-libs/libmicrohttpd/Manifest | 6 +- .../libmicrohttpd/libmicrohttpd-0.9.49.ebuild | 58 +++++++++++++++++++ .../libmicrohttpd/libmicrohttpd-0.9.50.ebuild | 58 +++++++++++++++++++ 6 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.49 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 create mode 100644 sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.49.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.49 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.49 new file mode 100644 index 0000000000..2800b28e70 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.49 @@ -0,0 +1,12 @@ +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/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.49.tar.gz +_md5_=d3f11b18f1d86c4cac6d03ad800d873d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 new file mode 100644 index 0000000000..413d71e8ce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 @@ -0,0 +1,12 @@ +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/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.50.tar.gz +_md5_=a7a2ecd22e26e6f85c286404eb78336b 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 36b2f00558..0626d1890c 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 @@ -214,3 +214,47 @@ Package-Manager: portage-2.2.26 +*libmicrohttpd-0.9.49 (10 Apr 2016) + + 10 Apr 2016; Anthony G. Basile + +libmicrohttpd-0.9.49.ebuild: + version bump to 0.9.49 + + Package-Manager: portage-2.2.26 + +*libmicrohttpd-0.9.50 (02 Jun 2016) + + 02 Jun 2016; Anthony G. Basile + +libmicrohttpd-0.9.50.ebuild: + version bump to 0.9.50 + + Package-Manager: portage-2.2.28 + + 06 Jun 2016; Tobias Klausmann + libmicrohttpd-0.9.49.ebuild: + 0.9.49-r0: add alpha keyword + + Gentoo-Bug: 584884 + + Package-Manager: portage-2.3.0_rc1 + + 11 Jun 2016; Markus Meier libmicrohttpd-0.9.49.ebuild: + arm stable, bug #584884 + + Package-Manager: portage-2.3.0_rc1 + RepoMan-Options: --include-arches="arm" + + 11 Jun 2016; Agostino Sarubbo libmicrohttpd-0.9.49.ebuild: + amd64 stable wrt bug #584884 + + Package-Manager: portage-2.2.28 + RepoMan-Options: --include-arches="amd64" + Signed-off-by: Agostino Sarubbo + + 25 Jun 2016; Agostino Sarubbo libmicrohttpd-0.9.49.ebuild: + x86 stable wrt bug #584884 + + Package-Manager: portage-2.2.28 + RepoMan-Options: --include-arches="x86" + Signed-off-by: Agostino Sarubbo + 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 4df4076ef2..6904e92e4b 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,7 +1,11 @@ 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 +DIST libmicrohttpd-0.9.49.tar.gz 1087716 SHA256 9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c SHA512 9bae8d187e9567ef706a6d1b806417f2b5f667195adf7a86f96f156982e4cbcf472da10b3220c0679aeceb2c74e7778153160f3b697ac7444de038505b6e94f8 WHIRLPOOL 837c8612eb227c266ed3af773912bdbc215cbadc29766c5de10bce4a0588301213ea6ea140d3c15e6ec96c3dc3bc6b50caee892f30350d1c5e05b83639a61223 +DIST libmicrohttpd-0.9.50.tar.gz 1122992 SHA256 d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7 SHA512 55530314cae84e883df302ac2bc61d8dd9accc729d5b67b9a173e34aa11a76b244534c94416d5db613f9cdfc642c71b6caa3e707e3db7634660887e610181f42 WHIRLPOOL 5b13bbabdea99fe6a9c3b6fc2e7fe9d42584e8048e9b94930f50e4b37c6ab82bbee1c5b31abd5afc192d08931c9e3fc2b8cc5bd0c18e6845bac05af4c0ca33f1 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 +EBUILD libmicrohttpd-0.9.49.ebuild 1195 SHA256 e04a85964d63b5ee7ff557cd037e25456a31064bffdb81671754f4feddbba27c SHA512 f5c660c8fa60921a933e6ed9b0a6598e55915b6138a89e708b492dd1e23e0dcf65a7ab026f06da30dbd98d4e92b7beed3752e4f0fbc9dd0aad26030ee121acc0 WHIRLPOOL f7d72a32460e9bd957f7df1d97edc80fccccf228466b7cc442d97da3345892dd176220f11cda16eda3d3fd5a4b68c547722c6fdb5a043f0fc3f0c762f464c318 +EBUILD libmicrohttpd-0.9.50.ebuild 1199 SHA256 7bf1793cb0b82456a8f2896b0edb3d6252db83a1a07fd61f8b20aab261b08573 SHA512 0ebbdfe551497b4d46394ca6ca8e3df6c2b746bda8b6ba23116e9f6fcb19be82980da4c904d3ea5f27a256d1856fb479f59b4a1a2dee85698bbfa8e95300ccf5 WHIRLPOOL a7e1700d842b9269c917f5d9648bc0def00b9a01378fe5efac029c5426141706827a288287ae3214f64c56b2554493011338b20af21d759c2df56e6ac4060d23 +MISC ChangeLog 8203 SHA256 fdad1ee394c8364a9b3b0d6239de53806fbad0c10096f5442f8a11771e957c3d SHA512 1144c925d5c1261f35eaad386b78f7a93818a62500e39d037f5bdf4aaa45b8616fa89462f8d30d3f48082da1c8c4e1cf0b61ea23b358680d6f7a4b7a222e3fcd WHIRLPOOL 4ffbbdd285d1c05d236e31f48ccda2af6686f939c8c2695df49f9aeb977dfcfa4e6d64fa257bdf134e63b5af66f7a7d11895b3fddfce81847f62a6bb78e9831a 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.49.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.49.ebuild new file mode 100644 index 0000000000..0a135c2896 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.49.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P="${P/_/}" + +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/12" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +IUSE="epoll messages ssl static-libs test" + +RDEPEND="ssl? ( + dev-libs/libgcrypt:0= + 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[ssl] ) + )" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS NEWS README ChangeLog" + +src_configure() { + econf \ + --enable-bauth \ + --enable-dauth \ + --disable-examples \ + --enable-postprocessor \ + --runstatedir=/run \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable messages) \ + $(use_enable ssl https) \ + $(use_with ssl gnutls) \ + $(use_enable static-libs static) +} + +# tests are broken in the portage environment. +src_test() { + : +} + +src_install() { + default + + use static-libs || find "${ED}" -name '*.la' -delete +} diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild new file mode 100644 index 0000000000..51e6dc43ba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P="${P/_/}" + +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/12" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="epoll messages ssl static-libs test" + +RDEPEND="ssl? ( + dev-libs/libgcrypt:0= + 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[ssl] ) + )" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS NEWS README ChangeLog" + +src_configure() { + econf \ + --enable-bauth \ + --enable-dauth \ + --disable-examples \ + --enable-postprocessor \ + --runstatedir=/run \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable messages) \ + $(use_enable ssl https) \ + $(use_with ssl gnutls) \ + $(use_enable static-libs static) +} + +# tests are broken in the portage environment. +src_test() { + : +} + +src_install() { + default + + use static-libs || find "${ED}" -name '*.la' -delete +}