Your message dated Sat, 25 Jul 2020 09:23:08 +0000
with message-id <[email protected]>
and subject line Bug#957862: fixed in tcpreplay 4.3.3-1
has caused the Debian Bug report #957862,
regarding tcpreplay: ftbfs with GCC-10
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.)


-- 
957862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957862
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tcpreplay
Version: 4.3.2-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/tcpreplay_4.3.2-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPREPLAY -DTCPREPLAY_EDIT 
-DHAVE_CACHEFILE_SUPPORT -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpreplay_edit-tcpreplay_api.o `test -f 'tcpreplay_api.c' || echo 
'./'`tcpreplay_api.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPREPLAY -DTCPREPLAY_EDIT 
-DHAVE_CACHEFILE_SUPPORT -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpreplay_edit-sleep.o `test -f 'sleep.c' || echo './'`sleep.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPREPLAY -DTCPREPLAY_EDIT 
-DHAVE_CACHEFILE_SUPPORT -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpreplay_edit-replay.o `test -f 'replay.c' || echo './'`replay.c
In file included from sleep.c:22:
sleep.h: In function ‘gettimeofday_sleep’:
sleep.h:77:35: warning: unused parameter ‘flush’ [-Wunused-parameter]
   77 |         struct timeval *now, bool flush)
      |                                   ^
sleep.h: In function ‘select_sleep’:
sleep.h:119:36: warning: unused parameter ‘flush’ [-Wunused-parameter]
  119 |         struct timeval *now,  bool flush)
      |                                    ^
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./..   -DTCPCAPINFO -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpcapinfo-tcpcapinfo_opts.o `test -f 'tcpcapinfo_opts.c' || echo 
'./'`tcpcapinfo_opts.c
tcpreplay_api.c: In function ‘__tcpreplay_seterr’:
tcpreplay_api.c:933:78: warning: ‘%s’ directive output may be truncated writing 
up to 1023 bytes into a region of size 1006 [-Wformat-truncation=]
  933 |     snprintf(ctx->errstr, (TCPREPLAY_ERRSTR_LEN -1), "From %s:%s() line 
%d:\n%s",
      |                                                                         
     ^~
  934 |         file, func, line, errormsg);
      |                           ~~~~~~~~                                      
      
tcpreplay_api.c:933:5: note: ‘snprintf’ output 18 or more bytes (assuming 1041) 
into a destination of size 1023
  933 |     snprintf(ctx->errstr, (TCPREPLAY_ERRSTR_LEN -1), "From %s:%s() line 
%d:\n%s",
      |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  934 |         file, func, line, errormsg);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./..   -DTCPCAPINFO -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpcapinfo-tcpcapinfo.o `test -f 'tcpcapinfo.c' || echo './'`tcpcapinfo.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPBRIDGE -D_U_="__attribute__((unused))" 
-g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpbridge-tcpbridge_opts.o `test -f 'tcpbridge_opts.c' || echo 
'./'`tcpbridge_opts.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPBRIDGE -D_U_="__attribute__((unused))" 
-g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpbridge-tcpbridge.o `test -f 'tcpbridge.c' || echo './'`tcpbridge.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./.. -I./tcpedit   -DTCPBRIDGE -D_U_="__attribute__((unused))" 
-g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpbridge-bridge.o `test -f 'bridge.c' || echo './'`bridge.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./..  -DTCPREPLAY -DTCPLIVEPLAY -D_U_="__attribute__((unused))" 
-g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpliveplay-tcpliveplay_opts.o `test -f 'tcpliveplay_opts.c' || echo 
'./'`tcpliveplay_opts.c
bridge.c: In function ‘do_bridge_unidirectional’:
bridge.c:110:13: warning: cast between incompatible function types from ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)’ {aka ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)’} to 
‘void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)’ {aka ‘void 
(*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)’} 
[-Wcast-function-type]
  110 |             (pcap_handler)live_callback, (u_char *) &livedata)) < 0) {
      |             ^
bridge.c: In function ‘do_bridge_bidirectional’:
bridge.c:169:51: warning: cast between incompatible function types from ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)’ {aka ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)’} to 
‘void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)’ {aka ‘void 
(*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)’} 
[-Wcast-function-type]
  169 |                 pcap_dispatch(options->pcap1, -1, (pcap_handler) 
live_callback,
      |                                                   ^
bridge.c:178:51: warning: cast between incompatible function types from ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const u_char *)’ {aka ‘int 
(*)(struct live_data_t *, struct pcap_pkthdr *, const unsigned char *)’} to 
‘void (*)(u_char *, const struct pcap_pkthdr *, const u_char *)’ {aka ‘void 
(*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)’} 
[-Wcast-function-type]
  178 |                 pcap_dispatch(options->pcap2, -1, (pcap_handler) 
live_callback,
      |                                                   ^
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 
-I../libopts -I./..  -DTCPREPLAY -DTCPLIVEPLAY -D_U_="__attribute__((unused))" 
-g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include -c -o 
tcpliveplay-tcpliveplay.o `test -f 'tcpliveplay.c' || echo './'`tcpliveplay.c
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -I../libopts 
-I./..   -DTCPREPLAY -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include  -Wl,-z,relro 
-Wl,-z,now -o tcpreplay tcpreplay-tcpreplay_opts.o tcpreplay-send_packets.o 
tcpreplay-signal_handler.o tcpreplay-tcpreplay.o tcpreplay-tcpreplay_api.o 
tcpreplay-sleep.o tcpreplay-replay.o ./common/libcommon.a ../lib/libstrl.a 
-L/usr/lib/x86_64-linux-gnu -lpcap  ../libopts/libopts.la -lrt -lnsl 
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -I../libopts 
-I./..   -DTCPPREP -D_U_="__attribute__((unused))" -g  
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul  -I/usr/include  -Wl,-z,relro 
-Wl,-z,now -o tcpprep tcpprep-tcpprep_opts.o tcpprep-tcpprep.o tcpprep-tree.o 
tcpprep-tcpprep_api.o ./common/libcommon.a ../lib/libstrl.a 
-L/usr/lib/x86_64-linux-gnu -lpcap ../libopts/libopts.la  -lrt -lnsl 
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -I../libopts 
-I./.. -I./tcpedit   -DTCPREWRITE -DHAVE_CACHEFILE_SUPPORT 
-D_U_="__attribute__((unused))" -g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wextra 
-Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul -g -O0 -Wall 
-Wextra -Wfatal-errors -Wno-variadic-macros -Wno-format-contains-nul  
-I/usr/include  -Wl,-z,relro -Wl,-z,now -o tcprewrite 
tcprewrite-tcprewrite_opts.o tcprewrite-tcprewrite.o ./tcpedit/libtcpedit.a 
./common/libcommon.a ../lib/libstrl.a -L/usr/lib/x86_64-linux-gnu -lpcap 
../libopts/libopts.la  -lrt -lnsl 
libtool: link: x86_64-linux-gnu-gcc -I../libopts -I./.. -DTCPREPLAY 
"-D_U_=__attribute__((unused))" -g -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wextra 
-Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul -g -O0 -Wall 
-Wextra -Wfatal-errors -Wno-variadic-macros -Wno-format-contains-nul 
-I/usr/include -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tcpreplay 
tcpreplay-tcpreplay_opts.o tcpreplay-send_packets.o tcpreplay-signal_handler.o 
tcpreplay-tcpreplay.o tcpreplay-tcpreplay_api.o tcpreplay-sleep.o 
tcpreplay-replay.o  ./common/libcommon.a ../lib/libstrl.a 
-L/usr/lib/x86_64-linux-gnu -lpcap ../libopts/.libs/libopts.a -lrt -lnsl
libtool: link: x86_64-linux-gnu-gcc -I../libopts -I./.. -DTCPPREP 
"-D_U_=__attribute__((unused))" -g -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wextra 
-Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul -g -O0 -Wall 
-Wextra -Wfatal-errors -Wno-variadic-macros -Wno-format-contains-nul 
-I/usr/include -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tcpprep 
tcpprep-tcpprep_opts.o tcpprep-tcpprep.o tcpprep-tree.o tcpprep-tcpprep_api.o  
./common/libcommon.a ../lib/libstrl.a -L/usr/lib/x86_64-linux-gnu -lpcap 
../libopts/.libs/libopts.a -lrt -lnsl
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -I../libopts 
-I./.. -I./tcpedit   -DTCPREPLAY -DTCPREPLAY_EDIT -DHAVE_CACHEFILE_SUPPORT 
-D_U_="__attribute__((unused))" -g  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wextra 
-Wno-variadic-macros -Wfatal-errors -Wno-format-contains-nul -g -O0 -Wall 
-Wextra -Wfatal-errors -Wno-variadic-macros -Wno-format-contains-nul  
-I/usr/include  -Wl,-z,relro -Wl,-z,now -o tcpreplay-edit 
tcpreplay_edit-tcpreplay_edit_opts.o tcpreplay_edit-send_packets.o 
tcpreplay_edit-signal_handler.o tcpreplay_edit-tcpreplay.o 
tcpreplay_edit-tcpreplay_api.o tcpreplay_edit-sleep.o tcpreplay_edit-replay.o 
./tcpedit/libtcpedit.a ./common/libcommon.a ../lib/libstrl.a 
-L/usr/lib/x86_64-linux-gnu -lpcap  ../libopts/libopts.la -lrt -lnsl 
/usr/bin/ld: tcpreplay-tcpreplay.o:./src/timestamp_trace.h:28: multiple 
definition of `trace_num'; tcpreplay-send_packets.o:./src/timestamp_trace.h:28: 
first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:717: tcpreplay] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: link: x86_64-linux-gnu-gcc -I../libopts -I./.. -I./tcpedit 
-DTCPREWRITE -DHAVE_CACHEFILE_SUPPORT "-D_U_=__attribute__((unused))" -g 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul -I/usr/include -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -o tcprewrite tcprewrite-tcprewrite_opts.o 
tcprewrite-tcprewrite.o  ./tcpedit/libtcpedit.a ./common/libcommon.a 
../lib/libstrl.a -L/usr/lib/x86_64-linux-gnu -lpcap ../libopts/.libs/libopts.a 
-lrt -lnsl
/usr/bin/ld: ./tcpedit/libtcpedit.a(tcpedit.o):(.rodata+0x0): multiple 
definition of `tcpedit_tcpedit_optDesc_p'; 
tcprewrite-tcprewrite_opts.o:./src/tcprewrite_opts.c:1616: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:725: tcprewrite] Error 1
libtool: link: x86_64-linux-gnu-gcc -I../libopts -I./.. -I./tcpedit -DTCPREPLAY 
-DTCPREPLAY_EDIT -DHAVE_CACHEFILE_SUPPORT "-D_U_=__attribute__((unused))" -g 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wextra -Wno-variadic-macros -Wfatal-errors 
-Wno-format-contains-nul -g -O0 -Wall -Wextra -Wfatal-errors 
-Wno-variadic-macros -Wno-format-contains-nul -I/usr/include -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -o tcpreplay-edit tcpreplay_edit-tcpreplay_edit_opts.o 
tcpreplay_edit-send_packets.o tcpreplay_edit-signal_handler.o 
tcpreplay_edit-tcpreplay.o tcpreplay_edit-tcpreplay_api.o 
tcpreplay_edit-sleep.o tcpreplay_edit-replay.o  ./tcpedit/libtcpedit.a 
./common/libcommon.a ../lib/libstrl.a -L/usr/lib/x86_64-linux-gnu -lpcap 
../libopts/.libs/libopts.a -lrt -lnsl
/usr/bin/ld: tcpreplay_edit-tcpreplay.o:./src/timestamp_trace.h:28: multiple 
definition of `trace_num'; 
tcpreplay_edit-send_packets.o:./src/timestamp_trace.h:28: first defined here
/usr/bin/ld: ./tcpedit/libtcpedit.a(tcpedit.o):(.rodata+0x0): multiple 
definition of `tcpedit_tcpedit_optDesc_p'; 
tcpreplay_edit-tcpreplay_edit_opts.o:./src/tcpreplay_edit_opts.c:2316: first 
defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:721: tcpreplay-edit] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1225: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:599: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:449: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tcpreplay
Source-Version: 4.3.3-1
Done: Christoph Biedl <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tcpreplay, 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.
Christoph Biedl <[email protected]> (supplier of updated tcpreplay 
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: Sat, 25 Jul 2020 09:22:39 +0200
Source: tcpreplay
Architecture: source
Version: 4.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <[email protected]>
Changed-By: Christoph Biedl <[email protected]>
Closes: 957862
Changes:
 tcpreplay (4.3.3-1) unstable; urgency=medium
 .
   * New upstream version 4.3.3. Closes: #957862
Checksums-Sha1:
 999e6f24961b86d329cb50fd3a7bdc32e0f2ba7e 2119 tcpreplay_4.3.3-1.dsc
 23ffd5e382d55bb0ed27c7becb196c7565fcaf6b 748220 tcpreplay_4.3.3.orig.tar.xz
 3e3abcfdee97a1c2cef32e23d41755ebe78d59e3 516 tcpreplay_4.3.3.orig.tar.xz.asc
 259e089d892a450239d091b29d3a1fca739e42c7 7732 tcpreplay_4.3.3-1.debian.tar.xz
 e4a0d04177f08f06be667d65829ee3e2d64706b8 6112 tcpreplay_4.3.3-1_armel.buildinfo
Checksums-Sha256:
 800eeaba5de320d3dcdb7ffd8b5b166774a94f871f17bf72d76cf2e670ed4fac 2119 
tcpreplay_4.3.3-1.dsc
 5e960e2a4432f583adbd11fa0855d17b73d9e0f2d6453b749f27aacaee53bab5 748220 
tcpreplay_4.3.3.orig.tar.xz
 51e0b99636111c23b59137c01ab695aef96e0abc92b5e18f104dc9b0fdde9336 516 
tcpreplay_4.3.3.orig.tar.xz.asc
 821d2855df66009cfb04b59a98959a9e01aa69d221e0ea4418b68b2d5f97df64 7732 
tcpreplay_4.3.3-1.debian.tar.xz
 1e7b74dfed3fd8301acf8bdef7881ba7f0e9ed16eb17c5ccdcf3c45433cb50ce 6112 
tcpreplay_4.3.3-1_armel.buildinfo
Files:
 aacef518a4853641e5e721e01e4fbeb2 2119 net optional tcpreplay_4.3.3-1.dsc
 1fa85262ea89486584c57c874a1bd761 748220 net optional 
tcpreplay_4.3.3.orig.tar.xz
 49a07a87c5c4b130724eb69066592802 516 net optional 
tcpreplay_4.3.3.orig.tar.xz.asc
 a132e14659f96ee155b5c04c75178670 7732 net optional 
tcpreplay_4.3.3-1.debian.tar.xz
 e92abbe0fb0e9ce861189c54a598d694 6112 net optional 
tcpreplay_4.3.3-1_armel.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAl8b9HAACgkQxCxY61kU
kv2JeRAAkeFWHdFBZw1x4SnpLmxFftHUF72OiJmtcxp2E+QXXJ4wDv9t4NnVKIg4
NjKjVVsaDKY+TXk8kJXYVe2088B4OVVD/lMkqf58I8WRRnkUZ7rgDRDeTK1YMzN4
FKdr0WWx+/y8BPYDAN9sRtYkijNAUQSbni2j8iZpKv2xW0eSxz/4ir4pXQo1xwdZ
e4g4X5VixeYtwdVSlsrheK945QNjx3rtji3RnrLpMNKunEP0ZymxWaw4DXxm3+A5
wj00x2te4iLcbb9ZDNKmoxcnhe4SSyqXK/TjEc94F7CYSAX7oaKUy3Qfg2BzhTfZ
29AdVOhrRB8XZ3jAvR7hcTHXY3/g9nL/fYHsoz+SLFBVHYGRKGFJJikQWdVYNmeE
dJQwq+7YS2Ov4NmI1P7BhguRoxJKBo5peIcQTc/DUE5s5gUzndNR3Wmt7TFaqwn8
25D1YRbIk7Y0YJPGVXOEt31CZ4VJRF+/LS9Gt0wywtuikEaBTlm/RWRDXXTYzycZ
Jqh620zggIJnbUrioZ0ridkAAsCus9Rm8khLqT+O61AelXzmrkyzgC484H6tDQA3
8ZevRKkRY1dfRuXzj1OaC08ytyDXD2EgDoG6UqgfCcqjGLLcH99PaMK2g+u1aRlD
B9iV1vJs/6VOZJzx+u4HyeWlCoL2Zaoo/kNxREb54bmNG7qKpgo=
=V4Do
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to