Accepting request 620433 from home:stroeder:branches:server:dns

- Update to upstream release 4.1.22
4.1.22
================
FEATURES:
- refuse-any sends truncation (+TC) in reply to ANY queries over UDP,
  and allows TCP queries like normal.
- Use accept4 to speed up answer of TCP queries, on Linux, FreeBSD
  and OpenBSD.
BUG FIXES:
- Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones.
- Fix to use same condition for nsec3 hash allocation and free.
4.1.21
================
FEATURES:
    - --enable-memclean cleans up memory for use with memory checkers,
      eg. valgrind.
    - refuse-any nsd.conf option that refuses queries of type ANY.
    - lower memory usage for tcp connections, so tcp-count can be
      higher.
BUG FIXES:
    - Fix unused variable warnings and uninit variable in statistics
      printout from clang analyzer.
    - Fix spelling error in xfr-inspect.
    - Fix #3562: explain build error when flex missing.
    - Fix buffer size warnings from compiler on filename lengths.
    - Fix #4093: Release notes not using 2018.

OBS-URL: https://build.opensuse.org/request/show/620433
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=46
This commit is contained in:
Adam Majer 2018-07-03 10:58:40 +00:00 committed by Git OBS Bridge
parent 493c369477
commit 33d39edb6d
6 changed files with 53 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a97f61d7bbb98a2ce04dc4425596f9023677a5f1c5ea743ff408d487f82f713
size 1096797

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJai9jmAAoJEJ9vHC1+BF+Nl4kP/Rirl+tFmheNP1Y1iN6+UOuZ
yog23zg1yl+XnswQRs967zXe3RCPnaSDc4UARempGc7Sz858S3jCVlkIk2ru2k59
I4fX9YbCB46ySUZdacHqM6UmGV1Pzvdp/FwMb2/0ZaUdf1e4m7BlYvJW7WkfCQf5
G2keT3+6NqGG5atSCYRgfYAXQ0+L862TZ+3F8zYsjampLdbTBYWEFIhsuj8eUv1e
HRY0g+te1QHdJkwc6DWn18p3sWmzZaUbc5gJ8J5bN7g57yz6rjDwVFb0hfZ6H6b4
0y+EPUF2XICfTljLMfmQB34VeRy3eeuY1obSwT+ERykgfvalFb9KvXvAfYqi/zHB
VachcgzGQOqriF96kayYCzZL1ecuvQF0/GWHMbuaeZ0+4pO2QkjK8hGiKsqkAxWe
sLxxStchRegKeyVnuuQmG8bAt95fZcF/jRbEhkLya+ZD1I5Xzxc7h+3SRv8fcSss
GJOfmgAQtRFF+laSuYEWIxk51i92+wKWv7s32eHfbkIMmQNJjw+18VB2lMP36kuh
g2vM32hgfrZXb5epjYIPWerxJiKpdfPJ3QHUuOEBGJAOYQDXyY2yVJ0rRkD+VgKB
8Asz+6ERBNT+ztu5RN1nWtnwF32A0z2Ib1XaazWKeywCWDNfaH1va3+5LBrfd+uf
P0awNxLhB83GKzYIFeax
=EloB
-----END PGP SIGNATURE-----

3
nsd-4.1.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f186e86705768a35ecb6ac18d1ee4eeec2745fcd1feab38e64f89c5eb5aa049c
size 1099463

16
nsd-4.1.22.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbHjJuAAoJEJ9vHC1+BF+NuHMP/RAy7kH/k2+k0WQMbSJnZzAw
sm810TsurZAf6nhw+Mdf7vJkFx5rF499yukB3g+BQO3lRBHoVHEe1DqH5i6i7lnI
01/H3xG2YP7lIhExsA4XAeFTtntCkMt3PIoSrATOdFSfShVXhKnTUtQhMbbfrpt4
9+8UljFpXht+u2YPqzCg3lEwACW85APRtaTZtyqJeglv6LjFaxIqy6aEvDy1gCk2
coVynmwGBqI3UNBFAdgHhcWRxqJEJwOiMmwDCUnsCGcMwW7vWwnMtvsBRi63m27f
5N203qjQSQ9tglxx315H+tTV0AofHmUnlD8KF4pZPxXhCHH6EJ3RDFh2wpVrKsS8
USf+cEhGe1JcI2szhVLPykDvh8IDf1gOMb1J8p3ZS3GdHywDbtXb+iJS0NwGzHBS
gPfSllcCtocXAY8Wg0UoLG/Vo7SAgkXlsrqR+T32MxrQFrkYLYgeYzAeKC6RYpkn
OdjLNBGyhN4wDoUPza5Q2N8MghtwjImNP9XHcZQcDoScf+a75jjXkM0igv3ZPGZm
yM4Fn/s07kd9BLMOeOZhk/OuiAS05PApalYcat42DozqWJLQn1cDNG84X5D5Lh0t
1t90hJj67v18xpBoA5J9vwSq9ySnFd75HJUoZv1uGDNJJ9lQLFBc7yr8st1fC4PN
csxljbz12CivO2kF2zhV
=KuCs
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Jul 3 10:34:07 UTC 2018 - michael@stroeder.com
- Update to upstream release 4.1.22
4.1.22
================
FEATURES:
- refuse-any sends truncation (+TC) in reply to ANY queries over UDP,
and allows TCP queries like normal.
- Use accept4 to speed up answer of TCP queries, on Linux, FreeBSD
and OpenBSD.
BUG FIXES:
- Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones.
- Fix to use same condition for nsec3 hash allocation and free.
4.1.21
================
FEATURES:
- --enable-memclean cleans up memory for use with memory checkers,
eg. valgrind.
- refuse-any nsd.conf option that refuses queries of type ANY.
- lower memory usage for tcp connections, so tcp-count can be
higher.
BUG FIXES:
- Fix unused variable warnings and uninit variable in statistics
printout from clang analyzer.
- Fix spelling error in xfr-inspect.
- Fix #3562: explain build error when flex missing.
- Fix buffer size warnings from compiler on filename lengths.
- Fix #4093: Release notes not using 2018.
-------------------------------------------------------------------
Wed Feb 21 09:52:31 UTC 2018 - mvetter@suse.com

View File

@ -23,7 +23,7 @@
%define zonesdir %{configdir}/zones
%define pidfile %{_rundir}/nsd/nsd.pid
Name: nsd
Version: 4.1.20
Version: 4.1.22
Release: 0
#
Summary: An authoritative-only domain name server