diff options
Diffstat (limited to 'debian')
28 files changed, 75 insertions, 40 deletions
diff --git a/debian/changelog b/debian/changelog index 5220a19..493f7dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +knot (3.4.0-1) unstable; urgency=medium + + * New upstream version 3.4.0 + * d/gbp.conf: Use upstream/3.4 branch for 3.4.x + * SONAME bump: libknot 14 -> 15 + * Move Build-Depends-Indep to Build-Depends + * Remove unused lintian-overrides + + -- Jakub Ružička <jru@debian.org> Tue, 03 Sep 2024 12:47:35 +0200 + knot (3.3.9-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 8a5bf0e..0a0d76b 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,6 @@ XSBC-Original-Uploaders: Robert Edmonds <edmonds@debian.org>, Jakub Ružička <jru@debian.org>, Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends-Indep: - python3-setuptools, - python3-sphinx, - python3-sphinx-panels, Build-Depends: autoconf, automake, @@ -43,6 +39,9 @@ Build-Depends: pkgconf, protobuf-c-compiler, python3-all, + python3-setuptools, + python3-sphinx, + python3-sphinx-panels, Standards-Version: 4.7.0 Homepage: https://www.knot-dns.cz/ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/knot @@ -56,7 +55,7 @@ Architecture: any Depends: adduser, libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -74,7 +73,7 @@ Description: Authoritative domain name server registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. -Package: libknot14 +Package: libknot15 Architecture: any Depends: ${misc:Depends}, @@ -130,7 +129,7 @@ Architecture: any Depends: libdnssec9 (= ${binary:Version}), libgnutls28-dev, - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, Section: libdevel @@ -149,7 +148,7 @@ Package: knot-dnsutils Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -182,7 +181,7 @@ Package: knot-dnssecutils Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -210,7 +209,7 @@ Package: knot-host Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -297,7 +296,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: - libknot14t64 (>= ${source:Version}), + libknot15 (>= ${source:Version}), ${misc:Depends}, ${python3:Depends}, Section: python diff --git a/debian/gbp.conf b/debian/gbp.conf index 346c603..148bde7 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,7 +1,7 @@ [DEFAULT] debian-branch = debian/master pristine-tar = True -upstream-branch = upstream/3.3 +upstream-branch = upstream/3.4 upstream-vcs-tag = v%(version)s [dch] diff --git a/debian/libknot14.symbols.alpha b/debian/libknot14.symbols.alpha deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.alpha +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.arc b/debian/libknot14.symbols.arc deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.arc +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.hppa b/debian/libknot14.symbols.hppa deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.hppa +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.hurd-amd64 b/debian/libknot14.symbols.hurd-amd64 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.hurd-amd64 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.ia64 b/debian/libknot14.symbols.ia64 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.ia64 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.loong64 b/debian/libknot14.symbols.loong64 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.loong64 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.m68k b/debian/libknot14.symbols.m68k deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.m68k +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.powerpc b/debian/libknot14.symbols.powerpc deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.powerpc +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.sh4 b/debian/libknot14.symbols.sh4 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.sh4 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.sparc64 b/debian/libknot14.symbols.sparc64 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.sparc64 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.x32 b/debian/libknot14.symbols.x32 deleted file mode 120000 index d07ec80..0000000 --- a/debian/libknot14.symbols.x32 +++ /dev/null @@ -1 +0,0 @@ -libknot14.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.install b/debian/libknot15.install index f9b9f93..f9b9f93 100644 --- a/debian/libknot14.install +++ b/debian/libknot15.install diff --git a/debian/libknot14.symbols b/debian/libknot15.symbols index 174d517..efdbfe1 100644 --- a/debian/libknot14.symbols +++ b/debian/libknot15.symbols @@ -1,4 +1,4 @@ -libknot.so.14 libknot14 #MINVER# +libknot.so.15 libknot15 #MINVER# * Build-Depends-Package: libknot-dev KNOT_DB_LMDB_DUPSORT@Base 3.3.0 KNOT_DB_LMDB_INTEGERKEY@Base 3.3.0 @@ -8,10 +8,15 @@ libknot.so.14 libknot14 #MINVER# KNOT_DB_LMDB_RDONLY@Base 3.3.0 KNOT_DB_LMDB_WRITEMAP@Base 3.3.0 KNOT_DUMP_STYLE_DEFAULT@Base 3.3.0 + knot_creds_cert@Base 3.4.0 + knot_creds_free@Base 3.4.0 + knot_creds_init@Base 3.4.0 + knot_creds_init_peer@Base 3.4.0 + knot_creds_update@Base 3.4.0 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_clone@Base 3.4.0 knot_ctl_close@Base 3.3.0 knot_ctl_connect@Base 3.3.0 knot_ctl_free@Base 3.3.0 @@ -116,19 +121,15 @@ libknot.so.14 libknot14 #MINVER# knot_probe_tcp_rtt@Base 3.3.0 knot_quic_cleanup@Base 3.3.0 knot_quic_client@Base 3.3.0 + knot_quic_conn_block@Base 3.4.0 knot_quic_conn_get_stream@Base 3.3.0 knot_quic_conn_local_port@Base 3.3.0 knot_quic_conn_new_stream@Base 3.3.0 knot_quic_conn_next_timeout@Base 3.3.3 - knot_quic_conn_pin@Base 3.3.0 knot_quic_conn_rtt@Base 3.3.0 knot_quic_conn_stream_free@Base 3.3.0 - knot_quic_creds_cert@Base 3.3.0 - knot_quic_free_creds@Base 3.3.0 knot_quic_handle@Base 3.3.0 knot_quic_hanle_expiry@Base 3.3.3 - knot_quic_init_creds@Base 3.3.0 - knot_quic_init_creds_peer@Base 3.3.0 knot_quic_send@Base 3.3.0 knot_quic_session_available@Base 3.3.0 knot_quic_session_load@Base 3.3.0 @@ -145,8 +146,8 @@ libknot.so.14 libknot14 #MINVER# knot_rdataset_clear@Base 3.3.0 knot_rdataset_copy@Base 3.3.0 knot_rdataset_eq@Base 3.3.0 - knot_rdataset_intersect@Base 3.3.0 knot_rdataset_intersect2@Base 3.3.0 + knot_rdataset_intersect@Base 3.3.0 knot_rdataset_member@Base 3.3.0 knot_rdataset_merge@Base 3.3.0 knot_rdataset_subset@Base 3.3.0 @@ -188,6 +189,17 @@ libknot.so.14 libknot14 #MINVER# knot_tcp_sweep@Base 3.3.0 knot_tcp_table_free@Base 3.3.0 knot_tcp_table_new@Base 3.3.0 + knot_tls_conn_block@Base 3.4.0 + knot_tls_conn_del@Base 3.4.0 + knot_tls_conn_new@Base 3.4.0 + knot_tls_ctx_free@Base 3.4.0 + knot_tls_ctx_new@Base 3.4.0 + knot_tls_handshake@Base 3.4.0 + knot_tls_pin@Base 3.4.0 + knot_tls_pin_check@Base 3.4.0 + knot_tls_recv_dns@Base 3.4.0 + knot_tls_send_dns@Base 3.4.0 + knot_tls_session@Base 3.4.0 knot_tsig_add@Base 3.3.0 knot_tsig_append@Base 3.3.0 knot_tsig_client_check@Base 3.3.0 @@ -232,8 +244,9 @@ libknot.so.14 libknot14 #MINVER# knot_xdp_send_finish@Base 3.3.0 knot_xdp_send_free@Base 3.3.0 knot_xdp_send_prepare@Base 3.3.0 - knot_xdp_socket_info@Base 3.3.0 knot_xdp_socket_fd@Base 3.3.0 + knot_xdp_socket_info@Base 3.3.0 + knot_xdp_socket_stats@Base 3.4.0 yp_addr@Base 3.3.0 yp_addr_noport@Base 3.3.0 yp_addr_noport_to_bin@Base 3.3.0 diff --git a/debian/libknot15.symbols.alpha b/debian/libknot15.symbols.alpha new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.alpha @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.arc b/debian/libknot15.symbols.arc new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.arc @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.hppa b/debian/libknot15.symbols.hppa new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.hppa @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.hurd-amd64 b/debian/libknot15.symbols.hurd-amd64 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.hurd-amd64 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot14.symbols.hurd-i386 b/debian/libknot15.symbols.hurd-i386 index f2fb279..99782bc 100644 --- a/debian/libknot14.symbols.hurd-i386 +++ b/debian/libknot15.symbols.hurd-i386 @@ -1,4 +1,5 @@ -libknot.so.14 libknot14 #MINVER# +libknot.so.15 libknot15 #MINVER# +* Build-Depends-Package: libknot-dev KNOT_DB_LMDB_DUPSORT@Base 3.3.0 KNOT_DB_LMDB_INTEGERKEY@Base 3.3.0 KNOT_DB_LMDB_MAPASYNC@Base 3.3.0 @@ -7,10 +8,15 @@ libknot.so.14 libknot14 #MINVER# KNOT_DB_LMDB_RDONLY@Base 3.3.0 KNOT_DB_LMDB_WRITEMAP@Base 3.3.0 KNOT_DUMP_STYLE_DEFAULT@Base 3.3.0 + knot_creds_cert@Base 3.4.0 + knot_creds_free@Base 3.4.0 + knot_creds_init@Base 3.4.0 + knot_creds_init_peer@Base 3.4.0 + knot_creds_update@Base 3.4.0 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_clone@Base 3.4.0 knot_ctl_close@Base 3.3.0 knot_ctl_connect@Base 3.3.0 knot_ctl_free@Base 3.3.0 @@ -109,19 +115,15 @@ libknot.so.14 libknot14 #MINVER# knot_probe_tcp_rtt@Base 3.3.0 knot_quic_cleanup@Base 3.3.0 knot_quic_client@Base 3.3.0 + knot_quic_conn_block@Base 3.4.0 knot_quic_conn_get_stream@Base 3.3.0 knot_quic_conn_local_port@Base 3.3.0 knot_quic_conn_new_stream@Base 3.3.0 knot_quic_conn_next_timeout@Base 3.3.3 - knot_quic_conn_pin@Base 3.3.0 knot_quic_conn_rtt@Base 3.3.0 knot_quic_conn_stream_free@Base 3.3.0 - knot_quic_creds_cert@Base 3.3.0 - knot_quic_free_creds@Base 3.3.0 knot_quic_handle@Base 3.3.0 knot_quic_hanle_expiry@Base 3.3.3 - knot_quic_init_creds@Base 3.3.0 - knot_quic_init_creds_peer@Base 3.3.0 knot_quic_send@Base 3.3.0 knot_quic_session_available@Base 3.3.0 knot_quic_session_load@Base 3.3.0 @@ -138,8 +140,8 @@ libknot.so.14 libknot14 #MINVER# knot_rdataset_clear@Base 3.3.0 knot_rdataset_copy@Base 3.3.0 knot_rdataset_eq@Base 3.3.0 - knot_rdataset_intersect@Base 3.3.0 knot_rdataset_intersect2@Base 3.3.0 + knot_rdataset_intersect@Base 3.3.0 knot_rdataset_member@Base 3.3.0 knot_rdataset_merge@Base 3.3.0 knot_rdataset_subset@Base 3.3.0 @@ -174,6 +176,17 @@ libknot.so.14 libknot14 #MINVER# knot_tcp_outbufs_add@Base 3.3.0 knot_tcp_outbufs_can_send@Base 3.3.0 knot_tcp_outbufs_usage@Base 3.3.0 + knot_tls_conn_block@Base 3.4.0 + knot_tls_conn_del@Base 3.4.0 + knot_tls_conn_new@Base 3.4.0 + knot_tls_ctx_free@Base 3.4.0 + knot_tls_ctx_new@Base 3.4.0 + knot_tls_handshake@Base 3.4.0 + knot_tls_pin@Base 3.4.0 + knot_tls_pin_check@Base 3.4.0 + knot_tls_recv_dns@Base 3.4.0 + knot_tls_send_dns@Base 3.4.0 + knot_tls_session@Base 3.4.0 knot_tsig_add@Base 3.3.0 knot_tsig_append@Base 3.3.0 knot_tsig_client_check@Base 3.3.0 diff --git a/debian/libknot15.symbols.ia64 b/debian/libknot15.symbols.ia64 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.ia64 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.loong64 b/debian/libknot15.symbols.loong64 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.loong64 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.m68k b/debian/libknot15.symbols.m68k new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.m68k @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.powerpc b/debian/libknot15.symbols.powerpc new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.powerpc @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.sh4 b/debian/libknot15.symbols.sh4 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.sh4 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.sparc64 b/debian/libknot15.symbols.sparc64 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.sparc64 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file diff --git a/debian/libknot15.symbols.x32 b/debian/libknot15.symbols.x32 new file mode 120000 index 0000000..b4a28cc --- /dev/null +++ b/debian/libknot15.symbols.x32 @@ -0,0 +1 @@ +libknot15.symbols.hurd-i386
\ No newline at end of file |