Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
8c2ad72f
Commit
8c2ad72f
authored
Mar 01, 2019
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update library versions
parent
1f4a272a
Pipeline
#45950
passed with stages
in 14 minutes and 4 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
21 deletions
+21
-21
configure.ac
configure.ac
+3
-3
distro/deb/control
distro/deb/control
+15
-15
distro/deb/libdnssec7.install
distro/deb/libdnssec7.install
+0
-0
distro/deb/libdnssec7.symbols
distro/deb/libdnssec7.symbols
+1
-1
distro/deb/libknot9.install
distro/deb/libknot9.install
+0
-0
distro/deb/libknot9.symbols
distro/deb/libknot9.symbols
+1
-1
distro/deb/libzscanner3.install
distro/deb/libzscanner3.install
+0
-0
distro/deb/libzscanner3.symbols
distro/deb/libzscanner3.symbols
+1
-1
No files found.
configure.ac
View file @
8c2ad72f
...
...
@@ -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],
8
, 0, 0)
KNOT_LIB_VERSION([libdnssec],
6
, 0, 0)
KNOT_LIB_VERSION([libzscanner],
2
, 0, 0)
KNOT_LIB_VERSION([libknot],
9
, 0, 0)
KNOT_LIB_VERSION([libdnssec],
7
, 0, 0)
KNOT_LIB_VERSION([libzscanner],
3
, 0, 0)
AC_SUBST([KNOT_VERSION_MAJOR], knot_VERSION_MAJOR)
AC_SUBST([KNOT_VERSION_MINOR], knot_VERSION_MINOR)
...
...
distro/deb/control
View file @
8c2ad72f
...
...
@@ -40,9 +40,9 @@ Package: knot
Architecture: any
Depends:
adduser,
libdnssec
6
(= ${binary:Version}),
libknot
8
(= ${binary:Version}),
libzscanner
2
(= ${binary:Version}),
libdnssec
7
(= ${binary:Version}),
libknot
9
(= ${binary:Version}),
libzscanner
3
(= ${binary:Version}),
lsb-base (>= 3.0-6),
${misc:Depends},
${shlibs:Depends},
...
...
@@ -56,7 +56,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: libknot
8
Package: libknot
9
Architecture: any
Multi-Arch: same
Depends:
...
...
@@ -80,7 +80,7 @@ Description: Authoritative domain name server (shared library)
This package provides libknot shared library used by Knot DNS and
Knot Resolver.
Package: libzscanner
2
Package: libzscanner
3
Architecture: any
Multi-Arch: same
Depends:
...
...
@@ -104,7 +104,7 @@ Description: DNS zone-parsing library from Knot
This package provides a fast zone parser shared library used by Knot
DNS and Knot Resolver.
Package: libdnssec
6
Package: libdnssec
7
Architecture: any
Multi-Arch: same
Depends:
...
...
@@ -132,10 +132,10 @@ Package: libknot-dev
Architecture: any
Multi-Arch: same
Depends:
libdnssec
6
(= ${binary:Version}),
libdnssec
7
(= ${binary:Version}),
libgnutls28-dev,
libknot
8
(= ${binary:Version}),
libzscanner
2
(= ${binary:Version}),
libknot
9
(= ${binary:Version}),
libzscanner
3
(= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Section: libdevel
...
...
@@ -157,9 +157,9 @@ Description: Knot DNS shared library development files
Package: knot-dnsutils
Architecture: any
Depends:
libdnssec
6
(= ${binary:Version}),
libknot
8
(= ${binary:Version}),
libzscanner
2
(= ${binary:Version}),
libdnssec
7
(= ${binary:Version}),
libknot
9
(= ${binary:Version}),
libzscanner
3
(= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Clients provided with Knot DNS (kdig, knslookup, knsupdate)
...
...
@@ -185,9 +185,9 @@ Description: Clients provided with Knot DNS (kdig, knslookup, knsupdate)
Package: knot-host
Architecture: any
Depends:
libdnssec
6
(= ${binary:Version}),
libknot
8
(= ${binary:Version}),
libzscanner
2
(= ${binary:Version}),
libdnssec
7
(= ${binary:Version}),
libknot
9
(= ${binary:Version}),
libzscanner
3
(= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Version of 'host' bundled with Knot DNS
...
...
distro/deb/libdnssec
6
.install
→
distro/deb/libdnssec
7
.install
View file @
8c2ad72f
File moved
distro/deb/libdnssec
6
.symbols
→
distro/deb/libdnssec
7
.symbols
View file @
8c2ad72f
libdnssec.so.
6 libdnssec6
#MINVER#
libdnssec.so.
7 libdnssec7
#MINVER#
dnssec_algorithm_digest_support@Base 2.6.0
dnssec_algorithm_key_size_check@Base 2.3.0
dnssec_algorithm_key_size_default@Base 2.3.0
...
...
distro/deb/libknot
8
.install
→
distro/deb/libknot
9
.install
View file @
8c2ad72f
File moved
distro/deb/libknot
8
.symbols
→
distro/deb/libknot
9
.symbols
View file @
8c2ad72f
libknot.so.
8 libknot8
#MINVER#
libknot.so.
9 libknot9
#MINVER#
KNOT_DB_LMDB_DUPSORT@Base 2.5.0
KNOT_DB_LMDB_INTEGERKEY@Base 2.4.0
KNOT_DB_LMDB_MAPASYNC@Base 2.5.0
...
...
distro/deb/libzscanner
2
.install
→
distro/deb/libzscanner
3
.install
View file @
8c2ad72f
File moved
distro/deb/libzscanner
2
.symbols
→
distro/deb/libzscanner
3
.symbols
View file @
8c2ad72f
libzscanner.so.
2 libzscanner2
#MINVER#
libzscanner.so.
3 libzscanner3
#MINVER#
zs_deinit@Base 2.3.0
zs_errorname@Base 2.3.0
zs_init@Base 2.3.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment