pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jul 21 13:09:01 UTC 2018

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.version distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-core/Makefile.version
cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.version
diff -u pkgsrc/ham/gnuradio-core/Makefile.version:1.11 pkgsrc/ham/gnuradio-core/Makefile.version:1.12
--- pkgsrc/ham/gnuradio-core/Makefile.version:1.11      Mon Jul 16 07:55:22 2018
+++ pkgsrc/ham/gnuradio-core/Makefile.version   Sat Jul 21 13:09:01 2018
@@ -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

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.30 pkgsrc/ham/gnuradio-core/distinfo:1.31
--- pkgsrc/ham/gnuradio-core/distinfo:1.30      Tue Jul 17 06:55:52 2018
+++ pkgsrc/ham/gnuradio-core/distinfo   Sat Jul 21 13:09:01 2018
@@ -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