Update to 1.2.20140911:
2014/09/11 + correct malloc-size for change to prgbox. 2014/09/10 + fixes to make "-c" option work when passing command to shell for the prgbox widget, for example in samples/prgbox2 (report by Korantin Auguste). 2014/09/08 + fix an out-of-bounds array index in buildlist widget (report by Cade Foster).
This commit is contained in:
parent
e3ec75dfde
commit
b81217ae33
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.68 2014/09/07 20:14:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.69 2014/09/14 16:44:43 wiz Exp $
|
||||
|
||||
DISTNAME= dialog-1.2-20140901
|
||||
DISTNAME= dialog-1.2-20140911
|
||||
PKGNAME= ${DISTNAME:C/-2/.2/}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://invisible-island.net/dialog/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.39 2014/09/07 20:14:12 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.40 2014/09/14 16:44:43 wiz Exp $
|
||||
|
||||
SHA1 (dialog-1.2-20140901.tgz) = 73f48a7293c4881fa8cd3f9ebfcd4618b259afbc
|
||||
RMD160 (dialog-1.2-20140901.tgz) = 716c9fe80ad54e686335639eba16a1dccd832c7d
|
||||
Size (dialog-1.2-20140901.tgz) = 454908 bytes
|
||||
SHA1 (dialog-1.2-20140911.tgz) = 030f3dda2fee725f16d8bc4d44cd79448721e348
|
||||
RMD160 (dialog-1.2-20140911.tgz) = 8f7f557f29bc7d71c97b2107eea6c209a387578a
|
||||
Size (dialog-1.2-20140911.tgz) = 455139 bytes
|
||||
|
|
Loading…
Reference in a new issue