Modern, advanced and high performance authoritative-only nameserver
The PowerDNS Nameserver is a modern, advanced and high performance
authoritative-only nameserver. It is written from scratch and conforms
to all relevant DNS standards documents. Furthermore, PowerDNS
interfaces with almost any database.
- Developed at server:dns
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/pdns && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.opendbx | 0000010036 9.8 KB | |
pdns-4.0.3_allow_dacoverride_in_capset.patch | 0000000992 992 Bytes | |
pdns-4.1.11.tar.bz2 | 0001118103 1.07 MB | |
pdns-4.1.11.tar.bz2.sig | 0000000310 310 Bytes | |
pdns.changes | 0000052871 51.6 KB | |
pdns.keyring | 0000010504 10.3 KB | |
pdns.spec | 0000012078 11.8 KB |
Revision 63 (latest revision is 95)
Dominique Leuenberger (dimstar_suse)
accepted
request 720228
from
Adam Majer (adamm)
(revision 63)
- Update to 4.1.11: * update postgresql schema to address a possible denial of service by an authorized user by inserting a crafted record in a MASTER type zone under their control. (bsc#1142810, CVE-2019-10203) To fix the issue, run the following command against your PostgreSQL pdns database: ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END; - spec file simplifications and cleanup * fixes a denial of service but when authorized user to cause the server to exit by inserting a crafted record in a MASTER type zone under their control. (bsc#1138582, CVE-2019-10162) * fixes a denial of service of slave server when an authorized master server sends large number of NOTIFY messages (bsc#1138582, CVE-2019-10163)
Comments 0