Your message dated Thu, 07 Nov 2024 20:43:34 +0000
with message-id <e1t99lq-000vhg...@fasolo.debian.org>
and subject line Bug#1075201: fixed in libre 2.0.1-3
has caused the Debian Bug report #1075201,
regarding libre: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libre
Version: 2.0.1-2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/libre_2.0.1-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
CC build-x86_64/udp/udp.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/udp/udp.c -o build-x86_64/udp/udp.o -MD -MF
build-x86_64/udp/udp.d -MT build-x86_64/udp/udp.o
CC build-x86_64/udp/mcast.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/udp/mcast.c -o build-x86_64/udp/mcast.o -MD
-MF build-x86_64/udp/mcast.d -MT build-x86_64/udp/mcast.o
CC build-x86_64/sa/ntop.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/sa/ntop.c -o build-x86_64/sa/ntop.o -MD -MF
build-x86_64/sa/ntop.d -MT build-x86_64/sa/ntop.o
src/hmac/openssl/hmac.c: In function ‘destructor’:
src/hmac/openssl/hmac.c:27:17: warning: ‘HMAC_CTX_free’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
27 | HMAC_CTX_free(hmac->ctx);
| ^~~~~~~~~~~~~
In file included from src/hmac/openssl/hmac.c:7:
/usr/include/openssl/hmac.h:35:28: note: declared here
35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
| ^~~~~~~~~~~~~
src/hmac/openssl/hmac.c: In function ‘hmac_create’:
src/hmac/openssl/hmac.c:67:9: warning: ‘HMAC_CTX_new’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
67 | hmac->ctx = HMAC_CTX_new();
| ^~~~
/usr/include/openssl/hmac.h:33:33: note: declared here
33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
| ^~~~~~~~~~~~
src/hmac/openssl/hmac.c:84:9: warning: ‘HMAC_Init_ex’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
84 | if (!HMAC_Init_ex(hmac->ctx, key, (int)key_len, evp, NULL)) {
| ^~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
src/hmac/openssl/hmac.c: In function ‘hmac_digest’:
src/hmac/openssl/hmac.c:112:9: warning: ‘HMAC_Init_ex’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
112 | if (!HMAC_Init_ex(hmac->ctx, 0, 0, 0, NULL))
| ^~
/usr/include/openssl/hmac.h:43:27: note: declared here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key,
int len,
| ^~~~~~~~~~~~
src/hmac/openssl/hmac.c:115:9: warning: ‘HMAC_Update’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
115 | if (!HMAC_Update(hmac->ctx, data, (int)data_len))
| ^~
/usr/include/openssl/hmac.h:45:27: note: declared here
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned
char *data,
| ^~~~~~~~~~~
src/hmac/openssl/hmac.c:117:9: warning: ‘HMAC_Final’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
117 | if (!HMAC_Final(hmac->ctx, md, &len))
| ^~
/usr/include/openssl/hmac.h:47:27: note: declared here
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
| ^~~~~~~~~~
CC build-x86_64/sa/printaddr.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/sa/printaddr.c -o
build-x86_64/sa/printaddr.o -MD -MF build-x86_64/sa/printaddr.d -MT
build-x86_64/sa/printaddr.o
CC build-x86_64/sa/pton.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/sa/pton.c -o build-x86_64/sa/pton.o -MD -MF
build-x86_64/sa/pton.d -MT build-x86_64/sa/pton.o
CC build-x86_64/sa/sa.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/sa/sa.c -o build-x86_64/sa/sa.o -MD -MF
build-x86_64/sa/sa.d -MT build-x86_64/sa/sa.o
CC build-x86_64/net/if.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DRELEASE -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs
-Wshadow -Waggregate-return -Wcast-align -Wold-style-definition
-Wdeclaration-after-statement -g -O3 -Wuninitialized -Wno-strict-aliasing
-fPIC -DLINUX -DOS=\"linux\" -std=c11 -pedantic -DHAVE_ATOMIC -DARCH=\"x86_64\"
-DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS -DUSE_OPENSSL_SRTP
-DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS -DHAVE_STRERROR_R
-DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H -DHAVE_SYS_SYSCTL_H
-DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG -DHAVE_FORK
-DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL -DHAVE_INET_PTON -DHAVE_SELECT
-DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H -DHAV
E_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DVERSION=\"2.0.1\"
-DVER_MAJOR=2 -DVER_MINOR=0 -DVER_PATCH=1 -Wdate-time -D_FORTIFY_SOURCE=2
-Iinclude -DHAVE_ROUTE_LIST -c src/net/if.c -o build-x86_64/net/if.o -MD -MF
build-x86_64/net/if.d -MT build-x86_64/net/if.o
In file included from /usr/include/stdio.h:964,
from include/re_fmt.h:9,
from src/sa/printaddr.c:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘fread_unlocked’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:252:25: error: implicit declaration
of function ‘getc_unlocked’; did you mean ‘fgetc_unlocked’?
[-Wimplicit-function-declaration]
252 | int __c = getc_unlocked (__stream);
| ^~~~~~~~~~~~~
| fgetc_unlocked
make[2]: *** [GNUmakefile:108: build-x86_64/sa/printaddr.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" info all
RELEASE=1 USE_OPENSSL=1 "EXTRA_LFLAGS=-Wl,-z,relro -Wl,-z,now"
"EXTRA_CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" returned exit code 2
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:41: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libre
Source-Version: 2.0.1-3
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libre, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated libre 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 07 Nov 2024 20:06:08 +0000
Source: libre
Architecture: source
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1075201
Changes:
libre (2.0.1-3) unstable; urgency=medium
.
* Team upload
* Build with _GNU_SOURCE;
closes: bug#1075201
Checksums-Sha1:
5555e425ba5eef77cbfb8053c1bda520b6b5ab58 1859 libre_2.0.1-3.dsc
fa484614410b86bd77ad71b5b3cac4512e5e6f75 15660 libre_2.0.1-3.debian.tar.xz
25293d28281324fe625ddddf642370aecbd42acd 6162 libre_2.0.1-3_source.buildinfo
Checksums-Sha256:
89d69fa9388b75fa4d2a0737d1ec49ca6fae9df15810f2277a565fd5a51fbac1 1859
libre_2.0.1-3.dsc
79064044d129a272efc14d40871d18ae3b2d1f85513b8aa152acd4f80fe0fae6 15660
libre_2.0.1-3.debian.tar.xz
982ffdca644b4973ba80998d3fa58ba4900f91b19264f5dc238fd41b2ec0404c 6162
libre_2.0.1-3_source.buildinfo
Files:
7d61d5d1efc963eb89074cc0154d3e50 1859 comm optional libre_2.0.1-3.dsc
041fc14f55a83840572c9f564c0845d9 15660 comm optional
libre_2.0.1-3.debian.tar.xz
a6832b2bb87b6d3b048d7de32762bd94 6162 comm optional
libre_2.0.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmctHvsQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDGjC/9WprntF6fH7tCwbl5wpvn88QsC/SIU8Ruy
EEiPQ4SwtBy08IUUnnfyijadmkJuG7Jhjk93YqPxGvRTX4BMdI6Vj8oeZMcTpcon
EKNXGT2NqOzsbrn6AsiZHsCvWY2kqB0B1tFhtJCbzwsSXkdc7auAOlpL82Td49q5
FvPs8AxLCbvXx8YcmXXkSnd676TzqjmTo+WTxhYNTHV9cQIIWCFneAiLdKBNfjgn
d38lnWQ05ibY3Z6mRqtsr+dOzfCbdENX5LQhM8QWktCLRJooIBBnphe93YRTdYuD
UhACrDWNEH5GRI4cIdq3RMCWYbq/AdDu1co1Xlj8o38BNzIng98qrGykI0lkmadg
F+4t5yEWyhcnsSiXvDmTdHB957+XRWD+kGyFG5OAmIhX+Gy/SyUUqZr7IvnZDfKZ
9JXlczLRiK14QOTg0Nx3VnRcu/4WwfGCIjWZG0tF3Q1mczJZ/9FschTiRqEJdbLn
g09pLIV//Ip18ioI1GYr4asRs8xSMKo=
=YiKh
-----END PGP SIGNATURE-----
pgptQauimKtlQ.pgp
Description: PGP signature
--- End Message ---