Fri, 26 Apr 2024 02:55:47 CEST | login

Information for build libmicrohttpd-0.9.33-2.el7

ID493
Package Namelibmicrohttpd
Version0.9.33
Release2.el7
Epoch
SummaryLightweight library for embedding a webserver in applications
DescriptionGNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish libmicrohttpd from other projects are: * C library: fast and small * API is simple, expressive and fully reentrant * Implementation is http 1.1 compliant * HTTP server can listen on multiple ports * Support for IPv6 * Support for incremental processing of POST data * Creates binary of only 25k (for now) * Three different threading models
Built bykojiadmin
State complete
Volume DEFAULT
StartedTue, 29 Jan 2019 11:03:48 CET
CompletedTue, 29 Jan 2019 11:03:48 CET
Tags
built-by-centos
centos-7.2
centos-7.5
v7.6-base
v8.0-base
v8.1-base
v8.2-base
v8.3-base
RPMs
src
libmicrohttpd-0.9.33-2.el7.src.rpm (info) (download)
noarch
libmicrohttpd-doc-0.9.33-2.el7.noarch.rpm (info) (download)
x86_64
libmicrohttpd-0.9.33-2.el7.x86_64.rpm (info) (download)
libmicrohttpd-devel-0.9.33-2.el7.x86_64.rpm (info) (download)
Changelog * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.9.33-2 - Mass rebuild 2014-01-24 * Tue Jan 14 2014 Václav Pavlín <vpavlin@redhat.com> - 0.9.33 - Update to latest uptsream release 0.9.33 due to security issues. Resolves: rhbz#1039393, rhbz#1039387 * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9.27-2 - Mass rebuild 2013-12-27 * Mon May 06 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.27-1 - Update to latest uptsream release 0.9.27 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jan 08 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.24-1 - Update to latest uptsream release 0.9.24 * Thu Sep 27 2012 Tim Niemueller <tim@niemueller.de> - 0.9.22-1 - Update to latest uptsream release 0.9.22 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Feb 27 2011 Tim Niemueller <tim@niemueller.de> - 0.9.7-1 - Update to new upstream release 0.9.7 - Remove upstreamed patches * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jan 26 2011 Tim Niemueller <tim@niemueller.de> - 0.9.6-1 - Update to new upstream release 0.9.6 * Mon Jan 24 2011 Tim Niemueller <tim@niemueller.de> - 0.9.5-1 - Update to new upstream release 0.9.5 * Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-3 - Add missing BR gnutls-devel and libgcrypt-devel - Added patch to fix test apps (NSS instead of GnuTLS/OpenSSL curl, implicit DSO linking) - Disable test cases for now due to false errors, reported upstream * Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2 - Re-enable HTTPS, configure flags had unexpected result * Sun Nov 07 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1 - Update to 0.9.2 * Fri Jun 04 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1 - Update to 0.4.6 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jul 21 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.2-1 - Update to version 0.4.2 - Drop upstreamed patch * Fri Feb 27 2009 Erik van Pienbroek <info@nntpgrab.nl> - 0.4.0a-1 - Update to version 0.4.0a - Drop upstreamed patch - Added a new patch to fix a 64bit issue - The -devel package now contains a pkgconfig file - The configure script is now run with '--enable-messages --enable-https' - Made the -doc subpackage noarch (F11+) * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Feb 14 2009 Erik van Pienbroek <info@nntpgrab.nl> - 0.4.0-1 - Update to version 0.4.0 - This version introduces a API bump (which is required for supporting large files on 32bit environments) - The license issues we had with version 0.3.1 of this package (as discussed in #457924) are resolved in this version. The license of this package is now changed to LGPLv2+ - Added a patch to fix two testcases on 64bit environments (upstream bug #1454) * Sat Sep 06 2008 Erik van Pienbroek <info@nntpgrab.nl> - 0.3.1-3 - Changed license to GPLv3+ and added some comments regarding the license issues with this package * Sun Aug 10 2008 Erik van Pienbroek <info@nntpgrab.nl> - 0.3.1-2 - Changed license to LGPLv2+ - Moved the COPYING file to the main package * Tue Aug 05 2008 Erik van Pienbroek <info@nntpgrab.nl> - 0.3.1-1 - Initial release