Search Criteria
Package Details: unbound-python 1.17.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unbound-python.git (read-only, click to copy) |
---|---|
Package Base: | unbound-python |
Description: | Validating, recursive, and caching DNS resolver, with Python bindings |
Upstream URL: | https://unbound.net/ |
Licenses: | BSD |
Conflicts: | unbound |
Provides: | libunbound.so, unbound |
Submitter: | yan12125 |
Maintainer: | None |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-24 09:03 (UTC) |
Last Updated: | 2022-10-21 12:35 (UTC) |
Dependencies (17)
- dnssec-anchors
- fstrm
- hiredis (hiredis-git)
- ldns (ldns-git)
- libevent (libevent-git)
- libnghttp2 (libnghttp2-git)
- libprotobuf-c.so (protobuf2-c, protobuf-c)
- libsodium (libsodium-git)
- libsystemd.so (systemd-libs-homed-containers, systemd-libs-git, lib32-systemd-git, systemd-libs-selinux, lib32-systemd, systemd-libs)
- openssl (openssl-static, quictls-openssl, openssl-git, openssl-hardened)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- expat (expat-git) (make)
- protobuf-c (make)
- swig (swig-git) (make)
- systemd (systemd-homed-containers, systemd-git, systemd-selinux) (make)
- expat (expat-git) (optional) – for unbound-anchor
- sh (dashbinsh, bash-devel-static-git, bash-git, bash-xdg, zshbinsh, bash-devel-git, bash) (optional) – for unbound-control-setup
Required by (27)
- bittube-wallet-gui (requires unbound)
- concordium-mainnet-node-bin (requires unbound)
- concordium-node-bin (requires unbound)
- dns-zone-blacklist-git (requires unbound) (optional)
- dnssec-trigger (requires unbound)
- electroneum (requires unbound)
- electroneum-git (requires unbound) (make)
- getdns-git (requires unbound)
- hash-slinger (requires unbound)
- hash-slinger-git (requires unbound)
- hnsd-git (requires unbound)
- hsd-git (requires unbound)
- libreswan (requires unbound)
- lokinet (requires unbound)
- lokinet-bin (requires unbound)
- luaunbound (requires unbound)
- luaunbound (requires unbound) (make)
- luaunbound-hg (requires unbound)
- luaunbound-hg (requires unbound) (make)
- masari (requires unbound)
- Show 7 more...
Latest Comments
yan12125 commented on 2022-11-21 12:32 (UTC)
Orphaning as I no longer need to use Python with unbound.
yan12125 commented on 2021-10-23 06:24 (UTC)
Just tried it and building still works fine. Could you upload your build log?
snizovtsev commented on 2021-10-20 19:33 (UTC)
Won't compile complaining about python in configure script. Recent python3 versions require
-embed
suffix topkg-config --libs
work. I've fixed thad by adding the following line toprepare()
: