]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 20 Feb 2020 08:17:24 +0000 (09:17 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 20 Feb 2020 08:17:24 +0000 (09:17 +0100)
  Unbound from Yuri Voinov.

contrib/README
contrib/unbound_smf22.tar.gz [deleted file]
contrib/unbound_smf23.tar.gz [new file with mode: 0644]
doc/Changelog

index 18c076fd853b98cac7a46e6a0b2ccfd8e0a27120..9db078e5617cea270049e77058bd2d2b64d138c7 100644 (file)
@@ -27,7 +27,7 @@ distribution but may be helpful.
   works like the BIND feature (removes AAAA records unless AAAA-only domain).
   Useful for certain 'broken IPv6 default route' scenarios.
   Patch from Stephane Lapie for ASAHI Net.
-* unbound_smf22.tar.gz: Solaris SMF installation/removal scripts.
+* unbound_smf23.tar.gz: Solaris SMF installation/removal scripts.
   Contributed by Yuri Voinov.
 * unbound.socket and unbound.service: systemd files for unbound, install them
   in /usr/lib/systemd/system.  Contributed by Sami Kerola and Pavel Odintsov.
diff --git a/contrib/unbound_smf22.tar.gz b/contrib/unbound_smf22.tar.gz
deleted file mode 100644 (file)
index e4c51c3..0000000
Binary files a/contrib/unbound_smf22.tar.gz and /dev/null differ
diff --git a/contrib/unbound_smf23.tar.gz b/contrib/unbound_smf23.tar.gz
new file mode 100644 (file)
index 0000000..96a6719
Binary files /dev/null and b/contrib/unbound_smf23.tar.gz differ
index d599af68e4f24af8bb4814a77f17731558b8f8c2..dd405c6cd96d6b17ad02854259fcd4fbf8651082 100644 (file)
@@ -1,3 +1,7 @@
+20 February 2020: Wouter
+       - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
+         Unbound from Yuri Voinov.
+
 18 February 2020: Wouter
        - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
          different openssl versions.