pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xwd xwd: update to 1.0.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e19566f63c33
branches:  trunk
changeset: 456518:e19566f63c33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 02 10:40:01 2021 +0000

description:
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:

 x11/xwd/Makefile |   4 ++--
 x11/xwd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 57a2d72bd328 -r e19566f63c33 x11/xwd/Makefile
--- a/x11/xwd/Makefile  Mon Aug 02 10:38:56 2021 +0000
+++ b/x11/xwd/Makefile  Mon Aug 02 10:40:01 2021 +0000
@@ -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 -r 57a2d72bd328 -r e19566f63c33 x11/xwd/distinfo
--- a/x11/xwd/distinfo  Mon Aug 02 10:38:56 2021 +0000
+++ b/x11/xwd/distinfo  Mon Aug 02 10:40:01 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index