Accepting request 646920 from server:dns

- Update to 4.1.5
  * Improvements
    - Apply alias scopemask after chasing
    - Release memory in case of error in the openssl ecdsa constructor
    - Switch to devtoolset 7 for el6
  * Bug Fixes
    - Crafted zone record can cause a denial of service
      (bsc#1114157, CVE-2018-10851)
    - Packet cache pollution via crafted query
      (bsc#1114169, CVE-2018-14626)
    - Fix compilation with libressl 2.7.0+
    - Actually truncate truncated responses

OBS-URL: https://build.opensuse.org/request/show/646920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pdns?expand=0&rev=57
This commit is contained in:
2018-11-08 08:50:21 +00:00
committed by Git OBS Bridge
6 changed files with 21 additions and 5 deletions
+16
View File
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Nov 7 07:21:21 UTC 2018 - Michael Ströder <michael@stroeder.com>
- Update to 4.1.5
* Improvements
- Apply alias scopemask after chasing
- Release memory in case of error in the openssl ecdsa constructor
- Switch to devtoolset 7 for el6
* Bug Fixes
- Crafted zone record can cause a denial of service
(bsc#1114157, CVE-2018-10851)
- Packet cache pollution via crafted query
(bsc#1114169, CVE-2018-14626)
- Fix compilation with libressl 2.7.0+
- Actually truncate truncated responses
-------------------------------------------------------------------
Wed Aug 29 16:06:03 UTC 2018 - amajer@suse.com
+2 -2
View File
@@ -17,11 +17,11 @@
Name: pdns
Version: 4.1.4
Version: 4.1.5
Release: 0
#
%define pkg_name pdns
%define pkg_version 4.1.4
%define pkg_version 4.1.5
#
%if 0%{?suse_version} > 1230 || 0%{?rhel_version} > 600 || 0%{?centos_version} > 600 || 0%{?fedora_version} >= 20 || 0%{?el7}%{?fc20}%{?fc21}%{?fc22}%{?fc23}%{?fc24}%{?fc25}
%bcond_without systemd
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9408603383d529b3bbee2509b73187d2186c502a9b052d07e250cd8f3873ed5
size 1089376
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c329570a66d8c7340d38fd582cb23ad642799b83c7276fb0fdea4303759b4f8a
size 1116238
Binary file not shown.