Your message dated Mon, 16 Mar 2026 15:22:57 +0000
with message-id <[email protected]>
and subject line Bug#1130927: fixed in otpclient 4.4.1-1
has caused the Debian Bug report #1130927,
regarding otpclient: FTBFS with libcotp4: error: ‘SHA1’ undeclared (first use
in this function)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1130927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: otpclient
Version: 4.1.1-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected]
Dear maintainer,
otpclient FTBFS with libcotp 4.0.0-1:
[ 10%] Building C object
src/cli/CMakeFiles/OTPClient-cli.dir/__/common/db-common.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT src/gui/CMakeFiles/OTPClient.dir/__/common/aegis.c.o
-MF CMakeFiles/OTPClient.dir/__/common/aegis.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/aegis.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/aegis.c
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/cli &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/uuid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT
src/cli/CMakeFiles/OTPClient-cli.dir/__/common/db-common.c.o -MF
CMakeFiles/OTPClient-cli.dir/__/common/db-common.c.o.d -o
CMakeFiles/OTPClient-cli.dir/__/common/db-common.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/db-common.c
/build/reproducible-path/otpclient-4.1.1/src/common/common.c: In function
‘get_algo_int_from_str’:
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:57:20: error:
‘SHA1’ undeclared (first use in this function)
57 | algo_int = SHA1;
| ^~~~
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:57:20: note: each
undeclared identifier is reported only once for each function it appears in
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:59:20: error:
‘SHA256’ undeclared (first use in this function)
59 | algo_int = SHA256;
| ^~~~~~
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:61:20: error:
‘SHA512’ undeclared (first use in this function)
61 | algo_int = SHA512;
| ^~~~~~
make[3]: *** [src/cli/CMakeFiles/OTPClient-cli.dir/build.make:110:
src/cli/CMakeFiles/OTPClient-cli.dir/__/common/common.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 11%] Building C object
src/cli/CMakeFiles/OTPClient-cli.dir/__/common/freeotp.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/cli &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/uuid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT
src/cli/CMakeFiles/OTPClient-cli.dir/__/common/freeotp.c.o -MF
CMakeFiles/OTPClient-cli.dir/__/common/freeotp.c.o.d -o
CMakeFiles/OTPClient-cli.dir/__/common/freeotp.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/freeotp.c
[ 13%] Building C object src/gui/CMakeFiles/OTPClient.dir/__/common/authpro.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT src/gui/CMakeFiles/OTPClient.dir/__/common/authpro.c.o
-MF CMakeFiles/OTPClient.dir/__/common/authpro.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/authpro.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/authpro.c
[ 15%] Building C object src/gui/CMakeFiles/OTPClient.dir/__/common/common.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT src/gui/CMakeFiles/OTPClient.dir/__/common/common.c.o
-MF CMakeFiles/OTPClient.dir/__/common/common.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/common.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/common.c
[ 18%] Building C object
src/gui/CMakeFiles/OTPClient.dir/__/common/db-common.c.o
[ 18%] Building C object
src/gui/CMakeFiles/OTPClient.dir/__/common/file-size.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT
src/gui/CMakeFiles/OTPClient.dir/__/common/file-size.c.o -MF
CMakeFiles/OTPClient.dir/__/common/file-size.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/file-size.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/file-size.c
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT
src/gui/CMakeFiles/OTPClient.dir/__/common/db-common.c.o -MF
CMakeFiles/OTPClient.dir/__/common/db-common.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/db-common.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/db-common.c
make[3]: Leaving directory
'/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:164:
src/cli/CMakeFiles/OTPClient-cli.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 20%] Building C object src/gui/CMakeFiles/OTPClient.dir/__/common/freeotp.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT src/gui/CMakeFiles/OTPClient.dir/__/common/freeotp.c.o
-MF CMakeFiles/OTPClient.dir/__/common/freeotp.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/freeotp.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/freeotp.c
[ 22%] Building C object src/gui/CMakeFiles/OTPClient.dir/__/common/gquarks.c.o
cd /build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu/src/gui &&
/usr/bin/cc -DDESTINATION=\"/usr\" -DGETTEXT_PACKAGE=\"OTPClient\"
-I/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cloudproviders
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glycin-2
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6
-I/usr/include/uuid -I/usr/include/libsecret-1 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/otpclient-4.1.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pie
-fPIE -std=gnu11 -MD -MT src/gui/CMakeFiles/OTPClient.dir/__/common/gquarks.c.o
-MF CMakeFiles/OTPClient.dir/__/common/gquarks.c.o.d -o
CMakeFiles/OTPClient.dir/__/common/gquarks.c.o -c
/build/reproducible-path/otpclient-4.1.1/src/common/gquarks.c
/build/reproducible-path/otpclient-4.1.1/src/common/common.c: In function
‘get_algo_int_from_str’:
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:57:20: error:
‘SHA1’ undeclared (first use in this function)
57 | algo_int = SHA1;
| ^~~~
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:57:20: note: each
undeclared identifier is reported only once for each function it appears in
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:59:20: error:
‘SHA256’ undeclared (first use in this function)
59 | algo_int = SHA256;
| ^~~~~~
/build/reproducible-path/otpclient-4.1.1/src/common/common.c:61:20: error:
‘SHA512’ undeclared (first use in this function)
61 | algo_int = SHA512;
| ^~~~~~
make[3]: *** [src/gui/CMakeFiles/OTPClient.dir/build.make:110:
src/gui/CMakeFiles/OTPClient.dir/__/common/common.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:132: src/gui/CMakeFiles/OTPClient.dir/all]
Error 2
make[2]: Leaving directory
'/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/otpclient-4.1.1/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j6 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
See
https://buildd.debian.org/status/fetch.php?pkg=otpclient&arch=amd64&ver=4.1.1-1%2Bb1&stamp=1773600809&raw=0
for more details.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: otpclient
Source-Version: 4.4.1-1
Done: Francisco Vilmar Cardoso Ruviaro <[email protected]>
We believe that the bug you reported is fixed in the latest version of
otpclient, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francisco Vilmar Cardoso Ruviaro <[email protected]> (supplier of updated
otpclient package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 16 Mar 2026 14:53:07 +0000
Source: otpclient
Architecture: source
Version: 4.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Francisco Vilmar Cardoso Ruviaro <[email protected]>
Changed-By: Francisco Vilmar Cardoso Ruviaro <[email protected]>
Closes: 1130927
Changes:
otpclient (4.4.1-1) unstable; urgency=medium
.
* New upstream version 4.4.1. (Closes: #1130927)
* Refresh debian/patches/001-use_debhelper_CFLAGS.patch.
* Update debian/otpclient.install.
* Bump Standards-Version to 4.7.3.
* Remove redundant Priority field.
* Update upstream and packaging copyright years.
* Remove cmake/FindGcrypt.cmake entry from debian/copyright.
* Remove GPL-2 and GPL-3 license paragraphs.
Checksums-Sha1:
b92733d97d80a47bad823819596f4cd2cfaac838 2379 otpclient_4.4.1-1.dsc
326be4c3868c1d69b3db53a1a2c8b2100c3c9b89 222352 otpclient_4.4.1.orig.tar.gz
9ddac9ced6edb26af365eabae7eeb28b2778ab59 870 otpclient_4.4.1.orig.tar.gz.asc
fd00ca0c091bfbc9340fd729130630a05df62066 11580 otpclient_4.4.1-1.debian.tar.xz
e17b437bca40994eade950aa356a1cd8824dc364 18433
otpclient_4.4.1-1_amd64.buildinfo
Checksums-Sha256:
4a784d9a59e4bb54de1d56df4c6e3663bc997908089ef25e0823b3516ab90e77 2379
otpclient_4.4.1-1.dsc
d0de26c77fd0aaf0bd6eeef9a5854ec0422bd5a57e3c5a660cf69071621c792a 222352
otpclient_4.4.1.orig.tar.gz
947eaf78c1e713a28bb965c884d9a9489517f3d6edaaf5a7d373674d9fe9af78 870
otpclient_4.4.1.orig.tar.gz.asc
3e0061bf2356d9def194cb0bb7127967cfe4ac22048a4066feb41c1a7fbaeb1c 11580
otpclient_4.4.1-1.debian.tar.xz
e1dae9c546ecb1f445fc61bac3b43d5d7760c572f264c3da42e1e3f3571642a2 18433
otpclient_4.4.1-1_amd64.buildinfo
Files:
5948da6c4a1ac2a457b45ef0127bc439 2379 utils optional otpclient_4.4.1-1.dsc
81662f9365f45dd9c9eff83d41c6919c 222352 utils optional
otpclient_4.4.1.orig.tar.gz
02c938810d0995ccdd1b4fb65e353d59 870 utils optional
otpclient_4.4.1.orig.tar.gz.asc
91cd17df8c6443a8c1569fb0148e3d1e 11580 utils optional
otpclient_4.4.1-1.debian.tar.xz
6282e0b4f42c19223e020439e9251e39 18433 utils optional
otpclient_4.4.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEG4z2Vu87hEcvSPDngvv3BgsvfQAFAmm4G3sSHHZpbG1hckBk
ZWJpYW4ub3JnAAoJEIL79wYLL30ARg4QAJ1OinSjPKbHFUjTXxHwvosttSJ11OYT
5DbMFuDDeOsTpEevFVyX3lT6yWwvRcZom+XmwQg/c9XRZ7B537CJ3jY3gMwDhGIu
nilPSKH7WsPOGR/746SLUgVmVwj0xsXWhcs4ynpifHKR8aliyTEec5TBJtq3zStW
zoEsTgHjt5Ui8pcrx9bSiMUWmIaF9Npybmgd1STyyZWmlm1ibV5NGrVY1fxhDPfZ
XkbIoBKlf15OhF5Cqe6wybWOt4k0AQ+tInK+ITLAwTZrx4BCMyC5PeAgGvu82ear
y/+U1oseCt47uJCsVlsQBmO4tvnFc0pkKSQ7lT6xp5fUxZS962b3FBrMj/zVIrDI
jMPLngBdQMi/JyJUJjcU0fY3vLDF/tbALKqt/koDRnHH+goPZnCGGBrVXHiLEkv8
DKk8+fV9ojKYGzcmxSoUjyybwuj40RaOxBuN9pCShf/FPB+Sc2UbgRb6z6KEwU6u
ygns3Ow4uyzb7WL2Ax488ySQJ48/s4FLwU1uAvXjhwY7hVODjHt0J7y/lUExV+SM
TfluVsnAZo5q0YY+k7fZ+PfVvo9411fka4kiZ0gr53KlTtAp/MNf2//ZtmxoHVUy
VrlHnnyvdz76PS07+KkBCKm8unltS+dbf4MnXcinZKVxI6Jclg1bSZeHTkR+PkIB
ZRG+shIuAlKv
=sD6z
-----END PGP SIGNATURE-----
pgpVoVxcPenYs.pgp
Description: PGP signature
--- End Message ---