Package: pdns-recursor / 5.3.0-5

Metadata

Package Version Patches format
pdns-recursor 5.3.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
testrunner log verbosity | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make testrunner log verbosely


relax crate requirements.patch | (download)

rec-rust-lib/rust/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax uuid crate requirement


rust fix build with multiple available cargos.patch | (download)

rec-rust-lib/rust/build_recrust | 2 2 + 0 - 0 !
rec-rust-lib/rust/meson.build | 18 10 + 8 - 0 !
2 files changed, 12 insertions(+), 8 deletions(-)

 rust: fix build with multiple available cargos

Upstream PR https://github.com/PowerDNS/pdns/pull/15915

0004 protozero include endian.h for __BYTE_ORDER.patch | (download)

ext/protozero/include/protozero/config.hpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 protozero: include endian.h for __byte_order

Without this, BE systems still get LE byte order, as the check
silently falls back to little endian. Problem observed on s390x.

Bug: https://github.com/PowerDNS/pdns/issues/16091