pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poke



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Aug 24 22:22:28 UTC 2023

Modified Files:
        pkgsrc/editors/poke: Makefile distinfo

Log Message:
poke: update to 3.3.

Version 3.3 (20 August 2023)
* Bug fixes

  - Mapping in non-strict mode now assures that constraint expressions
    are executed, even if their result is discarded.  This is
    important because very often constraint expressions have side
    effects (such as setting the current endianness) on which further
    mapping relies.

  - Bug in array promotion has been fixed.

  - A bug impacting array bounders in struct constructors has been
    fixed.

  - The return type of the builtin `iolist' has been fixed.

  - A bug impacting the re-definition of struct types at the top-level
    has been fixed.

  - Error locations were not very xprecise in a couple of circumstances
    due to a bison limitation.  This should be fixed now.

  - Setting values of mapped structs in strict mode now really check
    for integrity, erroing whenever necessary.

  - A bug flushing stream IO devices has been fixed.

  - The .sub dot-command now does the right thing when no name is
    specified, instead of crashing poke.

* Pickles

  - The BTF pickle has been updated to support BTF_KIND_ENUM64.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/poke/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/poke/distinfo

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

Modified files:

Index: pkgsrc/editors/poke/Makefile
diff -u pkgsrc/editors/poke/Makefile:1.6 pkgsrc/editors/poke/Makefile:1.7
--- pkgsrc/editors/poke/Makefile:1.6    Sun May 14 18:55:54 2023
+++ pkgsrc/editors/poke/Makefile        Thu Aug 24 22:22:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/05/14 18:55:54 fcambus Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/24 22:22:28 fcambus Exp $
 
-DISTNAME=      poke-3.2
+DISTNAME=      poke-3.3
 CATEGORIES=    editors
 MASTER_SITES=  https://ftp.gnu.org/gnu/poke/
 

Index: pkgsrc/editors/poke/distinfo
diff -u pkgsrc/editors/poke/distinfo:1.3 pkgsrc/editors/poke/distinfo:1.4
--- pkgsrc/editors/poke/distinfo:1.3    Sun May 14 18:55:54 2023
+++ pkgsrc/editors/poke/distinfo        Thu Aug 24 22:22:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/05/14 18:55:54 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2023/08/24 22:22:28 fcambus Exp $
 
-BLAKE2s (poke-3.2.tar.gz) = d0b8673e13d89098ee8f295a00a119eb45ee9cc60718a42568d76199e1b015ec
-SHA512 (poke-3.2.tar.gz) = bd3651a2962165b318cc59c53604199eb6278ee3be45c18c36864612b0926d78a06f0e1338fdcc1fcd1cd48e2792bb3cd36a2bb5383143a66dc3aab023c0019c
-Size (poke-3.2.tar.gz) = 7559660 bytes
+BLAKE2s (poke-3.3.tar.gz) = 56bbbe0958975cb75b77d5e9e623e8cf55d0fcd26e006a128b0a0898b463d7a8
+SHA512 (poke-3.3.tar.gz) = b00dca38d27bddee6ea131d45988aaead1d11d29b757c048f3b2be8013575cedc591844d4d99870f90964fd4f517d500cbb42aae5aff57e9fe07aac8273aa236
+Size (poke-3.3.tar.gz) = 7553544 bytes



Home | Main Index | Thread Index | Old Index