Accepting request 58399 from security:OpenVAS:UNSTABLE:v3
OBS-URL: https://build.opensuse.org/request/show/58399 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=10
This commit is contained in:
parent
b2464aa8c5
commit
df8ce354c2
@ -1,3 +1,10 @@
|
|||||||
|
libmicrohttpd (0.9.5-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Updated to 0.9.5.
|
||||||
|
* Enabled hardening-wrapper
|
||||||
|
|
||||||
|
-- Stephan Kleine <bitshuffler@opensuse.org> Sat, 15 Jan 2010 16:04:09 +0100
|
||||||
|
|
||||||
libmicrohttpd (0.9.4-1) unstable; urgency=low
|
libmicrohttpd (0.9.4-1) unstable; urgency=low
|
||||||
|
|
||||||
* Updated to 0.9.4.
|
* Updated to 0.9.4.
|
||||||
|
14
debian.rules
14
debian.rules
@ -1,26 +1,22 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
|
# Enable hardening-wrapper
|
||||||
|
export DEB_BUILD_HARDENING=1
|
||||||
|
|
||||||
# These are used for cross-compiling and for saving the configure script
|
# These are used for cross-compiling and for saving the configure script
|
||||||
# from having to guess our platform (since we know it already)
|
# from having to guess our platform (since we know it already)
|
||||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||||
|
|
||||||
CFLAGS = -Wall -g
|
|
||||||
|
|
||||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
|
||||||
CFLAGS += -O0
|
|
||||||
else
|
|
||||||
CFLAGS += -O2
|
|
||||||
endif
|
|
||||||
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
# Configuring package
|
# Configuring package
|
||||||
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static --enable-curl --enable-client-side
|
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static --enable-curl --enable-client-side
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp: config.status
|
build-stamp: config.status
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:109823c81a846211a88ecd59ab4b8d88448f85d6b217ed2cac14e5364a6f32f2
|
|
||||||
size 751887
|
|
3
libmicrohttpd-0.9.5.tar.gz
Normal file
3
libmicrohttpd-0.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e6e14a9cd481caed59fd155e7c33132e4835c7a8b43e1c6f700539140ea988b
|
||||||
|
size 753091
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 15:02:29 UTC 2011 - bitshuffler@opensuse.org
|
||||||
|
|
||||||
|
- Updated to 0.9.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 29 15:15:48 UTC 2010 - bitshuffler@opensuse.org
|
Wed Dec 29 15:15:48 UTC 2010 - bitshuffler@opensuse.org
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@ Format: 1.0
|
|||||||
Source: libmicrohttpd
|
Source: libmicrohttpd
|
||||||
Binary: libmicrohttpd10, libmicrohttpd10-dbg, libmicrohttpd-dev
|
Binary: libmicrohttpd10, libmicrohttpd10-dbg, libmicrohttpd-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.9.4-1
|
Version: 0.9.5-1
|
||||||
Maintainer: Stephan Kleine <bitshuffler@opensuse.org>
|
Maintainer: Stephan Kleine <bitshuffler@opensuse.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), libgnutls-dev
|
Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4), libgnutls-dev, hardening-wrapper
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.9.4.tar.gz
|
bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.9.5.tar.gz
|
||||||
ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.9.4.diff.gz
|
ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.9.5.diff.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define soname 10
|
%define soname 10
|
||||||
|
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.4
|
Version: 0.9.5
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user