Bug 2164395

Summary: bind-9.18.11 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: bindAssignee: Petr Menšík <pemensik>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aegorenkov.91, anon.amish, dns-sig, mruprich, pemensik, pgnet.dev, vonsch, zdohnal
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://downloads.isc.org/isc/bind9/9.18.11/doc/arm/html/notes.html#notes-for-bind-9-18-11
Whiteboard:
Fixed In Version: bind-9.18.11-1.fc37 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-31 01:57:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2164506, 2164507, 2164508    
Attachments:
Description Flags
Update to 9.18.11 (#2164395) none

Description Upstream Release Monitoring 2023-01-25 13:14:04 UTC
Releases retrieved: 9.18.11
Upstream release that is considered latest: 9.18.11
Current version/release in rawhide: 9.18.10-2.fc38
URL: https://www.isc.org/bind/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/242117/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/bind

Comment 1 Upstream Release Monitoring 2023-01-25 13:14:13 UTC
Created attachment 1940397 [details]
Update to 9.18.11 (#2164395)

Comment 2 Upstream Release Monitoring 2023-01-25 13:22:29 UTC
the-new-hotness/release-monitoring.org's scratch build of bind-9.18.11-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=96662726

Comment 3 Petr Menšík 2023-01-27 17:04:45 UTC
Unfortunately this update again breaks build of bind-dyndb-ldap

Comment 4 Petr Menšík 2023-01-27 17:11:44 UTC
The error is:

make[2]: Entering directory '/builddir/build/BUILD/bind-dyndb-ldap-11.10/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wextra -Werror -std=gnu99 -O2 -I /usr/include/bind9 -DHAVE_TLS -DHAVE_THREAD_LOCAL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fvisibility=hidden -fno-delete-null-pointer-checks -std=gnu11 -c -o ldap_la-fwd.lo `test -f 'fwd.c' || echo './'`fwd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Werror -std=gnu99 -O2 -I /usr/include/bind9 -DHAVE_TLS -DHAVE_THREAD_LOCAL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fvisibility=hidden -fno-delete-null-pointer-checks -std=gnu11 -c fwd.c  -fPIC -DPIC -o .libs/ldap_la-fwd.o
fwd.c: In function 'fwd_print_list_buff':
fwd.c:201:66: error: 'dns_forwarder_t' {aka 'struct dns_forwarder'} has no member named 'dscp'
  201 |                 fwdr_cfg->obj->value.sockaddrdscp.dscp = fwdr_int->dscp;
      |                                                                  ^~
fwd.c: In function 'fwd_parse_str':
fwd.c:284:21: error: 'dns_forwarder_t' {aka 'struct dns_forwarder'} has no member named 'dscp'
  284 |                 fwdr->dscp = cfg_obj_getdscp(fwdr_cfg);
      |                     ^~
fwd.c:284:30: error: implicit declaration of function 'cfg_obj_getdscp'; did you mean 'cfg_obj_attach'? [-Werror=implicit-function-declaration]
  284 |                 fwdr->dscp = cfg_obj_getdscp(fwdr_cfg);
      |                              ^~~~~~~~~~~~~~~
      |                              cfg_obj_attach
cc1: all warnings being treated as errors
make[2]: *** [Makefile:564: ldap_la-fwd.lo] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/bind-dyndb-ldap-11.10/src'

Comment 5 Fedora Update System 2023-01-28 15:33:29 UTC
FEDORA-2023-f1accd4b37 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f1accd4b37

Comment 6 Fedora Update System 2023-01-28 15:34:26 UTC
FEDORA-2023-95d98f89a8 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-95d98f89a8

Comment 7 Fedora Update System 2023-01-28 15:40:51 UTC
FEDORA-2023-f1accd4b37 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Fedora Update System 2023-01-29 01:48:56 UTC
FEDORA-2023-95d98f89a8 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-95d98f89a8`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-95d98f89a8

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2023-01-31 01:57:31 UTC
FEDORA-2023-95d98f89a8 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.