[packages/libmicrohttpd] - updated to 1.0.1

qboosh qboosh at pld-linux.org
Sun Feb 25 20:47:10 CET 2024


commit ff59dc04f18d0a217f3333267d9ec002c3f7a907
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 25 20:34:04 2024 +0100

    - updated to 1.0.1

 libmicrohttpd-messages.patch | 37 -------------------------------------
 libmicrohttpd.spec           |  6 ++----
 2 files changed, 2 insertions(+), 41 deletions(-)
---
diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec
index 49f15bc..ddcc9c1 100644
--- a/libmicrohttpd.spec
+++ b/libmicrohttpd.spec
@@ -5,14 +5,13 @@
 Summary:	Embeded HTTP server library
 Summary(pl.UTF-8):	Biblioteka wbudowanego serwera HTTP
 Name:		libmicrohttpd
-Version:	1.0.0
+Version:	1.0.1
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
-# Source0-md5:	8340feccd837eade0199dc362ba20fc6
+# Source0-md5:	b41c83799a478ea9c774e50ed22446bc
 Patch0:		%{name}-info.patch
-Patch1:		%{name}-messages.patch
 URL:		http://www.gnu.org/software/libmicrohttpd/
 BuildRequires:	autoconf >= 2.64
 BuildRequires:	automake >= 1:1.11
@@ -68,7 +67,6 @@ Biblioteka statyczna libmicrohttpd.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libmicrohttpd-messages.patch b/libmicrohttpd-messages.patch
deleted file mode 100644
index ef96e40..0000000
--- a/libmicrohttpd-messages.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 2f892f4c6bf56e585a624b12b77b992eabbd52e2 Mon Sep 17 00:00:00 2001
-From: Christian Grothoff <christian at grothoff.org>
-Date: Sun, 4 Feb 2024 18:28:44 +0100
-Subject: small typo likely from copy&paste causing macro names to be different
- between builds with and without messages resulting in compilation failure if
- configured with --disable-messages
-
-Signed-off-by: Jan Palus <jpalus at fastmail.com>
----
- src/microhttpd/connection.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
-index 2bb37f7f..5f310c8e 100644
---- a/src/microhttpd/connection.c
-+++ b/src/microhttpd/connection.c
-@@ -381,7 +381,7 @@
-   "<body>HTTP request has invalid character in footer.</body>" \
-   "</html>"
- #else
--#define ERR_RSP_INVALID_CHR_IN_HEADER ""
-+#define ERR_RSP_INVALID_CHR_IN_FOOTER ""
- #endif
- 
- /**
-@@ -394,7 +394,7 @@
-   "<body>HTTP request header line has no colon character.</body>" \
-   "</html>"
- #else
--#define ERR_RSP_INVALID_CHR_IN_HEADER ""
-+#define ERR_RSP_HEADER_WITHOUT_COLON ""
- #endif
- 
- /**
--- 
-cgit v1.2.3
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmicrohttpd.git/commitdiff/ff59dc04f18d0a217f3333267d9ec002c3f7a907



More information about the pld-cvs-commit mailing list