Tinderbox User
8aead5f87a
Merge branch 'prep-release' into v9_11_35-release
v9.11.35
2021-08-10 22:00:41 +00:00
Tinderbox User
bee1b09a24
prep 9.11.35
2021-08-10 22:00:23 +00:00
Michał Kępień
6900668e09
Merge branch 'michal/prepare-documentation-for-bind-9.11.35' into 'v9_11_35-release'
...
Prepare documentation for BIND 9.11.35
See merge request isc-private/bind9!318
2021-08-10 21:39:51 +00:00
Michał Kępień
2f37bd4cd3
Prepare release notes for BIND 9.11.35
2021-08-10 23:38:03 +02:00
Michał Kępień
6859b18d7b
Tweak and reword release notes
2021-08-10 23:38:03 +02:00
Michał Kępień
f565978451
Tweak and reword recent CHANGES entries
2021-08-10 23:38:03 +02:00
Michal Nowak
17a1334660
Merge branch 'mnowak/fix-pylint-v9_11' into 'v9_11'
...
Make kasp2policy.py PyLint-clean
See merge request isc-projects/bind9!5307
2021-07-28 09:16:46 +00:00
Michal Nowak
56480bd705
Make kasp2policy.py PyLint-clean
...
PyLint 2.9.5 reported the following errors:
contrib/kasp/kasp2policy.py:25:0: R0402: Use 'from ply import yacc' instead (consider-using-from-import)
contrib/kasp/kasp2policy.py:26:0: R0402: Use 'from ply import lex' instead (consider-using-from-import)
(cherry picked from commit 4e09411371 )
2021-07-28 11:12:05 +02:00
Michal Nowak
b5bff89020
Merge branch 'v9_11_34-release' into 'v9_11'
...
Merge 9.11.34 release branch
See merge request isc-projects/bind9!5303
2021-07-26 09:52:43 +00:00
Michal Nowak
2c1c2431a4
Set up release notes for BIND 9.11.35
2021-07-23 10:46:37 +02:00
Michal Nowak
0abd05bdf6
Bump BIND_BASELINE_VERSION for ABI checks
2021-07-23 10:45:06 +02:00
Tinderbox User and Michal Nowak
c60717957e
Merge branch 'prep-release' into v9_11_34-release
2021-07-23 10:45:06 +02:00
Tinderbox User and Michal Nowak
84bf0d4f55
prep 9.11.34
2021-07-23 10:44:39 +02:00
Michał Kępień and Michal Nowak
1792a171a4
Merge branch 'michal/prepare-documentation-for-bind-9.11.34' into 'v9_11_34-release'
...
Prepare release notes for BIND 9.11.34
See merge request isc-private/bind9!310
2021-07-23 10:43:44 +02:00
Michał Kępień and Michal Nowak
11fb690be1
Prepare release notes for BIND 9.11.34
2021-07-23 10:43:29 +02:00
Michal Nowak
3ebbafd1e4
Merge branch '2473-run-respdiff-as-part-of-daily-runs-v9_11' into 'v9_11'
...
[v9_11] Run respdiff also for scheduled and web pipelines
See merge request isc-projects/bind9!5298
2021-07-22 13:01:40 +00:00
Michal Nowak
370d27ca48
Run respdiff also for scheduled and web pipelines
...
respdiff needs to be run regularly to identify problems with query
responses discrepancies sooner than after tagging a release.
Contrary to the main branch, which hosts the BIND 9 Development Version
and thus sets MAX_DISAGREEMENTS_PERCENTAGE variable to 0.5, branches
hosting BIND 9 Stable Versions have it set to 0.1, which provides only
tiny room for non-timeout response disagreements between the baseline
version and version under test.
(cherry picked from commit 561b58196b )
2021-07-22 14:23:52 +02:00
Mark Andrews
64512b0e9b
Merge branch '2762-check-opcode-v9_11' into 'v9_11'
...
Check opcode of messages returned by dns_request_getresponse
See merge request isc-projects/bind9!5288
2021-07-21 03:07:36 +00:00
Mark Andrews
39e7462f25
add release note for [GL #2762 ]
...
(cherry picked from commit 36720fb4a6 )
2021-07-21 12:47:34 +10:00
Mark Andrews
a490623466
Add CHANGES for [GL #2762 ]
...
(cherry picked from commit 466db0f49e )
2021-07-21 12:43:46 +10:00
Mark Andrews
0966057f40
check nsupdate handles UPDATE response to QUERY
...
(cherry picked from commit 0bba0ab10d )
2021-07-21 12:42:49 +10:00
Mark Andrews
5374630ca4
dns_rdata_tostruct() should reject rdata with DNS_RDATA_UPDATE set
...
(cherry picked from commit e97249e012 )
2021-07-21 12:41:35 +10:00
Mark Andrews
45e5972808
Check opcode of messages returned by dns_request_getresponse
...
(cherry picked from commit ed4e00713f )
2021-07-21 12:41:35 +10:00
Michal Nowak
19b7e821f6
Merge branch 'mnowak/replace-literal-blocks-with-anchors-v9_11' into 'v9_11'
...
[v9_11] Use anchors instead of literal blocks in .gitlab-ci.yml
See merge request isc-projects/bind9!5280
2021-07-16 14:36:02 +00:00
Michal Nowak
3ad5f304a6
Use anchors instead of literal blocks in .gitlab-ci.yml
...
Anchor lets the user see the full command logged in GitLab CI:
${CONFIGURE} --disable-maintainer-mode --enable-developer ...
Instead of a folded multi-line when literal block is used:
${CONFIGURE} \ # collapsed multi-line command
(cherry picked from commit c22008629e )
2021-07-16 15:58:42 +02:00
Mark Andrews
d300f78d09
Merge branch 'marka-xmllint-html-v9_11' into 'v9_11'
...
Check for errors in html files
See merge request isc-projects/bind9!5244
2021-07-02 04:10:19 +00:00
Mark Andrews
b4265c90ef
Check for errors in html files
...
xmllint doesn't know about the HTML 5 <section> tag so filter
those out.
(cherry picked from commit ea0624b214 )
2021-07-02 13:44:26 +10:00
Mark Andrews
1203892f4d
Merge branch '2667-configuration-issues-on-solaris-11-4' into 'v9_11'
...
Resolve "Configuration issues on Solaris 11.4"
See merge request isc-projects/bind9!4996
2021-06-30 07:28:02 +00:00
Mark Andrews
d029cfd10a
Solaris native compiler configure fixes
...
* Drop '-mt' from '$CC'
* Use '$CC -V' for version in summary
2021-06-30 12:14:30 +10:00
Mark Andrews
fc6c04d8f8
add gssapi_hack, gssapi_krb5_hack and gssapi_krb5_hack to krb5-config
2021-06-30 12:14:29 +10:00
Mark Andrews
0fabba3dc3
add --with-gssapi=krb5-config to pairwise
2021-06-30 12:14:08 +10:00
Mark Andrews
d1ff4e9197
check for gssapi_krb5.h and gssapi/gssapi_krb5.h
2021-06-30 12:14:08 +10:00
Mark Andrews
f03c28be84
have --with-gssapi={auto|yes} try krb5-config
2021-06-30 12:14:08 +10:00
Mark Andrews
12e2e4adec
don't fallback if krb5-config fails
2021-06-30 12:14:08 +10:00
Mark Andrews
fed171c99a
handle krb5-config not being present; drop krb5 from krb5-config call
2021-06-30 12:14:08 +10:00
Ondřej Surý
74f59ea675
Merge branch '2183-enable-DF-on-old-socket-code-v9_11' into 'v9_11'
...
Disable the PMTUD also for the IPv6 UDP sockets
See merge request isc-projects/bind9!5233
2021-06-25 06:18:21 +00:00
Ondřej Surý
8e30211636
Disable the PMTUD also for the IPv6 UDP sockets
...
Disable the PMTUD also on the IPv6 UDP sockets in addition to IPv4 UDP
sockets.
2021-06-24 17:26:47 +02:00
Michal Nowak
f725c7d2db
Merge branch 'mnowak/alpine-3.14-v9_11' into 'v9_11'
...
[v9_11] Add Alpine Linux 3.14
See merge request isc-projects/bind9!5193
2021-06-17 16:25:34 +00:00
Michal Nowak
d36568c511
Add Alpine Linux 3.14
...
(cherry picked from commit 80f828bc37 )
2021-06-17 18:21:47 +02:00
Michał Kępień
748302117c
Merge branch 'v9_11_33-release' into 'v9_11'
...
Merge 9.11.33 release branch
See merge request isc-projects/bind9!5188
2021-06-16 20:52:34 +00:00
Michał Kępień
61c6e1ab99
Set up release notes for BIND 9.11.34
2021-06-16 22:47:31 +02:00
Michał Kępień
20e43e62d5
Bump BIND_BASELINE_VERSION for ABI checks
2021-06-16 22:47:31 +02:00
Tinderbox User and Michał Kępień
1b109d2bfd
Merge branch 'prep-release' into v9_11_33-release
2021-06-16 22:47:31 +02:00
Michał Kępień
c38896768a
Merge branch 'michal/prepare-documentation-for-bind-9.11.33' into 'v9_11_33-release'
...
Prepare documentation for BIND 9.11.33
See merge request isc-private/bind9!301
2021-06-16 22:47:31 +02:00
Tinderbox User and Michał Kępień
a6a4c5daac
prep 9.11.33
2021-06-16 22:47:31 +02:00
Michał Kępień
a63df31cc0
Prepare release notes for BIND 9.11.33
2021-06-16 22:47:31 +02:00
Ondřej Surý
792540e629
Merge branch 'ondrej/bump-clang-dependency-to-llvm-12-v9_11' into 'v9_11'
...
Change the LLVM tools version to 12 (v9.11)
See merge request isc-projects/bind9!5176
2021-06-13 07:13:10 +00:00
Ondřej Surý
2f5ac962bf
Change the LLVM tools version to 12
...
LLVM 12 stable was released on 15. April 2021, change the default
version to the current stable.
(cherry picked from commit 9f7855322c )
2021-06-12 08:59:36 +02:00
Michał Kępień
c82392a09f
Merge branch '2540-check-dname-resolution-via-itself-v9_11' into 'v9_11'
...
[v9_11] Check DNAME resolution via itself
See merge request isc-projects/bind9!5137
2021-06-02 13:29:52 +00:00
Mark Andrews and Michał Kępień
1594ce2117
Check DNAME resolution via itself
...
(cherry picked from commit cbdea694e8 )
2021-06-02 15:11:44 +02:00