Accepting request 460861 from server:http
1 OBS-URL: https://build.opensuse.org/request/show/460861 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=47
This commit is contained in:
commit
d9b2c41a7d
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.7.2</param>
|
||||
<param name="revision">v1.7.2</param>
|
||||
<param name="versionformat">1.7.3</param>
|
||||
<param name="revision">v1.7.3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="changesrevision">864bf78c3b6898eb12ece5f0a44032090f26f57f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">ddb646ee9182df570017ddf280873a1360a28898</param></service></servicedata>
|
||||
<param name="changesrevision">9cb532a34ae190b350cdeb8bbbae25d524b10949</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f
|
||||
size 1735073
|
3
haproxy-1.7.3.tar.gz
Normal file
3
haproxy-1.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65
|
||||
size 1737006
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 11:31:02 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.3:
|
||||
* BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream
|
||||
* BUG/MEDIUM: tcp: don't poll for write when connect() succeeds
|
||||
* BUG/MINOR: unix: fix connect's polling in case no data are scheduled
|
||||
* BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword
|
||||
* MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested
|
||||
* BUG/MAJOR: dns: restart sockets after fork()
|
||||
* MINOR: chunks: implement a simple dynamic allocator for trash buffers
|
||||
* BUG/MEDIUM: http: prevent redirect from overwriting a buffer
|
||||
* BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined
|
||||
* BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer
|
||||
* BUG/MINOR: http: Return an error when a replace-header rule failed on the response
|
||||
* BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested
|
||||
* BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1'
|
||||
* BUG/MEDIUM: config: reject anything but "if" or "unless" after a use-backend rule
|
||||
* MINOR: http: don't close when redirect location doesn't start with "/"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 14:43:01 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.7.2
|
||||
Version: 1.7.3
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user