Your message dated Tue, 23 Sep 2025 22:25:57 +0000
with message-id <[email protected]>
and subject line Bug#1096896: fixed in kannel 1.4.5-21
has caused the Debian Bug report #1096896,
regarding kannel: ftbfs with GCC-15
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.)
--
1096896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096896
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kannel
Version: 1.4.5-20
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/kannel_1.4.5-20_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
gw/smsc/smsc_emi_x25.c: In function ‘emi_open_session’:
gw/smsc/smsc_emi_x25.c:1203:9: warning: ‘__builtin_strncat’ output may be
truncated copying 2 bytes from a string of length 9 [-Wstringop-truncation]
1203 | strncat(to, buf, 2);
| ^
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_oisd.o -c gw/smsc/smsc_oisd.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_sema.o -c gw/smsc/smsc_sema.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_smasi.o -c gw/smsc/smsc_smasi.c
gw/smsc/smsc_sema.c: In function ‘sema_reopen’:
gw/smsc/smsc_sema.c:176:33: warning: argument to ‘sizeof’ in ‘memset’ call is
the same expression as the destination; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
176 | memset(smsc->buffer,0,sizeof(smsc->buffer));
| ^
gw/smsc/smsc_sema.c: In function ‘pack_continous_byte’:
gw/smsc/smsc_sema.c:1901:9: warning: ‘__builtin_strncpy’ output truncated
before terminating nul copying 4 bytes from a string of the same length
[-Wstringop-truncation]
1901 | strncpy(bin,"0110",4);
| ^
gw/smsc/smsc_sema.c:1899:9: warning: ‘__builtin_strncpy’ output truncated
before terminating nul copying 4 bytes from a string of the same length
[-Wstringop-truncation]
1899 | strncpy(bin,"0101",4);
| ^
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_smpp.o -c gw/smsc/smsc_smpp.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_soap.o -c gw/smsc/smsc_soap.c
gw/smsc/smsc_sema.c: In function ‘X28_close_send_link.isra’:
gw/smsc/smsc_sema.c:573:33: warning: ‘__builtin___sprintf_chk’ writing a
terminating nul past the end of the destination [-Wformat-overflow=]
573 | sprintf(discnntbuff,"%cCLR\r",0x10);
| ^
In file included from /usr/include/stdio.h:970,
from gw/smsc/smsc_sema.c:81:
In function ‘sprintf’,
inlined from ‘X28_close_send_link.isra’ at gw/smsc/smsc_sema.c:573:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output 6 bytes into a destination of size 5
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_soap_parlayx.o -c gw/smsc/smsc_soap_parlayx.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o gw/smsc/smsc_wrapper.o -c gw/smsc/smsc_wrapper.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wmlsc.o -c wmlscript/wmlsc.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wmlsdasm.o -c wmlscript/wmlsdasm.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/ws.o -c wmlscript/ws.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsalloc.o -c wmlscript/wsalloc.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsasm.o -c wmlscript/wsasm.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsbc.o -c wmlscript/wsbc.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsbuffer.o -c wmlscript/wsbuffer.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsencode.o -c wmlscript/wsencode.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wserror.o -c wmlscript/wserror.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsfalloc.o -c wmlscript/wsfalloc.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT=1 -I. -Igw -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/kannel-1.4.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE -D_LARGE_FILES= -DBROKEN_PTHREADS=1 -I/usr/include/libxml2
-Wall -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wformat -Wformat-security -Wmissing-format-attribute -I/usr/include
-I/usr/include/mariadb/ -I/usr/include/postgresql -I/usr/include/hiredis
-I/usr/include -o wmlscript/wsgram.o -c wmlscript/wsgram.c
y.tab.c: In function ‘ws_yy_parse’:
wmlscript/wsgram.c:69:25: error: too many arguments to function ‘ws_yy_lex’;
expected 0, have 2
69 | #define yylex ws_yy_lex
| ^~~~~~~~~
y.tab.c:1766:16: note: in expansion of macro ‘yylex’
wmlscript/wsgram.c:69:25: note: declared here
69 | #define yylex ws_yy_lex
| ^~~~~~~~~
./wmlscript/wsint.h:276:12: note: in expansion of macro ‘yylex’
276 | extern int yylex();
| ^~~~~
make[2]: *** [Makefile:226: wmlscript/wsgram.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/kannel-1.4.5'
dh_auto_build: error: make -j8 DOCSTARGET= returned exit code 2
make[1]: *** [debian/rules:28: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/build/reproducible-path/kannel-1.4.5'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kannel
Source-Version: 1.4.5-21
Done: Guillem Jover <[email protected]>
We believe that the bug you reported is fixed in the latest version of
kannel, 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.
Guillem Jover <[email protected]> (supplier of updated kannel 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: Tue, 23 Sep 2025 23:20:01 +0200
Source: kannel
Architecture: source
Version: 1.4.5-21
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Closes: 1096896
Changes:
kannel (1.4.5-21) unstable; urgency=medium
.
[ Guillem Jover ]
* Update Vcs-* fields after move of project to pkg-voip-team namespace.
* Fix build failure with gcc-15. (Closes: #1096896)
* Remove «Rules-Requires-Root: no», which is the current default.
* Remove «Priority: optional», which is the current default.
.
[ Victor Seva ]
* Remove myself from Uploaders.
Checksums-Sha1:
72988deeca78f7070a8023f5d140c3a081d295e3 2444 kannel_1.4.5-21.dsc
18e4af80673323cd1901362aaaa4e0b5da37506f 27504 kannel_1.4.5-21.debian.tar.xz
9e5e48e0cad101010748d9f7632e1bad0af903ed 12378 kannel_1.4.5-21_amd64.buildinfo
Checksums-Sha256:
eb7f920bb5566a0a8017424c061425fccf12562a4567b16371f95c26d17809bd 2444
kannel_1.4.5-21.dsc
6854ee34e7704dae7d46dd93ae33f2c13d8e6f724c8d1be3cfd3d339a3fc6dbf 27504
kannel_1.4.5-21.debian.tar.xz
136aa1819d1bacadb643cf2533d3c06f2efcf2f21f6fb23809f0e9de67cb98e5 12378
kannel_1.4.5-21_amd64.buildinfo
Files:
d98005d3807e9b34e5286b6b13452107 2444 net optional kannel_1.4.5-21.dsc
ad40a96d09c46d050a55f9f7ebd4098c 27504 net optional
kannel_1.4.5-21.debian.tar.xz
98767962fcb9e8da0b50f5ddca7d9202 12378 net optional
kannel_1.4.5-21_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJo0xQkCRC5cr8+pK5Xo0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmepMb7glhC1/WES1ygV+HymbzJnOk9KDWRbjzNhB98t
6BYhBE8+dPQ2BQwQ9WlldLlyvz6krlejAAArWxAA6cZL0/jpcJJxNAUvW/pRkDIo
B8HfzhwcFO5J7KcVFguDGH1e1mK1zgTIb2SQuGTSfp3RZSWhY7K/0xwLbVRnS4/I
wupN0CjH9WEFSOgIsDcM+zV0/AUm3tE9DhgnHEdxGijoNAaXQ1AzUr/x2jEby66e
iDo7FYSlSwL5PdCv9btgJrX4/+8RuumRU0xokC9lA6JEo1PsnLDqGCGrrN8lNQtw
8fskcjNZ2uX8C2O2+nSaFmlWC2Rtcak/RHFZZQwQH4Qhh4QdorDP0RY0a/NacsnL
TAtyccMm7IViR5Yt0KPyogU9gy06CRFqtVp/jAgZWB4a01ib6GxIV5wEcrZRmXJu
fnM8nsA1rSmjk5Cf3MXc5goJ3KPFKzbF1zP+0YvI+BC9YMZ0vSpczmP/GL1UatXh
3X7IUzTiOoLoio9+pqALUDuP0iJ/ERFLGUSu7HXj3fb2sY3yfMDrrf4FiKAibS2q
9e0IbPKCjt+st9bukOMefeOZ9wUQRSNEie7bdmuxO+3jNjFAs3TMfG6TIgLQo5yM
XnHaQP4XGhr5pT5dtctBgxtQW6PE58Zu8aFJIixZKNCBuSbKgIBX6j27dz1tPGxI
1oPbWNlNMWDbTPL7ZM4LkASS+V33VdXiCANoituSaj6fFOgLLdGXRaq5lo/t2tA/
taYSWA5PMJUOSqJmpiQ=
=Xidm
-----END PGP SIGNATURE-----
pgpE9bHbIPEJN.pgp
Description: PGP signature
--- End Message ---