forked from pool/haproxy
Accepting request 509191 from home:KGronlund:branches:server:http
- Update to version 1.7.8: * BUG/MINOR: stream: flag TASK_WOKEN_RES not set if task in runqueue * BUG/MAJOR: cli: fix custom io_release was crushed by NULL. * BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. * BUG/MAJOR: compression: Be sure to release the compression state in all cases * DOC: fix references to the section about time format. * BUG/MEDIUM: map/acl: fix unwanted flags inheritance. * BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE flag on response channel * BUG/MINOR: http: Don't reset the transaction if there are still data to send * BUG/MEDIUM: filters: Be sure to call flt_end_analyze for both channels * BUG/MINOR: http: properly handle all 1xx informational responses - Update to version 1.7.7: * BUG/MINOR: Wrong peer task expiration handling during synchronization processing. * BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed * BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 * DOC: fix references to the section about the unix socket * BUG/MINOR: log: pin the front connection when front ip/ports are logged OBS-URL: https://build.opensuse.org/request/show/509191 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=148
This commit is contained in:
parent
67274980c0
commit
c3b95c864d
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.6</param>
|
||||
<param name="revision">v1.7.6</param>
|
||||
<param name="versionformat">1.7.8</param>
|
||||
<param name="revision">v1.7.8</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">343218555d6fa29347e4c7aa9dd336cb5f1fa707</param></service></servicedata>
|
||||
<param name="changesrevision">298376c4a77bae10aa6043cf1f8558001a004064</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88f84beba34d08a5495d908ca76866e033e6046e7c74f9477b9d5316f8c3d32a
|
||||
size 1744267
|
3
haproxy-1.7.8.tar.gz
Normal file
3
haproxy-1.7.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec90153ccedd20ad4015d3eaf76b502ff1f61b431d54c22b8457b5784a9ae142
|
||||
size 1746321
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 12:05:16 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.8:
|
||||
* BUG/MINOR: stream: flag TASK_WOKEN_RES not set if task in runqueue
|
||||
* BUG/MAJOR: cli: fix custom io_release was crushed by NULL.
|
||||
* BUG/MAJOR: map: fix segfault during 'show map/acl' on cli.
|
||||
* BUG/MAJOR: compression: Be sure to release the compression state in all cases
|
||||
* DOC: fix references to the section about time format.
|
||||
* BUG/MEDIUM: map/acl: fix unwanted flags inheritance.
|
||||
* BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE flag on response channel
|
||||
* BUG/MINOR: http: Don't reset the transaction if there are still data to send
|
||||
* BUG/MEDIUM: filters: Be sure to call flt_end_analyze for both channels
|
||||
* BUG/MINOR: http: properly handle all 1xx informational responses
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 12:05:07 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.7:
|
||||
* BUG/MINOR: Wrong peer task expiration handling during synchronization processing.
|
||||
* BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed
|
||||
* BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range 1..32767
|
||||
* DOC: fix references to the section about the unix socket
|
||||
* BUG/MINOR: log: pin the front connection when front ip/ports are logged
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 05:09:38 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.7.6
|
||||
Version: 1.7.8
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user