diff --git a/debian.changelog b/debian.changelog index a5f407b..b8a6159 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,9 @@ +libmicrohttpd (0.4.6-1) unstable; urgency=low + + * Updated to 0.4.6. + + -- Pascal Bleser Mon, 15 Mar 2010 09:37:00 +0100 + libmicrohttpd (0.4.5-1) unstable; urgency=low * Updated to 0.4.5. diff --git a/libmicrohttpd-0.4.5.tar.gz b/libmicrohttpd-0.4.5.tar.gz deleted file mode 100644 index 42bb11a..0000000 --- a/libmicrohttpd-0.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:138e89fbb114cf8bb564ed884d1da99e2c0634f4c11887f42dfdddabf7d52eab -size 878634 diff --git a/libmicrohttpd-0.4.6.tar.gz b/libmicrohttpd-0.4.6.tar.gz new file mode 100644 index 0000000..93f2c93 --- /dev/null +++ b/libmicrohttpd-0.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371 +size 881407 diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index d7b3407..488124d 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 15 08:35:12 UTC 2010 - pascal.bleser@opensuse.org + +- update to 0.4.6: + * fixes use of poll causing busy waiting + * fixes a segfault if inconsistent options were used + * fixes SSL support on big-endian architectures + * fixes an issue with error signalling for PUT/POST requests in HTTP 1.1 + ------------------------------------------------------------------- Tue Feb 2 13:10:52 UTC 2010 - bitshuffler #suse@irc.freenode.org diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 0b65a38..385a3d6 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -3,7 +3,7 @@ %define soname 5 Name: libmicrohttpd -Version: 0.4.5 +Version: 0.4.6 Release: 1.0 License: GNU LGPL v2.1 Group: Productivity/Networking/Web/Servers @@ -84,7 +84,7 @@ libmicrohttpd was started because the author needed an easy way to add a concurr --enable-messages \ --enable-https \ --enable-client-side -%__make %{?_smp_mflags} +%__make %{?_smp_mflags} %{?jobs:-j%{jobs}} %install %makeinstall @@ -98,7 +98,7 @@ find %{buildroot} -name *.la -exec %__rm {} \; %post devel %if 0%{?fedora_version} -/sbin/install-info --info-dir=%{_infodir} --info-file=%{_infodir}/microhttpd.info.gz +/sbin/install-info --info-dir=%{_infodir} --info-file=%{_infodir}/microhttpd.info%{ext_info} %endif %if 0%{?mandriva_version} @@ -106,14 +106,14 @@ find %{buildroot} -name *.la -exec %__rm {} \; %endif %if 0%{?suse_version} -%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info.gz +%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info} %endif %postun -n %{name}%{soname} -p /sbin/ldconfig %postun devel %if 0%{?fedora_version} -/sbin/install-info --delete --info-dir=%{_infodir} --info-file=%{_infodir}/microhttpd.info.gz +/sbin/install-info --delete --info-dir=%{_infodir} --info-file=%{_infodir}/microhttpd.info%{ext_info} %endif %if 0%{?mandriva_version} @@ -121,23 +121,24 @@ find %{buildroot} -name *.la -exec %__rm {} \; %endif %if 0%{?suse_version} -%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info} %endif %clean -test "%{buildroot}" != "/" && %__rm -rf %{buildroot} +test "%{buildroot}" != "/" && %__rm -rf "%{buildroot}" %files -n %{name}%{soname} %defattr(-,root,root) -%{_libdir}/libmicrohttpd.so.%{soname}* +%{_libdir}/libmicrohttpd.so.%{soname} +%{_libdir}/libmicrohttpd.so.%{soname}.* %files devel %defattr(-,root,root) %{_includedir}/microhttpd.h %{_libdir}/libmicrohttpd.so %{_libdir}/pkgconfig/libmicrohttpd.pc -%{_infodir}/microhttpd.info* -%{_mandir}/man3/libmicrohttpd.3* +%{_infodir}/microhttpd.info%{ext_info} +%{_mandir}/man3/libmicrohttpd.3%{ext_man} # Do NOT delete this cause I need it for Fedora & Mandriva too! %if 0%{?fedora_version}