All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Hoffmann <sho@relinux.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/libhttpserver: bump to version 0.18.0
Date: Fri, 5 Jun 2020 09:14:32 +0200	[thread overview]
Message-ID: <c91ec9df-6ce4-5321-1a59-9afbbadf5cb4@relinux.de> (raw)
In-Reply-To: <20200604213522.12291-2-fontaine.fabrice@gmail.com>

Am 04.06.20 um 23:35 schrieb Fabrice Fontaine:
> - Remove patch (already in version)
> - Update indentation in hash file (two spaces)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Stephan Hoffmann <sho@relinux.de>
> ---
>  ...-expectations-in-libhttpserver.pc.in.patch | 27 -------------------
>  package/libhttpserver/libhttpserver.hash      |  4 +--
>  package/libhttpserver/libhttpserver.mk        |  2 +-
>  3 files changed, 3 insertions(+), 30 deletions(-)
>  delete mode 100644 package/libhttpserver/0001-Fix-lib-expectations-in-libhttpserver.pc.in.patch
>
> diff --git a/package/libhttpserver/0001-Fix-lib-expectations-in-libhttpserver.pc.in.patch b/package/libhttpserver/0001-Fix-lib-expectations-in-libhttpserver.pc.in.patch
> deleted file mode 100644
> index 74ca58bb31..0000000000
> --- a/package/libhttpserver/0001-Fix-lib-expectations-in-libhttpserver.pc.in.patch
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -From 2bc7cf0beb6b8a124c1c7360c4fb5279e8763f07 Mon Sep 17 00:00:00 2001
> -From: Sebastiano Merlino <electrictwister2000@gmail.com>
> -Date: Sat, 8 Jun 2019 15:36:06 -0700
> -Subject: [PATCH] Fix lib expectations in libhttpserver.pc.in
> -
> -Signed-off-by: Stephan Hoffmann <stephan.hoffmann@ext.grandcentrix.net>
> ----
> -Patch status: upstream commit 458d16b922304006fe418897044e14
> -
> - libhttpserver.pc.in | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/libhttpserver.pc.in b/libhttpserver.pc.in
> -index 36355ee..55f7c0e 100644
> ---- a/libhttpserver.pc.in
> -+++ b/libhttpserver.pc.in
> -@@ -8,6 +8,6 @@ Description: A C++ library for creating an embedded Rest HTTP server
> - Version: @VERSION@
> - Requires: libmicrohttpd >= 0.9.37
> - Conflicts:
> --Libs: -L${libdir} -lmicrohttpd
> -+Libs: -L${libdir} -lhttpserver
> - Libs.private: @LHT_LIBDEPS@
> - Cflags: -I${includedir} -I${includedir}/httpserver
> --- 
> -2.17.1
> -
> diff --git a/package/libhttpserver/libhttpserver.hash b/package/libhttpserver/libhttpserver.hash
> index 0333aabbae..0791d800b8 100644
> --- a/package/libhttpserver/libhttpserver.hash
> +++ b/package/libhttpserver/libhttpserver.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256 778fa0aec199bf8737b2d540c2563a694c18957329f9885e372f7aaafb838351 libhttpserver-0.17.5.tar.gz
> -sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING.LESSER
> +sha256  b4a745a9f32a1ac02b545c062fc85342a655c3770cd8d4d7218f34509ea27d98  libhttpserver-0.18.0.tar.gz
> +sha256  5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a  COPYING.LESSER
> diff --git a/package/libhttpserver/libhttpserver.mk b/package/libhttpserver/libhttpserver.mk
> index 2c536cf012..170d46b06a 100644
> --- a/package/libhttpserver/libhttpserver.mk
> +++ b/package/libhttpserver/libhttpserver.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBHTTPSERVER_VERSION = 0.17.5
> +LIBHTTPSERVER_VERSION = 0.18.0
>  LIBHTTPSERVER_SITE = $(call github,etr,libhttpserver,$(LIBHTTPSERVER_VERSION))
>  LIBHTTPSERVER_LICENSE = LGPL-2.1+
>  LIBHTTPSERVER_LICENSE_FILES = COPYING.LESSER


-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de Stephan at reLinux.de

  reply	other threads:[~2020-06-05  7:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 21:35 [Buildroot] [PATCH 1/2] package/libhttpserver: disable examples Fabrice Fontaine
2020-06-04 21:35 ` [Buildroot] [PATCH 2/2] package/libhttpserver: bump to version 0.18.0 Fabrice Fontaine
2020-06-05  7:14   ` Stephan Hoffmann [this message]
2020-06-05  7:13 ` [Buildroot] [PATCH 1/2] package/libhttpserver: disable examples Stephan Hoffmann
2020-06-21 21:28   ` Peter Korsgaard
2020-06-06  9:35 ` Yann E. MORIN

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=c91ec9df-6ce4-5321-1a59-9afbbadf5cb4@relinux.de \
    --to=sho@relinux.de \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.