Commit Graph

462 Commits

Author SHA256 Message Date
Dominique Leuenberger
2658e58934 Accepting request 947977 from network
OBS-URL: https://build.opensuse.org/request/show/947977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=176
2022-01-23 11:15:32 +00:00
02c9c898db Accepting request 947678 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/947678
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=334
2022-01-21 15:47:38 +00:00
Dominique Leuenberger
f135a67737 Accepting request 942722 from network
OBS-URL: https://build.opensuse.org/request/show/942722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=175
2021-12-28 11:26:09 +00:00
2a94c20c41 Accepting request 940767 from home:jmoellers:branches:network
Test on SLES15-SP4 and TW successful

OBS-URL: https://build.opensuse.org/request/show/940767
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=333
2021-12-27 09:24:49 +00:00
Dominique Leuenberger
e5af8a378d Accepting request 935520 from network
OBS-URL: https://build.opensuse.org/request/show/935520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=174
2021-12-06 22:59:13 +00:00
Josef Möllers
dd9425ce8e Accepting request 935515 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/935515
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=332
2021-12-03 15:42:52 +00:00
Dominique Leuenberger
0394b453e3 Accepting request 934423 from network
OBS-URL: https://build.opensuse.org/request/show/934423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=173
2021-12-01 19:46:44 +00:00
bc2ee8dcfd Accepting request 930088 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/930088
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=331
2021-11-28 19:18:24 +00:00
Dominique Leuenberger
5d7a1ba24a Accepting request 926547 from network
(forwarded request 926001 from jmoellers)

OBS-URL: https://build.opensuse.org/request/show/926547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=172
2021-10-22 22:50:25 +00:00
9ad6dc50bb Accepting request 926001 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/926001
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=330
2021-10-20 13:06:21 +00:00
2145ed9993 Accepting request 924636 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/924636
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=329
2021-10-15 12:25:01 +00:00
Dominique Leuenberger
bdf28523b2 Accepting request 914627 from network
OBS-URL: https://build.opensuse.org/request/show/914627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=171
2021-08-31 17:55:03 +00:00
Josef Möllers
1bfcffcd13 Version
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=328
2021-08-27 12:44:24 +00:00
8965708ce8 Accepting request 913006 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/913006
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=327
2021-08-27 11:49:05 +00:00
Dominique Leuenberger
b5fc030b41 Accepting request 909191 from network
- Update to 9.16.19
  * A race condition could occur where two threads were
    competing for the same set of key file locks, leading to
    a deadlock. This has been fixed. [GL #2786]
  * create_keydata() created an invalid placeholder keydata
    record upon a refresh failure, which prevented the
    database of managed keys from subsequently being read
    back. This has been fixed. [GL #2686]
  * KASP support was extended with the "check DS" feature.
    Zones with "dnssec-policy" and "parental-agents"
    configured now check for DS presence and can perform
    automatic KSK rollovers. [GL #1126]
  * Rescheduling a setnsec3param() task when a zone failed
    to load on startup caused a hang on shutdown. This has
    been fixed. [GL #2791]
  * The configuration-checking code failed to account for
    the inheritance rules of the "dnssec-policy" option.
    This has been fixed. [GL #2780]
  * If nsupdate sends an SOA request and receives a REFUSED
    response, it now fails over to the next available
    server. [GL #2758]
  * For UDP messages larger than the path MTU, named now
    sends an empty response with the TC (TrunCated) bit set.
    In addition, setting the DF (Don't Fragment) flag on
    outgoing UDP sockets was re-enabled. [GL #2790]
  * Views with recursion disabled are now configured with a
    default cache size of 2 MB unless "max-cache-size" is
    explicitly set. This prevents cache RBT hash tables from
    being needlessly preallocated for such views. [GL #2777]
  * Change 5644 inadvertently introduced a deadlock: when
    locking the key file mutex for each zone structure in a
    different view, the "in-view" logic was not considered.
    This has been fixed. [GL #2783]
  * Increasing "max-cache-size" for a running named instance
    (using "rndc reconfig") did not cause the hash tables
    used by cache databases to be grown accordingly. This
    has been fixed. [GL #2770]
  * Signed, insecure delegation responses prepared by named
    either lacked the necessary NSEC records or contained
    duplicate NSEC records when both wildcard expansion and
    CNAME chaining were required to prepare the response.
    This has been fixed. [GL #2759]
  * A bug that caused the NSEC3 salt to be changed on every
    restart for zones using KASP has been fixed. [GL #2725] (forwarded request 909186 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/909191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=170
2021-08-02 10:04:59 +00:00
Josef Möllers
690c3ba2eb Accepting request 909186 from home:polslinux:branches:network
- Update to 9.16.19
  * A race condition could occur where two threads were
    competing for the same set of key file locks, leading to
    a deadlock. This has been fixed. [GL #2786]
  * create_keydata() created an invalid placeholder keydata
    record upon a refresh failure, which prevented the
    database of managed keys from subsequently being read
    back. This has been fixed. [GL #2686]
  * KASP support was extended with the "check DS" feature.
    Zones with "dnssec-policy" and "parental-agents"
    configured now check for DS presence and can perform
    automatic KSK rollovers. [GL #1126]
  * Rescheduling a setnsec3param() task when a zone failed
    to load on startup caused a hang on shutdown. This has
    been fixed. [GL #2791]
  * The configuration-checking code failed to account for
    the inheritance rules of the "dnssec-policy" option.
    This has been fixed. [GL #2780]
  * If nsupdate sends an SOA request and receives a REFUSED
    response, it now fails over to the next available
    server. [GL #2758]
  * For UDP messages larger than the path MTU, named now
    sends an empty response with the TC (TrunCated) bit set.
    In addition, setting the DF (Don't Fragment) flag on
    outgoing UDP sockets was re-enabled. [GL #2790]
  * Views with recursion disabled are now configured with a
    default cache size of 2 MB unless "max-cache-size" is
    explicitly set. This prevents cache RBT hash tables from
    being needlessly preallocated for such views. [GL #2777]
  * Change 5644 inadvertently introduced a deadlock: when
    locking the key file mutex for each zone structure in a
    different view, the "in-view" logic was not considered.
    This has been fixed. [GL #2783]
  * Increasing "max-cache-size" for a running named instance
    (using "rndc reconfig") did not cause the hash tables
    used by cache databases to be grown accordingly. This
    has been fixed. [GL #2770]
  * Signed, insecure delegation responses prepared by named
    either lacked the necessary NSEC records or contained
    duplicate NSEC records when both wildcard expansion and
    CNAME chaining were required to prepare the response.
    This has been fixed. [GL #2759]
  * A bug that caused the NSEC3 salt to be changed on every
    restart for zones using KASP has been fixed. [GL #2725]

OBS-URL: https://build.opensuse.org/request/show/909186
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=326
2021-07-29 13:39:41 +00:00
Dominique Leuenberger
b65e96e464 Accepting request 907489 from network
OBS-URL: https://build.opensuse.org/request/show/907489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=169
2021-07-22 20:42:59 +00:00
31ed332cd7 Accepting request 907456 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/907456
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=325
2021-07-21 11:50:51 +00:00
Dominique Leuenberger
591a056177 Accepting request 902727 from network
OBS-URL: https://build.opensuse.org/request/show/902727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=168
2021-07-02 11:26:24 +00:00
2d1a8b1c56 Accepting request 901768 from home:frispete:15.2
Hi,

here's an attempt to build the current bind with SLES/LEAP.
I tried to come up with something mode decent (replacement of 
sphinx.util.docutils.ReferenceRole), but run out of time.
With these admittedly ugly fixes, bind does build at least, 
including the ARM, but that is missing the clickable issues
in the version specific notes and being redirected to GitLab.

- Add patch bind-fix-build-with-older-sphinx.patch and sed fix
  in order to build with older distributions.

OBS-URL: https://build.opensuse.org/request/show/901768
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=324
2021-06-28 07:10:05 +00:00
712466db64 Accepting request 900882 from home:gmbr3:Active
- Add now working CONFIG parameter to sysusers generator

OBS-URL: https://build.opensuse.org/request/show/900882
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=323
2021-06-28 07:07:57 +00:00
Dominique Leuenberger
e302874f84 Accepting request 901436 from network
OBS-URL: https://build.opensuse.org/request/show/901436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=167
2021-06-25 13:01:03 +00:00
114c6c58ca Accepting request 901419 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/901419
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=322
2021-06-23 09:39:20 +00:00
Dominique Leuenberger
c2c9d34af4 Accepting request 895166 from network
OBS-URL: https://build.opensuse.org/request/show/895166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=166
2021-06-01 08:32:51 +00:00
1aa8a9bb85 Accepting request 894731 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/894731
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=320
2021-05-24 12:18:49 +00:00
Dominique Leuenberger
4c5d051054 Accepting request 892294 from network
OBS-URL: https://build.opensuse.org/request/show/892294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=165
2021-05-15 21:15:19 +00:00
163f048d16 Accepting request 892098 from home:susnux:branches:network
SPEC file: Fixed outdated URL and use secured SourceURLs

OBS-URL: https://build.opensuse.org/request/show/892098
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=318
2021-05-11 21:04:47 +00:00
Dominique Leuenberger
5e00599640 Accepting request 891837 from network
OBS-URL: https://build.opensuse.org/request/show/891837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=164
2021-05-10 13:36:45 +00:00
Lars Vogdt
3e40d2b6ff Accepting request 880720 from home:jengelh:branches:network
- Modernize specfile, and declare /bin/bash as required buildshell
  (use of {a,b} style expansion).

OBS-URL: https://build.opensuse.org/request/show/880720
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=316
2021-05-09 12:35:56 +00:00
Reinhard Max
1539ed7f3f Accepting request 891297 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/891297
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=315
2021-05-07 12:26:49 +00:00
Dominique Leuenberger
1e1e54eaf0 Accepting request 889528 from network
OBS-URL: https://build.opensuse.org/request/show/889528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=163
2021-05-02 16:35:13 +00:00
649063bcfa Accepting request 887164 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/887164
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=313
2021-04-30 11:15:37 +00:00
Richard Brown
0a3074f680 Accepting request 880703 from network
OBS-URL: https://build.opensuse.org/request/show/880703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=162
2021-04-08 19:01:46 +00:00
de638e5cf5 Accepting request 878586 from home:mgerstner:branches:network
- pass PIE compiler and linker flags via environment variables to make
  /usr/bin/delv in bind-tools also position independent (bsc#1183453).
- drop pie_compile.diff: no longer needed, this patch is difficult to
  maintain, the environment variable approach is less error prone.

OBS-URL: https://build.opensuse.org/request/show/878586
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=311
2021-03-23 11:05:30 +00:00
fc3480a7ee Accepting request 874900 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/874900
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=310
2021-03-03 07:12:48 +00:00
Dominique Leuenberger
23560d7190 Accepting request 866745 from network
OBS-URL: https://build.opensuse.org/request/show/866745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=161
2021-01-30 12:55:34 +00:00
Josef Möllers
04b4ed4df0 Accepting request 866630 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/866630
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=308
2021-01-26 08:58:48 +00:00
Dominique Leuenberger
f97412a09f Accepting request 861029 from network
OBS-URL: https://build.opensuse.org/request/show/861029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=160
2021-01-08 16:34:11 +00:00
Josef Möllers
b585e7fb90 Accepting request 859291 from home:dirkmueller:branches:network
- update to 9.16.10:
  New Features:
  * NSEC3 support was added to KASP. A new option for dnssec-policy,
  nsec3param, can be used to set the desired NSEC3 parameters. NSEC3 salt
  collisions are automatically prevented during resalting. [GL #1620]
  * A new configuration option, stale-refresh-time, has been introduced. It allows
  a stale RRset to be served directly from cache for a period of time after a
  failed lookup, before a new attempt to refresh it is made. [GL #2066]
  Feature Changes:
  * The default value of max-recursion-queries was increased from 75 to 100.
  Since the queries sent towards root and TLD servers are now included in the
  count (as a result of the fix for CVE-2020-8616), max-recursion-queries has
  a higher chance of being exceeded by non-attack queries, which is the main
  reason for increasing its default value. [GL #2305]
  The default value of nocookie-udp-size was restored back to 4096 bytes. Since
  max-udp-size is the upper bound for nocookie-udp-size, this change relieves the
  operator from having to change nocookie-udp-size together with max-udp-size in
  order to increase the default EDNS buffer size limit. nocookie-udp-size can
  still be set to a value lower than max-udp-size, if desired. [GL #2250]
  Bug Fixes:
  Handling of missing DNS COOKIE responses over UDP was tightened by falling
  back to TCP. [GL #2275]
  The CNAME synthesized from a DNAME was incorrectly followed when the QTYPE was
  CNAME or ANY. [GL #2280]
  Building with native PKCS#11 support for AEP Keyper has been broken since BIND
  9.16.6. This has been fixed. [GL #2315]
  named could crash with an assertion failure if a TCP connection were closed
  while a request was still being processed. [GL #2227]
  named acting as a resolver could incorrectly treat signed zones with no DS
  record at the parent as bogus. Such zones should be treated as insecure. This

OBS-URL: https://build.opensuse.org/request/show/859291
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=306
2021-01-07 11:50:54 +00:00
Dominique Leuenberger
48eb46914d Accepting request 853298 from network
OBS-URL: https://build.opensuse.org/request/show/853298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=159
2020-12-08 12:23:53 +00:00
d00771e830 Accepting request 848814 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/848814
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=304
2020-12-05 17:16:58 +00:00
Dominique Leuenberger
73d7aae5f0 Accepting request 843228 from network
OBS-URL: https://build.opensuse.org/request/show/843228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=158
2020-10-24 13:16:23 +00:00
Josef Möllers
303deef25b Accepting request 843167 from home:jmoellers:branches:network
Upgrade

OBS-URL: https://build.opensuse.org/request/show/843167
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=302
2020-10-21 13:48:54 +00:00
Dominique Leuenberger
d03de16476 Accepting request 835837 from network
OBS-URL: https://build.opensuse.org/request/show/835837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=157
2020-09-24 14:13:23 +00:00
Josef Möllers
8b606f05ee Accepting request 835836 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/835836
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=300
2020-09-21 14:22:51 +00:00
Josef Möllers
66e3fa8c5f Accepting request 835777 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/835777
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=299
2020-09-21 09:56:02 +00:00
9d471ca7a6 Accepting request 834667 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/834667
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=298
2020-09-18 07:23:46 +00:00
Reinhard Max
c7de7e258a - Put libns into a separate subpackage to avoid file conflicts
in the libisc subpackage due to different sonums (bsc#1176092).

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=297
2020-09-04 14:42:49 +00:00
Dominique Leuenberger
b514cd4214 Require sysvinit-tools only when using systemd
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=156
2020-09-01 07:49:42 +00:00
OBS User buildservice-autocommit
1d647cd766 Updating link to change in openSUSE:Factory/bind revision 156.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=90c94fa850d01fd39b0d70b750cd34f4
2020-09-01 07:49:42 +00:00