Skip to content

Commit

Permalink
(cad/gtkwave) Updated 3.3.115 to 3.3.120
Browse files Browse the repository at this point in the history
3.3.116 27may23 Fix manpage/odt for vcd2fst command switch documentation for
                zlibpack.
		Changed sprintf to snprintf in fstapi.c.
3.3.117	08aug23	Fix stems reader processing code broken in 3.3.114.
3.3.118	17dec23 Update xml2stems to handle newer "loc" vs "fl" xml tags.
		Change preg_regex_c_1 decl to use regex_t* as datatype.
		Move gtkwave.appdata.xml to
		io.github.gtkwave.GTKWave.metainfo.xml.
                Fixed popen security advisories:
                TALOS-2023-1786
                Fixed FST security advisories:
                TALOS-2023-1777
                TALOS-2023-1783
                TALOS-2023-1785
                TALOS-2023-1789
                TALOS-2023-1790
                TALOS-2023-1791
                TALOS-2023-1792
                TALOS-2023-1793
                TALOS-2023-1797
                TALOS-2023-1798
                Fixed evcd2vcd security advisories:
                TALOS-2023-1803
		Fixed VCD security advisories:
		TALOS-2023-1804
		TALOS-2023-1805
		TALOS-2023-1806
		TALOS-2023-1807
                Fixed VZT security advisories:
                TALOS-2023-1810
                TALOS-2023-1811
                TALOS-2023-1812
                TALOS-2023-1813
                TALOS-2023-1814
                TALOS-2023-1815
                TALOS-2023-1816
                TALOS-2023-1817
                Fixed LXT2 security advisories:
                TALOS-2023-1818
		TALOS-2023-1819
		TALOS-2023-1820
		TALOS-2023-1821
		TALOS-2023-1822
		TALOS-2023-1823
		TALOS-2023-1824
		TALOS-2023-1826
		TALOS-2023-1827
3.3.119 20mar24 Remove FST_DO_MISALIGNED_OPS.
		Update lz4 to current version from github.
		Change LZ4_compress to LZ4_compress_default.
		Update libghw.c/.h to latest upstream version.
		Fix for -Wsign-compare in fstapi.c.
		Security fixes for GHW.
		Fix left shift of a negative number warning in fstapi.c.
		Fix ctrl-A behavior for SST filter entry.
		Fix for	bad shmat return value in main.c.
3.3.120 14jun24 Add launchable tag in io.github.gtkwave.GTKWave.metainfo.xml.
		Fix memory leak on name in build_hierarchy_array().
		Fix memory leak in ptranslate/ttranslate.
		Fix case of missing newline at EOF for VCD loaders.
		Add escape handling state machine for vars in FST loader.
		Remove escape check on coalesce	in FST loader.
		CreateFileMapping() warning fix for win32 compiles.
  • Loading branch information
mef committed Aug 31, 2024
1 parent 6d6827c commit 1a918c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions cad/gtkwave/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.132 2024/05/29 16:31:27 adam Exp $
# $NetBSD: Makefile,v 1.133 2024/08/31 09:19:36 mef Exp $
#

DISTNAME= gtkwave-3.3.115
PKGREVISION= 6
DISTNAME= gtkwave-3.3.120
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/}
#MASTER_SITES= http://home.nc.rr.com/gtkwave/
Expand Down
8 changes: 4 additions & 4 deletions cad/gtkwave/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.65 2023/04/30 21:55:14 mef Exp $
$NetBSD: distinfo,v 1.66 2024/08/31 09:19:36 mef Exp $

BLAKE2s (gtkwave-3.3.115.tar.gz) = af7eafbdbd5a192e411cfc490d08f2d48deab27dd66cf964050ac6e7001eedcb
SHA512 (gtkwave-3.3.115.tar.gz) = a0fae7f948cf1a8e4d04c7ee22797225dd8ef54ae02c9d410db1d60e8bc690c02ace337c794bbd60f26440b84a5a8a7fe4b9e06f559ea829ff7020804fdcf1f7
Size (gtkwave-3.3.115.tar.gz) = 3511620 bytes
BLAKE2s (gtkwave-3.3.120.tar.gz) = be6fdaf2da881478894eaa47ea12aefff22f91cd94e99be944238793caf853a8
SHA512 (gtkwave-3.3.120.tar.gz) = 043303529f71af6c3e9000b4d1c214893c3efa62aa814541434a8d7e132d8179cc613e40e9575e5a93cab16d81377f7b491d6a9c9daee8192cbb8b7ad107bcaf
Size (gtkwave-3.3.120.tar.gz) = 3534190 bytes
SHA1 (patch-aa) = b734be7195cfcddf15ddc7741a53e9d32b56b1f2
SHA1 (patch-ab) = a1f6aca8fca90f8bc88a41bde275665b2ea098d1
SHA1 (patch-contrib_bundle__for__osx_gtkwave__bin__launcher.sh) = ca5fcdf744a4f89d06385f3d80696732295f8760
Expand Down

0 comments on commit 1a918c2

Please sign in to comment.