diff --git a/_service b/_service
index 8afd116..20c1750 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
@PARENT_TAG@+git@TAG_OFFSET@.%h
v(.*)
\1
- v2.2.3
+ v2.2.4
enable
diff --git a/_servicedata b/_servicedata
index 08d62bd..004c8af 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
http://git.haproxy.org/git/haproxy-2.2.git
- 0e58a340da6ba142338cd6941ca87187b993e85e
\ No newline at end of file
+ de456726db6a9e71c1d917c6214b468d62fe8285
\ No newline at end of file
diff --git a/haproxy-2.2.3+git0.0e58a340d.tar.gz b/haproxy-2.2.3+git0.0e58a340d.tar.gz
deleted file mode 100644
index 24e37cc..0000000
--- a/haproxy-2.2.3+git0.0e58a340d.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ba09ef5e0347f7af86862a4ace44b7d41cd28d4c031f5a18a80e2a94f80ab2f6
-size 2958263
diff --git a/haproxy-2.2.4+git0.de456726d.tar.gz b/haproxy-2.2.4+git0.de456726d.tar.gz
new file mode 100644
index 0000000..637ec90
--- /dev/null
+++ b/haproxy-2.2.4+git0.de456726d.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97781daab21394881bce9570efc16e202a6fbf116c68e9e3fa28624ff333b7ca
+size 2960538
diff --git a/haproxy.changes b/haproxy.changes
index a0f6e44..53af55c 100644
--- a/haproxy.changes
+++ b/haproxy.changes
@@ -1,3 +1,39 @@
+-------------------------------------------------------------------
+Fri Oct 2 14:38:51 UTC 2020 - Marcus Rueckert
+
+- use parallel build
+
+-------------------------------------------------------------------
+Fri Oct 02 14:37:00 UTC 2020 - mrueckert@suse.de
+
+- Update to version 2.2.4+git0.de456726d:
+ * [RELEASE] Released version 2.2.4
+ * REGTEST: make map_regm_with_backref require 1.7
+ * REGTEST: make abns_socket.vtc require 1.8
+ * REGTEST: make agent-check.vtc require 1.8
+ * REGTEST: fix host part in balance-uri-path-only.vtc
+ * BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line()
+ * DOC: agent-check: fix typo in "fail" word expected reply
+ * REGTESTS: use "command" instead of "which" for better POSIX compatibility
+ * BUILD: trace: include tools.h
+ * BUG/MEDIUM: listeners: do not pause foreign listeners
+ * REGTESTS: add a few load balancing tests
+ * MINOR: backend: add a new "path-only" option to "balance uri"
+ * MINOR: backend: make the "whole" option of balance uri take only one bit
+ * MINOR: h2/trace: also display the remaining frame length in traces
+ * BUG/MINOR: Fix memory leaks cfg_parse_peers
+ * BUG/MEDIUM: h2: report frame bits only for handled types
+ * BUG/MINOR: config: Fix memory leak on config parse listen
+ * BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch
+ * BUG/MINOR: h2/trace: do not display "stream error" after a frame ACK
+ * BUG/MINOR: ssl/crt-list: crt-list could end without a \n
+ * BUG/MEDIUM: ssl: Don't call ssl_sock_io_cb() directly.
+ * BUG/MINOR: server: report correct error message for invalid port on "socks4"
+ * BUG/MINOR: ssl: verifyhost is case sensitive
+ * BUG/MINOR: Fix type passed of sizeof() for calloc()
+ * BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned
+ * BUILD: threads: better workaround for late loading of libgcc_s
+
-------------------------------------------------------------------
Tue Sep 08 15:02:38 UTC 2020 - mrueckert@suse.de
diff --git a/haproxy.spec b/haproxy.spec
index 5787a03..6de548d 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -53,7 +53,7 @@
%endif
Name: haproxy
-Version: 2.2.3+git0.0e58a340d
+Version: 2.2.4+git0.de456726d
Release: 0
#
#
@@ -138,7 +138,7 @@ the most work done from every CPU cycle.
%patch3 -p1
%build
-make \
+make %{?_smp_mflags} \
TARGET=linux-glibc \
CPU="%{_target_cpu}" \
USE_PCRE=1 \