forked from pool/haproxy
Accepting request 485839 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/485839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=48
This commit is contained in:
commit
d29bc88049
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.3</param>
|
||||
<param name="revision">v1.7.3</param>
|
||||
<param name="versionformat">1.7.4</param>
|
||||
<param name="revision">v1.7.4</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">9cb532a34ae190b350cdeb8bbbae25d524b10949</param></service></servicedata>
|
||||
<param name="changesrevision">f9eae1ec92742a0185db00fbcfa566ba09b7e3a2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65
|
||||
size 1737006
|
3
haproxy-1.7.4.tar.gz
Normal file
3
haproxy-1.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc1e7621fd41a1c3ca5621975ca5ed4191469a144108f6c47d630ca8da835dbe
|
||||
size 1741637
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 11:53:23 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.4:
|
||||
* MINOR: config: warn when some HTTP rules are used in a TCP proxy
|
||||
* BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters
|
||||
* BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section
|
||||
* BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file
|
||||
* BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup
|
||||
* BUG/MINOR: Fix "get map <map> <value>" CLI command
|
||||
* BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer
|
||||
* BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING
|
||||
* BUG/MINOR: checks: attempt clean shutw for SSL check
|
||||
* BUG/MEDIUM: listener: do not try to rebind another process' socket
|
||||
* BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze
|
||||
* BUG/MAJOR: stream-int: do not depend on connection flags to detect connection
|
||||
* BUG/MEDIUM: connection: ensure to always report the end of handshakes
|
||||
* BUG: payload: fix payload not retrieving arbitrary lengths
|
||||
* BUG/MAJOR: http: fix typo in http_apply_redirect_rule
|
||||
* BUG/MEDIUM: stream: fix client-fin/server-fin handling
|
||||
* MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller
|
||||
* BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available
|
||||
* DOC/MINOR: Fix typos in proxy protocol doc
|
||||
* DOC: Protocol doc: add checksum, TLV type ranges
|
||||
* DOC: Protocol doc: add SSL TLVs, rename CHECKSUM
|
||||
* DOC: Protocol doc: add noop TLV
|
||||
* MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time
|
||||
* BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity().
|
||||
* MINOR: server: irrelevant error message with 'default-server' config file keyword.
|
||||
* MINOR: doc: fix use-server example (imap vs mail)
|
||||
* BUG/MEDIUM: tcp: don't require privileges to bind to device
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 11:31:02 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user