diff --git a/_service b/_service
index 22130dd..8269c3c 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/rootless-containers/slirp4netns.git
git
slirp4netns
-0.4.2
-v0.4.2
+0.4.3
+v0.4.3
diff --git a/slirp4netns-0.4.2.tar.xz b/slirp4netns-0.4.2.tar.xz
deleted file mode 100644
index 5a62b03..0000000
--- a/slirp4netns-0.4.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4bc1a6ffe830fc1fc75202c1153d540b3d15427f1e84892cd49ea3ee1e940e7a
-size 132004
diff --git a/slirp4netns-0.4.3.tar.xz b/slirp4netns-0.4.3.tar.xz
new file mode 100644
index 0000000..28fa262
--- /dev/null
+++ b/slirp4netns-0.4.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef23fbf0b2ae180eb320f7a63bbf5a4fac1ab7d9ee8dbb7c677a382fc2796c97
+size 132780
diff --git a/slirp4netns.changes b/slirp4netns.changes
index 04108cb..e3fda6b 100644
--- a/slirp4netns.changes
+++ b/slirp4netns.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Dec 18 08:10:07 UTC 2019 - Sascha Grunert
+
+- Update to 0.4.3
+ * api: raise an error if the socket path is too long
+ * libslirp: update to v4.1.0: Including the fix for libslirp
+ sends RST to app in response to arriving FIN when containerized
+ socket is shutdown() with SHUT_WR
+ * Fix create_sandbox error
+
-------------------------------------------------------------------
Mon Oct 21 07:30:05 UTC 2019 - Sascha Grunert
diff --git a/slirp4netns.spec b/slirp4netns.spec
index d56afa1..34e8e4d 100644
--- a/slirp4netns.spec
+++ b/slirp4netns.spec
@@ -1,7 +1,7 @@
#
# spec file for package slirp4netns
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: slirp4netns
-Version: 0.4.2
+Version: 0.4.3
Release: 0
Summary: User-mode networking for unprivileged network namespaces
License: GPL-2.0-only AND MIT AND BSD-2-Clause