Update boost dependencies

Change-Id: Id209c616c4457486a73ef145bda82e873a4b6c92
diff --git a/chronochat/debian/control b/chronochat/debian/control
index f08107f..07994a0 100644
--- a/chronochat/debian/control
+++ b/chronochat/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.7.0),
  liblog4cxx10-dev (>= 0.10.0),
  protobuf-compiler (>= 2.4.0),
diff --git a/libchronosync/debian/control b/libchronosync/debian/control
index ecd0fea..e65bc43 100644
--- a/libchronosync/debian/control
+++ b/libchronosync/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  python3-sphinx (>= 1.6.0),
  git
@@ -24,8 +24,8 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends: libchronosync (= ${binary:Version}), ${misc:Depends},
- libboost-dev (>= 1.65.1),
- libboost-iostreams-dev (>= 1.65.1),
+ libboost-dev (>= 1.71.0),
+ libboost-iostreams-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.0)
 Description: Development headers and libraries of sync library for multiuser realtime applications for NDN
 
diff --git a/libpsync/debian/control b/libpsync/debian/control
index 8604637..6b0fee5 100644
--- a/libpsync/debian/control
+++ b/libpsync/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  python3-sphinx (>= 1.6.0),
  git
@@ -24,8 +24,8 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends: libpsync (= ${binary:Version}), ${misc:Depends},
- libboost-dev (>= 1.65.1),
- libboost-iostreams-dev (>= 1.65.1),
+ libboost-dev (>= 1.71.0),
+ libboost-iostreams-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.0)
 Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN
 
diff --git a/name-based-access-control/debian/control b/name-based-access-control/debian/control
index fa61878..ffaeecf 100644
--- a/name-based-access-control/debian/control
+++ b/name-based-access-control/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 11.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  python3-sphinx (>= 1.6.0),
  git
@@ -24,7 +24,7 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends: libndn-nac (= ${binary:Version}), ${misc:Depends},
- libboost-dev (>= 1.65.1),
+ libboost-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.0)
 Description: Development headers and libraries of Named-Based Access Control Library for NDN
 
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index a4b4d22..6aa06eb 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libsqlite3-dev (>= 3.22.0),
  libssl-dev (>= 1.1.1),
  python3-sphinx (>= 1.6.0),
@@ -25,14 +25,12 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends: libndn-cxx (= ${binary:Version}), ${misc:Depends},
- libboost-dev (>= 1.65.1),
- libboost-chrono-dev (>= 1.65.1),
- libboost-date-time-dev (>= 1.65.1),
- libboost-filesystem-dev (>= 1.65.1),
- libboost-iostreams-dev (>= 1.65.1),
- libboost-log-dev (>= 1.65.1),
- libboost-stacktrace-dev (>= 1.65.1),
- libboost-system-dev (>= 1.65.1),
+ libboost-dev (>= 1.71.0),
+ libboost-chrono-dev (>= 1.71.0),
+ libboost-date-time-dev (>= 1.71.0),
+ libboost-filesystem-dev (>= 1.71.0),
+ libboost-log-dev (>= 1.71.0),
+ libboost-stacktrace-dev (>= 1.71.0),
  libsqlite3-dev (>= 3.22.0),
  libssl-dev (>= 1.1.1)
 Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index 4aa80c6..acfc33b 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  libpcap-dev,
  python3-sphinx (>= 1.6.0),
diff --git a/ndn-traffic-generator/debian/control b/ndn-traffic-generator/debian/control
index 16b701a..04a0af4 100644
--- a/ndn-traffic-generator/debian/control
+++ b/ndn-traffic-generator/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1)
 Standards-Version: 3.9.2
 Homepage: https://github.com/named-data/ndn-traffic-generator
diff --git a/ndncert/debian/control b/ndncert/debian/control
index 668495a..f6a94bf 100644
--- a/ndncert/debian/control
+++ b/ndncert/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  libsqlite3-dev (>= 3.22.0),
  libssl-dev (>= 1.1.1)
@@ -26,8 +26,8 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends: libndncert (= ${binary:Version}), ${misc:Depends},
- libboost-dev (>= 1.65.1),
- libboost-filesystem-dev (>= 1.65.1),
+ libboost-dev (>= 1.71.0),
+ libboost-filesystem-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.0),
  libsqlite3-dev (>= 3.22.0),
  libssl-dev (>= 1.1.1)
diff --git a/ndns/debian/control b/ndns/debian/control
index c1b6731..65105c2 100644
--- a/ndns/debian/control
+++ b/ndns/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.0),
  libsqlite3-dev (>= 3.22.0),
  python3-sphinx (>= 1.6.0),
diff --git a/nfd/debian/control b/nfd/debian/control
index 70e327f..0039cf4 100644
--- a/nfd/debian/control
+++ b/nfd/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  libpcap-dev,
  libsystemd-dev,
diff --git a/nlsr/debian/control b/nlsr/debian/control
index f0ca5da..a2e84c0 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  libpsync-dev (>= 0.3.0),
  python3-sphinx (>= 1.6.0),
diff --git a/repo-ng/debian/control b/repo-ng/debian/control
index d9e8acd..cd59cfa 100644
--- a/repo-ng/debian/control
+++ b/repo-ng/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.8),
  pkg-config (>= 0.29),
- libboost-all-dev (>= 1.65.1),
+ libboost-all-dev (>= 1.71.0),
  libndn-cxx-dev (>= 0.8.1),
  libsqlite3-dev (>= 3.22.0)
 Standards-Version: 3.9.2