diff --git a/_service b/_service
index ad970fc..466e5f1 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
@PARENT_TAG@+git@TAG_OFFSET@.%h
v(.*)
\1
- v2.3.4
+ v2.3.5
enable
diff --git a/_servicedata b/_servicedata
index 3d03d12..c4e239d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -7,4 +7,4 @@
http://git.haproxy.org/git/haproxy-2.2.git
34b2b106689c8a017eb5726193b199ea96f2c9f7
http://git.haproxy.org/git/haproxy-2.3.git
- 10189c965bc2f4b397608855c437fdb01e29f73a
\ No newline at end of file
+ 5902ad99b977de485bb3d12066a1111b562c1834
\ No newline at end of file
diff --git a/haproxy-2.3.4+git0.10189c965.tar.gz b/haproxy-2.3.4+git0.10189c965.tar.gz
deleted file mode 100644
index db046db..0000000
--- a/haproxy-2.3.4+git0.10189c965.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0dde80f03e60bebda4e79ee1f16c790bf45bbbc5295774d78eed5a586ea74aab
-size 2996015
diff --git a/haproxy-2.3.5+git0.5902ad99b.tar.gz b/haproxy-2.3.5+git0.5902ad99b.tar.gz
new file mode 100644
index 0000000..17eb121
--- /dev/null
+++ b/haproxy-2.3.5+git0.5902ad99b.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6dd7ff49de53d171cb1f02c55b6748185c755beeddb78ebe3d437e4ee8b299ea
+size 3000443
diff --git a/haproxy.changes b/haproxy.changes
index 0defdcc..6db5a3e 100644
--- a/haproxy.changes
+++ b/haproxy.changes
@@ -1,3 +1,63 @@
+-------------------------------------------------------------------
+Sat Feb 06 16:29:34 UTC 2021 - mrueckert@suse.de
+
+- Update to version 2.3.5+git0.5902ad99b:
+ * [RELEASE] Released version 2.3.5
+ * MINOR: config: Deprecate and ignore tune.chksize global option
+ * BUG/MINOR: sock: Unclosed fd in case of connection allocation failure
+ * BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED
+ * BUG/MEDIUM: mux-h2: handle remaining read0 cases
+ * BUILD: Makefile: move REGTESTST_TYPE default setting
+ * MINOR: cli/show_fd: report local and report ports when known
+ * BUILD: ssl: fix build breakage with last commit
+ * BUG/MINOR: ssl: do not try to use early data if not configured
+ * BUG/MINOR: xxhash: make sure armv6 uses memcpy()
+ * BUG/MINOR: mux_h2: fix incorrect stat titles
+ * BUG/MEDIUM: ssl: check a connection's status before computing a handshake
+ * BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store
+ * BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list
+ * DOC: management: fix "show resolvers" alphabetical ordering
+ * MINOR: h1: Raise the chunk size limit up to (2^52 - 1)
+ * MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls
+ * MINOR: mux-h2/show_fd: report as suspicious an entry with too many calls
+ * MINOR: ssl/show_fd: report some FDs as suspicious when possible
+ * MINOR: cli/show_fd: report some easily detectable suspicious states
+ * MINOR: cli: give the show_fd helpers the ability to report a suspicious entry
+ * MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber when known
+ * MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known
+ * MINOR: mux-h2: make the "show fd" helper also decode the h2s subscriber when known
+ * MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them
+ * MINOR: ssl: provide a "show fd" helper to report important SSL information
+ * MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps.
+ * MINOR: cli: make "show fd" also report the xprt and xprt_ctx
+ * CLEANUP: cli: make "show fd" use a const connection to access other fields
+ * CLEANUP: tools: make resolve_sym_name() take a const pointer
+ * MINOR: contrib: Make the wireshark peers dissector compile for more distribs.
+ * BUG/MINOR: backend: check available list allocation for reuse
+ * BUG/MEDIUM: backend: never reuse a connection for tcp mode
+ * REORG: backend: simplify conn_backend_get
+ * BUG/MEDIUM: session: only retrieve ready idle conn from session
+ * BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file()
+ * BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name
+ * BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown
+ * DOC: Improve documentation of the various hdr() fetches
+ * BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX
+ * BUG/MEDIUM: mux-h2: fix read0 handling on partial frames
+ * BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context
+ * BUG/MINOR: mworker: define _GNU_SOURCE for strsignal()
+ * BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper
+ * BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command.
+ * MINOR: build: discard echoing in help target
+ * BUG/MINOR: peers: Possible appctx pointer dereference.
+ * BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition
+ * BUILD: peers: fix build warning about unused variable
+ * BUG/MINOR: dns: SRV records ignores duplicated AR records (v2)
+ * MINOR: peers: Add traces for peer control messages.
+ * BUG/MINOR: threads: Fixes the number of possible cpus report for Mac.
+ * MINOR: server: Forbid server definitions in frontend sections
+ * MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities
+ * BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable
+
-------------------------------------------------------------------
Wed Jan 27 16:19:26 UTC 2021 - Callum Farmer
diff --git a/haproxy.spec b/haproxy.spec
index ebb5d86..e60fb75 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -53,7 +53,7 @@
%endif
Name: haproxy
-Version: 2.3.4+git0.10189c965
+Version: 2.3.5+git0.5902ad99b
Release: 0
#
#