forked from pool/haproxy
- Update to version 2.1.2+git0.d5b6759b5:
* [RELEASE] Released version 2.1.2 * BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility * BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream * BUG/MINOR: state-file: do not leak memory on parse errors * BUG/MINOR: state-file: do not store duplicates in the global tree * BUG/MEDIUM: state-file: do not allocate a full buffer for each server entry * BUG/MINOR: ssl: openssl-compat: Fix getm_ defines * BUG/MEDIUM: fd/threads: fix a concurrency issue between add and rm on the same fd * MINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use the volatile attribute * BUG/MEDIUM: ssl: Revamp the way early data are handled. * BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing * MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task * MINOR: http: add a new "replace-path" action * MINOR: debug: support logging to various sinks * BUG/MEDIUM: ssl: Don't set the max early data we can receive too early. * MINOR: sample: Validate the number of bits for the sha2 converter * BUG/MINOR: sample: always check converters' arguments * BUG/MINOR: sample: fix the closing bracket and LF in the debug converter * DOC: clarify the fact that replace-uri works on a full URI - drop the udev buildrequires completely OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=211
This commit is contained in:
parent
65d319ff40
commit
fbc8186248
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">v2.1.1</param>
|
||||
<param name="revision">v2.1.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.1.git</param>
|
||||
<param name="changesrevision">4ae521379e97fb23630fc60516e6f19c03a93b58</param>
|
||||
<param name="changesrevision">d5b6759b51ad0b63608bec8e0b228f209e42ae6f</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a23806a9d221107ae782b3d97e0163ab21d1dff62d147ebdd8d8e4f14a28e92
|
||||
size 2737454
|
3
haproxy-2.1.2+git0.d5b6759b5.tar.gz
Normal file
3
haproxy-2.1.2+git0.d5b6759b5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f62a41fa22f7b12ad58740b6eedac135a01a64a776f75105150afc20a0b90ef1
|
||||
size 2740242
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 07 12:48:02 UTC 2020 - mrueckert@suse.de
|
||||
|
||||
- Update to version 2.1.2+git0.d5b6759b5:
|
||||
* [RELEASE] Released version 2.1.2
|
||||
* BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility
|
||||
* BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream
|
||||
* BUG/MINOR: state-file: do not leak memory on parse errors
|
||||
* BUG/MINOR: state-file: do not store duplicates in the global tree
|
||||
* BUG/MEDIUM: state-file: do not allocate a full buffer for each server entry
|
||||
* BUG/MINOR: ssl: openssl-compat: Fix getm_ defines
|
||||
* BUG/MEDIUM: fd/threads: fix a concurrency issue between add and rm on the same fd
|
||||
* MINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use the volatile attribute
|
||||
* BUG/MEDIUM: ssl: Revamp the way early data are handled.
|
||||
* BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing
|
||||
* MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task
|
||||
* MINOR: http: add a new "replace-path" action
|
||||
* MINOR: debug: support logging to various sinks
|
||||
* BUG/MEDIUM: ssl: Don't set the max early data we can receive too early.
|
||||
* MINOR: sample: Validate the number of bits for the sha2 converter
|
||||
* BUG/MINOR: sample: always check converters' arguments
|
||||
* BUG/MINOR: sample: fix the closing bracket and LF in the debug converter
|
||||
* DOC: clarify the fact that replace-uri works on a full URI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 12:46:02 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- drop the udev buildrequires completely
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 13:10:03 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.1.1+git0.4ae521379
|
||||
Version: 2.1.2+git0.d5b6759b5
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
@ -72,7 +72,6 @@ BuildRequires: pcre-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%if %{with systemd}
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
Loading…
Reference in New Issue
Block a user