Sun May 14 18:55:54 2023 UTC ()
poke: update to 3.2.

Version 3.2 (13 May 2023)
* Bug fixes

   - Fix value returned by the libpoke function pk_load.

   - Fix a very annoying regression that resulted in a segfault when
     doing l-value maps of struct values having anonymous fields.


(fcambus)
diff -r1.5 -r1.6 pkgsrc/editors/poke/Makefile
diff -r1.2 -r1.3 pkgsrc/editors/poke/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/editors/poke/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/poke/Makefile 2023/04/19 15:08:36 1.5
+++ pkgsrc/editors/poke/Makefile 2023/05/14 18:55:54 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2023/04/19 15:08:36 fcambus Exp $ 1# $NetBSD: Makefile,v 1.6 2023/05/14 18:55:54 fcambus Exp $
2 2
3DISTNAME= poke-3.1 3DISTNAME= poke-3.2
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://ftp.gnu.org/gnu/poke/ 5MASTER_SITES= https://ftp.gnu.org/gnu/poke/
6 6
7MAINTAINER= fcambus@NetBSD.org 7MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://ftp.gnu.org/gnu/poke/ 8HOMEPAGE= https://ftp.gnu.org/gnu/poke/
9COMMENT= Extensible editor for structured binary data 9COMMENT= Extensible editor for structured binary data
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13INFO_FILES= yes 13INFO_FILES= yes
14 14
15USE_TOOLS+= pkg-config gmake makeinfo install-info 15USE_TOOLS+= pkg-config gmake makeinfo install-info
16 16

cvs diff -r1.2 -r1.3 pkgsrc/editors/poke/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/poke/distinfo 2023/04/19 15:08:36 1.2
+++ pkgsrc/editors/poke/distinfo 2023/05/14 18:55:54 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2023/04/19 15:08:36 fcambus Exp $ 1$NetBSD: distinfo,v 1.3 2023/05/14 18:55:54 fcambus Exp $
2 2
3BLAKE2s (poke-3.1.tar.gz) = f16607fcb75047ceae6fcda705bfba3dc2dc262c5e5590cd9baeb7f0e34b828f 3BLAKE2s (poke-3.2.tar.gz) = d0b8673e13d89098ee8f295a00a119eb45ee9cc60718a42568d76199e1b015ec
4SHA512 (poke-3.1.tar.gz) = 5680ce13b0a8e9a1f2770d295bccf7ccbe3aff54f3f4301a12c4719f54a6717ce5addb6ae3fe0478d0e426ccc756ef06a5e852b0d6ada0f8d3c587640ad209dd 4SHA512 (poke-3.2.tar.gz) = bd3651a2962165b318cc59c53604199eb6278ee3be45c18c36864612b0926d78a06f0e1338fdcc1fcd1cd48e2792bb3cd36a2bb5383143a66dc3aab023c0019c
5Size (poke-3.1.tar.gz) = 7562582 bytes 5Size (poke-3.2.tar.gz) = 7559660 bytes