]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update release comparison scripts with liburcu and new Sphinx
authorPetr Špaček <pspacek@isc.org>
Fri, 14 Apr 2023 09:41:15 +0000 (11:41 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 2 May 2023 13:35:25 +0000 (15:35 +0200)
util/release-tarball-comparison.sh

index 0a3d202f7fab31b035011198c4defd9f405b8530..b4ef3aaec20d1e91c9b0b0d2d4c16b594974cca6 100755 (executable)
@@ -55,6 +55,7 @@ run_in_container "apt-get update &&                   \
                libnghttp2-dev                          \
                libssl-dev                              \
                libtool                                 \
+               liburcu-dev                             \
                libuv1-dev                              \
                make                                    \
                pkg-config                              \
@@ -64,7 +65,7 @@ run_in_container "apt-get update &&                   \
 
 run_in_container "apt-get -y install --no-install-recommends python3-pip && \
        rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \
-       pip3 install docutils==0.17.1 sphinx-rtd-theme==1.1.1 sphinx==5.3.0"
+       pip3 install docutils==0.18.1 sphinx-rtd-theme==1.2.0 sphinx==6.1.3"
 
 # Retrieve the release-ready BIND 9 tarball.
 docker cp "${BIND_TARBALL}" "${CONTAINER_ID}:/usr/src"