pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core Updated ham/gnuradio-* to 3.7.113.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb709e4d9b03
branches:  trunk
changeset: 310715:bb709e4d9b03
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jul 21 13:09:01 2018 +0000

description:
Updated ham/gnuradio-* to 3.7.113.4

## [3.7.13.4] - 2018-07-15
### Fixed
#### Project Scope
- Fix Boost 1.67 linking issue
#### gnuradio-runtime

- Logging: fixed issues where messages weren't properly written to
  stdout/stderr due to incorrect strings

#### gr-analog
- `fmdet_cf`'s derivative coefficients were wrong.

#### gr-blocks
- `skiphead` used to incorrectly handle tags, now properly shifts

#### gr-digital
- `qa_packet_format`: Unit test used to potentially lock up due to
   incorrect condit ionals
- `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element of an
   empty vector is UB, even if you don't use the result afterwards.

#### gr-fec
- `polar_encoder`/`_common`: Fixed multiple out-of-bound accesses due
   to insufficient vector length checks

#### gr-filter
- `fft_filter`, `filter_delay`: Accessing the `[0]` element of an
  empty vector is UB, even if you don't use the result afterwards.

diffstat:

 ham/gnuradio-core/Makefile.version |   4 ++--
 ham/gnuradio-core/distinfo         |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a063a51e7284 -r bb709e4d9b03 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version        Sat Jul 21 06:54:26 2018 +0000
+++ b/ham/gnuradio-core/Makefile.version        Sat Jul 21 13:09:01 2018 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.11 2018/07/16 07:55:22 mef Exp $
+# $NetBSD: Makefile.version,v 1.12 2018/07/21 13:09:01 mef Exp $
 
-VERSION=        3.7.13.3
+VERSION=        3.7.13.4
diff -r a063a51e7284 -r bb709e4d9b03 ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo        Sat Jul 21 06:54:26 2018 +0000
+++ b/ham/gnuradio-core/distinfo        Sat Jul 21 13:09:01 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2018/07/17 06:55:52 mef Exp $
+$NetBSD: distinfo,v 1.31 2018/07/21 13:09:01 mef Exp $
 
-SHA1 (gnuradio-3.7.13.3.tar.gz) = 67bde0ab643081381f7acb43fc9061cad40b5ab8
-RMD160 (gnuradio-3.7.13.3.tar.gz) = 58fdfffa51a87b8091d6840f6713d0785155525f
-SHA512 (gnuradio-3.7.13.3.tar.gz) = e4bf63899678fd792bc08baa2db673b192dc823d6e586124538cbdf12e60a882847e72cfca7f52ef906d52038a9cb48a8b5891593c9db1cb172c4077a54d4056
-Size (gnuradio-3.7.13.3.tar.gz) = 4544605 bytes
+SHA1 (gnuradio-3.7.13.4.tar.gz) = a3c60d00a434da002d46a804654855951dd11e52
+RMD160 (gnuradio-3.7.13.4.tar.gz) = 4e84ed451367fd011e6b8a2640105621be54c154
+SHA512 (gnuradio-3.7.13.4.tar.gz) = 85c265851b43d4b62590869c91a9b7b262601dce233515096f1a1e68a14ea2710f08cc07859326efdfde29a2f156477d3bbd42e3bdd9b8ac13f6769637bf794b
+Size (gnuradio-3.7.13.4.tar.gz) = 4546663 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) = 7e8aa146447fc7ffd006ffd540764ae4b15da2a5



Home | Main Index | Thread Index | Old Index