From 2a02a5d671da7194d7d9af11582e0ac677537b6686809c3773067b3b229a94b7 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 8 Jun 2020 22:01:42 +0000 Subject: [PATCH 1/3] - Update to version 2.1.6+git0.34db76106: * [RELEASE] Released version 2.1.6 * BUG/MINOR: mworker: fix a memleak when execvp() failed * BUG/MINOR: ssl: fix a trash buffer leak in some error cases * BUG/MEDIUM: mworker: fix the reload with an -- option * BUG/MINOR: init: -S can have a parameter starting with a dash * BUG/MINOR: init: -x can have a parameter starting with a dash * BUG/MEDIUM: mworker: fix the copy of options in copy_argv() * BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics * BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations * BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string * BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action * BUG/MINOR: peers: fix internal/network key type mapping. * SCRIPTS: publish-release: pass -n to gzip to remove timestamp * Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=218 --- _service | 2 +- _servicedata | 2 +- haproxy-2.1.5+git0.36e14bd31.tar.gz | 3 --- haproxy-2.1.6+git0.34db76106.tar.gz | 3 +++ haproxy.changes | 19 +++++++++++++++++++ haproxy.spec | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.1.5+git0.36e14bd31.tar.gz create mode 100644 haproxy-2.1.6+git0.34db76106.tar.gz diff --git a/_service b/_service index 2e3c0bf..4c5c14a 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.1.5 + v2.1.6 enable diff --git a/_servicedata b/_servicedata index 5bf9d64..8c84652 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.1.git - 36e14bd3189a239a146994e924c0b2fd5f7b6b46 + 34db7610667cc76f059040b5d045306c44440db5 \ No newline at end of file diff --git a/haproxy-2.1.5+git0.36e14bd31.tar.gz b/haproxy-2.1.5+git0.36e14bd31.tar.gz deleted file mode 100644 index 5f46423..0000000 --- a/haproxy-2.1.5+git0.36e14bd31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa58e344adba1fa5e34d88021bd41b66e2d3cdca92a286147bfb214cfbb78396 -size 2787594 diff --git a/haproxy-2.1.6+git0.34db76106.tar.gz b/haproxy-2.1.6+git0.34db76106.tar.gz new file mode 100644 index 0000000..24bb45a --- /dev/null +++ b/haproxy-2.1.6+git0.34db76106.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2979b6e985f20231a9aa8935fb722a9720d57980a636a309717b61496bcb5a +size 2788509 diff --git a/haproxy.changes b/haproxy.changes index bfa7d93..95b9af8 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 08 21:58:40 UTC 2020 - mrueckert@suse.de + +- Update to version 2.1.6+git0.34db76106: + * [RELEASE] Released version 2.1.6 + * BUG/MINOR: mworker: fix a memleak when execvp() failed + * BUG/MINOR: ssl: fix a trash buffer leak in some error cases + * BUG/MEDIUM: mworker: fix the reload with an -- option + * BUG/MINOR: init: -S can have a parameter starting with a dash + * BUG/MINOR: init: -x can have a parameter starting with a dash + * BUG/MEDIUM: mworker: fix the copy of options in copy_argv() + * BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics + * BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations + * BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string + * BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action + * BUG/MINOR: peers: fix internal/network key type mapping. + * SCRIPTS: publish-release: pass -n to gzip to remove timestamp + * Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" + ------------------------------------------------------------------- Fri May 29 11:28:18 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 7880571..67ffdf5 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.1.5+git0.36e14bd31 +Version: 2.1.6+git0.34db76106 Release: 0 # # From 653b7eeee0312c1028620d46e6f5f8f2f627307ad1145d5fda92d3b8b161e479 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 8 Jun 2020 22:05:55 +0000 Subject: [PATCH 2/3] - Update to version 2.1.6+git1.661c88907: * BUG/MAJOR: http-htx: Don't forget to copy error messages from defaults sections OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=219 --- _service | 2 +- _servicedata | 2 +- haproxy.changes | 6 ++++++ haproxy.spec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 4c5c14a..5fdd0cd 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - v2.1.6 + 661c88907 enable diff --git a/_servicedata b/_servicedata index 8c84652..bbd0bff 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.1.git - 34db7610667cc76f059040b5d045306c44440db5 + 661c88907739d9dac49d51e4d54bf388f5dbfdba \ No newline at end of file diff --git a/haproxy.changes b/haproxy.changes index 95b9af8..884b24f 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 08 22:04:10 UTC 2020 - mrueckert@suse.de + +- Update to version 2.1.6+git1.661c88907: + * BUG/MAJOR: http-htx: Don't forget to copy error messages from defaults sections + ------------------------------------------------------------------- Mon Jun 08 21:58:40 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 67ffdf5..abaccca 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.1.6+git0.34db76106 +Version: 2.1.6+git1.661c88907 Release: 0 # # From 1207c16689ecac58e24304a48fe4ce27a119c5397177b95d82e9f7f5fff5ce3c Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 9 Jun 2020 20:28:10 +0000 Subject: [PATCH 3/3] - Update to version 2.1.7+git0.8bebf80fb: * [RELEASE] Released version 2.1.7 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=220 --- _service | 2 +- _servicedata | 2 +- haproxy-2.1.6+git0.34db76106.tar.gz | 3 --- haproxy-2.1.7+git0.8bebf80fb.tar.gz | 3 +++ haproxy.changes | 6 ++++++ haproxy.spec | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 haproxy-2.1.6+git0.34db76106.tar.gz create mode 100644 haproxy-2.1.7+git0.8bebf80fb.tar.gz diff --git a/_service b/_service index 5fdd0cd..accf073 100644 --- a/_service +++ b/_service @@ -6,7 +6,7 @@ @PARENT_TAG@+git@TAG_OFFSET@.%h v(.*) \1 - 661c88907 + v2.1.7 enable diff --git a/_servicedata b/_servicedata index bbd0bff..6da52da 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://git.haproxy.org/git/haproxy-2.1.git - 661c88907739d9dac49d51e4d54bf388f5dbfdba + 8bebf80fb5550f5b32e0bec83d1b819b1bf482d6 \ No newline at end of file diff --git a/haproxy-2.1.6+git0.34db76106.tar.gz b/haproxy-2.1.6+git0.34db76106.tar.gz deleted file mode 100644 index 24bb45a..0000000 --- a/haproxy-2.1.6+git0.34db76106.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f2979b6e985f20231a9aa8935fb722a9720d57980a636a309717b61496bcb5a -size 2788509 diff --git a/haproxy-2.1.7+git0.8bebf80fb.tar.gz b/haproxy-2.1.7+git0.8bebf80fb.tar.gz new file mode 100644 index 0000000..d761ea8 --- /dev/null +++ b/haproxy-2.1.7+git0.8bebf80fb.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1b1e86480d86fa7e1374c95081abbaa60567a8eec5e79621badfef69c4e1ff +size 2787323 diff --git a/haproxy.changes b/haproxy.changes index 884b24f..5039f4b 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 09 20:27:50 UTC 2020 - mrueckert@suse.de + +- Update to version 2.1.7+git0.8bebf80fb: + * [RELEASE] Released version 2.1.7 + ------------------------------------------------------------------- Mon Jun 08 22:04:10 UTC 2020 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index abaccca..149136e 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -53,7 +53,7 @@ %endif Name: haproxy -Version: 2.1.6+git1.661c88907 +Version: 2.1.7+git0.8bebf80fb Release: 0 # #