pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/hexedit



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Jan  9 21:08:06 UTC 2023

Modified Files:
        pkgsrc/editors/hexedit: Makefile distinfo

Log Message:
hexedit: update to 1.6.

- configure script must error-out when (n)curses isn't found
- Move SIGWINCH handling from handler to NCURSES
- Make configure.ac compliant with autoconf >= 2.70
- Check that malloc did not return NULL
- Fix a possible memory leak in findFile()
- Prevent division by zero on empty files


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/hexedit/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/hexedit/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/hexedit/Makefile
diff -u pkgsrc/editors/hexedit/Makefile:1.36 pkgsrc/editors/hexedit/Makefile:1.37
--- pkgsrc/editors/hexedit/Makefile:1.36        Sat Aug 29 13:17:53 2020
+++ pkgsrc/editors/hexedit/Makefile     Mon Jan  9 21:08:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/08/29 13:17:53 fcambus Exp $
+# $NetBSD: Makefile,v 1.37 2023/01/09 21:08:06 fcambus Exp $
 
-DISTNAME=      hexedit-1.5
+DISTNAME=      hexedit-1.6
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pixel/}
 

Index: pkgsrc/editors/hexedit/distinfo
diff -u pkgsrc/editors/hexedit/distinfo:1.17 pkgsrc/editors/hexedit/distinfo:1.18
--- pkgsrc/editors/hexedit/distinfo:1.17        Tue Oct 26 10:21:30 2021
+++ pkgsrc/editors/hexedit/distinfo     Mon Jan  9 21:08:06 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:21:30 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/01/09 21:08:06 fcambus Exp $
 
-BLAKE2s (hexedit-1.5.tar.gz) = 7278d952152b61cbbb1e41574b8ecf4f9d52e67f5e862e612783aa9a92d89bee
-SHA512 (hexedit-1.5.tar.gz) = 9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
-Size (hexedit-1.5.tar.gz) = 30544 bytes
+BLAKE2s (hexedit-1.6.tar.gz) = f6091ac224f2c77085f042b7978a8ca2781f71092181bad216f415646aeee544
+SHA512 (hexedit-1.6.tar.gz) = 9783406f253a67fe048ec12306df1a601b7ba92cd7a0399ad2f103aed5a3164cd21ad7c1d547a4c55192cfb7da2b2517152015a4c3db402a9217548b435f602d
+Size (hexedit-1.6.tar.gz) = 31085 bytes
 SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd



Home | Main Index | Thread Index | Old Index