Make +noidnout default
This commit is contained in:
parent
d1b87ddde9
commit
7cfefa87e3
2 changed files with 20 additions and 0 deletions
16
bind-9.11-libidn2-noout.patch
Normal file
16
bind-9.11-libidn2-noout.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c
|
||||
index c179b62..cdf8826 100644
|
||||
--- a/bin/dig/dighost.c
|
||||
+++ b/bin/dig/dighost.c
|
||||
@@ -823,11 +823,7 @@ make_empty_lookup(void) {
|
||||
#else
|
||||
looknew->idnin = ISC_FALSE;
|
||||
#endif
|
||||
-#ifdef WITH_IDN_OUT_SUPPORT
|
||||
- looknew->idnout = ISC_TRUE;
|
||||
-#else
|
||||
looknew->idnout = ISC_FALSE;
|
||||
-#endif
|
||||
#ifdef DIG_SIGCHASE
|
||||
looknew->sigchase = ISC_FALSE;
|
||||
#if DIG_SIGCHASE_TD
|
||||
|
|
@ -91,6 +91,8 @@ Patch17: bind-9.3.2b1-fix_sdb_ldap.patch
|
|||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1098783
|
||||
Patch73: bind-9.11-libidn2.patch
|
||||
# make +noidnout default
|
||||
Patch74: bind-9.11-libidn2-noout.patch
|
||||
|
||||
|
||||
Requires(post): systemd
|
||||
|
|
@ -365,6 +367,7 @@ This package provides a module which allows commands to be sent to rndc directly
|
|||
%patch72 -p1 -b .64bit
|
||||
%endif
|
||||
%patch73 -p1 -b .libidn
|
||||
%patch74 -p1 -b .idn-noout
|
||||
%patch102 -p1 -b .rh452060
|
||||
%patch106 -p0 -b .rh490837
|
||||
%patch109 -p1 -b .rh478718
|
||||
|
|
@ -1133,6 +1136,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%changelog
|
||||
* Tue Apr 03 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-3
|
||||
- Enable libidn2 support (#1098783)
|
||||
- Make +noidnout default
|
||||
|
||||
* Wed Mar 21 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.3-2
|
||||
- Rebase to 9.11.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue