| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pdns-backend-postgresql | Distribution: openSUSE Tumbleweed |
| Version: 4.9.8 | Vendor: openSUSE |
| Release: 1.5 | Build date: Thu Aug 14 03:58:34 2025 |
| Group: Productivity/Networking/DNS/Servers | Build host: reproducible |
| Size: 124858 | Source RPM: pdns-4.9.8-1.5.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.powerdns.com/ | |
| Summary: PostgreSQL backend for pdns | |
The PowerDNS Nameserver is a authoritative-only nameserver. It conforms to contemporary DNS standards documents. This package holds the PostgreSQL backend for pdns.
GPL-2.0-only
* Thu Aug 14 2025 Marcus Rueckert <mrueckert@suse.de>
- Update to version 4.9.8
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.5
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.7
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.8
- enable luajit support where possible
* Tue Mar 04 2025 James Pearson <jamesp@vicidial.com>
- Update to version 4.9.4
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.4
* Tue Nov 05 2024 Marcus Rueckert <mrueckert@suse.de>
- make the compiler handling for leap more readable
and also make it work for SLE15 < SP3
* Tue Nov 05 2024 Marcus Rueckert <mrueckert@suse.de>
- Update to version 4.9.2
https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.2
- drop powerdns-5_1_1-2_fix-build-with-boost-1_86_0.patch included
in update
- refreshed pdns-4.0.3_allow_dacoverride_in_capset.patch
* Sun Sep 29 2024 Marcus Rueckert <mrueckert@suse.de>
- add powerdns-5_1_1-2_fix-build-with-boost-1_86_0.patch from arch
linux to fix building with boost 1.86
- track series file for easier patching
* Tue May 28 2024 Adam Majer <adam.majer@suse.de>
- Update to version 4.9.1
* Improvements
+ rpm: Change home directory to /var/lib/pdns
+ m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34 (Sven Wegener)
+ Wrap backend factories in smart pointers
+ (optionally) drop whitespace on join
* Bug Fixes
+ autoconf: allow prerelease systemd versions (Chris Hofstaedtler)
+ ixfrdist: Fix broken ‘uid’ and ‘gid’ parsing for non-numerical values
+ YaHTTP: Enforce max # of request fields and max request line size
+ Fix memory leaks in the bind file format parser
+ dnsproxy: fix build on s390x (Chris Hofstaedtler)
+ pdnsutil check-zone: accept LUA A/AAAA as SVCB address targets
+ Properly finalize PKCS11 modules before releasing them (Aki Tuomi)
+ don’t crash when a catalog SOA is invalid
+ debian: adjust option name in shipped postinst
* Tue Apr 02 2024 Adam Mizerski <adam@mizerski.pl>
- fix building on older openSUSE releases
- added pdns-4.9.0-fix_boost.patch
* Tue Mar 26 2024 jun wang <jgwang@suse.com>
- Update to version 4.9.0
* New Features
+ LUA dblookup: switch qtype argument to int
+ LUA: support returning empty set in filterForward #13879
+ ixfrdist: add support for outgoing notify
+ LUA records, pickchashed function
+ Add Lua function to pick records via name hash
+ LUA records: add dblookup function
+ add a configurable delay for notifications
+ Add and document a localwho() function for LUA records
+ forward EDNS Client Subnet option during ALIAS processing
+ add loglevel-show setting to get logs formatted like
structured logs
+ ixfrdist: add NOTIFY receive support
+ dnsscope: Add a –port option to select a custom port
+ sdig: add rudimentary EDE output
+ add default-catalog-zone setting
+ API: replace zone contents et al
+ geoipbackend: Support reading zones from directory
* Improvements
+ on OpenBSD, try harder to send on a non-blocking socket
+ Docker: Only print config if debug flag is set
+ API: reject priority element in record
+ dnsname: Optimize parsing of uncompressed labels
+ Log port with all freshness check failure scenarios
+ DNSName: correct len and offset types
+ getAllDomains catalog: avoid useless copy
+ LUA createForward: allow non-hex word prefix
+ iputils: avoid unused warnings on !linux
+ Remove the extern`ed `StatBag from ws-auth
+ allow building in separate build directory
+ Move method checking to Router
+ Add supervisor to Auth container image
+ Remove legacy terms from the codebase
+ Wrap DIR* objects in unique pointers to prevent memory leaks
+ bindparser add primary/secondary/etc. keywords
+ Netmask: Normalize subnet masks coming from a string
+ Report auth settings deprecated in 4.5
+ Improve error message for missing GSS-TSIG feature
+ Print the list of loaded modules next to the config.h preset
+ Change the default for building with net-snmp from auto
to no
+ harmonize *xfr log messages
+ Refactor the MultiThreadDistributor using pdns::channel
+ report which backend failed to instantiate
+ add remote to logs when tcp thread dies
+ Add missing tools to pdns-tools package description
+ pkcs11signers: If private key object has
CKA_ALWAYS_AUTHENTICATE attribute, perform
CKU_CONTEXT_SPECIFIC login after OperationInit to make it
actually work
+ wait for mysql.service
+ bump sdist builders to alpine 3.18
+ new option 'ignore-errors' for setting
'outgoing-axfr-expand-alias'
* Bug Fixes
+ revive remotebackend tests and fix failures
+ do not disable ns records at apex in consumer zones
+ catalog: include groups in hash calculation
+ lmdb: remove mapasync mode, it was always a lie
+ debian: adjust option names in shipped configs
+ fix tinydnsbackend compilation issue
+ set catalog in gsql getAllDomains
+ improve wildcard CNAME handling
+ auth api: flush all caches when flushing
+ CAA records: handle empty value more gracefully,
fixes #13070
+ calidns: Fix setting an ECS source of 0
+ calidns: Prevent a crash on an empty domains file
For details, see
https://doc.powerdns.com/authoritative/changelog/4.9.html
* Mon Feb 12 2024 Adam Majer <adam.majer@suse.de>
- Update to 4.8.4:
* extend the systemd startup timeout during lmdb schema migrations
* ixfrdist: Fix the validation of ‘max-soa-refresh’
For details, see
https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.4
* Wed Oct 18 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 4.8.3:
* New Feature: add default-catalog-zone setting.
+ Improvements: smysql: stop explicitly setting
MYSQL_OPT_RECONNECT to .
+ Bug Fix: ixfrdist: set AA=1 on SOA responses.
For details, see
https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.3
* Thu Jun 01 2023 Adam Majer <adam.majer@suse.de> 1.8.0
- Update to 4.8.0
* New features
- ixfrdist: add a per domain max-soa-refresh option
Improvements
- lmdb: handle lack of support for RRset comments better
- DNSRecord: Ensure that the content can be read or replaced, not edited
- enabled support for DNS-over-TLS or DoT
- 12453.patch: removed
For details, see
https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.0
If you are using LMDB backend, see
https://doc.powerdns.com/authoritative/upgrading.html
* Mon Mar 20 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Add 12453.patch: Fix build using gcc 13.
- Refresh pdns.keyring.
/usr/lib64/pdns/libgpgsqlbackend.so /usr/share/doc/packages/pdns/3.4.0_to_4.1.0_schema.pgsql.sql /usr/share/doc/packages/pdns/4.1.0_to_4.2.0_schema.pgsql.sql /usr/share/doc/packages/pdns/4.2.0_to_4.3.0_schema.pgsql.sql /usr/share/doc/packages/pdns/4.3.0_to_4.7.0_schema.pgsql.sql /usr/share/doc/packages/pdns/dnssec-3.x_to_3.4.0_schema.pgsql.sql /usr/share/doc/packages/pdns/nodnssec-3.x_to_3.4.0_schema.pgsql.sql /usr/share/doc/packages/pdns/schema.pgsql.sql
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Apr 10 00:01:46 2026