Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2023-09-12 21:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Tue Sep 12 21:02:08 2023 rev:201 rq:1110323 version:9.18.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2023-08-17 
19:42:54.374717637 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.1766/bind.changes      2023-09-12 
21:02:18.334939018 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 07:44:13 UTC 2023 - Pedro Monreal <pmonr...@suse.com>
+
+- Enable crypto-policies support: [bsc#1211301]
+  * Rebase vendor-files/config/named.conf
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.MhAA7I/_old  2023-09-12 21:02:20.283008503 +0200
+++ /var/tmp/diff_new_pack.MhAA7I/_new  2023-09-12 21:02:20.287008647 +0200
@@ -316,6 +316,7 @@
        %{buildroot}/%{_sysconfdir}/named.d \
        %{buildroot}/%{_sysconfdir}/openldap/schema \
        %{buildroot}/%{_sysconfdir}/slp.reg.d \
+       %{buildroot}/%{_sysconfdir}/crypto-policies/back-ends \
        %{buildroot}%{_prefix}/{bin,%{_lib},sbin,include} \
        %{buildroot}/%{_datadir}/bind \
        %{buildroot}/%{_datadir}/susehelp/meta/Administration/System \
@@ -494,6 +495,8 @@
 %if %{with_sfw2}
 %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/bind
 %endif
+%dir %{_sysconfdir}/crypto-policies
+%dir %{_sysconfdir}/crypto-policies/back-ends
 %{_bindir}/named-rrchecker
 %{_sbindir}/rcnamed
 %{_sbindir}/named



++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/config/named.conf 
new/vendor-files/config/named.conf
--- old/vendor-files/config/named.conf  2022-08-03 15:10:40.525745033 +0200
+++ new/vendor-files/config/named.conf  2023-09-11 10:15:38.619721976 +0200
@@ -43,6 +43,9 @@
        #dnssec-validation auto;
        managed-keys-directory "/var__NSD__/named/dyn/";
 
+       # Add crypto-policies support: 
https://en.opensuse.org/SDB:Crypto-policies
+       include "/etc/crypto-policies/back-ends/bind.config";
+
        # Write dump and statistics file to the log subdirectory.
 
        dump-file "/var/log/named/dump.db";

Reply via email to