diff --git a/_service b/_service
index c16fd3c..19709d5 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
enable
%cs.%h
- 2024_08_06.ee36266
+ 2024_08_14.61c0b0d
*.tar
diff --git a/_servicedata b/_servicedata
index 7598abb..11583b9 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://passt.top/passt
- ee36266a55478672ad2c5f4efbd6ca0bef3d37cd
\ No newline at end of file
+ 61c0b0d0f199589c72bd53e267d797a8e4bf1478
\ No newline at end of file
diff --git a/passt-20240806.ee36266.tar.zst b/passt-20240806.ee36266.tar.zst
deleted file mode 100644
index 78f48a0..0000000
--- a/passt-20240806.ee36266.tar.zst
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0425889ad823321847d9c87c85c6ffc7bdc408b92a4372adcc02d5498696f448
-size 224632
diff --git a/passt-20240814.61c0b0d.tar.zst b/passt-20240814.61c0b0d.tar.zst
new file mode 100644
index 0000000..26742f6
--- /dev/null
+++ b/passt-20240814.61c0b0d.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a33db5e2467307f2a98df74a7874c99c07083a4a85ca8e23a19c8ad0c3acdee0
+size 226362
diff --git a/passt.changes b/passt.changes
index 07b2969..ef7467d 100644
--- a/passt.changes
+++ b/passt.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Thu Aug 15 06:18:55 UTC 2024 - dcermak@suse.com
+
+- Update to version 20240814.61c0b0d:
+ * flow: Don't crash if guest attempts to connect to port 0
+ * conf: Don't ignore -t and -u options after -D
+ * ndp.c: Turn NDP responder into more declarative implementation
+ * conf: Delay handling -D option until after addresses are configured
+ * Correct inaccurate comments on ip[46]_ctx::addr
+ * log: Don't prefix message with timestamp on --debug if it's a continuation
+ * conf: Stop parsing options at first non-option argument
+ * passt, util: Close any open file that the parent might have leaked
+ * nstool: Propagate SIGTERM to processes executed in the namespace
+ * nstool: Fix some trivial typos
+ * log: Avoid duplicate calls to logtime()
+ * log: Handle errors from clock_gettime()
+ * log: Correct formatting of timestamps
+ * util: Some corrections for timespec_diff_us
+ * conf, pasta: Make -g and -a skip route/addresses copy for matching IP version only
+
-------------------------------------------------------------------
Tue Aug 06 16:58:22 UTC 2024 - dcermak@suse.com
diff --git a/passt.spec b/passt.spec
index 7c5b4f2..fa70358 100644
--- a/passt.spec
+++ b/passt.spec
@@ -44,7 +44,7 @@
%endif
Name: passt
-Version: 20240806.ee36266
+Version: 20240814.61c0b0d
Release: 0
Summary: User-mode networking daemons for virtual machines and namespaces
License: GPL-2.0-or-later AND BSD-3-Clause