From 1f5050c4b77dea7cc24ea0d932aaa05897cb3c6383bf533faa5b5b5ab81156ae Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Mon, 25 Jun 2018 13:00:57 +0000 Subject: [PATCH] Accepting request 618843 from home:KGronlund:branches:server:http - Update to version 1.8.10~git0.ec17d7a9: * MINOR: threads: Be sure to remove threads from all_threads_mask on exit * BUG/MEDIUM: threads: Use the sync point to check active jobs and exit * BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete(). * BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot * BUG/MAJOR: ssl: Random crash with cipherlist capture * BUG/MINOR: lua: Segfaults with wrong usage of types. * BUG/MAJOR: map: fix a segfault when using http-request set-map * MINOR: lua: Increase debug information * BUG/MINOR: signals: ha_sigmask macro for multithreading * BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing * BUG/MEDIUM: threads: handle signal queue only in thread 0 * BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. * BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame * BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame * BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect * BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect * BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect * MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 * BUG/MEDIUM: lua/socket: Buffer error, may segfault * BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock * BUG/MEDIUM: lua/socket: Notification error * BUG/MAJOR: lua: Dead lock with sockets * BUG/MEDIUM: lua/socket: wrong scheduling for sockets * MINOR: task/notification: Is notifications registered ? * BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode * BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters * BUG/MEDIUM: lua/socket: Length required read doesn't work * BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file * BUG/MEDIUM: fd: Only check update_mask against all_threads_mask. OBS-URL: https://build.opensuse.org/request/show/618843 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=169 --- _servicedata | 2 +- haproxy-1.8.10~git0.ec17d7a9.tar.gz | 3 +++ haproxy-1.8.9~git9.6d82e611.tar.gz | 3 --- haproxy.changes | 34 +++++++++++++++++++++++++++++ haproxy.spec | 2 +- 5 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 haproxy-1.8.10~git0.ec17d7a9.tar.gz delete mode 100644 haproxy-1.8.9~git9.6d82e611.tar.gz diff --git a/_servicedata b/_servicedata index f17ab23..ddfb51a 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ http://git.haproxy.org/git/haproxy-1.7.git 640d526f8cdad00f7f5043b51f6a34f3f6ebb49f http://git.haproxy.org/git/haproxy-1.8.git - 6d82e6114f393a764aa5cf423bf3782e36cebe54 \ No newline at end of file + ec17d7a98f30326918219ba876fcfc56f6ad6823 \ No newline at end of file diff --git a/haproxy-1.8.10~git0.ec17d7a9.tar.gz b/haproxy-1.8.10~git0.ec17d7a9.tar.gz new file mode 100644 index 0000000..96a3f58 --- /dev/null +++ b/haproxy-1.8.10~git0.ec17d7a9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f21007c885802f9331a05cd2ffc429e473f5e9d530f25124e7f3cc1ad8d16 +size 2118626 diff --git a/haproxy-1.8.9~git9.6d82e611.tar.gz b/haproxy-1.8.9~git9.6d82e611.tar.gz deleted file mode 100644 index afcfc77..0000000 --- a/haproxy-1.8.9~git9.6d82e611.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c7df55b2ee6f4710798a3e2bd81769d6a8b40a66b23525ffa9cc57b7bdb0ad7 -size 2115973 diff --git a/haproxy.changes b/haproxy.changes index b8839f3..a4c923e 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Jun 25 05:16:57 UTC 2018 - kgronlund@suse.com + +- Update to version 1.8.10~git0.ec17d7a9: + * MINOR: threads: Be sure to remove threads from all_threads_mask on exit + * BUG/MEDIUM: threads: Use the sync point to check active jobs and exit + * BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete(). + * BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot + * BUG/MAJOR: ssl: Random crash with cipherlist capture + * BUG/MINOR: lua: Segfaults with wrong usage of types. + * BUG/MAJOR: map: fix a segfault when using http-request set-map + * MINOR: lua: Increase debug information + * BUG/MINOR: signals: ha_sigmask macro for multithreading + * BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing + * BUG/MEDIUM: threads: handle signal queue only in thread 0 + * BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. + * BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame + * BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame + * BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect + * BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect + * BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect + * MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 + * BUG/MEDIUM: lua/socket: Buffer error, may segfault + * BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock + * BUG/MEDIUM: lua/socket: Notification error + * BUG/MAJOR: lua: Dead lock with sockets + * BUG/MEDIUM: lua/socket: wrong scheduling for sockets + * MINOR: task/notification: Is notifications registered ? + * BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode + * BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters + * BUG/MEDIUM: lua/socket: Length required read doesn't work + * BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file + * BUG/MEDIUM: fd: Only check update_mask against all_threads_mask. + ------------------------------------------------------------------- Tue May 29 07:09:26 UTC 2018 - kgronlund@suse.com diff --git a/haproxy.spec b/haproxy.spec index 67488ba..edc7742 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -40,7 +40,7 @@ %bcond_without apparmor Name: haproxy -Version: 1.8.9~git9.6d82e611 +Version: 1.8.10~git0.ec17d7a9 Release: 0 # #