mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
libs: increase SOVERSION and symbol versions for libknot, libdnssec, and libzscanner
This commit is contained in:
parent
1f9775fb02
commit
ec5f06b1bc
24 changed files with 464 additions and 464 deletions
|
|
@ -16,9 +16,9 @@ AC_CANONICAL_HOST
|
|||
|
||||
# Update library versions
|
||||
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
KNOT_LIB_VERSION([libknot], 15, 0, 0)
|
||||
KNOT_LIB_VERSION([libdnssec], 9, 0, 0)
|
||||
KNOT_LIB_VERSION([libzscanner], 4, 0, 0)
|
||||
KNOT_LIB_VERSION([libknot], 16, 0, 0)
|
||||
KNOT_LIB_VERSION([libdnssec], 10, 0, 0)
|
||||
KNOT_LIB_VERSION([libzscanner], 5, 0, 0)
|
||||
|
||||
AC_SUBST([KNOT_VERSION_MAJOR], knot_VERSION_MAJOR)
|
||||
AC_SUBST([KNOT_VERSION_MINOR], knot_VERSION_MINOR)
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ Package: knot
|
|||
Architecture: any
|
||||
Depends:
|
||||
adduser,
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Recommends:
|
||||
|
|
@ -61,10 +61,10 @@ 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: libknot15
|
||||
Package: libknot16
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Section: libs
|
||||
|
|
@ -79,7 +79,7 @@ Description: DNS shared library from Knot DNS
|
|||
This package provides a DNS shared library used by Knot DNS and
|
||||
Knot Resolver.
|
||||
|
||||
Package: libzscanner4
|
||||
Package: libzscanner5
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
|
|
@ -96,7 +96,7 @@ Description: DNS zone-parsing shared library from Knot DNS
|
|||
This package provides a fast zone parser shared library used by Knot
|
||||
DNS and Knot Resolver.
|
||||
|
||||
Package: libdnssec9
|
||||
Package: libdnssec10
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
|
|
@ -116,10 +116,10 @@ Description: DNSSEC shared library from Knot DNS
|
|||
Package: libknot-dev
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libgnutls28-dev,
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Section: libdevel
|
||||
Description: Knot DNS shared library development files
|
||||
|
|
@ -135,9 +135,9 @@ Description: Knot DNS shared library development files
|
|||
Package: knot-dnsutils
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: DNS clients provided with Knot DNS (kdig, knsupdate)
|
||||
|
|
@ -162,9 +162,9 @@ Description: DNS clients provided with Knot DNS (kdig, knsupdate)
|
|||
Package: knot-dnssecutils
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: DNSSEC tools provided with Knot DNS
|
||||
|
|
@ -184,9 +184,9 @@ Description: DNSSEC tools provided with Knot DNS
|
|||
Package: knot-host
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Version of 'host' bundled with Knot DNS
|
||||
|
|
@ -203,9 +203,9 @@ Description: Version of 'host' bundled with Knot DNS
|
|||
Package: knot-keymgr
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Knot DNS key management utility
|
||||
|
|
@ -289,7 +289,7 @@ Description: Prometheus exporter for Knot DNS
|
|||
Package: python3-libknot
|
||||
Architecture: all
|
||||
Depends:
|
||||
libknot15 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Section: python
|
||||
|
|
|
|||
1
distro/pkg/deb-nolibxdp/libdnssec10.install
Symbolic link
1
distro/pkg/deb-nolibxdp/libdnssec10.install
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libdnssec10.install
|
||||
1
distro/pkg/deb-nolibxdp/libdnssec10.symbols
Symbolic link
1
distro/pkg/deb-nolibxdp/libdnssec10.symbols
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libdnssec10.symbols
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libdnssec9.install
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libdnssec9.symbols
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libknot15.install
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libknot15.symbols
|
||||
1
distro/pkg/deb-nolibxdp/libknot16.install
Symbolic link
1
distro/pkg/deb-nolibxdp/libknot16.install
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libknot16.install
|
||||
1
distro/pkg/deb-nolibxdp/libknot16.symbols
Symbolic link
1
distro/pkg/deb-nolibxdp/libknot16.symbols
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libknot16.symbols
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libzscanner4.install
|
||||
|
|
@ -1 +0,0 @@
|
|||
../deb/libzscanner4.symbols
|
||||
1
distro/pkg/deb-nolibxdp/libzscanner5.install
Symbolic link
1
distro/pkg/deb-nolibxdp/libzscanner5.install
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libzscanner5.install
|
||||
1
distro/pkg/deb-nolibxdp/libzscanner5.symbols
Symbolic link
1
distro/pkg/deb-nolibxdp/libzscanner5.symbols
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../deb/libzscanner5.symbols
|
||||
|
|
@ -44,9 +44,9 @@ Package: knot
|
|||
Architecture: any
|
||||
Depends:
|
||||
adduser,
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Recommends:
|
||||
|
|
@ -63,10 +63,10 @@ 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: libknot15
|
||||
Package: libknot16
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Section: libs
|
||||
|
|
@ -81,7 +81,7 @@ Description: DNS shared library from Knot DNS
|
|||
This package provides a DNS shared library used by Knot DNS and
|
||||
Knot Resolver.
|
||||
|
||||
Package: libzscanner4
|
||||
Package: libzscanner5
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
|
|
@ -98,7 +98,7 @@ Description: DNS zone-parsing shared library from Knot DNS
|
|||
This package provides a fast zone parser shared library used by Knot
|
||||
DNS and Knot Resolver.
|
||||
|
||||
Package: libdnssec9
|
||||
Package: libdnssec10
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
|
|
@ -118,10 +118,10 @@ Description: DNSSEC shared library from Knot DNS
|
|||
Package: libknot-dev
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libgnutls28-dev,
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Section: libdevel
|
||||
Description: Knot DNS shared library development files
|
||||
|
|
@ -137,9 +137,9 @@ Description: Knot DNS shared library development files
|
|||
Package: knot-dnsutils
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: DNS clients provided with Knot DNS (kdig, knsupdate)
|
||||
|
|
@ -164,9 +164,9 @@ Description: DNS clients provided with Knot DNS (kdig, knsupdate)
|
|||
Package: knot-dnssecutils
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: DNSSEC tools provided with Knot DNS
|
||||
|
|
@ -186,9 +186,9 @@ Description: DNSSEC tools provided with Knot DNS
|
|||
Package: knot-host
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Version of 'host' bundled with Knot DNS
|
||||
|
|
@ -205,9 +205,9 @@ Description: Version of 'host' bundled with Knot DNS
|
|||
Package: knot-keymgr
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnssec9 (= ${binary:Version}),
|
||||
libknot15 (= ${binary:Version}),
|
||||
libzscanner4 (= ${binary:Version}),
|
||||
libdnssec10 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
libzscanner5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Knot DNS key management utility
|
||||
|
|
@ -291,7 +291,7 @@ Description: Prometheus exporter for Knot DNS
|
|||
Package: python3-libknot
|
||||
Architecture: all
|
||||
Depends:
|
||||
libknot15 (= ${binary:Version}),
|
||||
libknot16 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Section: python
|
||||
|
|
|
|||
96
distro/pkg/deb/libdnssec10.symbols
Normal file
96
distro/pkg/deb/libdnssec10.symbols
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
libdnssec.so.10 libdnssec10 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
dnssec_algorithm_digest_support@Base 3.5.0
|
||||
dnssec_algorithm_key_size_check@Base 3.5.0
|
||||
dnssec_algorithm_key_size_default@Base 3.5.0
|
||||
dnssec_algorithm_key_size_range@Base 3.5.0
|
||||
dnssec_algorithm_key_support@Base 3.5.0
|
||||
dnssec_algorithm_reproducible@Base 3.5.0
|
||||
dnssec_binary_alloc@Base 3.5.0
|
||||
dnssec_binary_cmp@Base 3.5.0
|
||||
dnssec_binary_dup@Base 3.5.0
|
||||
dnssec_binary_free@Base 3.5.0
|
||||
dnssec_binary_from_base64@Base 3.5.0
|
||||
dnssec_binary_resize@Base 3.5.0
|
||||
dnssec_binary_to_base64@Base 3.5.0
|
||||
dnssec_crypto_cleanup@Base 3.5.0
|
||||
dnssec_crypto_init@Base 3.5.0
|
||||
dnssec_crypto_reinit@Base 3.5.0
|
||||
dnssec_digest@Base 3.5.0
|
||||
dnssec_digest_finish@Base 3.5.0
|
||||
dnssec_digest_init@Base 3.5.0
|
||||
dnssec_key_can_sign@Base 3.5.0
|
||||
dnssec_key_can_verify@Base 3.5.0
|
||||
dnssec_key_clear@Base 3.5.0
|
||||
dnssec_key_create_ds@Base 3.5.0
|
||||
dnssec_key_dup@Base 3.5.0
|
||||
dnssec_key_free@Base 3.5.0
|
||||
dnssec_key_get_algorithm@Base 3.5.0
|
||||
dnssec_key_get_dname@Base 3.5.0
|
||||
dnssec_key_get_flags@Base 3.5.0
|
||||
dnssec_key_get_keyid@Base 3.5.0
|
||||
dnssec_key_get_keytag@Base 3.5.0
|
||||
dnssec_key_get_protocol@Base 3.5.0
|
||||
dnssec_key_get_pubkey@Base 3.5.0
|
||||
dnssec_key_get_rdata@Base 3.5.0
|
||||
dnssec_key_get_size@Base 3.5.0
|
||||
dnssec_key_load_pkcs8@Base 3.5.0
|
||||
dnssec_key_new@Base 3.5.0
|
||||
dnssec_key_set_algorithm@Base 3.5.0
|
||||
dnssec_key_set_dname@Base 3.5.0
|
||||
dnssec_key_set_flags@Base 3.5.0
|
||||
dnssec_key_set_protocol@Base 3.5.0
|
||||
dnssec_key_set_pubkey@Base 3.5.0
|
||||
dnssec_key_set_rdata@Base 3.5.0
|
||||
dnssec_keyid_copy@Base 3.5.0
|
||||
dnssec_keyid_equal@Base 3.5.0
|
||||
dnssec_keyid_is_valid@Base 3.5.0
|
||||
dnssec_keyid_normalize@Base 3.5.0
|
||||
dnssec_keystore_close@Base 3.5.0
|
||||
dnssec_keystore_deinit@Base 3.5.0
|
||||
dnssec_keystore_generate@Base 3.5.0
|
||||
dnssec_keystore_get_private@Base 3.5.0
|
||||
dnssec_keystore_import@Base 3.5.0
|
||||
dnssec_keystore_init@Base 3.5.0
|
||||
dnssec_keystore_init_pkcs11@Base 3.5.0
|
||||
dnssec_keystore_init_pkcs8@Base 3.5.0
|
||||
dnssec_keystore_open@Base 3.5.0
|
||||
dnssec_keystore_remove@Base 3.5.0
|
||||
dnssec_keystore_set_private@Base 3.5.0
|
||||
dnssec_keytag@Base 3.5.0
|
||||
dnssec_nsec3_hash@Base 3.5.0
|
||||
dnssec_nsec3_hash_length@Base 3.5.0
|
||||
dnssec_nsec3_params_free@Base 3.5.0
|
||||
dnssec_nsec3_params_from_rdata@Base 3.5.0
|
||||
dnssec_nsec3_params_match@Base 3.5.0
|
||||
dnssec_nsec_bitmap_add@Base 3.5.0
|
||||
dnssec_nsec_bitmap_clear@Base 3.5.0
|
||||
dnssec_nsec_bitmap_contains@Base 3.5.0
|
||||
dnssec_nsec_bitmap_free@Base 3.5.0
|
||||
dnssec_nsec_bitmap_new@Base 3.5.0
|
||||
dnssec_nsec_bitmap_size@Base 3.5.0
|
||||
dnssec_nsec_bitmap_write@Base 3.5.0
|
||||
dnssec_pem_from_privkey@Base 3.5.0
|
||||
dnssec_pem_from_x509@Base 3.5.0
|
||||
dnssec_pem_to_privkey@Base 3.5.0
|
||||
dnssec_pem_to_x509@Base 3.5.0
|
||||
dnssec_random_binary@Base 3.5.0
|
||||
dnssec_random_buffer@Base 3.5.0
|
||||
dnssec_sign_add@Base 3.5.0
|
||||
dnssec_sign_free@Base 3.5.0
|
||||
dnssec_sign_init@Base 3.5.0
|
||||
dnssec_sign_new@Base 3.5.0
|
||||
dnssec_sign_verify@Base 3.5.0
|
||||
dnssec_sign_write@Base 3.5.0
|
||||
dnssec_strerror@Base 3.5.0
|
||||
dnssec_tsig_add@Base 3.5.0
|
||||
dnssec_tsig_algorithm_from_dname@Base 3.5.0
|
||||
dnssec_tsig_algorithm_from_name@Base 3.5.0
|
||||
dnssec_tsig_algorithm_size@Base 3.5.0
|
||||
dnssec_tsig_algorithm_to_dname@Base 3.5.0
|
||||
dnssec_tsig_algorithm_to_name@Base 3.5.0
|
||||
dnssec_tsig_free@Base 3.5.0
|
||||
dnssec_tsig_new@Base 3.5.0
|
||||
dnssec_tsig_optimal_key_size@Base 3.5.0
|
||||
dnssec_tsig_size@Base 3.5.0
|
||||
dnssec_tsig_write@Base 3.5.0
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
libdnssec.so.9 libdnssec9 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
dnssec_algorithm_digest_support@Base 3.2.0
|
||||
dnssec_algorithm_key_size_check@Base 3.2.0
|
||||
dnssec_algorithm_key_size_default@Base 3.2.0
|
||||
dnssec_algorithm_key_size_range@Base 3.2.0
|
||||
dnssec_algorithm_key_support@Base 3.2.0
|
||||
dnssec_algorithm_reproducible@Base 3.2.0
|
||||
dnssec_binary_alloc@Base 3.2.0
|
||||
dnssec_binary_cmp@Base 3.2.0
|
||||
dnssec_binary_dup@Base 3.2.0
|
||||
dnssec_binary_free@Base 3.2.0
|
||||
dnssec_binary_from_base64@Base 3.2.0
|
||||
dnssec_binary_resize@Base 3.2.0
|
||||
dnssec_binary_to_base64@Base 3.2.0
|
||||
dnssec_crypto_cleanup@Base 3.2.0
|
||||
dnssec_crypto_init@Base 3.2.0
|
||||
dnssec_crypto_reinit@Base 3.2.0
|
||||
dnssec_digest@Base 3.2.0
|
||||
dnssec_digest_finish@Base 3.2.0
|
||||
dnssec_digest_init@Base 3.2.0
|
||||
dnssec_key_can_sign@Base 3.2.0
|
||||
dnssec_key_can_verify@Base 3.2.0
|
||||
dnssec_key_clear@Base 3.2.0
|
||||
dnssec_key_create_ds@Base 3.2.0
|
||||
dnssec_key_dup@Base 3.2.0
|
||||
dnssec_key_free@Base 3.2.0
|
||||
dnssec_key_get_algorithm@Base 3.2.0
|
||||
dnssec_key_get_dname@Base 3.2.0
|
||||
dnssec_key_get_flags@Base 3.2.0
|
||||
dnssec_key_get_keyid@Base 3.2.0
|
||||
dnssec_key_get_keytag@Base 3.2.0
|
||||
dnssec_key_get_protocol@Base 3.2.0
|
||||
dnssec_key_get_pubkey@Base 3.2.0
|
||||
dnssec_key_get_rdata@Base 3.2.0
|
||||
dnssec_key_get_size@Base 3.2.0
|
||||
dnssec_key_load_pkcs8@Base 3.2.0
|
||||
dnssec_key_new@Base 3.2.0
|
||||
dnssec_key_set_algorithm@Base 3.2.0
|
||||
dnssec_key_set_dname@Base 3.2.0
|
||||
dnssec_key_set_flags@Base 3.2.0
|
||||
dnssec_key_set_protocol@Base 3.2.0
|
||||
dnssec_key_set_pubkey@Base 3.2.0
|
||||
dnssec_key_set_rdata@Base 3.2.0
|
||||
dnssec_keyid_copy@Base 3.2.0
|
||||
dnssec_keyid_equal@Base 3.2.0
|
||||
dnssec_keyid_is_valid@Base 3.2.0
|
||||
dnssec_keyid_normalize@Base 3.2.0
|
||||
dnssec_keystore_close@Base 3.2.0
|
||||
dnssec_keystore_deinit@Base 3.2.0
|
||||
dnssec_keystore_generate@Base 3.2.0
|
||||
dnssec_keystore_get_private@Base 3.2.0
|
||||
dnssec_keystore_import@Base 3.2.0
|
||||
dnssec_keystore_init@Base 3.2.0
|
||||
dnssec_keystore_init_pkcs11@Base 3.2.0
|
||||
dnssec_keystore_init_pkcs8@Base 3.2.0
|
||||
dnssec_keystore_open@Base 3.2.0
|
||||
dnssec_keystore_remove@Base 3.2.0
|
||||
dnssec_keystore_set_private@Base 3.2.0
|
||||
dnssec_keytag@Base 3.2.0
|
||||
dnssec_nsec3_hash@Base 3.2.0
|
||||
dnssec_nsec3_hash_length@Base 3.2.0
|
||||
dnssec_nsec3_params_free@Base 3.2.0
|
||||
dnssec_nsec3_params_from_rdata@Base 3.2.0
|
||||
dnssec_nsec3_params_match@Base 3.2.0
|
||||
dnssec_nsec_bitmap_add@Base 3.2.0
|
||||
dnssec_nsec_bitmap_clear@Base 3.2.0
|
||||
dnssec_nsec_bitmap_contains@Base 3.2.0
|
||||
dnssec_nsec_bitmap_free@Base 3.2.0
|
||||
dnssec_nsec_bitmap_new@Base 3.2.0
|
||||
dnssec_nsec_bitmap_size@Base 3.2.0
|
||||
dnssec_nsec_bitmap_write@Base 3.2.0
|
||||
dnssec_pem_from_privkey@Base 3.2.0
|
||||
dnssec_pem_from_x509@Base 3.2.0
|
||||
dnssec_pem_to_privkey@Base 3.2.0
|
||||
dnssec_pem_to_x509@Base 3.2.0
|
||||
dnssec_random_binary@Base 3.2.0
|
||||
dnssec_random_buffer@Base 3.2.0
|
||||
dnssec_sign_add@Base 3.2.0
|
||||
dnssec_sign_free@Base 3.2.0
|
||||
dnssec_sign_init@Base 3.2.0
|
||||
dnssec_sign_new@Base 3.2.0
|
||||
dnssec_sign_verify@Base 3.2.0
|
||||
dnssec_sign_write@Base 3.2.0
|
||||
dnssec_strerror@Base 3.2.0
|
||||
dnssec_tsig_add@Base 3.2.0
|
||||
dnssec_tsig_algorithm_from_dname@Base 3.2.0
|
||||
dnssec_tsig_algorithm_from_name@Base 3.2.0
|
||||
dnssec_tsig_algorithm_size@Base 3.2.0
|
||||
dnssec_tsig_algorithm_to_dname@Base 3.2.0
|
||||
dnssec_tsig_algorithm_to_name@Base 3.2.0
|
||||
dnssec_tsig_free@Base 3.2.0
|
||||
dnssec_tsig_new@Base 3.2.0
|
||||
dnssec_tsig_optimal_key_size@Base 3.2.0
|
||||
dnssec_tsig_size@Base 3.2.0
|
||||
dnssec_tsig_write@Base 3.2.0
|
||||
|
|
@ -1,301 +0,0 @@
|
|||
libknot.so.15 libknot15 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
KNOT_DB_LMDB_DUPSORT@Base 3.4.0
|
||||
KNOT_DB_LMDB_INTEGERKEY@Base 3.4.0
|
||||
KNOT_DB_LMDB_MAPASYNC@Base 3.4.0
|
||||
KNOT_DB_LMDB_NOSYNC@Base 3.4.0
|
||||
KNOT_DB_LMDB_NOTLS@Base 3.4.0
|
||||
KNOT_DB_LMDB_RDONLY@Base 3.4.0
|
||||
KNOT_DB_LMDB_WRITEMAP@Base 3.4.0
|
||||
KNOT_DUMP_STYLE_DEFAULT@Base 3.4.0
|
||||
knot_creds_cert@Base 3.4.0
|
||||
knot_creds_free@Base 3.4.0
|
||||
knot_creds_hash@Base 3.5.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.4.0
|
||||
knot_ctl_alloc@Base 3.4.0
|
||||
knot_ctl_bind@Base 3.4.0
|
||||
knot_ctl_clone@Base 3.4.0
|
||||
knot_ctl_close@Base 3.4.0
|
||||
knot_ctl_connect@Base 3.4.0
|
||||
knot_ctl_free@Base 3.4.0
|
||||
knot_ctl_receive@Base 3.4.0
|
||||
knot_ctl_send@Base 3.4.0
|
||||
knot_ctl_set_timeout@Base 3.4.0
|
||||
knot_ctl_unbind@Base 3.4.0
|
||||
knot_db_lmdb_api@Base 3.4.0
|
||||
knot_db_lmdb_del_exact@Base 3.4.0
|
||||
knot_db_lmdb_get_mapsize@Base 3.4.0
|
||||
knot_db_lmdb_get_path@Base 3.4.0
|
||||
knot_db_lmdb_get_usage@Base 3.4.0
|
||||
knot_db_lmdb_iter_del@Base 3.4.0
|
||||
knot_db_lmdb_txn_begin@Base 3.4.0
|
||||
knot_db_trie_api@Base 3.4.0
|
||||
knot_dname_cmp@Base 3.4.0
|
||||
knot_dname_copy@Base 3.4.0
|
||||
knot_dname_copy_lower@Base 3.4.0
|
||||
knot_dname_free@Base 3.4.0
|
||||
knot_dname_from_str@Base 3.4.0
|
||||
knot_dname_in_bailiwick@Base 3.4.0
|
||||
knot_dname_is_case_equal@Base 3.4.0
|
||||
knot_dname_is_equal@Base 3.4.0
|
||||
knot_dname_labels@Base 3.4.0
|
||||
knot_dname_lf@Base 3.4.0
|
||||
knot_dname_matched_labels@Base 3.4.0
|
||||
knot_dname_prefixlen@Base 3.4.0
|
||||
knot_dname_realsize@Base 3.4.0
|
||||
knot_dname_replace_suffix@Base 3.4.0
|
||||
knot_dname_size@Base 3.4.0
|
||||
knot_dname_store@Base 3.4.0
|
||||
knot_dname_to_lower@Base 3.4.0
|
||||
knot_dname_to_str@Base 3.4.0
|
||||
knot_dname_to_wire@Base 3.4.0
|
||||
knot_dname_unpack@Base 3.4.0
|
||||
knot_dname_wire_check@Base 3.4.0
|
||||
knot_dname_with_null@Base 3.4.3
|
||||
knot_dnssec_alg_names@Base 3.4.0
|
||||
knot_edns_add_option@Base 3.4.0
|
||||
knot_edns_alignment_size@Base 3.4.0
|
||||
knot_edns_chain_parse@Base 3.4.0
|
||||
knot_edns_chain_size@Base 3.4.0
|
||||
knot_edns_chain_write@Base 3.4.0
|
||||
knot_edns_client_subnet_get_addr@Base 3.4.0
|
||||
knot_edns_client_subnet_parse@Base 3.4.0
|
||||
knot_edns_client_subnet_set_addr@Base 3.4.0
|
||||
knot_edns_client_subnet_size@Base 3.4.0
|
||||
knot_edns_client_subnet_write@Base 3.4.0
|
||||
knot_edns_cookie_client_check@Base 3.4.0
|
||||
knot_edns_cookie_client_generate@Base 3.4.0
|
||||
knot_edns_cookie_parse@Base 3.4.0
|
||||
knot_edns_cookie_server_check@Base 3.4.0
|
||||
knot_edns_cookie_server_generate@Base 3.4.0
|
||||
knot_edns_cookie_size@Base 3.4.0
|
||||
knot_edns_cookie_write@Base 3.4.0
|
||||
knot_edns_ede_names@Base 3.4.0
|
||||
knot_edns_get_ext_rcode@Base 3.4.0
|
||||
knot_edns_get_option@Base 3.4.0
|
||||
knot_edns_get_options@Base 3.4.0
|
||||
knot_edns_get_version@Base 3.4.0
|
||||
knot_edns_init@Base 3.4.0
|
||||
knot_edns_keepalive_parse@Base 3.4.0
|
||||
knot_edns_keepalive_size@Base 3.4.0
|
||||
knot_edns_keepalive_write@Base 3.4.0
|
||||
knot_edns_opt_names@Base 3.4.0
|
||||
knot_edns_reserve_option@Base 3.4.0
|
||||
knot_edns_set_ext_rcode@Base 3.4.0
|
||||
knot_edns_set_version@Base 3.4.0
|
||||
knot_edns_zoneversion_parse@Base 3.4.4
|
||||
knot_edns_zoneversion_write@Base 3.4.4
|
||||
knot_error_from_libdnssec@Base 3.4.0
|
||||
knot_eth_mtu@Base 3.4.0
|
||||
knot_eth_name_from_addr@Base 3.4.0
|
||||
knot_eth_queues@Base 3.4.0
|
||||
knot_eth_rss@Base 3.4.0
|
||||
knot_eth_vlans@Base 3.4.0
|
||||
knot_eth_xdp_mode@Base 3.4.0
|
||||
knot_get_obsolete_rdata_descriptor@Base 3.4.0
|
||||
knot_get_rdata_descriptor@Base 3.4.0
|
||||
knot_naptr_header_size@Base 3.4.0
|
||||
knot_opcode_names@Base 3.4.0
|
||||
knot_opt_code_to_string@Base 3.4.0
|
||||
knot_pkt_begin@Base 3.4.0
|
||||
knot_pkt_clear@Base 3.4.0
|
||||
knot_pkt_copy@Base 3.4.0
|
||||
knot_pkt_ext_rcode@Base 3.4.0
|
||||
knot_pkt_ext_rcode_name@Base 3.4.0
|
||||
knot_pkt_free@Base 3.4.0
|
||||
knot_pkt_init_response@Base 3.4.0
|
||||
knot_pkt_new@Base 3.4.0
|
||||
knot_pkt_parse@Base 3.4.0
|
||||
knot_pkt_parse_question@Base 3.4.0
|
||||
knot_pkt_put_question@Base 3.4.0
|
||||
knot_pkt_put_rotate@Base 3.4.0
|
||||
knot_pkt_reclaim@Base 3.4.0
|
||||
knot_pkt_reserve@Base 3.4.0
|
||||
knot_probe_alloc@Base 3.4.0
|
||||
knot_probe_consume@Base 3.4.0
|
||||
knot_probe_data_set@Base 3.4.0
|
||||
knot_probe_fd@Base 3.4.0
|
||||
knot_probe_free@Base 3.4.0
|
||||
knot_probe_produce@Base 3.4.0
|
||||
knot_probe_set_consumer@Base 3.4.0
|
||||
knot_probe_set_producer@Base 3.4.0
|
||||
knot_probe_tcp_rtt@Base 3.4.0
|
||||
knot_quic_cleanup@Base 3.4.0
|
||||
knot_quic_client@Base 3.4.0
|
||||
knot_quic_conn_block@Base 3.4.0
|
||||
knot_quic_conn_get_stream@Base 3.4.0
|
||||
knot_quic_conn_local_port@Base 3.4.0
|
||||
knot_quic_conn_new_stream@Base 3.4.0
|
||||
knot_quic_conn_next_timeout@Base 3.4.0
|
||||
knot_quic_conn_rtt@Base 3.4.0
|
||||
knot_quic_conn_stream_free@Base 3.4.0
|
||||
knot_quic_handle@Base 3.4.0
|
||||
knot_quic_hanle_expiry@Base 3.4.0
|
||||
knot_quic_send@Base 3.4.0
|
||||
knot_quic_session_available@Base 3.4.0
|
||||
knot_quic_session_load@Base 3.4.0
|
||||
knot_quic_session_save@Base 3.4.0
|
||||
knot_quic_stream_add_data@Base 3.4.0
|
||||
knot_quic_stream_get_process@Base 3.4.0
|
||||
knot_quic_table_free@Base 3.4.0
|
||||
knot_quic_table_new@Base 3.4.0
|
||||
knot_quic_table_rem@Base 3.4.0
|
||||
knot_quic_table_sweep@Base 3.4.0
|
||||
knot_rcode_names@Base 3.4.0
|
||||
knot_rdataset_add@Base 3.4.0
|
||||
knot_rdataset_at@Base 3.4.0
|
||||
knot_rdataset_clear@Base 3.4.0
|
||||
knot_rdataset_copy@Base 3.4.0
|
||||
knot_rdataset_eq@Base 3.4.0
|
||||
knot_rdataset_intersect@Base 3.4.0
|
||||
knot_rdataset_intersect2@Base 3.4.0
|
||||
knot_rdataset_member@Base 3.4.0
|
||||
knot_rdataset_merge@Base 3.4.0
|
||||
knot_rdataset_remove_at@Base 3.4.7
|
||||
knot_rdataset_subset@Base 3.4.0
|
||||
knot_rdataset_subtract@Base 3.4.0
|
||||
knot_rrclass_from_string@Base 3.4.0
|
||||
knot_rrclass_to_string@Base 3.4.0
|
||||
knot_rrset_add_rdata@Base 3.4.0
|
||||
knot_rrset_clear@Base 3.4.0
|
||||
knot_rrset_copy@Base 3.4.0
|
||||
knot_rrset_equal@Base 3.4.0
|
||||
knot_rrset_free@Base 3.4.0
|
||||
knot_rrset_is_nsec3rel@Base 3.4.0
|
||||
knot_rrset_new@Base 3.4.0
|
||||
knot_rrset_rr_from_wire@Base 3.4.0
|
||||
knot_rrset_rr_to_canonical@Base 3.4.0
|
||||
knot_rrset_size@Base 3.4.0
|
||||
knot_rrset_to_wire_extra@Base 3.4.0
|
||||
knot_rrset_txt_dump@Base 3.4.0
|
||||
knot_rrset_txt_dump_data@Base 3.4.0
|
||||
knot_rrset_txt_dump_edns@Base 3.4.0
|
||||
knot_rrset_txt_dump_header@Base 3.4.0
|
||||
knot_rrtype_additional_needed@Base 3.4.0
|
||||
knot_rrtype_from_string@Base 3.4.0
|
||||
knot_rrtype_is_dnssec@Base 3.4.0
|
||||
knot_rrtype_is_metatype@Base 3.4.0
|
||||
knot_rrtype_should_be_lowercased@Base 3.4.0
|
||||
knot_rrtype_to_string@Base 3.4.0
|
||||
knot_strerror@Base 3.4.0
|
||||
knot_svcb_param_names@Base 3.4.0
|
||||
knot_tcp_cleanup@Base 3.4.0
|
||||
knot_tcp_inbufs_upd@Base 3.4.0
|
||||
knot_tcp_outbufs_ack@Base 3.4.0
|
||||
knot_tcp_outbufs_add@Base 3.4.0
|
||||
knot_tcp_outbufs_can_send@Base 3.4.0
|
||||
knot_tcp_outbufs_usage@Base 3.4.0
|
||||
knot_tcp_recv@Base 3.4.0
|
||||
knot_tcp_reply_data@Base 3.4.0
|
||||
knot_tcp_send@Base 3.4.0
|
||||
knot_tcp_sweep@Base 3.4.0
|
||||
knot_tcp_table_free@Base 3.4.0
|
||||
knot_tcp_table_new@Base 3.4.0
|
||||
knot_tls_cert_check@Base 3.5.0
|
||||
knot_tls_cert_check_hostnames@Base 3.5.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_priority@Base 3.4.7
|
||||
knot_tls_recv@Base 3.5.0
|
||||
knot_tls_send@Base 3.5.0
|
||||
knot_tls_session@Base 3.4.0
|
||||
knot_tls_session_available@Base 3.4.1
|
||||
knot_tls_session_load@Base 3.4.1
|
||||
knot_tls_session_save@Base 3.4.1
|
||||
knot_tsig_add@Base 3.4.0
|
||||
knot_tsig_append@Base 3.4.0
|
||||
knot_tsig_client_check@Base 3.4.0
|
||||
knot_tsig_client_check_next@Base 3.4.0
|
||||
knot_tsig_create_rdata@Base 3.4.0
|
||||
knot_tsig_key_copy@Base 3.4.0
|
||||
knot_tsig_key_deinit@Base 3.4.0
|
||||
knot_tsig_key_init@Base 3.4.0
|
||||
knot_tsig_key_init_file@Base 3.4.0
|
||||
knot_tsig_key_init_str@Base 3.4.0
|
||||
knot_tsig_rcode_names@Base 3.4.0
|
||||
knot_tsig_rdata_alg@Base 3.4.0
|
||||
knot_tsig_rdata_alg_name@Base 3.4.0
|
||||
knot_tsig_rdata_error@Base 3.4.0
|
||||
knot_tsig_rdata_fudge@Base 3.4.0
|
||||
knot_tsig_rdata_is_ok@Base 3.4.0
|
||||
knot_tsig_rdata_mac@Base 3.4.0
|
||||
knot_tsig_rdata_mac_length@Base 3.4.0
|
||||
knot_tsig_rdata_orig_id@Base 3.4.0
|
||||
knot_tsig_rdata_other_data@Base 3.4.0
|
||||
knot_tsig_rdata_other_data_length@Base 3.4.0
|
||||
knot_tsig_rdata_set_fudge@Base 3.4.0
|
||||
knot_tsig_rdata_set_mac@Base 3.4.0
|
||||
knot_tsig_rdata_set_orig_id@Base 3.4.0
|
||||
knot_tsig_rdata_set_other_data@Base 3.4.0
|
||||
knot_tsig_rdata_set_time_signed@Base 3.4.0
|
||||
knot_tsig_rdata_time_signed@Base 3.4.0
|
||||
knot_tsig_rdata_tsig_timers_length@Base 3.4.0
|
||||
knot_tsig_rdata_tsig_variables_length@Base 3.4.0
|
||||
knot_tsig_server_check@Base 3.4.0
|
||||
knot_tsig_sign@Base 3.4.0
|
||||
knot_tsig_sign_next@Base 3.4.0
|
||||
knot_tsig_wire_maxsize@Base 3.4.0
|
||||
knot_tsig_wire_size@Base 3.4.0
|
||||
knot_xdp_deinit@Base 3.4.0
|
||||
knot_xdp_init@Base 3.4.0
|
||||
knot_xdp_recv@Base 3.4.0
|
||||
knot_xdp_recv_finish@Base 3.4.0
|
||||
knot_xdp_reply_alloc@Base 3.4.0
|
||||
knot_xdp_send@Base 3.4.0
|
||||
knot_xdp_send_alloc@Base 3.4.0
|
||||
knot_xdp_send_finish@Base 3.4.0
|
||||
knot_xdp_send_free@Base 3.4.0
|
||||
knot_xdp_send_prepare@Base 3.4.0
|
||||
knot_xdp_socket_info@Base 3.4.0
|
||||
knot_xdp_socket_stats@Base 3.4.0
|
||||
knot_xdp_socket_fd@Base 3.4.0
|
||||
yp_addr@Base 3.4.0
|
||||
yp_addr_noport@Base 3.4.0
|
||||
yp_addr_noport_to_bin@Base 3.4.0
|
||||
yp_addr_noport_to_txt@Base 3.4.0
|
||||
yp_addr_range_to_bin@Base 3.4.0
|
||||
yp_addr_range_to_txt@Base 3.4.0
|
||||
yp_addr_to_bin@Base 3.4.0
|
||||
yp_addr_to_txt@Base 3.4.0
|
||||
yp_base64_to_bin@Base 3.4.0
|
||||
yp_base64_to_txt@Base 3.4.0
|
||||
yp_bool_to_bin@Base 3.4.0
|
||||
yp_bool_to_txt@Base 3.4.0
|
||||
yp_deinit@Base 3.4.0
|
||||
yp_dname_to_bin@Base 3.4.0
|
||||
yp_dname_to_txt@Base 3.4.0
|
||||
yp_format_id@Base 3.4.0
|
||||
yp_format_key0@Base 3.4.0
|
||||
yp_format_key1@Base 3.4.0
|
||||
yp_hex_to_bin@Base 3.4.0
|
||||
yp_hex_to_txt@Base 3.4.0
|
||||
yp_init@Base 3.4.0
|
||||
yp_int_to_bin@Base 3.4.0
|
||||
yp_int_to_txt@Base 3.4.0
|
||||
yp_item_to_bin@Base 3.4.0
|
||||
yp_item_to_txt@Base 3.4.0
|
||||
yp_option_to_bin@Base 3.4.0
|
||||
yp_option_to_txt@Base 3.4.0
|
||||
yp_parse@Base 3.4.0
|
||||
yp_schema_check_deinit@Base 3.4.0
|
||||
yp_schema_check_init@Base 3.4.0
|
||||
yp_schema_check_parser@Base 3.4.0
|
||||
yp_schema_check_str@Base 3.4.0
|
||||
yp_schema_copy@Base 3.4.0
|
||||
yp_schema_find@Base 3.4.0
|
||||
yp_schema_free@Base 3.4.0
|
||||
yp_schema_merge@Base 3.4.0
|
||||
yp_schema_purge_dynamic@Base 3.4.0
|
||||
yp_set_input_file@Base 3.4.0
|
||||
yp_set_input_string@Base 3.4.0
|
||||
yp_str_to_bin@Base 3.4.0
|
||||
yp_str_to_txt@Base 3.4.0
|
||||
301
distro/pkg/deb/libknot16.symbols
Normal file
301
distro/pkg/deb/libknot16.symbols
Normal file
|
|
@ -0,0 +1,301 @@
|
|||
libknot.so.16 libknot16 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
KNOT_DB_LMDB_DUPSORT@Base 3.5.0
|
||||
KNOT_DB_LMDB_INTEGERKEY@Base 3.5.0
|
||||
KNOT_DB_LMDB_MAPASYNC@Base 3.5.0
|
||||
KNOT_DB_LMDB_NOSYNC@Base 3.5.0
|
||||
KNOT_DB_LMDB_NOTLS@Base 3.5.0
|
||||
KNOT_DB_LMDB_RDONLY@Base 3.5.0
|
||||
KNOT_DB_LMDB_WRITEMAP@Base 3.5.0
|
||||
KNOT_DUMP_STYLE_DEFAULT@Base 3.5.0
|
||||
knot_creds_cert@Base 3.5.0
|
||||
knot_creds_free@Base 3.5.0
|
||||
knot_creds_hash@Base 3.5.0
|
||||
knot_creds_init@Base 3.5.0
|
||||
knot_creds_init_peer@Base 3.5.0
|
||||
knot_creds_update@Base 3.5.0
|
||||
knot_ctl_accept@Base 3.5.0
|
||||
knot_ctl_alloc@Base 3.5.0
|
||||
knot_ctl_bind@Base 3.5.0
|
||||
knot_ctl_clone@Base 3.5.0
|
||||
knot_ctl_close@Base 3.5.0
|
||||
knot_ctl_connect@Base 3.5.0
|
||||
knot_ctl_free@Base 3.5.0
|
||||
knot_ctl_receive@Base 3.5.0
|
||||
knot_ctl_send@Base 3.5.0
|
||||
knot_ctl_set_timeout@Base 3.5.0
|
||||
knot_ctl_unbind@Base 3.5.0
|
||||
knot_db_lmdb_api@Base 3.5.0
|
||||
knot_db_lmdb_del_exact@Base 3.5.0
|
||||
knot_db_lmdb_get_mapsize@Base 3.5.0
|
||||
knot_db_lmdb_get_path@Base 3.5.0
|
||||
knot_db_lmdb_get_usage@Base 3.5.0
|
||||
knot_db_lmdb_iter_del@Base 3.5.0
|
||||
knot_db_lmdb_txn_begin@Base 3.5.0
|
||||
knot_db_trie_api@Base 3.5.0
|
||||
knot_dname_cmp@Base 3.5.0
|
||||
knot_dname_copy@Base 3.5.0
|
||||
knot_dname_copy_lower@Base 3.5.0
|
||||
knot_dname_free@Base 3.5.0
|
||||
knot_dname_from_str@Base 3.5.0
|
||||
knot_dname_in_bailiwick@Base 3.5.0
|
||||
knot_dname_is_case_equal@Base 3.5.0
|
||||
knot_dname_is_equal@Base 3.5.0
|
||||
knot_dname_labels@Base 3.5.0
|
||||
knot_dname_lf@Base 3.5.0
|
||||
knot_dname_matched_labels@Base 3.5.0
|
||||
knot_dname_prefixlen@Base 3.5.0
|
||||
knot_dname_realsize@Base 3.5.0
|
||||
knot_dname_replace_suffix@Base 3.5.0
|
||||
knot_dname_size@Base 3.5.0
|
||||
knot_dname_store@Base 3.5.0
|
||||
knot_dname_to_lower@Base 3.5.0
|
||||
knot_dname_to_str@Base 3.5.0
|
||||
knot_dname_to_wire@Base 3.5.0
|
||||
knot_dname_unpack@Base 3.5.0
|
||||
knot_dname_wire_check@Base 3.5.0
|
||||
knot_dname_with_null@Base 3.5.0
|
||||
knot_dnssec_alg_names@Base 3.5.0
|
||||
knot_edns_add_option@Base 3.5.0
|
||||
knot_edns_alignment_size@Base 3.5.0
|
||||
knot_edns_chain_parse@Base 3.5.0
|
||||
knot_edns_chain_size@Base 3.5.0
|
||||
knot_edns_chain_write@Base 3.5.0
|
||||
knot_edns_client_subnet_get_addr@Base 3.5.0
|
||||
knot_edns_client_subnet_parse@Base 3.5.0
|
||||
knot_edns_client_subnet_set_addr@Base 3.5.0
|
||||
knot_edns_client_subnet_size@Base 3.5.0
|
||||
knot_edns_client_subnet_write@Base 3.5.0
|
||||
knot_edns_cookie_client_check@Base 3.5.0
|
||||
knot_edns_cookie_client_generate@Base 3.5.0
|
||||
knot_edns_cookie_parse@Base 3.5.0
|
||||
knot_edns_cookie_server_check@Base 3.5.0
|
||||
knot_edns_cookie_server_generate@Base 3.5.0
|
||||
knot_edns_cookie_size@Base 3.5.0
|
||||
knot_edns_cookie_write@Base 3.5.0
|
||||
knot_edns_ede_names@Base 3.5.0
|
||||
knot_edns_get_ext_rcode@Base 3.5.0
|
||||
knot_edns_get_option@Base 3.5.0
|
||||
knot_edns_get_options@Base 3.5.0
|
||||
knot_edns_get_version@Base 3.5.0
|
||||
knot_edns_init@Base 3.5.0
|
||||
knot_edns_keepalive_parse@Base 3.5.0
|
||||
knot_edns_keepalive_size@Base 3.5.0
|
||||
knot_edns_keepalive_write@Base 3.5.0
|
||||
knot_edns_opt_names@Base 3.5.0
|
||||
knot_edns_reserve_option@Base 3.5.0
|
||||
knot_edns_set_ext_rcode@Base 3.5.0
|
||||
knot_edns_set_version@Base 3.5.0
|
||||
knot_edns_zoneversion_parse@Base 3.5.0
|
||||
knot_edns_zoneversion_write@Base 3.5.0
|
||||
knot_error_from_libdnssec@Base 3.5.0
|
||||
knot_eth_mtu@Base 3.5.0
|
||||
knot_eth_name_from_addr@Base 3.5.0
|
||||
knot_eth_queues@Base 3.5.0
|
||||
knot_eth_rss@Base 3.5.0
|
||||
knot_eth_vlans@Base 3.5.0
|
||||
knot_eth_xdp_mode@Base 3.5.0
|
||||
knot_get_obsolete_rdata_descriptor@Base 3.5.0
|
||||
knot_get_rdata_descriptor@Base 3.5.0
|
||||
knot_naptr_header_size@Base 3.5.0
|
||||
knot_opcode_names@Base 3.5.0
|
||||
knot_opt_code_to_string@Base 3.5.0
|
||||
knot_pkt_begin@Base 3.5.0
|
||||
knot_pkt_clear@Base 3.5.0
|
||||
knot_pkt_copy@Base 3.5.0
|
||||
knot_pkt_ext_rcode@Base 3.5.0
|
||||
knot_pkt_ext_rcode_name@Base 3.5.0
|
||||
knot_pkt_free@Base 3.5.0
|
||||
knot_pkt_init_response@Base 3.5.0
|
||||
knot_pkt_new@Base 3.5.0
|
||||
knot_pkt_parse@Base 3.5.0
|
||||
knot_pkt_parse_question@Base 3.5.0
|
||||
knot_pkt_put_question@Base 3.5.0
|
||||
knot_pkt_put_rotate@Base 3.5.0
|
||||
knot_pkt_reclaim@Base 3.5.0
|
||||
knot_pkt_reserve@Base 3.5.0
|
||||
knot_probe_alloc@Base 3.5.0
|
||||
knot_probe_consume@Base 3.5.0
|
||||
knot_probe_data_set@Base 3.5.0
|
||||
knot_probe_fd@Base 3.5.0
|
||||
knot_probe_free@Base 3.5.0
|
||||
knot_probe_produce@Base 3.5.0
|
||||
knot_probe_set_consumer@Base 3.5.0
|
||||
knot_probe_set_producer@Base 3.5.0
|
||||
knot_probe_tcp_rtt@Base 3.5.0
|
||||
knot_quic_cleanup@Base 3.5.0
|
||||
knot_quic_client@Base 3.5.0
|
||||
knot_quic_conn_block@Base 3.5.0
|
||||
knot_quic_conn_get_stream@Base 3.5.0
|
||||
knot_quic_conn_local_port@Base 3.5.0
|
||||
knot_quic_conn_new_stream@Base 3.5.0
|
||||
knot_quic_conn_next_timeout@Base 3.5.0
|
||||
knot_quic_conn_rtt@Base 3.5.0
|
||||
knot_quic_conn_stream_free@Base 3.5.0
|
||||
knot_quic_handle@Base 3.5.0
|
||||
knot_quic_hanle_expiry@Base 3.5.0
|
||||
knot_quic_send@Base 3.5.0
|
||||
knot_quic_session_available@Base 3.5.0
|
||||
knot_quic_session_load@Base 3.5.0
|
||||
knot_quic_session_save@Base 3.5.0
|
||||
knot_quic_stream_add_data@Base 3.5.0
|
||||
knot_quic_stream_get_process@Base 3.5.0
|
||||
knot_quic_table_free@Base 3.5.0
|
||||
knot_quic_table_new@Base 3.5.0
|
||||
knot_quic_table_rem@Base 3.5.0
|
||||
knot_quic_table_sweep@Base 3.5.0
|
||||
knot_rcode_names@Base 3.5.0
|
||||
knot_rdataset_add@Base 3.5.0
|
||||
knot_rdataset_at@Base 3.5.0
|
||||
knot_rdataset_clear@Base 3.5.0
|
||||
knot_rdataset_copy@Base 3.5.0
|
||||
knot_rdataset_eq@Base 3.5.0
|
||||
knot_rdataset_intersect@Base 3.5.0
|
||||
knot_rdataset_intersect2@Base 3.5.0
|
||||
knot_rdataset_member@Base 3.5.0
|
||||
knot_rdataset_merge@Base 3.5.0
|
||||
knot_rdataset_remove_at@Base 3.5.0
|
||||
knot_rdataset_subset@Base 3.5.0
|
||||
knot_rdataset_subtract@Base 3.5.0
|
||||
knot_rrclass_from_string@Base 3.5.0
|
||||
knot_rrclass_to_string@Base 3.5.0
|
||||
knot_rrset_add_rdata@Base 3.5.0
|
||||
knot_rrset_clear@Base 3.5.0
|
||||
knot_rrset_copy@Base 3.5.0
|
||||
knot_rrset_equal@Base 3.5.0
|
||||
knot_rrset_free@Base 3.5.0
|
||||
knot_rrset_is_nsec3rel@Base 3.5.0
|
||||
knot_rrset_new@Base 3.5.0
|
||||
knot_rrset_rr_from_wire@Base 3.5.0
|
||||
knot_rrset_rr_to_canonical@Base 3.5.0
|
||||
knot_rrset_size@Base 3.5.0
|
||||
knot_rrset_to_wire_extra@Base 3.5.0
|
||||
knot_rrset_txt_dump@Base 3.5.0
|
||||
knot_rrset_txt_dump_data@Base 3.5.0
|
||||
knot_rrset_txt_dump_edns@Base 3.5.0
|
||||
knot_rrset_txt_dump_header@Base 3.5.0
|
||||
knot_rrtype_additional_needed@Base 3.5.0
|
||||
knot_rrtype_from_string@Base 3.5.0
|
||||
knot_rrtype_is_dnssec@Base 3.5.0
|
||||
knot_rrtype_is_metatype@Base 3.5.0
|
||||
knot_rrtype_should_be_lowercased@Base 3.5.0
|
||||
knot_rrtype_to_string@Base 3.5.0
|
||||
knot_strerror@Base 3.5.0
|
||||
knot_svcb_param_names@Base 3.5.0
|
||||
knot_tcp_cleanup@Base 3.5.0
|
||||
knot_tcp_inbufs_upd@Base 3.5.0
|
||||
knot_tcp_outbufs_ack@Base 3.5.0
|
||||
knot_tcp_outbufs_add@Base 3.5.0
|
||||
knot_tcp_outbufs_can_send@Base 3.5.0
|
||||
knot_tcp_outbufs_usage@Base 3.5.0
|
||||
knot_tcp_recv@Base 3.5.0
|
||||
knot_tcp_reply_data@Base 3.5.0
|
||||
knot_tcp_send@Base 3.5.0
|
||||
knot_tcp_sweep@Base 3.5.0
|
||||
knot_tcp_table_free@Base 3.5.0
|
||||
knot_tcp_table_new@Base 3.5.0
|
||||
knot_tls_cert_check@Base 3.5.0
|
||||
knot_tls_cert_check_hostnames@Base 3.5.0
|
||||
knot_tls_conn_block@Base 3.5.0
|
||||
knot_tls_conn_del@Base 3.5.0
|
||||
knot_tls_conn_new@Base 3.5.0
|
||||
knot_tls_ctx_free@Base 3.5.0
|
||||
knot_tls_ctx_new@Base 3.5.0
|
||||
knot_tls_handshake@Base 3.5.0
|
||||
knot_tls_pin@Base 3.5.0
|
||||
knot_tls_pin_check@Base 3.5.0
|
||||
knot_tls_priority@Base 3.5.0
|
||||
knot_tls_recv@Base 3.5.0
|
||||
knot_tls_send@Base 3.5.0
|
||||
knot_tls_session@Base 3.5.0
|
||||
knot_tls_session_available@Base 3.5.0
|
||||
knot_tls_session_load@Base 3.5.0
|
||||
knot_tls_session_save@Base 3.5.0
|
||||
knot_tsig_add@Base 3.5.0
|
||||
knot_tsig_append@Base 3.5.0
|
||||
knot_tsig_client_check@Base 3.5.0
|
||||
knot_tsig_client_check_next@Base 3.5.0
|
||||
knot_tsig_create_rdata@Base 3.5.0
|
||||
knot_tsig_key_copy@Base 3.5.0
|
||||
knot_tsig_key_deinit@Base 3.5.0
|
||||
knot_tsig_key_init@Base 3.5.0
|
||||
knot_tsig_key_init_file@Base 3.5.0
|
||||
knot_tsig_key_init_str@Base 3.5.0
|
||||
knot_tsig_rcode_names@Base 3.5.0
|
||||
knot_tsig_rdata_alg@Base 3.5.0
|
||||
knot_tsig_rdata_alg_name@Base 3.5.0
|
||||
knot_tsig_rdata_error@Base 3.5.0
|
||||
knot_tsig_rdata_fudge@Base 3.5.0
|
||||
knot_tsig_rdata_is_ok@Base 3.5.0
|
||||
knot_tsig_rdata_mac@Base 3.5.0
|
||||
knot_tsig_rdata_mac_length@Base 3.5.0
|
||||
knot_tsig_rdata_orig_id@Base 3.5.0
|
||||
knot_tsig_rdata_other_data@Base 3.5.0
|
||||
knot_tsig_rdata_other_data_length@Base 3.5.0
|
||||
knot_tsig_rdata_set_fudge@Base 3.5.0
|
||||
knot_tsig_rdata_set_mac@Base 3.5.0
|
||||
knot_tsig_rdata_set_orig_id@Base 3.5.0
|
||||
knot_tsig_rdata_set_other_data@Base 3.5.0
|
||||
knot_tsig_rdata_set_time_signed@Base 3.5.0
|
||||
knot_tsig_rdata_time_signed@Base 3.5.0
|
||||
knot_tsig_rdata_tsig_timers_length@Base 3.5.0
|
||||
knot_tsig_rdata_tsig_variables_length@Base 3.5.0
|
||||
knot_tsig_server_check@Base 3.5.0
|
||||
knot_tsig_sign@Base 3.5.0
|
||||
knot_tsig_sign_next@Base 3.5.0
|
||||
knot_tsig_wire_maxsize@Base 3.5.0
|
||||
knot_tsig_wire_size@Base 3.5.0
|
||||
knot_xdp_deinit@Base 3.5.0
|
||||
knot_xdp_init@Base 3.5.0
|
||||
knot_xdp_recv@Base 3.5.0
|
||||
knot_xdp_recv_finish@Base 3.5.0
|
||||
knot_xdp_reply_alloc@Base 3.5.0
|
||||
knot_xdp_send@Base 3.5.0
|
||||
knot_xdp_send_alloc@Base 3.5.0
|
||||
knot_xdp_send_finish@Base 3.5.0
|
||||
knot_xdp_send_free@Base 3.5.0
|
||||
knot_xdp_send_prepare@Base 3.5.0
|
||||
knot_xdp_socket_info@Base 3.5.0
|
||||
knot_xdp_socket_stats@Base 3.5.0
|
||||
knot_xdp_socket_fd@Base 3.5.0
|
||||
yp_addr@Base 3.5.0
|
||||
yp_addr_noport@Base 3.5.0
|
||||
yp_addr_noport_to_bin@Base 3.5.0
|
||||
yp_addr_noport_to_txt@Base 3.5.0
|
||||
yp_addr_range_to_bin@Base 3.5.0
|
||||
yp_addr_range_to_txt@Base 3.5.0
|
||||
yp_addr_to_bin@Base 3.5.0
|
||||
yp_addr_to_txt@Base 3.5.0
|
||||
yp_base64_to_bin@Base 3.5.0
|
||||
yp_base64_to_txt@Base 3.5.0
|
||||
yp_bool_to_bin@Base 3.5.0
|
||||
yp_bool_to_txt@Base 3.5.0
|
||||
yp_deinit@Base 3.5.0
|
||||
yp_dname_to_bin@Base 3.5.0
|
||||
yp_dname_to_txt@Base 3.5.0
|
||||
yp_format_id@Base 3.5.0
|
||||
yp_format_key0@Base 3.5.0
|
||||
yp_format_key1@Base 3.5.0
|
||||
yp_hex_to_bin@Base 3.5.0
|
||||
yp_hex_to_txt@Base 3.5.0
|
||||
yp_init@Base 3.5.0
|
||||
yp_int_to_bin@Base 3.5.0
|
||||
yp_int_to_txt@Base 3.5.0
|
||||
yp_item_to_bin@Base 3.5.0
|
||||
yp_item_to_txt@Base 3.5.0
|
||||
yp_option_to_bin@Base 3.5.0
|
||||
yp_option_to_txt@Base 3.5.0
|
||||
yp_parse@Base 3.5.0
|
||||
yp_schema_check_deinit@Base 3.5.0
|
||||
yp_schema_check_init@Base 3.5.0
|
||||
yp_schema_check_parser@Base 3.5.0
|
||||
yp_schema_check_str@Base 3.5.0
|
||||
yp_schema_copy@Base 3.5.0
|
||||
yp_schema_find@Base 3.5.0
|
||||
yp_schema_free@Base 3.5.0
|
||||
yp_schema_merge@Base 3.5.0
|
||||
yp_schema_purge_dynamic@Base 3.5.0
|
||||
yp_set_input_file@Base 3.5.0
|
||||
yp_set_input_string@Base 3.5.0
|
||||
yp_str_to_bin@Base 3.5.0
|
||||
yp_str_to_txt@Base 3.5.0
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
libzscanner.so.4 libzscanner4 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
zs_deinit@Base 3.1.0
|
||||
zs_errorname@Base 3.1.0
|
||||
zs_init@Base 3.1.0
|
||||
zs_parse_all@Base 3.1.0
|
||||
zs_parse_record@Base 3.1.0
|
||||
zs_set_input_file@Base 3.1.0
|
||||
zs_set_input_string@Base 3.1.0
|
||||
zs_set_processing@Base 3.1.0
|
||||
zs_set_processing_comment@Base 3.1.0
|
||||
zs_strerror@Base 3.1.0
|
||||
12
distro/pkg/deb/libzscanner5.symbols
Normal file
12
distro/pkg/deb/libzscanner5.symbols
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
libzscanner.so.5 libzscanner5 #MINVER#
|
||||
* Build-Depends-Package: libknot-dev
|
||||
zs_deinit@Base 3.5.0
|
||||
zs_errorname@Base 3.5.0
|
||||
zs_init@Base 3.5.0
|
||||
zs_parse_all@Base 3.5.0
|
||||
zs_parse_record@Base 3.5.0
|
||||
zs_set_input_file@Base 3.5.0
|
||||
zs_set_input_string@Base 3.5.0
|
||||
zs_set_processing@Base 3.5.0
|
||||
zs_set_processing_comment@Base 3.5.0
|
||||
zs_strerror@Base 3.5.0
|
||||
Loading…
Reference in a new issue