diff --git a/ndpi-2.6.tar.gz b/ndpi-2.6.tar.gz
deleted file mode 100644
index eeb8e5f..0000000
--- a/ndpi-2.6.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:efdfb68940385b18079920330528978765dc2a90c8163d10f63301bddadbf91e
-size 19754504
diff --git a/ndpi-2.8.tar.gz b/ndpi-2.8.tar.gz
new file mode 100644
index 0000000..811b8ba
--- /dev/null
+++ b/ndpi-2.8.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f98def4d0e43818317b20e2887ce500b2d6a5a9c8ddb28cf57ae51caae0f33cc
+size 19754226
diff --git a/ndpi.changes b/ndpi.changes
index a94bd81..c5cd5e6 100644
--- a/ndpi.changes
+++ b/ndpi.changes
@@ -1,3 +1,27 @@
+-------------------------------------------------------------------
+Sat Mar 30 09:53:01 UTC 2019 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 2.8
+  New Supported Protocols and Services
+  * Added Modbus over TCP dissector
+  Improvements
+  * Wireshark Lua plugin compatibility with Wireshark 3
+  * Improved MDNS dissection
+  * Improved HTTP response code handling
+  * Full dissection of HTTP responses
+  Fixes
+  * Fixed false positive mining detection
+  * Fixed invalid TCP DNS dissection
+  * Releasing buffers upon realloc failures
+  * ndpiReader: Prevents references after free
+  * Endianness fixes
+  * Fixed IPv6 HTTP traffic dissection
+  * Fixed H.323 detection
+  Other
+  * Disabled ookla statistics which need to be improved
+  * Support for custom protocol files of arbitrary length
+  * Update radius.c to RFC2865
+
 -------------------------------------------------------------------
 Sun Feb 24 15:00:58 UTC 2019 - schwab@suse.de
 
diff --git a/ndpi.spec b/ndpi.spec
index 13f39f2..344288b 100644
--- a/ndpi.spec
+++ b/ndpi.spec
@@ -23,12 +23,12 @@
 
 %define sover 2
 Name:           ndpi
-Version:        2.6
+Version:        2.8
 Release:        0
 Summary:        Extensible deep packet inspection library
+# wireshark/ndpi.lua is GPL-3.0-or-later
 License:        LGPL-3.0-only
 Group:          Development/Libraries/C and C++
-# wireshark/ndpi.lua is GPL-3.0-or-later
 URL:            https://github.com/ntop/nDPI
 Source:         https://github.com/ntop/nDPI/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # FIXME: Upstream makefile is broken