]> git.pld-linux.org Git - packages/libmicrohttpd.git/commitdiff
- updated to 1.0.1 master auto/th/libmicrohttpd-1.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Feb 2024 19:34:04 +0000 (20:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Feb 2024 19:34:04 +0000 (20:34 +0100)
libmicrohttpd-messages.patch [deleted file]
libmicrohttpd.spec

diff --git a/libmicrohttpd-messages.patch b/libmicrohttpd-messages.patch
deleted file mode 100644 (file)
index ef96e40..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 2f892f4c6bf56e585a624b12b77b992eabbd52e2 Mon Sep 17 00:00:00 2001
-From: Christian Grothoff <christian@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@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
-
index 49f15bce5453e3756703c2bb086509ce2e40811e..ddcc9c1f068b4b9e36f9fa02da1779caae1fca0e 100644 (file)
@@ -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}
This page took 0.173676 seconds and 4 git commands to generate.