]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update requirements, fetch effective_tld_names.dat
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 24 Jan 2025 08:14:39 +0000 (09:14 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jan 2025 08:13:34 +0000 (09:13 +0100)
pdns/recursordist/docs/requirements.in
pdns/recursordist/docs/requirements.txt
pdns/recursordist/meson-dist-script.sh

index 74fe2d56facea096d6f0cebabc3800d1780616b7..11375548e5fac29ac3a2c707bb17506377e797dd 100644 (file)
@@ -13,3 +13,5 @@ docutils!=0.15,<0.18
 jinja2<3.1.0
 alabaster==0.7.13
 pbr==6.1.0 # setup-requires for sphinxcontrib-fulltoc
+standard-imghdr
+standard-pipes
index 6fdceaf8d2cef303421dc60fdbe21959b28c342a..ef95c757677ec3820f03fb99fb3c5b2a76fa52e8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.12
 # by the following command:
 #
 #    pip-compile --generate-hashes requirements.in
@@ -265,6 +265,14 @@ sphinxcontrib-websupport==1.2.4 \
     --hash=sha256:4edf0223a0685a7c485ae5a156b6f529ba1ee481a1417817935b20bde1956232 \
     --hash=sha256:6fc9287dfc823fe9aa432463edd6cea47fa9ebbf488d7f289b322ffcfca075c7
     # via sphinx
+standard-imghdr==3.13.0 \
+    --hash=sha256:30a1bff5465605bb496f842a6ac3cc1f2131bf3025b0da28d4877d6d4b7cc8e9 \
+    --hash=sha256:8d9c68058d882f6fc3542a8d39ef9ff94d2187dc90bd0c851e0902776b7b7a42
+    # via -r requirements.in
+standard-pipes==3.13.0 \
+    --hash=sha256:5805d0738fa17192e58cc4dea26dcfe9b8c5cd9c77e78d5dbded8bc3bda428c9 \
+    --hash=sha256:cde270ae625064211dbcd1c8f35a540b70d8ccd7443b099a496f8e6a44fed2f3
+    # via -r requirements.in
 urllib3==2.2.3 \
     --hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
     --hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9
index 5be08c9bba33973d1a2e412620f42f269994ba58..4ce83e3442a2fad55c718e9332a409a861e7125b 100755 (executable)
@@ -23,6 +23,10 @@ autoreconf -vi
 cd "$MESON_PROJECT_BUILD_ROOT"
 ninja man-pages
 cp -vp rec-man-pages/*.1 "$MESON_PROJECT_DIST_ROOT"
+
+# Generate  a few files to reduce build dependencies
 ninja  librec-dnslabeltext.a.p/dnslabeltext.cc
 cp -vp librec-dnslabeltext.a.p/dnslabeltext.cc "$MESON_PROJECT_DIST_ROOT"
+ninja  effective_tld_names.dat
+cp -vp effective_tld_names.dat "$MESON_PROJECT_DIST_ROOT"