diff --git a/_service b/_service index be635a9..a17ab51 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.1.1 + v2.1.2 enable diff --git a/_servicedata b/_servicedata index ebc60aa..53ed1a7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.1.git - 4ae521379e97fb23630fc60516e6f19c03a93b58 + d5b6759b51ad0b63608bec8e0b228f209e42ae6f \ No newline at end of file diff --git a/haproxy-2.1.1+git0.4ae521379.tar.gz b/haproxy-2.1.1+git0.4ae521379.tar.gz deleted file mode 100644 index 1ab6e0e..0000000 --- a/haproxy-2.1.1+git0.4ae521379.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a23806a9d221107ae782b3d97e0163ab21d1dff62d147ebdd8d8e4f14a28e92 -size 2737454 diff --git a/haproxy-2.1.2+git0.d5b6759b5.tar.gz b/haproxy-2.1.2+git0.d5b6759b5.tar.gz new file mode 100644 index 0000000..4a16bde --- /dev/null +++ b/haproxy-2.1.2+git0.d5b6759b5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62a41fa22f7b12ad58740b6eedac135a01a64a776f75105150afc20a0b90ef1 +size 2740242 diff --git a/haproxy.changes b/haproxy.changes index 9b20a0b..495adaf 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -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 + +- drop the udev buildrequires completely + ------------------------------------------------------------------- Thu Jan 23 13:10:03 UTC 2020 - Dominique Leuenberger diff --git a/haproxy.spec b/haproxy.spec index 9c6b9dd..9b4143d 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -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)