pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xwd
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 2 10:40:01 UTC 2021
Modified Files:
pkgsrc/x11/xwd: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xwd/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xwd/Makefile
diff -u pkgsrc/x11/xwd/Makefile:1.12 pkgsrc/x11/xwd/Makefile:1.13
--- pkgsrc/x11/xwd/Makefile:1.12 Sat Jan 18 23:36:13 2020
+++ pkgsrc/x11/xwd/Makefile Mon Aug 2 10:40:01 2021
@@ -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
Index: pkgsrc/x11/xwd/distinfo
diff -u pkgsrc/x11/xwd/distinfo:1.7 pkgsrc/x11/xwd/distinfo:1.8
--- pkgsrc/x11/xwd/distinfo:1.7 Sat Mar 10 22:19:47 2018
+++ pkgsrc/x11/xwd/distinfo Mon Aug 2 10:40:01 2021
@@ -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