nfd: Update to version 0.6.1
Change-Id: Id59045629d17945df95fe7ec9d16e73e073d5098
diff --git a/nfd/Makefile b/nfd/Makefile
index cb3261a..97af272 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,13 +2,13 @@
GIT_URL=https://github.com/named-data/NFD.git
# Tag name or commit hash for checkout
-GIT_VERSION=de33245d9f82b1bcb666ab1312e50d1998022496
+GIT_VERSION=NFD-0.6.1
# Package name
NAME=nfd
# Package version
-VERSION=0.6.0-40-gde33245d
+VERSION=0.6.1
# PPA version
PPA_VERSION=1
diff --git a/nfd/debian/changelog b/nfd/debian/changelog
index beb6c93..d9e9c63 100644
--- a/nfd/debian/changelog
+++ b/nfd/debian/changelog
@@ -1,3 +1,9 @@
+nfd (0.6.1-ppa1~DISTRO) DISTRO; urgency=low
+
+ * Version based on NFD-0.6.1 (https://github.com/named-data/NFD.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Fri, 23 Feb 2018 15:13:36 +0000
+
nfd (0.6.0-40-gde33245d-ppa1~DISTRO) DISTRO; urgency=low
* New version based on de33245d9f82b1bcb666ab1312e50d1998022496
diff --git a/nfd/debian/control b/nfd/debian/control
index 18dfc8a..268de07 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -5,7 +5,7 @@
dh-systemd (>= 1.5),
python (>= 2.7.0),
pkg-config (>= 0.26),
- ndn-cxx-dev (>= 0.5.1-60),
+ libndn-cxx-dev (>= 0.6.1),
python-sphinx,
libpcap-dev,
libboost-all-dev (>= 1.53.0)
@@ -17,7 +17,7 @@
Package: nfd
Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, sudo, procps, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec, sudo, procps, adduser
Description: NFD - Named Data Networking Forwarding Daemon
NFD is a network forwarder that implements and evolves together with the Named Data
Networking (NDN) protocol.