diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/libknot14.symbols | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6feff1a..53a4be1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +knot (3.3.6-2) unstable; urgency=medium + + * Include 64-bit time_t patch in Salsa + + -- Jakub Ružička <jakub.ruzicka@nic.cz> Fri, 14 Jun 2024 14:10:44 +0200 + +knot (3.3.6-1) unstable; urgency=medium + + * New upstream version 3.3.6 + * Add new knot_ctl_bind2 symbol to libknot14.symbols + + -- Jakub Ružička <jakub.ruzicka@nic.cz> Thu, 13 Jun 2024 21:56:14 +0200 + knot (3.3.5-1.1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 9d15cd4..660327f 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: automake, debhelper-compat (= 13), dh-python, + dpkg-dev (>= 1.22.5), libbpf-dev [!hurd-amd64 !hurd-i386 !alpha !arc !hppa !ia64 !loong64 !m68k !powerpc !sh4 !sparc64 !x32], libcap-ng-dev [!hurd-amd64 !hurd-i386], libedit-dev, diff --git a/debian/libknot14.symbols b/debian/libknot14.symbols index b6e7caf..174d517 100644 --- a/debian/libknot14.symbols +++ b/debian/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 |