Sun Jan 29 11:19:37 2023 UTC ()
gnuradio: updated to 3.10.5.1

Release v3.10.5.1

Some important blocks turned out to be broken in 3.10.5.0. This unscheduled release fixes those regressions and includes a small number of other cleanups and fixes. v3.10.5.1 is intended to be ABI compatible with v3.10.5.0. We'd still recommend rebuilding dependent packages, if possible.

Changed

Runtime

Restore the ability to set a default block buffer size using the buffer_size parameter in the config file. This was lost during refactoring in v3.9.
GRC

Add Python snipped hook point at "init before blocks", right before blocks are instantiated.
gr-audio

Remove support for OSX 10.3 and earlier.
gr-digital

Make tags visible to subclasses of OFDM Frame Equalizer.
gr-dtv

Correct constant in DVBS2 Modulator.
gr-fec

Fix errors in Channel Construction AWGN
gr-iio

Fix IIO blocks, which were broken due to a build-time dependency problem.
gr-network

Fix crash in UDP Source when buffer overruns.
gr-qtgui

Remove support for QWT 6.0 and earlier.
gr-uhd

Add async message port to USRP Source and publish overflow notifications.
Add bindings and example for RFNoC AddSub block.


(adam)
diff -r1.50 -r1.51 pkgsrc/ham/gnuradio-core/distinfo
diff -r1.9 -r1.10 pkgsrc/ham/gnuradio-core/version.mk
diff -r1.34 -r1.35 pkgsrc/ham/gnuradio-doxygen/PLIST

cvs diff -r1.50 -r1.51 pkgsrc/ham/gnuradio-core/distinfo (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-core/distinfo 2023/01/23 19:26:20 1.50
+++ pkgsrc/ham/gnuradio-core/distinfo 2023/01/29 11:19:37 1.51
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.50 2023/01/23 19:26:20 adam Exp $ 1$NetBSD: distinfo,v 1.51 2023/01/29 11:19:37 adam Exp $
2 2
3BLAKE2s (gnuradio-3.10.5.0.tar.gz) = a7530bd7c4a3bb3ddfd548a5f057e4f19964507955e788f35f3b140e24581423 3BLAKE2s (gnuradio-3.10.5.1.tar.gz) = 1885da4ef42a9441ede29ea8689619a16b6468c30ffe59826c761ca12ff5155c
4SHA512 (gnuradio-3.10.5.0.tar.gz) = 82f3028cbcb0175f9f354b19613ee59b052881b894c6d668d04235acda2e3be0ca2713642141a917264e70039f23795c647c47364af9ffad63f108da517d77c5 4SHA512 (gnuradio-3.10.5.1.tar.gz) = 37b8101baa7e6adbb60b55aedf2c951e75b14ef97091d967ab717eae699e014bd91c18fe7bf32117bbc5c0a3e0e44015be1c8d83177f9a3751893b49fb860df6
5Size (gnuradio-3.10.5.0.tar.gz) = 4368231 bytes 5Size (gnuradio-3.10.5.1.tar.gz) = 4367986 bytes
6SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9 6SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9
7SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5 7SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5
8SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d 8SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d
9SHA1 (patch-gnuradio-runtime_lib_constants.cc.in) = fef80a546c713c565c3851ee7289b4fa3a49e45b 9SHA1 (patch-gnuradio-runtime_lib_constants.cc.in) = fef80a546c713c565c3851ee7289b4fa3a49e45b
10SHA1 (patch-gnuradio-runtime_lib_thread_thread__group.cc) = 868809d5253b6465595dcade7f094844ff79f21c 10SHA1 (patch-gnuradio-runtime_lib_thread_thread__group.cc) = 868809d5253b6465595dcade7f094844ff79f21c
11SHA1 (patch-gr-audio_lib_CMakeLists.txt) = d5acab47fdb007c50bb544af436102f0d38317aa 11SHA1 (patch-gr-audio_lib_CMakeLists.txt) = d5acab47fdb007c50bb544af436102f0d38317aa
12SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = cfa9b629e5cf21198cfd53cf27a908b5874866f4 12SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = cfa9b629e5cf21198cfd53cf27a908b5874866f4

cvs diff -r1.9 -r1.10 pkgsrc/ham/gnuradio-core/version.mk (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-core/version.mk 2023/01/23 19:26:20 1.9
+++ pkgsrc/ham/gnuradio-core/version.mk 2023/01/29 11:19:37 1.10
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1# $NetBSD: version.mk,v 1.9 2023/01/23 19:26:20 adam Exp $ 1# $NetBSD: version.mk,v 1.10 2023/01/29 11:19:37 adam Exp $
2 2
3VERSION= 3.10.5.0 3VERSION= 3.10.5.1

cvs diff -r1.34 -r1.35 pkgsrc/ham/gnuradio-doxygen/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-doxygen/Attic/PLIST 2023/01/23 19:26:20 1.34
+++ pkgsrc/ham/gnuradio-doxygen/Attic/PLIST 2023/01/29 11:19:37 1.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.34 2023/01/23 19:26:20 adam Exp $ 1@comment $NetBSD: PLIST,v 1.35 2023/01/29 11:19:37 adam Exp $
2share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html 2share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html
3share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map 3share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map
4share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5 4share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5
5share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.svg 5share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.svg
6share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.map 6share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.map
7share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.md5 7share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.md5
8share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.svg 8share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.svg
9share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h_source.html 9share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h_source.html
10share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.html 10share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.html
11share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.js 11share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.js
12share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.map 12share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.map
13share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.md5 13share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.md5
14share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.svg 14share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.svg
@@ -9131,29 +9131,26 @@ share/doc/gnuradio-${PKGVERSION}/html/pl @@ -9131,29 +9131,26 @@ share/doc/gnuradio-${PKGVERSION}/html/pl
9131share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.map 9131share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.map
9132share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.md5 9132share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.md5
9133share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.svg 9133share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h__incl.svg
9134share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h_source.html 9134share/doc/gnuradio-${PKGVERSION}/html/pll__refout__cc__pydoc__template_8h_source.html
9135share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h.html 9135share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h.html
9136share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.map 9136share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.map
9137share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.md5 9137share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.md5
9138share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.svg 9138share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__dep__incl.svg
9139share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.map 9139share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.map
9140share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.md5 9140share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.md5
9141share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.svg 9141share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h__incl.svg
9142share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h_source.html 9142share/doc/gnuradio-${PKGVERSION}/html/plot__raster_8h_source.html
9143share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h.html 9143share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h.html
9144share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.map 
9145share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.md5 
9146share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__dep__incl.svg 
9147share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.map 9144share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.map
9148share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.md5 9145share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.md5
9149share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.svg 9146share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h__incl.svg
9150share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h_source.html 9147share/doc/gnuradio-${PKGVERSION}/html/plot__waterfall_8h_source.html
9151share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h.html 9148share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h.html
9152share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h.js 9149share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h.js
9153share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.map 9150share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.map
9154share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.md5 9151share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.md5
9155share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.svg 9152share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h__incl.svg
9156share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h_source.html 9153share/doc/gnuradio-${PKGVERSION}/html/pluto__utils_8h_source.html
9157share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h.html 9154share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h.html
9158share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h.js 9155share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h.js
9159share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h__incl.map 9156share/doc/gnuradio-${PKGVERSION}/html/pluto__utils__pydoc__template_8h__incl.map