forked from pool/haproxy
- Update to version 1.8.14~git0.52e4d43b:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=173
This commit is contained in:
parent
518d1cfede
commit
414daf069f
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">v1.8.14</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -5,4 +5,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||
<param name="changesrevision">c1bfcd002f54d1d84a99282d13f875c2649f3d70</param></service></servicedata>
|
||||
<param name="changesrevision">52e4d43ba395c950c9d2121ca55b105ed54a85a4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9c02870d1f0fc4b2b0b2694c63a8307d915b10e56d149bf447532bf8da7973
|
||||
size 2124124
|
3
haproxy-1.8.14~git0.52e4d43b.tar.gz
Normal file
3
haproxy-1.8.14~git0.52e4d43b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4acb722dca31ed8b25ced0e5280b7bd8b93962dd4769973752da46a9080db106
|
||||
size 2131958
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 12:34:47 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- Update to version 1.8.14~git0.52e4d43b:
|
||||
* [RELEASE] Released version 1.8.14
|
||||
* BUG/CRITICAL: hpack: fix improper sign check on the header index value
|
||||
* BUG/MINOR: cli: make sure the "getsock" command is only called on connections
|
||||
* BUG/MINOR: tools: fix set_net_port() / set_host_port() on IPv4
|
||||
* BUG/MEDIUM: patterns: fix possible double free when reloading a pattern list
|
||||
* DOC: Fix typos in lua documentation
|
||||
* BUG/MINOR: server: Crash when setting FQDN via CLI.
|
||||
* BUG/MAJOR: kqueue: Don't reset the changes number by accident.
|
||||
* BUG/MEDIUM: snapshot: take the proxy's lock while dumping errors
|
||||
* BUG/MINOR: http/threads: atomically increment the error snapshot ID
|
||||
* BUG/MINOR: dns: check and link servers' resolvers right after config parsing
|
||||
* BUG/MEDIUM: h2: fix risk of memory leak on malformated wrapped frames
|
||||
* BUG/MEDIUM: session: fix reporting of handshake processing time in the logs
|
||||
* BUG/MINOR: stream: use atomic increments for the request counter
|
||||
* MINOR: thread: implement HA_ATOMIC_XADD()
|
||||
* BUG/MEDIUM: ECC cert should work with TLS < v1.2 and openssl >= 1.1.1
|
||||
* BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file
|
||||
* BUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAFE_LJMP returns 0.
|
||||
* BUG/MAJOR: thread: lua: Wrong SSL context initialization.
|
||||
* BUG/MEDIUM: hlua: Make sure we drain the output buffer when done.
|
||||
* BUG/MEDIUM: lua: reset lua transaction between http requests
|
||||
* BUG/MEDIUM: mux_pt: dereference the connection with care in mux_pt_wake()
|
||||
* BUG/MINOR: lua: Bad HTTP client request duration.
|
||||
* BUG/MEDIUM: unix: provide a ->drain() function
|
||||
* DOC: Fix spelling error in configuration doc
|
||||
* BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations
|
||||
* BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates
|
||||
* BUG/MEDIUM: lua: socket timeouts are not applied
|
||||
* DOC: ssl: Use consistent naming for TLS protocols
|
||||
* DOC: dns: explain set server ... fqdn requires resolver
|
||||
* BUG/MINOR: map: fix map_regm with backref
|
||||
* BUG/MEDIUM: ssl: loading dh param from certifile causes unpredictable error.
|
||||
* BUG/MEDIUM: ssl: fix missing error loading a keytype cert from a bundle.
|
||||
* BUG/MINOR: ssl: empty connections reported as errors.
|
||||
* BUG/MEDIUM: cli: make "show fd" thread-safe
|
||||
* MEDIUM: hathreads: implement a more flexible rendez-vous point
|
||||
* BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point
|
||||
* MINOR: threads: add more consistency between certain variables in no-thread case
|
||||
* BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7
|
||||
* MINOR: threads: Introduce double-width CAS on x86_64 and arm.
|
||||
* BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 11:41:35 UTC 2018 - kgronlund@suse.com
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.8.13~git4.c1bfcd00
|
||||
Version: 1.8.14~git0.52e4d43b
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user