From 089d664be61566d8847831a07a711521694b3510c4009ee6b49a8fbb5304f55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 9 Feb 2020 10:17:53 +0000 Subject: [PATCH] Accepting request 772474 from home:mnhauke - Update to 0.9.70: * Fixed 100-continue handling for PATCH method * Fixed FTBFS from wrong #endif position for certain builds * Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET with MHD_USE_THREAD_PER_CONNECTION * Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter * Adding fix for urlencoding of keys without values in post-processor logic. * Adding patch from Ethan Tuttle with test case for urlencoding in post-processor for keys without values. OBS-URL: https://build.opensuse.org/request/show/772474 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=102 --- libmicrohttpd-0.9.69.tar.gz | 3 --- libmicrohttpd-0.9.69.tar.gz.sig | Bin 566 -> 0 bytes libmicrohttpd-0.9.70.tar.gz | 3 +++ libmicrohttpd-0.9.70.tar.gz.sig | Bin 0 -> 566 bytes libmicrohttpd.changes | 15 +++++++++++++++ libmicrohttpd.spec | 4 ++-- 6 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 libmicrohttpd-0.9.69.tar.gz delete mode 100644 libmicrohttpd-0.9.69.tar.gz.sig create mode 100644 libmicrohttpd-0.9.70.tar.gz create mode 100644 libmicrohttpd-0.9.70.tar.gz.sig diff --git a/libmicrohttpd-0.9.69.tar.gz b/libmicrohttpd-0.9.69.tar.gz deleted file mode 100644 index 932a681..0000000 --- a/libmicrohttpd-0.9.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e -size 1884511 diff --git a/libmicrohttpd-0.9.69.tar.gz.sig b/libmicrohttpd-0.9.69.tar.gz.sig deleted file mode 100644 index a5f767740e15c3edcfdb254bd6d3204bb3dbdb671e58fd713703f949ea6aedea..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j-KLOaVcYV~~p{9B#If2DRx# z{3qKke2Ys{cdFn~n6qQKcuTKJLg)8G)qI^&_$mI^`sWFV(Q5%5=RoO*P|HZVKH`DI zo&QGQ=YO53J*GbI&$XV~%TcLEH^|MRY9e9cuPYY;hI$A}iO7Ep+Na+;;{7YKntj_# zmsevwukoRH$bm^yo$A5 zO(YEy3l=cw9zTc-chMzAA24Le;;o!qqDaA=CxgL>f?69;XSLTcU2({c6gUSFwo))+ ERY|W6^#A|> diff --git a/libmicrohttpd-0.9.70.tar.gz b/libmicrohttpd-0.9.70.tar.gz new file mode 100644 index 0000000..1c80db7 --- /dev/null +++ b/libmicrohttpd-0.9.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307 +size 1886435 diff --git a/libmicrohttpd-0.9.70.tar.gz.sig b/libmicrohttpd-0.9.70.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..7d1acb1868b68177d1648a8c2c37a6006cedb64fe438f931eca781695cb8dfe0 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j-KLOaVcY-&upwl5qy^n24i=0 zq(XMCu;8S6+Qy>&a+k0lqeB1tMo{hTy|?AnSRhkH;nTp&`1%^SMPa}7*l$Jm5&l8+ zN_*?osLJ@Fl#E<7pV-aQBI1$nvdkD;DgT7&TGqHrtn_|F-Ibul%mY=9+F$iA!?WLx z2kALFju+N7fWI-6G#b&(*-^K}T>H3-8C3N=&g|g!JuD?&X~(!83yvaGGtCr;D2`jO zwKM*f#TO3P%K93cK+j@o`51w$YfK>qnh6fTN$YVbSU0seL$BM$*7NNkE)c z9FX&kh5pG;44~c~NkR$TiZe4dn`9%gPi@OaIKPM(Vd&d_!m^S@QJD@83-#xtIH4d% z8roykPRK@9W-rjK3(s{(P@mMhE3*Sa6AtV890lRamyqZF(c|R* + +- Update to 0.9.70: + * Fixed 100-continue handling for PATCH method + * Fixed FTBFS from wrong #endif position for certain builds + * Fixed connection overflow issue when combining + MHD_USE_NO_LISTEN_SOCKET with MHD_USE_THREAD_PER_CONNECTION + * Updated m4 script to fix FTBFS when using + -Werror=unused-but-set-parameter + * Adding fix for urlencoding of keys without values in + post-processor logic. + * Adding patch from Ethan Tuttle with test case for urlencoding + in post-processor for keys without values. + ------------------------------------------------------------------- Sun Dec 15 18:50:33 UTC 2019 - Martin Hauke diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 4d550ad..807ba6e 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ # # spec file for package libmicrohttpd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2010,2011,2012 Stephan Kleine # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.69 +Version: 0.9.70 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in