repo: Correcting default config file
diff --git a/repo-ng/Makefile b/repo-ng/Makefile
index 9f8b6c9..33a7b5a 100644
--- a/repo-ng/Makefile
+++ b/repo-ng/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.0.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=3
 
 include ../packaging.mk
diff --git a/repo-ng/debian/changelog b/repo-ng/debian/changelog
index f572fc2..b566d42 100644
--- a/repo-ng/debian/changelog
+++ b/repo-ng/debian/changelog
@@ -1,3 +1,10 @@
+repo-ng (0.0.1-ppa3~DISTRO) DISTRO; urgency=low
+
+  * New version based on 28a90fbc7a4be6d609946d07db6cce5b54a8a134
+    (https://github.com/named-data/repo-ng)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Wed, 23 Jul 2014 12:54:12 -0700
+
 repo-ng (0.0.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on 28a90fbc7a4be6d609946d07db6cce5b54a8a134
diff --git a/repo-ng/debian/repo-ng.conf b/repo-ng/debian/repo-ng.conf
index babd882..998b7d4 100644
--- a/repo-ng/debian/repo-ng.conf
+++ b/repo-ng/debian/repo-ng.conf
@@ -26,12 +26,15 @@
   ; If section is present, then TCP bulk insert is enabled (empty section enables
   ; TCP bulk insert to listen on "localhost:7376")
   tcp_bulk_insert {
-    ; host "localhost"  ; Set to listen on different IP address or hostname
-    ; port 7376  ; Set to listen on different port number
+    host "localhost"  ; Set to listen on different IP address or hostname
+    port 7376  ; Set to listen on different port number
   }
 
   validator
   {
-    policy "not implemented yet"
+    ; The following rule disables all security in the repo
+    trust-anchor {
+        type any
+    }
   }
 }