Your message dated Sun, 25 Aug 2019 01:19:43 +0000
with message-id <e1i1hc3-000f8x...@fasolo.debian.org>
and subject line Bug#925644: fixed in bladerf 0.2019.07-1
has caused the Debian Bug report #925644,
regarding bladerf: ftbfs with GCC-9
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.)


-- 
925644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bladerf
Version: 0.2017.12~rc1-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/bladerf_0.2017.12~rc1-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
Generating docs for compound bladerf_quick_tune...
Generating docs for compound bladerf_rational_rate...
Generating docs for compound bladerf_trigger...
Generating docs for compound bladerf_version...
Generating namespace index...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
lookup cache used 543/65536 hits=3878 misses=544
finished...
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  0%] Built target libbladeRF-doxygen
make -f host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/build.make 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" "/<<PKGBUILDDIR>>" 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/DependInfo.cmake"
 --color=
Scanning dependencies of target libbladerf_shared
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/build.make 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  1%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/async.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o CMakeFiles/libbladerf_shared.dir/src/async.c.o 
  -c "/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/async.c"
[  1%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/backend/backend.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/backend/backend.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/backend/backend.c"
[  1%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/bladerf.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/bladerf.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/bladerf.c"
[  2%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/bladerf_priv.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/bladerf_priv.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/bladerf_priv.c"
[  2%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/capabilities.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/capabilities.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/capabilities.c"
[  3%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/config.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/config.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/config.c"
[  3%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/dc_cal_table.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/dc_cal_table.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/dc_cal_table.c"
[  3%] Building C object 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/device_identifier.c.o
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF" && 
/usr/bin/cc -DENABLE_USB_DEV_RESET_ON_OPEN=1 -DHAVE_LIBUSB_GET_VERSION 
-DLIBBLADERF_SEARCH_PREFIX=\"/usr\" -DLOGGING_ENABLED -DLOG_INCLUDE_FILE_INFO 
-Dlibbladerf_shared_EXPORTS 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/include" 
-I"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src" 
-I"/<<PKGBUILDDIR>>/host/common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/common/include" 
-I"/<<PKGBUILDDIR>>/host/../firmware_common" 
-I"/<<PKGBUILDDIR>>/host/../fpga_common/include" 
-I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/host/libraries/libbladeRF/src" 
-I/usr/include/libusb-1.0  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -fPIC   -Wall -Wextra 
-Wno-unused-parameter -Werror -o 
CMakeFiles/libbladerf_shared.dir/src/device_identifier.c.o   -c 
"/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c"
In file included from /usr/include/string.h:494,
                 from 
/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c:22:
In function 'strncpy',
    inlined from 'handle_serial' at 
/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c:140:5,
    inlined from 'str2devinfo' at 
/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c:229:30:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin___strncpy_chk' output truncated before terminating nul copying as 
many bytes from a string as its length [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c: In function 
'str2devinfo':
/<<PKGBUILDDIR>>/host/libraries/libbladeRF/src/device_identifier.c:119:11: 
note: length computed here
  119 |     len = strlen(value);
      |           ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** 
[host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/build.make:157: 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/src/device_identifier.c.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:219: 
host/libraries/libbladeRF/CMakeFiles/libbladerf_shared.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:52: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: bladerf
Source-Version: 0.2019.07-1

We believe that the bug you reported is fixed in the latest version of
bladerf, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A. Maitland Bottoms <bott...@debian.org> (supplier of updated bladerf 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: SHA256

Format: 1.8
Date: Wed, 14 Aug 2019 23:38:16 -0400
Source: bladerf
Binary: bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 
bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 
libbladerf-dev libbladerf-doc libbladerf2 libbladerf2-dbgsym python3-bladerf
Architecture: source amd64 all
Version: 0.2019.07-1
Distribution: experimental
Urgency: medium
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: A. Maitland Bottoms <bott...@debian.org>
Description:
 bladerf    - Nuand bladeRF software-defined radio device (tools)
 bladerf-firmware-fx3 - Nuand bladeRF firmware downloader (FX3)
 bladerf-fpga-hostedx115 - Nuand bladeRF FPGA bitstream downloader (hostedx115)
 bladerf-fpga-hostedx40 - Nuand bladeRF FPGA bitstream downloader (hostedx40)
 bladerf-fpga-hostedxa4 - Nuand bladeRF FPGA bitstream downloader (hostedxA4)
 bladerf-fpga-hostedxa9 - Nuand bladeRF FPGA bitstream downloader (hostedxA9)
 libbladerf-dev - Nuand bladeRF software-defined radio device (header files)
 libbladerf-doc - Nuand bladeRF software-defined radio device (API 
documentation)
 libbladerf2 - Nuand bladeRF software-defined radio device
 python3-bladerf - Nuand bladeRF software-defined radio device (tools)
Closes: 925644
Changes:
 bladerf (0.2019.07-1) experimental; urgency=medium
 .
   * New upstream release
   * Build with gcc 9 (Closes: #925644)
   * bump libbladerf ABI and upload to experimental
Checksums-Sha1:
 f0a18c9a46adeefc218b50b3372fcf8266727d76 3076 bladerf_0.2019.07-1.dsc
 0197d5a97006669b9b3e7dbf2956e05200e7558e 22108204 
bladerf_0.2019.07.orig-thirdparty.tar.xz
 347b5567006cfeda8226f8a1f209d3d10415cf93 1424804 bladerf_0.2019.07.orig.tar.xz
 cc93b86b595957ddc9d62904023878ac4c10f669 68100 
bladerf_0.2019.07-1.debian.tar.xz
 dccc4df1ee8901656fb0df5f2fdf56dda44e4cb8 283220 
bladerf-dbgsym_0.2019.07-1_amd64.deb
 ddc00a2aacd1a2fb914a727d97909f2fb4507f8e 24152 
bladerf-firmware-fx3_0.2019.07-1_all.deb
 a9847bd5185d32cd51fed80bfbd0f9e66779039a 24216 
bladerf-fpga-hostedx115_0.2019.07-1_all.deb
 29a5acf929a26b1c8f3f7396b2c134022a0a3d27 24220 
bladerf-fpga-hostedx40_0.2019.07-1_all.deb
 0442ac382fb7744b5929fc695dd2eaf51be4f0d8 24208 
bladerf-fpga-hostedxa4_0.2019.07-1_all.deb
 1afe115eca6e4d1bfb84b7a3dd099ae0b95acafa 24200 
bladerf-fpga-hostedxa9_0.2019.07-1_all.deb
 6f4f050321931d13799ce9a15ea47a422747773d 12583 
bladerf_0.2019.07-1_amd64.buildinfo
 e8b0aac4a643b81a35dabee51d35fa34136143b0 136768 bladerf_0.2019.07-1_amd64.deb
 a0677fc6b497ef3c8e1e0858173200880488ac12 60320 
libbladerf-dev_0.2019.07-1_amd64.deb
 9d9d76786baaeec323bbda50a151431c85bdf617 348540 
libbladerf-doc_0.2019.07-1_all.deb
 44d225a80f7e4bf683d998fb112679bb6184481b 516876 
libbladerf2-dbgsym_0.2019.07-1_amd64.deb
 9c52ffe5da668ab46331ba719bfe03f46bc06898 188328 
libbladerf2_0.2019.07-1_amd64.deb
 83ad8a22296d55f90b6a1a0568d168dc4046ddcb 27088 
python3-bladerf_0.2019.07-1_amd64.deb
Checksums-Sha256:
 0d5da0f97d9922c9b49bcb2903f33e516fbc4219a23c4381dd8cb63235c0946e 3076 
bladerf_0.2019.07-1.dsc
 7f6e7040babe8426acf98ac8045d32619089060fea1b3a7b0fb1248384a338e8 22108204 
bladerf_0.2019.07.orig-thirdparty.tar.xz
 9541a9d2ec55a2a3016f0ad9839a4519dc102307ae8c743b48d6a68708c28e5f 1424804 
bladerf_0.2019.07.orig.tar.xz
 8691351725e62b703b60e56889ddce96332160131477781b186fcb6e2f0f1d0f 68100 
bladerf_0.2019.07-1.debian.tar.xz
 21936092dbc089ad829f0e9ff4be3db9baba8c772f7bfe0a07bf06a71724082b 283220 
bladerf-dbgsym_0.2019.07-1_amd64.deb
 abd463796eda51af9d04b636bb9c04e606fdcdae0e7e3596f32bb7bedefc46ea 24152 
bladerf-firmware-fx3_0.2019.07-1_all.deb
 3d714c17824299f1bf4b31b61d227aabf0ead8cdbfe4c8d8a0bf395655710cc6 24216 
bladerf-fpga-hostedx115_0.2019.07-1_all.deb
 cf38239ea3b5dc5e194b6af9dd7ab5596dcb4e7c40049fbe06df75e4eff4ecb1 24220 
bladerf-fpga-hostedx40_0.2019.07-1_all.deb
 dfd34f0bf2ba7ca22514aa26913439f1789e9b9ea790eec63877b00dea363ae2 24208 
bladerf-fpga-hostedxa4_0.2019.07-1_all.deb
 dc97f300b0e41f9f7e93df76ce08475fa3b893a30b8326ac7a09fdc4c1c09117 24200 
bladerf-fpga-hostedxa9_0.2019.07-1_all.deb
 9d96c649f485c18af8b8df4c3e6def1a1d1615174447d0a53a42d958899eff25 12583 
bladerf_0.2019.07-1_amd64.buildinfo
 3f9f061d3ba19679e76d03cbe22924976f543c796c6173c9c0d098e3d6d9ed6c 136768 
bladerf_0.2019.07-1_amd64.deb
 b17700c291f02375ab1cde01f7349da3b5eede95d05fce67cf9f8334d25fa728 60320 
libbladerf-dev_0.2019.07-1_amd64.deb
 37e8c10fbc1aadc163e42adf1d4cf56a743b642942669aeb409bdf662fec6f21 348540 
libbladerf-doc_0.2019.07-1_all.deb
 2b8264ced33cbabe2c76a1025913186111e36ac7ab193a48fddee95daf06b848 516876 
libbladerf2-dbgsym_0.2019.07-1_amd64.deb
 a452bf5b4836d94559f6d1292938a4371033b6a3847eec8e6589d576ff8eb514 188328 
libbladerf2_0.2019.07-1_amd64.deb
 6fa68091ba3eca3e5fe626de280fb095ed490300d560faa4a5422d6a6ba5aa07 27088 
python3-bladerf_0.2019.07-1_amd64.deb
Files:
 a2433f1bb893f69e29d0f6db6fe53cac 3076 comm optional bladerf_0.2019.07-1.dsc
 3c126fb4bb41e2f352f5fbff2dbd9d2d 22108204 comm optional 
bladerf_0.2019.07.orig-thirdparty.tar.xz
 edc8771967cef67ef30f1d3df513fd9a 1424804 comm optional 
bladerf_0.2019.07.orig.tar.xz
 8d573b4ad1e2835fbe360df26a180bf1 68100 comm optional 
bladerf_0.2019.07-1.debian.tar.xz
 071093cc838f86a2de1d58be1ecab787 283220 debug optional 
bladerf-dbgsym_0.2019.07-1_amd64.deb
 1f600e0921dbd495d6bea9f744ddc08b 24152 contrib/comm optional 
bladerf-firmware-fx3_0.2019.07-1_all.deb
 fe4223ae6bc44fbd1c2dfac48bce053f 24216 contrib/comm optional 
bladerf-fpga-hostedx115_0.2019.07-1_all.deb
 f21d3335356b20e6cc37483759589444 24220 contrib/comm optional 
bladerf-fpga-hostedx40_0.2019.07-1_all.deb
 39a294cf52729c0cf26291d9986e9328 24208 contrib/comm optional 
bladerf-fpga-hostedxa4_0.2019.07-1_all.deb
 339d1492fbd03b0652bfed9b7fa3876d 24200 contrib/comm optional 
bladerf-fpga-hostedxa9_0.2019.07-1_all.deb
 000a8e11ca9c2dd7fc0e2f625a5aaa6d 12583 comm optional 
bladerf_0.2019.07-1_amd64.buildinfo
 161058e8084d6bffa9dc2be608242a5e 136768 comm optional 
bladerf_0.2019.07-1_amd64.deb
 f6c135f856325b10afa50ebe5301f270 60320 libdevel optional 
libbladerf-dev_0.2019.07-1_amd64.deb
 e34bd97db9738fe25e7dbf902a2aa1ed 348540 doc optional 
libbladerf-doc_0.2019.07-1_all.deb
 80ef249e84da65218167e7c551468e21 516876 debug optional 
libbladerf2-dbgsym_0.2019.07-1_amd64.deb
 e15ed74f7080c3057af2754fc5909773 188328 libs optional 
libbladerf2_0.2019.07-1_amd64.deb
 271717029e1500ebb6d90cc799d94457 27088 comm optional 
python3-bladerf_0.2019.07-1_amd64.deb

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

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAl1h3gsACgkQUEHxiR9E
4JAAZxAAiA5Yw+vF3q4rHp4gjkCXmPPpJMSy+66drL6KjdKLagN8sSdC+TBwoLD7
H5qlVWRWhecs7GFasS/Z6lUkRKF8ZAOFyb/AsOObgOPLJd7zOEd4heCUlFJXSBod
0cD/di7pxwhE7Tccn7vlDUpDB5nQW1ErYtZOEbCJYa0EXtQzy33AZ84TRCXJAlLW
sI6X6rHgXqO0dwPhE7hdePzCObh5zaPQm0wFuij6yd1jJ3gfjXE+zdyiNcGGUPJJ
qLVYX3fG8aiVXViZjbmKIHwOqdn2GJeyjqPTne1XFnG0yPmk3DFA1Y2zP3v6tVZ+
Pu72WowceH41td48ov1/NolqSKTt1FekULzeiD2uBUJ2SK00JelcRj8Si6c48olg
yFiNURadtXvolkoou8z0uVlQYOOHBPoJqcdi+lPGOjrOFzPSI5qQSVqgpxu8wwcu
EctKZeXfrFc8yCdISnQov/LxfyrksAgf+jHD5W4Gd10CIUHS2YXyWMmXsZ7evbxs
NdlCx63TDJvM01+XlT9rjcDpf+Z6pOB2Z7qaBsiQua4ZJDTJsksYq0ec5FX24Fqo
e0Mgnzd4BPO/F25QjV3pP0eMUHX6pYC7CWN56ERDE/6T30Fn0QdLYI+7TxvNUjD7
fMP9rEjaQNL2w/0A05rzVMw4FDxKz+FT4b10Dr95eBtQ22B9zZY=
=w4eM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to