diff --git a/_service b/_service
index aaf7e27..7bc9a90 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
git://git.osmocom.org/libosmo-abis
- 0.8.0
- 0.8.0
+ 0.8.1
+ 0.8.1
*.tar
diff --git a/libosmo-abis-0.8.0.tar.xz b/libosmo-abis-0.8.0.tar.xz
deleted file mode 100644
index 9572f40..0000000
--- a/libosmo-abis-0.8.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b92c42de34b7f7d4d4ab11c58fdb24cda74b1969019be66c0f449666b9deca8b
-size 74084
diff --git a/libosmo-abis-0.8.1.tar.xz b/libosmo-abis-0.8.1.tar.xz
new file mode 100644
index 0000000..4d6b5db
--- /dev/null
+++ b/libosmo-abis-0.8.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6b999a826b02802e55256b7b8431cd6c130bab81aaac2252199af52588f082c4
+size 76864
diff --git a/libosmo-abis.changes b/libosmo-abis.changes
index a1c6410..7156a1e 100644
--- a/libosmo-abis.changes
+++ b/libosmo-abis.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Mon Mar 9 20:24:00 UTC 2020 - Martin Hauke
+
+- Update to new upstream release 0.8.0
+ * ortp: disable SO_REUSEADDR + SO_REUSEPORT
+ * Add rtp_test to show the double-bind bug of OS#4444
+- Update patch:
+ * osmo-talloc.diff
+
-------------------------------------------------------------------
Sun Jan 5 10:47:01 UTC 2020 - Martin Hauke
diff --git a/libosmo-abis.spec b/libosmo-abis.spec
index 357032e..9ab41b4 100644
--- a/libosmo-abis.spec
+++ b/libosmo-abis.spec
@@ -16,10 +16,10 @@
#
-%define version_unconverted 0.8.0
+%define version_unconverted 0.8.1
Name: libosmo-abis
-Version: 0.8.0
+Version: 0.8.1
Release: 0
Summary: Osmocom library for A-bis interface between BTS and BSC
License: AGPL-3.0-or-later AND GPL-2.0-or-later
diff --git a/osmo-talloc.diff b/osmo-talloc.diff
index 7cd182a..81855f1 100644
--- a/osmo-talloc.diff
+++ b/osmo-talloc.diff
@@ -1,18 +1,7 @@
-From 6eda430372edbf4dcebb9181ae7ef9f4daff544e Mon Sep 17 00:00:00 2001
-From: Jan Engelhardt
-Date: Sun, 17 Feb 2013 21:18:44 +0100
-Subject: [PATCH] build: link to talloc
-
-The source files use talloc, so link to talloc.
----
- configure.ac | 1 +
- src/Makefile.am | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-Index: libosmo-abis-0.5.1/configure.ac
-===================================================================
---- libosmo-abis-0.5.1.orig/configure.ac
-+++ libosmo-abis-0.5.1/configure.ac
+diff --git a/configure.ac b/configure.ac
+index 35b8328..b962cf6 100644
+--- a/configure.ac
++++ b/configure.ac
@@ -59,6 +59,7 @@ AC_SUBST(SYMBOL_VISIBILITY)
dnl Generate the output
AM_CONFIG_HEADER(config.h)
@@ -21,16 +10,16 @@ Index: libosmo-abis-0.5.1/configure.ac
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
-Index: libosmo-abis-0.5.1/src/Makefile.am
-===================================================================
---- libosmo-abis-0.5.1.orig/src/Makefile.am
-+++ libosmo-abis-0.5.1/src/Makefile.am
-@@ -7,7 +7,7 @@ TRAU_LIBVERSION=3:1:1
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 3838a5a..0eefd22 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -7,7 +7,7 @@ TRAU_LIBVERSION=4:0:2
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
- AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)
+ AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)
--COMMONLIBS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS)
-+COMMONLIBS = $(TALLOC_LIBS) $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS)
+-COMMONLIBS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOE1D_LIBS)
++COMMONLIBS = $(TALLOC_LIBS) $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOE1D_LIBS)
lib_LTLIBRARIES = libosmoabis.la libosmotrau.la