diff --git a/_service b/_service
index 23086b4..34d98fe 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
@PARENT_TAG@+git@TAG_OFFSET@.%h
v(.*)
\1
- v2.5.1
+ v2.5.3
enable
diff --git a/_servicedata b/_servicedata
index 931268b..93160ec 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
http://git.haproxy.org/git/haproxy-2.5.git
- 86b093a51d35d13555b0e255d0c1e25313682929
+ abf078b15fd5c6c209e72f969a10b712f605c583
\ No newline at end of file
diff --git a/haproxy-2.5.1+git0.86b093a51.tar.gz b/haproxy-2.5.1+git0.86b093a51.tar.gz
deleted file mode 100644
index 52225fc..0000000
--- a/haproxy-2.5.1+git0.86b093a51.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:846fe3a4612082d5a1839519550b4878fba192a2f6f601f4f6ef1fe6795a762e
-size 3918972
diff --git a/haproxy-2.5.2+git0.042feec44.tar.gz b/haproxy-2.5.2+git0.042feec44.tar.gz
new file mode 100644
index 0000000..33e4900
--- /dev/null
+++ b/haproxy-2.5.2+git0.042feec44.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c468d0bf405770e6d0f75bd0225223c9787d8f012dcc64733ef40e3a6f9e184
+size 3924807
diff --git a/haproxy-2.5.3+git0.abf078b15.tar.gz b/haproxy-2.5.3+git0.abf078b15.tar.gz
new file mode 100644
index 0000000..238308a
--- /dev/null
+++ b/haproxy-2.5.3+git0.abf078b15.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:59521710027ff48ad106727c76dac71841c59895a501797f6d301d90756471f6
+size 3927035
diff --git a/haproxy.changes b/haproxy.changes
index ba29ca1..f3998e1 100644
--- a/haproxy.changes
+++ b/haproxy.changes
@@ -1,3 +1,76 @@
+-------------------------------------------------------------------
+Fri Feb 18 21:45:27 UTC 2022 - mrueckert@suse.de
+
+- Update to version 2.5.3+git0.abf078b15:
+ * [RELEASE] Released version 2.5.3
+ * DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected
+ * BUG/MEDIUM: httpclient: limit transfers to the maximum available room
+ * BUG/MINOR: tools: url2sa reads ipv4 too far
+ * CLEANUP: httpclient/cli: fix indentation alignment of the help message
+ * BUG/MINOR: ssl: Missing return value check in ssl_ocsp_response_print
+ * BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command
+ * BUG/MINOR: ssl: Add missing return value check in ssl_ocsp_response_print
+ * BUG/MINOR: mailers: negotiate SMTP, not ESMTP
+ * BUG/MINOR: httpclient: reinit flags in httpclient_start()
+ * MINOR: httpclient: Don't limit data transfer to 1024 bytes
+ * BUG/MAJOR: compiler: relax alignment constraints on certain structures
+ * BUG/MEDIUM: fd: always align fdtab[] to 64 bytes
+ * BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names
+ * BUG/MINOR: sink: Use the right field in appctx context in release callback
+ * BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload
+ * BUG/MEDIUM: mworker: close unused transferred FDs on load failure
+ * MINOR: sock: move the unused socket cleaning code into its own function
+
+-------------------------------------------------------------------
+Fri Feb 18 21:44:43 UTC 2022 - mrueckert@suse.de
+
+- Update to version 2.5.2+git0.042feec44:
+ * [RELEASE] Released version 2.5.2
+ * BUG/MINOR: mux-h2: update the session's idle delay before creating the stream
+ * BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change
+ * REGTESTS: peers: leave a bit more time to peers to synchronize
+ * REGTESTS: server: close an occasional race on dynamic_server_ssl.vtc
+ * BUG/MAJOR: spoe: properly detach all agents when releasing the applet
+ * BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies
+ * BUG/MINOR: httpclient/cli: display junk characters in vsn
+ * BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls
+ * BUG/MINOR: jwt: Missing pkey free during cleanup
+ * BUG/MINOR: jwt: Double free in deinit function
+ * BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response " output
+ * BUG/MEDIUM: httpclient: Xfer the request when the stream is created
+ * BUG/MINOR: httpclient: Revisit HC request and response buffers allocation
+ * BUG/MEDIUM: listener: read-lock the listener during accept()
+ * MINOR: listener: replace the listener's spinlock with an rwlock
+ * DEBUG: fd: make sure we never try to insert/delete an impossible FD number
+ * BUG/MINOR: mworker: does not erase the pidfile upon reload
+ * BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks
+ * DEBUG: pools: replace the link pointer with the caller's address on pool_free()
+ * DEBUG: pools: let's add reverse mapping from cache heads to thread and pool
+ * DEBUG: pools: add extra sanity checks when picking objects from a local cache
+ * BUG/MINOR: pools: always flush pools about to be destroyed
+ * BUG/MINOR: mworker: does not add the -sf in wait mode
+ * BUG/MEDIUM: mworker: don't lose the stats socket on failed reload
+ * REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL 1.0.2
+ * DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY
+ * BUILD: debug/cli: condition test of O_ASYNC to its existence
+ * DEBUG: cli: add a new "debug dev fd" expert command
+ * BUG/MINOR: stream: make the call_rate only count the no-progress calls
+ * BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them
+ * BUG/MEDIUM: mcli: do not try to parse empty buffers
+ * BUG/MEDIUM: cli: Never wait for more data on client shutdown
+ * MEDIUM: h2/hpack: emit a Dynamic Table Size Update after settings change
+ * BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands
+ * MINOR: channel: add new function co_getdelim() to support multiple delimiters
+ * MEDIUM: cli: yield between each pipelined command
+ * DOC: management: mark "set server ssl" as deprecated
+ * BUG/MEDIUM: server: avoid changing healthcheck ctx with set server ssl
+ * BUILD/MINOR: fix solaris build with clang.
+ * BUG/MINOR: httpclient/lua: don't pop the lua stack when getting headers
+ * BUG/MINOR: httpclient: set default Accept and User-Agent headers
+ * BUG/MINOR: httpclient: don't send an empty body
+ * BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer
+ * BUG/MEDIUM: connection: properly leave stopping list on error
+
-------------------------------------------------------------------
Fri Feb 4 10:13:35 UTC 2022 - Callum Farmer
diff --git a/haproxy.spec b/haproxy.spec
index 977fb5e..e71ad04 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -55,7 +55,7 @@
%endif
Name: haproxy
-Version: 2.5.1+git0.86b093a51
+Version: 2.5.3+git0.abf078b15
Release: 0
#
#