From adb077cf5da710d1c84eac86254ccbbd10e44cec Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 23 May 2024 12:45:44 +0200 Subject: [PATCH] swap libcurl4-openssl -> libcurl4-gnutls for lifewatch/mregions2#24 --- DESCRIPTION | 2 +- Dockerfile | 6 ++++-- codemeta.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d805ff0..ea728ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgcheck Title: rOpenSci Package Checks -Version: 0.1.2.039 +Version: 0.1.2.040 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")), diff --git a/Dockerfile b/Dockerfile index 7c2423d..9ff1921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -120,7 +120,8 @@ RUN apt-get update -qq && apt-get install -y \ zsync && \ apt-get clean -# Extra sysdeps: +# Extra sysdeps. Note currently using `libcurl4-gnutls-dev` because `librdf` +# requires `librasqal3-dev` which only works with gnutls and not openssl. RUN apt-get update -qq && apt-get install -y \ apt-utils \ build-essential \ @@ -142,7 +143,8 @@ RUN apt-get update -qq && apt-get install -y \ libboost-filesystem-dev \ libboost-program-options-dev \ libcairo2-dev \ - libcurl4-openssl-dev \ + # libcurl4-openssl-dev \ + libcurl4-gnutls-dev \ libdb-dev \ libeigen3-dev \ libelf-dev \ diff --git a/codemeta.json b/codemeta.json index 49d5ebe..206fa5d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/pkgcheck", "issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.2.039", + "version": "0.1.2.040", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",