Accepting request 44039 from security:OpenVAS:STABLE:v3

Copy from security:OpenVAS:STABLE:v3/libmicrohttpd via accept of submit request 44039 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/44039
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=5
This commit is contained in:
Pavol Rusnak 2010-07-27 13:56:42 +00:00 committed by Git OBS Bridge
parent 03afedb552
commit f32972c568
9 changed files with 95 additions and 45 deletions

View File

@ -1,3 +1,9 @@
libmicrohttpd (0.9.0-1) unstable; urgency=low
* Updated to 0.9.0.
-- Stephan Kleine <bitshuffler@opensuse.org> Tue, 27 Jul 2010 09:25:19 +0200
libmicrohttpd (0.4.6-1) unstable; urgency=low libmicrohttpd (0.4.6-1) unstable; urgency=low
* Updated to 0.4.6. * Updated to 0.4.6.
@ -8,10 +14,10 @@ libmicrohttpd (0.4.5-1) unstable; urgency=low
* Updated to 0.4.5. * Updated to 0.4.5.
-- Stephan Kleine <bitshuffler #suse@irc.freenode.org> Sat, 02 Feb 2010 13:10:52 +0100 -- Stephan Kleine <bitshuffler@opensuse.org> Sat, 02 Feb 2010 13:10:52 +0100
libmicrohttpd (0.4.4-1) unstable; urgency=low libmicrohttpd (0.4.4-1) unstable; urgency=low
* Initial package. * Initial package.
-- Stephan Kleine <bitshuffler #suse@irc.freenode.org> Sat, 23 Jan 2010 14:04:38 +0100 -- Stephan Kleine <bitshuffler@opensuse.org> Sat, 23 Jan 2010 14:04:38 +0100

View File

@ -3,13 +3,13 @@ Section: libs
Priority: optional Priority: optional
Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org> Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
Uploaders: Daniel Baumann <daniel@debian.org> Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4) Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4), libgnutls-dev
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Homepage: http://www.gnu.org/software/libmicrohttpd/ Homepage: http://www.gnu.org/software/libmicrohttpd/
Vcs-Browser: http://git.debian-maintainers.org/?p=gnunet/libmicrohttpd.git Vcs-Browser: http://git.debian-maintainers.org/?p=gnunet/libmicrohttpd.git
Vcs-Git: git://git.debian-maintainers.org/git/gnunet/libmicrohttpd.git Vcs-Git: git://git.debian-maintainers.org/git/gnunet/libmicrohttpd.git
Package: libmicrohttpd5 Package: libmicrohttpd8
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
@ -19,11 +19,11 @@ Description: library embedding HTTP server functionality
. .
It will be used in future GNUnet versions as part of the HTTP transport. It will be used in future GNUnet versions as part of the HTTP transport.
Package: libmicrohttpd-dbg Package: libmicrohttpd8-dbg
Section: debug Section: debug
Priority: extra Priority: extra
Architecture: any Architecture: any
Depends: ${misc:Depends}, libmicrohttpd5 (= ${binary:Version}), libmicrohttpd-dev (= ${binary:Version}) Depends: ${misc:Depends}, libmicrohttpd8 (= ${binary:Version}), libmicrohttpd-dev (= ${binary:Version})
Description: library embedding HTTP server functionality (debug) Description: library embedding HTTP server functionality (debug)
libmicrohttpd is a small C library for embedding HTTP server functionality into libmicrohttpd is a small C library for embedding HTTP server functionality into
applications. applications.

View File

@ -69,7 +69,7 @@ binary-arch: build install
rm -f debian/tmp/usr/share/info/dir* rm -f debian/tmp/usr/share/info/dir*
dh_install --fail-missing --sourcedir=debian/tmp dh_install --fail-missing --sourcedir=debian/tmp
dh_link dh_link
dh_strip --dbg-package=libmicrohttpd-dbg dh_strip --dbg-package=libmicrohttpd8-dbg
dh_compress dh_compress
dh_fixperms dh_fixperms
dh_makeshlibs dh_makeshlibs

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371
size 881407

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:106f0599d60c9caaee36334d96cc4198ed6d392b1a45523e46f226bd24a680d5
size 686311

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 27 07:26:27 UTC 2010 - bitshuffler@opensuse.org
- Updated to 0.9.0
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 15 08:35:12 UTC 2010 - pascal.bleser@opensuse.org Mon Mar 15 08:35:12 UTC 2010 - pascal.bleser@opensuse.org
@ -8,12 +13,12 @@ Mon Mar 15 08:35:12 UTC 2010 - pascal.bleser@opensuse.org
* fixes an issue with error signalling for PUT/POST requests in HTTP 1.1 * 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 Tue Feb 2 13:10:52 UTC 2010 - bitshuffler@opensuse.org
- Updated to 0.4.5. - Updated to 0.4.5.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 17 19:52:07 UTC 2010 - bitshuffler #suse@irc.freenode.org Sun Jan 17 19:52:07 UTC 2010 - bitshuffler@opensuse.org
- Initial RPM. - Initial RPM.

View File

@ -1,16 +1,16 @@
Format: 1.0 Format: 1.0
Source: libmicrohttpd Source: libmicrohttpd
Binary: libmicrohttpd5, libmicrohttpd-dbg, libmicrohttpd-dev Binary: libmicrohttpd8, libmicrohttpd8-dbg, libmicrohttpd-dev
Architecture: any Architecture: any
Version: 0.4.6-1 Version: 0.9.0-1
Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org> Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
Uploaders: Daniel Baumann <daniel@debian.org> Uploaders: Daniel Baumann <daniel@debian.org>
Homepage: http://www.gnu.org/software/libmicrohttpd/ Homepage: http://www.gnu.org/software/libmicrohttpd/
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Vcs-Browser: http://git.debian-maintainers.org/?p=gnunet/libmicrohttpd.git Vcs-Browser: http://git.debian-maintainers.org/?p=gnunet/libmicrohttpd.git
Vcs-Git: git://git.debian-maintainers.org/git/gnunet/libmicrohttpd.git Vcs-Git: git://git.debian-maintainers.org/git/gnunet/libmicrohttpd.git
Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4) Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4), libgnutls-dev
Files: Files:
bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.4.6.tar.gz bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.9.0.tar.gz
ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.4.6.diff.gz ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.9.0.diff.gz

View File

@ -1,9 +1,9 @@
# norootforbuild # norootforbuild
%define soname 5 %define soname 8
Name: libmicrohttpd Name: libmicrohttpd
Version: 0.4.6 Version: 0.9.0
Release: 1.0 Release: 1.0
License: GNU LGPL v2.1 License: GNU LGPL v2.1
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
@ -13,10 +13,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libgcrypt-devel >= 1.2.4 BuildRequires: libgcrypt-devel >= 1.2.4
BuildRequires: libtasn1-devel BuildRequires: libtasn1-devel
%if 0%{?suse_version}
BuildRequires: libgnutls-devel
BuildRequires: pkg-config
%else
BuildRequires: gnutls-devel
BuildRequires: pkgconfig
%endif
Summary: Small Embeddable HTTP Server Library Summary: Small Embeddable HTTP Server Library
%description %description
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. GNU libmicrohttpd is free software
and part of the GNU project. Key features that distinguish libmicrohttpd from
other projects are:
* C library: fast and small * C library: fast and small
* API is simple, expressive and fully reentrant * API is simple, expressive and fully reentrant
@ -26,17 +38,27 @@ GNU libmicrohttpd is a small C library that is supposed to make it easy to run a
* Support for incremental processing of POST data * Support for incremental processing of POST data
* Creates binary of only 30k (without TLS/SSL support) * Creates binary of only 30k (without TLS/SSL support)
* Three different threading models * Three different threading models
* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32,
Symbian and z/OS
* Optional support for SSL3 and TLS (requires libgcrypt) * Optional support for SSL3 and TLS (requires libgcrypt)
libmicrohttpd was started because the author needed an easy way to add a concurrent HTTP server to other projects. Existing alternatives were either non-free, not reentrant, standalone, of terrible code quality or a combination thereof. Do not use libmicrohttpd if you are looking for a standalone http server, there are many other projects out there that provide that kind of functionality already. However, if you want to be able to serve simple WWW pages from within your C or C++ application, check it out. libmicrohttpd was started because the author needed an easy way to add a concurrent
HTTP server to other projects. Existing alternatives were either non-free, not
reentrant, standalone, of terrible code quality or a combination thereof. Do not
use libmicrohttpd if you are looking for a standalone http server, there are many
other projects out there that provide that kind of functionality already. However,
if you want to be able to serve simple WWW pages from within your C or C++
application, check it out.
%package -n %{name}%{soname} %package -n %{name}%{soname}
Group: System/Libraries Group: System/Libraries
Summary: Small Embeddable HTTP Server Library Summary: Small Embeddable HTTP Server Library
%description -n %{name}%{soname} %description -n %{name}%{soname}
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. GNU libmicrohttpd is free software
and part of the GNU project. Key features that distinguish libmicrohttpd from
other projects are:
* C library: fast and small * C library: fast and small
* API is simple, expressive and fully reentrant * API is simple, expressive and fully reentrant
@ -46,10 +68,17 @@ GNU libmicrohttpd is a small C library that is supposed to make it easy to run a
* Support for incremental processing of POST data * Support for incremental processing of POST data
* Creates binary of only 30k (without TLS/SSL support) * Creates binary of only 30k (without TLS/SSL support)
* Three different threading models * Three different threading models
* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32,
Symbian and z/OS
* Optional support for SSL3 and TLS (requires libgcrypt) * Optional support for SSL3 and TLS (requires libgcrypt)
libmicrohttpd was started because the author needed an easy way to add a concurrent HTTP server to other projects. Existing alternatives were either non-free, not reentrant, standalone, of terrible code quality or a combination thereof. Do not use libmicrohttpd if you are looking for a standalone http server, there are many other projects out there that provide that kind of functionality already. However, if you want to be able to serve simple WWW pages from within your C or C++ application, check it out. libmicrohttpd was started because the author needed an easy way to add a concurrent
HTTP server to other projects. Existing alternatives were either non-free, not
reentrant, standalone, of terrible code quality or a combination thereof. Do not
use libmicrohttpd if you are looking for a standalone http server, there are many
other projects out there that provide that kind of functionality already. However,
if you want to be able to serve simple WWW pages from within your C or C++
application, check it out.
%package devel %package devel
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -58,7 +87,10 @@ PreReq: info
Summary: Small Embeddable HTTP Server Library Summary: Small Embeddable HTTP Server Library
%description devel %description devel
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. GNU libmicrohttpd is free software
and part of the GNU project. Key features that distinguish libmicrohttpd from
other projects are:
* C library: fast and small * C library: fast and small
* API is simple, expressive and fully reentrant * API is simple, expressive and fully reentrant
@ -68,10 +100,17 @@ GNU libmicrohttpd is a small C library that is supposed to make it easy to run a
* Support for incremental processing of POST data * Support for incremental processing of POST data
* Creates binary of only 30k (without TLS/SSL support) * Creates binary of only 30k (without TLS/SSL support)
* Three different threading models * Three different threading models
* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32,
Symbian and z/OS
* Optional support for SSL3 and TLS (requires libgcrypt) * Optional support for SSL3 and TLS (requires libgcrypt)
libmicrohttpd was started because the author needed an easy way to add a concurrent HTTP server to other projects. Existing alternatives were either non-free, not reentrant, standalone, of terrible code quality or a combination thereof. Do not use libmicrohttpd if you are looking for a standalone http server, there are many other projects out there that provide that kind of functionality already. However, if you want to be able to serve simple WWW pages from within your C or C++ application, check it out. libmicrohttpd was started because the author needed an easy way to add a concurrent
HTTP server to other projects. Existing alternatives were either non-free, not
reentrant, standalone, of terrible code quality or a combination thereof. Do not
use libmicrohttpd if you are looking for a standalone http server, there are many
other projects out there that provide that kind of functionality already. However,
if you want to be able to serve simple WWW pages from within your C or C++
application, check it out.
%prep %prep