diff options
author | wiz <wiz@pkgsrc.org> | 2021-08-02 10:40:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-08-02 10:40:01 +0000 |
commit | c219b3a5b2e942fe4260dea509fae67f6724f8c6 (patch) | |
tree | 3840fe7c9cd0a6ca5ebc9838838655bdc6baab55 /x11 | |
parent | 017e32fff3eabef8318f03636a9d7920674aad06 (diff) | |
download | pkgsrc-c219b3a5b2e942fe4260dea509fae67f6724f8c6.tar.gz |
xwd: update to 1.0.8.
Version 1.0.8 of xwd is now available for all your X11 window dumping needs!
It fixes bugs you didn't even know were there and cleans up code you've
never seen!
Alan Coopersmith (7):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Combine options info into a single string in usage()
QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)
Adopt standard X.Org coding style
Elide empty else
xwd 1.0.8
Jim Rees (1):
Zero out uninitialized memory so as not to write stack garbage to dump file
Stéphane Aulery (1):
Ensure consistency between the manpage and the output of the -help option
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwd/Makefile | 4 | ||||
-rw-r--r-- | x11/xwd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index c2f5e147a29..046e5bdb09c 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:36:13 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2021/08/02 10:40:01 wiz Exp $ -DISTNAME= xwd-1.0.7 +DISTNAME= xwd-1.0.8 CATEGORIES= x11 graphics MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index e528d2a06ba..28b014aa0dd 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/03/10 22:19:47 wiz Exp $ +$NetBSD: distinfo,v 1.8 2021/08/02 10:40:01 wiz Exp $ -SHA1 (xwd-1.0.7.tar.bz2) = 65ce0617be29687cf6082c3a0e85d15a0dcccda9 -RMD160 (xwd-1.0.7.tar.bz2) = 4a9b24140af9e3ed189641eeb62378bcff8287ec -SHA512 (xwd-1.0.7.tar.bz2) = 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e -Size (xwd-1.0.7.tar.bz2) = 148026 bytes +SHA1 (xwd-1.0.8.tar.bz2) = 717a45932c729fd67e4104c9d1469e52f276b0b2 +RMD160 (xwd-1.0.8.tar.bz2) = 2b885e4b112a36bac47e9e10b9d50a5a31ced534 +SHA512 (xwd-1.0.8.tar.bz2) = d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e +Size (xwd-1.0.8.tar.bz2) = 151153 bytes |