Bump
This commit is contained in:
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,15 +1,3 @@
|
||||
mod-proxy-protocol (0.2-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Add patch for CVE-2019-10097
|
||||
|
||||
-- Mario Fetka <mario.fetka@gmail.com> Wed, 12 Feb 2020 11:54:28 +0100
|
||||
|
||||
mod-proxy-protocol (0.2-1) xenial; urgency=low
|
||||
|
||||
* Merged patch to fix http/2 issues.
|
||||
|
||||
-- Roadrunner2 <roadrunner2@github.com> Tue, 20 Mar 2018 02:11:49 -0700
|
||||
|
||||
mod-proxy-protocol (0.1-1) trusty; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -8,7 +8,7 @@ Homepage: https://github.com/roadrunner2/mod-proxy-protocol
|
||||
|
||||
Package: libapache2-mod-proxy-protocol
|
||||
Architecture: amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211, apache2 (>= 2.4.0)
|
||||
Description: Apache module for proxy protocol
|
||||
The proxy protocol is a way for upstream proxies and load-balancers to
|
||||
for the ip-address of the client to the server. This package contains
|
||||
|
||||
1
debian/docs
vendored
1
debian/docs
vendored
@@ -1,4 +1,5 @@
|
||||
README.md
|
||||
mod_proxy_protocol.xml
|
||||
mod_proxy_protocol.xml.meta
|
||||
mod_proxy_protocol.html
|
||||
debian/README.Debian
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
build:
|
||||
dh_testdir
|
||||
make all # docs
|
||||
make all docs
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
|
||||
Reference in New Issue
Block a user