Update gnuradio 3.7.8 to 3.7.8.1.

This commit is contained in:
Makoto Fujiwara 2015-12-15 22:13:13 +09:00
parent 681a36ec17
commit 330caaec66
10 changed files with 92 additions and 18 deletions

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2015/09/17 13:48:04 makoto Exp $
@comment $NetBSD$
bin/gnuradio-companion
${PYSITELIB}/gnuradio/grc/__init__.py
${PYSITELIB}/gnuradio/grc/__init__.pyc
@ -169,6 +169,7 @@ ${PYSITELIB}/grc_gnuradio/blks2/tcp.py
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyc
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyo
libexec/gnuradio/grc_setup_freedesktop
share/gnuradio/examples/grc.conf
share/gnuradio/examples/grc/simple/variable_config.grc
share/gnuradio/examples/grc/xmlrpc/readme.txt
share/gnuradio/examples/grc/xmlrpc/xmlrpc_client.grc
@ -198,6 +199,7 @@ share/gnuradio/grc/blocks/parameter.xml
share/gnuradio/grc/blocks/variable.xml
share/gnuradio/grc/blocks/variable_config.xml
share/gnuradio/grc/blocks/variable_function_probe.xml
share/gnuradio/grc/blocks/variable_struct.xml
share/gnuradio/grc/blocks/virtual_sink.xml
share/gnuradio/grc/blocks/virtual_source.xml
share/gnuradio/grc/blocks/xmlrpc_client.xml
@ -211,4 +213,3 @@ share/gnuradio/grc/freedesktop/grc-icon-256.png
share/gnuradio/grc/freedesktop/grc-icon-32.png
share/gnuradio/grc/freedesktop/grc-icon-48.png
share/gnuradio/grc/freedesktop/grc-icon-64.png
share/gnuradio/grc/blocks/variable_struct.xml

View file

@ -1,7 +1,70 @@
GNU Radio releases 3.7.6 and 3.7.5.2 are available for download:
Update 3.7.8 to 3.7.8.1
------------------------
Release 3.7.8.1 is a maintenance release
( several tens of lines omitted for URL and List of contributors)
Changes 3.7.8 to 3.7.8.1
------------------------
Ben Hilburn <ben.hilburn@ettus.com> (6):
Fixes Coverity Defect 1229872: Memory leak in `atsci_equalizer_lms2` DTOR
lms_dd_equalizer_cc.h: Fixing simple documentation typo.
Addresses Defects 1046385 & 1046340: Out-of-bounds access
Addresses Defects 1046385 & 1046340: Buffer not NULL-terminated
Fixes Cov Defect 1046011: Resource Leak
Fixes Cov Defect 1043301: Unitialized Variable in Conditional
Release 3.7.5.2 is a bug-fix only maintenance patch following 3.7.5.1,
and will be the last one for the 3.7.5 release. Release 3.7.6
incorporates all these fixes and adds significant new features.
Doug Geiger <doug.geiger@bioradiation.net> (1):
Bring fix from other pfb_arb_resampler_* variants
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> (1):
logger.h.in: sys/types.h is needed for mode_t
Johannes Demel <ufcsy@student.kit.edu> (1):
fec: xml template doesn't produce duplicate var def's anymore
Johannes Schmitz <schmitz@ti.rwth-aachen.de> (1):
gr-zeromq: fix python examples
Johnathan Corgan <johnathan@corganlabs.com> (12):
qtgui: install vector sink example
blocks: enable missing multiply_matrix_cc and backport fixes
Martin Braun <martin.braun@ettus.com> (2):
qtgui: Fixed vector sink example (block not showing)
modtool: Add hint regarding python blocks + makexml
Nathan West <nathan.west@okstate.edu> (5):
blocks: add socket_pdu qa
blocks: fix destruction and shutdown for socket_pdu
blocks: add socket_pdu test using a flowgraph
Paul Cercueil <paul.cercueil@analog.com> (1):
blocks: Fix incorrect size check
Philip Balister <philip@balister.org> (1):
Fix uhd_rx_nogui so it runs.
Sean Nowlan <sean.nowlan@gtri.gatech.edu> (2):
blocks: import pmt to get GRC to recognize defaults in Tag Object GRC bindings
trellis: fixed pulse normalization in CPM test script
Sebastian Koslowski <koslowski@kit.edu> (7):
grc: fix for reverted commit f184ccf 'better Popen argument handling...'
grc: fix printing empty traceback when a block is missing
grc: no block alias param for Options blocks
qtgui: indentation fix for number sink GRC wrapper
grc: update port key on domain change
grc: fix port placement for hidden ports
grc: disconnect hidden blocks
Sylvain Munaut <tnt@246tNt.com> (2):
cmake: Fix warning related to GrSetupQt4 in modern CMake
grc/blocks: Fix XML RPC server to allow proper flowgraph termination
Tom Rondeau <tom@trondeau.com> (3):
fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point.
logger: fixed issue #851: "notset" instead of "noset".
fec: Fixed alist file location for ber_curve_gen example.
spectrejan <kraemer.jn@gmail.com> (1):
Fixed Bug in qa_multiply_matrix_ff test_005_t

View file

@ -58,7 +58,7 @@ PY_PATCHPLIST= yes
CONFIGURE_DIRS= build
EGDIR= share/examples/gnuradio/conf.d
EGDIR= share/gnuradio/examples
PKG_SYSCONFSUBDIR= gnuradio/conf.d
LDFLAGS.DragonFly+= -lboost_system
@ -93,7 +93,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib
CMAKE_ARGS+= -DGR_PREFSDIR=${DESTDIR}${PREFIX}/share/
CMAKE_ARGS+= -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
CMAKE_ARG_PATH= ../

View file

@ -1,3 +1,3 @@
# $NetBSD: Makefile.version,v 1.5 2015/09/17 13:48:04 makoto Exp $
VERSION= 3.7.8
VERSION= 3.7.8.1

View file

@ -25,7 +25,7 @@ post-install:
fi \
done \
done \
| ${AWK} ${_PLIST_SHLIB_AWK} \
| ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \
> ${WRKDIR}/.PLIST.minus;
(cd ${WRKDIR}/.destdir/${PREFIX}; \
${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) );

View file

@ -645,7 +645,7 @@ lib/libgnuradio-pmt.so.${PKGVERSION}
lib/libgnuradio-runtime.so
lib/libgnuradio-runtime.so.${PKGVERSION}
lib/libvolk.so
lib/libvolk.so.1.0.2
lib/libvolk.so.1.1.1
lib/pkgconfig/gnuradio-analog.pc
lib/pkgconfig/gnuradio-audio.pc
lib/pkgconfig/gnuradio-blocks.pc
@ -940,6 +940,11 @@ share/gnuradio/examples/filter/resampler.py
share/gnuradio/examples/filter/resampler_demo.grc
share/gnuradio/examples/filter/synth_filter.py
share/gnuradio/examples/filter/synth_to_chan.py
share/gnuradio/examples/gnuradio-runtime.conf
share/gnuradio/examples/gr-audio-jack.conf
share/gnuradio/examples/gr-audio-oss.conf
share/gnuradio/examples/gr-audio-portaudio.conf
share/gnuradio/examples/gr-audio.conf
share/gnuradio/examples/metadata/file_metadata_sink.grc
share/gnuradio/examples/metadata/file_metadata_source.grc
share/gnuradio/examples/metadata/file_metadata_vector_sink.grc

View file

@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.11 2015/09/17 13:48:04 makoto Exp $
SHA1 (gnuradio-3.7.8.tar.gz) = ef767d5f5e05e4f9883b3077cebd9ca915237c77
RMD160 (gnuradio-3.7.8.tar.gz) = 890cd2c55ecb919a46cce0ac15118c3963a1156b
Size (gnuradio-3.7.8.tar.gz) = 3990172 bytes
SHA1 (gnuradio-3.7.8.1.tar.gz) = cfeb6598cc8031adbef2ee5458aada0129734801
RMD160 (gnuradio-3.7.8.1.tar.gz) = e70b033538ed9b1175fe2c045ebe2a2b05119066
SHA512 (gnuradio-3.7.8.1.tar.gz) = 21468335d698963ce5090b03b980ecc3714c301f3cd5d071d8a1b083c3c985479c42ee6d842b1b600ac85640ce875fb2bbfd6f51d30144cb612ac55e648c0c9a
Size (gnuradio-3.7.8.1.tar.gz) = 3962961 bytes
SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2015/09/17 13:48:06 makoto Exp $
@comment $NetBSD$
bin/gr_constellation_plot
bin/gr_psd_plot_b
bin/gr_psd_plot_c
@ -114,6 +114,7 @@ ${PYSITELIB}/gnuradio/qtgui/range.py
${PYSITELIB}/gnuradio/qtgui/range.pyc
${PYSITELIB}/gnuradio/qtgui/range.pyo
share/doc/gnuradio-${PKGVERSION}/README.qtgui
share/gnuradio/examples/gr-qtgui.conf
share/gnuradio/examples/qt-gui/pyqt_const_c.py
share/gnuradio/examples/qt-gui/pyqt_example_c.py
share/gnuradio/examples/qt-gui/pyqt_example_f.py
@ -127,6 +128,7 @@ share/gnuradio/examples/qt-gui/pyqt_time_raster_f.py
share/gnuradio/examples/qt-gui/pyqt_waterfall_c.py
share/gnuradio/examples/qt-gui/pyqt_waterfall_f.py
share/gnuradio/examples/qt-gui/qtgui_tags_viewing.grc
share/gnuradio/examples/qt-gui/qtgui_vector_sink_example.grc
share/gnuradio/grc/blocks/qtgui_ber_sink_b.xml
share/gnuradio/grc/blocks/qtgui_block_tree.xml
share/gnuradio/grc/blocks/qtgui_check_box.xml

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2015/09/17 13:48:06 makoto Exp $
@comment $NetBSD$
bin/gr_modtool
bin/gr_plot_char
bin/gr_plot_const
@ -81,6 +81,7 @@ ${PYSITELIB}/gnuradio/pyqt_filter.pyo
${PYSITELIB}/gnuradio/pyqt_plot.py
${PYSITELIB}/gnuradio/pyqt_plot.pyc
${PYSITELIB}/gnuradio/pyqt_plot.pyo
share/gnuradio/examples/modtool.conf
share/gnuradio/modtool/gr-newmod/CMakeLists.txt
share/gnuradio/modtool/gr-newmod/MANIFEST.md
share/gnuradio/modtool/gr-newmod/apps/CMakeLists.txt

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2015/09/17 13:48:06 makoto Exp $
@comment $NetBSD$
include/gnuradio/swig/wxgui_swig.i
include/gnuradio/swig/wxgui_swig_doc.i
include/gnuradio/wxgui/api.h
@ -143,6 +143,7 @@ ${PYSITELIB}/grc_gnuradio/wxgui/panel.pyo
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.py
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.pyc
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.pyo
share/gnuradio/examples/gr-wxgui.conf
share/gnuradio/grc/blocks/notebook.xml
share/gnuradio/grc/blocks/variable_check_box.xml
share/gnuradio/grc/blocks/variable_chooser.xml