package/libhttpserver: bump to version 0.18.0

- 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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2020-06-04 23:35:22 +02:00 committed by Yann E. MORIN
parent 5e8fe3704a
commit f5daac880f
3 changed files with 3 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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