ndn-cxx, nfd: Update to the 0.3.4 release

Bump other packages to be rebuilt with the new library

nlsr and ndn-traffic-generator include additional patches

Change-Id: Ia15e2def6820442b20cd4b231242e09051739a8a
Refs: #3132
diff --git a/nfd/Makefile b/nfd/Makefile
index 16de9b5..ebf384f 100644
--- a/nfd/Makefile
+++ b/nfd/Makefile
@@ -2,15 +2,15 @@
 GIT_URL=https://github.com/named-data/NFD.git
 
 # Tag name or commit hash for checkout
-GIT_VERSION=NFD-0.3.3
+GIT_VERSION=NFD-0.3.4
 
 # Package name
 NAME=nfd
 
 # Package version
-VERSION=0.3.3
+VERSION=0.3.4
 
 # PPA version
-PPA_VERSION=4
+PPA_VERSION=1
 
 include ../packaging.mk