summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-14 16:17:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-14 16:17:58 +0000
commita04a7c41c9327144cc11ffd030c0efc2a4f85534 (patch)
tree812fe9d19c0c90324f80b838b1b1e2976a416999 /distro
parentAdding upstream version 3.3.5. (diff)
downloadknot-upstream/3.3.6.tar.xz
knot-upstream/3.3.6.zip
Adding upstream version 3.3.6.upstream/3.3.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'distro')
-rw-r--r--distro/pkg/deb-nolibxdp/libknot14.symbols1
-rw-r--r--distro/pkg/deb-noxdp/libknot14.symbols1
-rw-r--r--distro/pkg/deb/libknot14.symbols1
-rw-r--r--distro/pkg/rpm/knot.spec4
4 files changed, 7 insertions, 0 deletions
diff --git a/distro/pkg/deb-nolibxdp/libknot14.symbols b/distro/pkg/deb-nolibxdp/libknot14.symbols
index b6e7caf..174d517 100644
--- a/distro/pkg/deb-nolibxdp/libknot14.symbols
+++ b/distro/pkg/deb-nolibxdp/libknot14.symbols
@@ -11,6 +11,7 @@ libknot.so.14 libknot14 #MINVER#
knot_ctl_accept@Base 3.3.0
knot_ctl_alloc@Base 3.3.0
knot_ctl_bind@Base 3.3.0
+ knot_ctl_bind2@Base 3.3.6
knot_ctl_close@Base 3.3.0
knot_ctl_connect@Base 3.3.0
knot_ctl_free@Base 3.3.0
diff --git a/distro/pkg/deb-noxdp/libknot14.symbols b/distro/pkg/deb-noxdp/libknot14.symbols
index 9a30548..ba2024a 100644
--- a/distro/pkg/deb-noxdp/libknot14.symbols
+++ b/distro/pkg/deb-noxdp/libknot14.symbols
@@ -10,6 +10,7 @@ libknot.so.14 libknot14 #MINVER#
knot_ctl_accept@Base 3.3.0
knot_ctl_alloc@Base 3.3.0
knot_ctl_bind@Base 3.3.0
+ knot_ctl_bind2@Base 3.3.6
knot_ctl_close@Base 3.3.0
knot_ctl_connect@Base 3.3.0
knot_ctl_free@Base 3.3.0
diff --git a/distro/pkg/deb/libknot14.symbols b/distro/pkg/deb/libknot14.symbols
index b6e7caf..174d517 100644
--- a/distro/pkg/deb/libknot14.symbols
+++ b/distro/pkg/deb/libknot14.symbols
@@ -11,6 +11,7 @@ libknot.so.14 libknot14 #MINVER#
knot_ctl_accept@Base 3.3.0
knot_ctl_alloc@Base 3.3.0
knot_ctl_bind@Base 3.3.0
+ knot_ctl_bind2@Base 3.3.6
knot_ctl_close@Base 3.3.0
knot_ctl_connect@Base 3.3.0
knot_ctl_free@Base 3.3.0
diff --git a/distro/pkg/rpm/knot.spec b/distro/pkg/rpm/knot.spec
index a5c1384..3a7d89e 100644
--- a/distro/pkg/rpm/knot.spec
+++ b/distro/pkg/rpm/knot.spec
@@ -75,6 +75,10 @@ Requires(postun): systemd
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+%if 0%{?suse_version}
+Provides: group(knot)
+%endif
+
%description
Knot DNS is a high-performance authoritative DNS server implementation.