diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:20:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:20:41 +0000 |
commit | 0f7d4f1e075b4986470e2661dce092348433da4e (patch) | |
tree | 59abfcde923568a7d642169a730b4ab249dff5aa | |
parent | Merging upstream version 1.15.0. (diff) | |
download | libfido2-0f7d4f1e075b4986470e2661dce092348433da4e.tar.xz libfido2-0f7d4f1e075b4986470e2661dce092348433da4e.zip |
Merging debian version 1.15.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libfido2-1.symbols | 4 |
3 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5b34d34..c1d0a4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libfido2 (1.15.0-1) unstable; urgency=medium + + * Build-depend on pkgconf rather than pkg-config. + * New upstream release. + * Standards-Version: 4.7.0 (no changes required). + + -- Colin Watson <cjwatson@debian.org> Mon, 17 Jun 2024 12:33:55 +0100 + libfido2 (1.14.0-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 2eba386..fccb301 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ XSBC-Original-Uploaders: Colin Watson <cjwatson@debian.org>, nicoo <nicoo@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Build-Depends: debhelper-compat (= 13), - pkg-config, + pkgconf, cmake (>= 3.14), mandoc, libcbor-dev, diff --git a/debian/libfido2-1.symbols b/debian/libfido2-1.symbols index ad3e1d6..60eb230 100644 --- a/debian/libfido2-1.symbols +++ b/debian/libfido2-1.symbols @@ -147,6 +147,7 @@ libfido2.so.1 libfido2-1 #MINVER# fido_cred_pubkey_ptr@Base 1.1.0 fido_cred_rp_id@Base 1.1.0 fido_cred_rp_name@Base 1.1.0 + fido_cred_set_attobj@Base 1.15.0 fido_cred_set_attstmt@Base 1.9.0 fido_cred_set_authdata@Base 1.1.0 fido_cred_set_authdata_raw@Base 1.3.0 @@ -176,6 +177,9 @@ libfido2.so.1 libfido2-1 #MINVER# fido_cred_verify@Base 1.1.0 fido_cred_verify_self@Base 1.3.0 fido_cred_x5c_len@Base 1.1.0 + fido_cred_x5c_list_count@Base 1.15.0 + fido_cred_x5c_list_len@Base 1.15.0 + fido_cred_x5c_list_ptr@Base 1.15.0 fido_cred_x5c_ptr@Base 1.1.0 fido_credman_del_dev_rk@Base 1.2.0 fido_credman_get_dev_metadata@Base 1.2.0 |