ndns: Update

Change-Id: Ibe55f70383d94d13ddc0d5d7171a80984b5f68ca
diff --git a/ndns/Makefile b/ndns/Makefile
index 70b82c7..7a38839 100644
--- a/ndns/Makefile
+++ b/ndns/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/ndns
 
 # Tag name or commit hash for checkout
-GIT_VERSION=d091e31269bd0c8042e89b775b94804651878cad
+GIT_VERSION=9edaf26034db6642ffceb73f336a1c295d9370b1
 
 # Package name
 NAME=ndns
 
 # Package version
-VERSION=0.0.9-gd091e3
+VERSION=0.0.10-g9edaf2
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=3
 
 include ../packaging.mk
diff --git a/ndns/debian/changelog b/ndns/debian/changelog
index e80a2f6..8cc1061 100644
--- a/ndns/debian/changelog
+++ b/ndns/debian/changelog
@@ -1,3 +1,10 @@
+ndns (0.0.10-g9edaf2-ppa3~DISTRO) DISTRO; urgency=low
+
+  * Version based on 9edaf26034db6642ffceb73f336a1c295d9370b1
+    (https://github.com/named-data/ndns)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Tue, 16 Oct 2018 17:06:07 +0000
+
 ndns (0.0.9-gd091e3-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on d091e31269bd0c8042e89b775b94804651878cad
diff --git a/ndns/debian/control b/ndns/debian/control
index fa2d352..e66695d 100644
--- a/ndns/debian/control
+++ b/ndns/debian/control
@@ -5,8 +5,7 @@
  dh-systemd (>= 1.5),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.5.1),
- liblog4cxx10-dev (>= 0.10.0)
+ ndn-cxx-dev (>= 0.5.3)
 Standards-Version: 3.9.2
 Section: net
 Homepage: http://github.com/named-data/ndns
diff --git a/ndns/debian/rules b/ndns/debian/rules
index f2469a3..f2a58ae 100755
--- a/ndns/debian/rules
+++ b/ndns/debian/rules
@@ -11,7 +11,7 @@
 
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
-CXXFLAGS += -std=c++11
+CXXFLAGS += -std=c++14
 LIBDIR := /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %: