Skip to content

Commit 53c7420

Browse files
committed
Problem: out of date with zproject
Solution: regenerate
1 parent 5d35e02 commit 53c7420

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

builds/cmake/ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fold_end dependency.libzmq
167167

168168
# Start of recipe for dependency: libcurl
169169
fold_start dependency.libcurl "Install dependency libcurl"
170-
if ! ((command -v dpkg >/dev/null 2>&1 && dpkg -s libcurl4-nss-dev >/dev/null 2>&1) || \
170+
if ! ((command -v dpkg >/dev/null 2>&1 && dpkg -s libcurl4-gnutls-dev >/dev/null 2>&1) || \
171171
(command -v brew >/dev/null 2>&1 && brew ls --versions libcurl >/dev/null 2>&1)); then
172172
BASE_PWD=${PWD}
173173
cd tmp-deps

ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
341341

342342
# Start of recipe for dependency: libcurl
343343
fold_start dependency.libcurl "Install dependency libcurl"
344-
if ! ((command -v dpkg >/dev/null 2>&1 && dpkg -s libcurl4-nss-dev >/dev/null 2>&1) || \
344+
if ! ((command -v dpkg >/dev/null 2>&1 && dpkg -s libcurl4-gnutls-dev >/dev/null 2>&1) || \
345345
(command -v brew >/dev/null 2>&1 && brew ls --versions curl >/dev/null 2>&1)) \
346346
; then
347347
echo ""

packaging/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
2020
uuid-dev,
2121
libsystemd-dev (>= 200.0.0),
2222
liblz4-dev,
23-
libcurl4-nss-dev (>= 7.28.0),
23+
libcurl4-gnutls-dev (>= 7.28.0),
2424
libnss3-dev,
2525
libmicrohttpd-dev,
2626
dh-python <!nopython>,
@@ -44,7 +44,7 @@ Depends:
4444
uuid-dev,
4545
libsystemd-dev (>= 200.0.0),
4646
liblz4-dev,
47-
libcurl4-nss-dev (>= 7.28.0),
47+
libcurl4-gnutls-dev (>= 7.28.0),
4848
libnss3-dev,
4949
libmicrohttpd-dev,
5050
libczmq4 (= ${binary:Version})

packaging/debian/czmq.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
1010
uuid-dev,
1111
libsystemd-dev (>= 200.0.0),
1212
liblz4-dev,
13-
libcurl4-nss-dev (>= 7.28.0),
13+
libcurl4-gnutls-dev (>= 7.28.0),
1414
libnss3-dev,
1515
libmicrohttpd-dev,
1616
dh-python <!nopython>,

0 commit comments

Comments
 (0)