diff --git a/_service b/_service
index 20ce34a..78ca9e0 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
@PARENT_TAG@+git@TAG_OFFSET@.%h
v(.*)
\1
- v2.6.5
+ v2.6.6
enable
diff --git a/_servicedata b/_servicedata
index 07990ec..8e876d2 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
http://git.haproxy.org/git/haproxy-2.6.git
- 987a4e248bbccf4bffe955b27ccfbcbb626348c2
\ No newline at end of file
+ 274d1a4dffe332885bce12f04ac0e452c5f512b2
\ No newline at end of file
diff --git a/haproxy-2.6.5+git0.987a4e248.tar.gz b/haproxy-2.6.5+git0.987a4e248.tar.gz
deleted file mode 100644
index 64808f7..0000000
--- a/haproxy-2.6.5+git0.987a4e248.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:bbe7fc624326b31e520d92ddca1f151703a9da8662c80389b21eb9f98ef5977a
-size 4128578
diff --git a/haproxy-2.6.6+git0.274d1a4df.tar.gz b/haproxy-2.6.6+git0.274d1a4df.tar.gz
new file mode 100644
index 0000000..b23b1ea
--- /dev/null
+++ b/haproxy-2.6.6+git0.274d1a4df.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d142ea7a8979313bd81be483b4a778634a94bf16e7522d43ad398f4604eeb86e
+size 4134359
diff --git a/haproxy.changes b/haproxy.changes
index 4335e00..26b578f 100644
--- a/haproxy.changes
+++ b/haproxy.changes
@@ -1,3 +1,77 @@
+-------------------------------------------------------------------
+Mon Sep 26 13:19:38 UTC 2022 - mrueckert@suse.de
+
+- Update to version 2.6.6+git0.274d1a4df:
+ * [RELEASE] Released version 2.6.6
+ * BUG/MINOR: log: improper behavior when escaping log data
+ * REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc
+ * REGTESTS: ssl: adopt tests to OpenSSL-3.0.N
+ * REGTESTS: ssl: adopt tests to OpenSSL-3.0.N
+ * BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset
+ * MINOR: mux-quic: refactor snd_buf
+ * REORG: mux-quic: export HTTP related function in a dedicated file
+ * REORG: mux-quic: extract traces in a dedicated source file
+ * BUG/MINOR: mux-quic: do not keep detached qcs with empty Tx buffers
+ * BUG/MEDIUM: mux-quic: fix nb_hreq decrement
+ * SCRIPTS: announce-release: update some URLs to https
+ * BUILD: fd: fix a build warning on the DWCAS
+ * BUG/MEDIUM: captures: free() an error capture out of the proxy lock
+ * CLEANUP: quic,ssl: fix tiny typos in C comments
+ * BUG/MEDIUM: server: segv when adding server with hostname from CLI
+ * BUG/MINOR: mux-quic: do not remotely close stream too early
+ * CLEANUP: mux-quic: remove stconn usage in h3/hq
+ * BUG/MEDIUM: mux-quic: fix crash on early app-ops release
+ * MEDIUM: quic: separate path for rx and tx with set_encryption_secrets
+ * DOC: fix TOC in starter guide for subsection 3.3.8. Statistics
+ * REGTESTS: ssl/log: test the log-forward with SSL
+ * BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring.
+ * REGTESTS: log: test the log-forward feature
+ * BUG/MINOR: listener: null pointer dereference suspected by coverity
+ * CLEANUP: listener: function comment typo in stop_listener()
+ * REGTESTS: healthcheckmail: Relax matching on the healthcheck log message
+ * BUG/MINOR: mux-h1: Increment open_streams counter when H1 stream is created
+ * CLEANUP: pollers: remove dead code in the polling loop
+ * BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN'
+ * MINOR: proxy/listener: support for additional PAUSED state
+ * MINOR: listener: small API change
+ * BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK
+ * DEV: flags: add missing CO_FL_FDLESS connection flag
+ * DEV: flags: fix usage message to reflect available options
+ * CI: cirrus-ci: bump FreeBSD image to 13-1
+ * BUG/MINOR: signals/poller: ensure wakeup from signals
+ * MINOR: h3: Send the h3 settings with others streams (requests)
+ * MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument
+ * MINOR: h3: Add the quic_conn object to h3 traces
+ * BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal"
+ * BUG/MINOR: quic: Trace fix about packet number space information.
+ * BUG/MINOR: quic: Speed up the handshake completion only one time
+ * BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals
+ * BUG/MINOR: stream/sched: take into account CPU profiling for the last call
+ * MINOR: sched: store the current profile entry in the thread context
+ * BUG/MINOR: sched: properly account for the CPU time of dying tasks
+ * BUG/MINOR: task: Fix detection of tasks profiling in tasklet_wakeup_after()
+ * CLEANUP: task: rename ->call_date to ->wake_date
+ * MINOR: task: permanently enable latency measurement on tasklets
+ * BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet
+ * BUG/MINOR: task: always reset a new tasklet's call date
+ * BUG/MINOR: quic: Wrong connection ID to thread ID association
+ * MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid()
+ * MINOR: quic: Add traces about sent or resent TX frames
+ * MINOR: quic: add QUIC support when no client_hello_cb
+ * BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx()
+ * BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx
+ * BUILD: quic: enable early data only with >= openssl 1.1.1
+ * BUILD: quic: temporarly ignore chacha20_poly1305 for libressl
+ * BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb
+ * BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl
+ * BUG/MINOR: quic: Possible crash when verifying certificates
+ * BUG/MINOR: h1: Support headers case adjustment for TCP proxies
+ * BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines
+ * BUG/MINOR: quic: Retransmitted frames marked as acknowledged
+ * BUILD: makefile: enable crypt(3) for NetBSD
+ * MINOR: Revert part of clarifying samples support per os commit
+ * MEDIUM: peers: limit the number of updates sent at once
+
-------------------------------------------------------------------
Sat Sep 17 16:50:03 UTC 2022 - dmueller@suse.com
diff --git a/haproxy.spec b/haproxy.spec
index 6110096..ef96ff6 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -55,7 +55,7 @@
%endif
Name: haproxy
-Version: 2.6.5+git0.987a4e248
+Version: 2.6.6+git0.274d1a4df
Release: 0
#
#