pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/dialog



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Apr 15 16:36:04 UTC 2022

Modified Files:
        pkgsrc/misc/dialog: Makefile distinfo

Log Message:
dialog: update to 1.3.20220414.

2022/04/14
        + adjust fallback bindings for backspace/delete to match the curses
          library's sense of backspace (Arch #74379).
        + amend limit-checks to make --max-input work for sizes greater than
          2048 (Debian #1004874).

2022/04/04
        + corrected limit-checks in checklist.c, menubox.c, and treeview.c when
          resizing while the data is scrolled (Debian #1004868).
        + improve logic for updating form-height after screen-resizing.
        + move most of the non-API definitions from dialog.h to dlg_internals.h
        + updated configure macros.
        + update config.guess, config.sub
        + updated es.po, tr.po from
                http://translationproject.org/latest/dialog/


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/misc/dialog/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/misc/dialog/distinfo

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

Modified files:

Index: pkgsrc/misc/dialog/Makefile
diff -u pkgsrc/misc/dialog/Makefile:1.89 pkgsrc/misc/dialog/Makefile:1.90
--- pkgsrc/misc/dialog/Makefile:1.89    Sat Jan 22 21:12:05 2022
+++ pkgsrc/misc/dialog/Makefile Fri Apr 15 16:36:04 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2022/01/22 21:12:05 fcambus Exp $
+# $NetBSD: Makefile,v 1.90 2022/04/15 16:36:04 fcambus Exp $
 
-DISTNAME=      dialog-1.3-20220117
+DISTNAME=      dialog-1.3-20220414
 PKGNAME=       ${DISTNAME:C/-2/.2/}
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.invisible-island.net/dialog/

Index: pkgsrc/misc/dialog/distinfo
diff -u pkgsrc/misc/dialog/distinfo:1.58 pkgsrc/misc/dialog/distinfo:1.59
--- pkgsrc/misc/dialog/distinfo:1.58    Sat Jan 22 21:12:05 2022
+++ pkgsrc/misc/dialog/distinfo Fri Apr 15 16:36:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2022/01/22 21:12:05 fcambus Exp $
+$NetBSD: distinfo,v 1.59 2022/04/15 16:36:04 fcambus Exp $
 
-BLAKE2s (dialog-1.3-20220117.tgz) = b09da569cced1e352b88770b584bdd26bd443640ce90a226976526a58582eae4
-SHA512 (dialog-1.3-20220117.tgz) = c785dadb0bf7feeee6ac767a6752fb85e9d07ff3991c2f948deae05893ba3104590eda37e88adc0032ce89ede036f6215bb4acd1d85699f5cb9f5b4fc153e2ef
-Size (dialog-1.3-20220117.tgz) = 565530 bytes
+BLAKE2s (dialog-1.3-20220414.tgz) = 6c82a8e47d49926d265b94ffef5ad5254884468dbb66a60de8327f14d80715f9
+SHA512 (dialog-1.3-20220414.tgz) = 53b7bc64bb6406c5828f2d023e7db457eee970ade2077bc64860ef12f06c254b4a13706eee068ffe44055ec6b0576ecfe33153438660a5a54f78ea1be00091ee
+Size (dialog-1.3-20220414.tgz) = 566701 bytes



Home | Main Index | Thread Index | Old Index