pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/iceauth Update to 1.0.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b86b388863b0
branches:  trunk
changeset: 622052:b86b388863b0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 24 06:35:51 2013 +0000

description:
Update to 1.0.6:

This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.

Alan Coopersmith (7):
      Assume signal handlers return void, as C89 requires
      Add _X_NORETURN attributes suggested by gcc
      Fix some sign/size conversion warnings from clang
      Mark unused arguments in callback functions to quiet clang warnings
      Use void * instead of char * for generic pointer arg to DoFunc functions
      Constify some more string pointers to fix gcc warnings
      iceauth 1.0.6

diffstat:

 x11/iceauth/Makefile |  5 ++---
 x11/iceauth/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 8c96887bc500 -r b86b388863b0 x11/iceauth/Makefile
--- a/x11/iceauth/Makefile      Wed Jul 24 03:59:28 2013 +0000
+++ b/x11/iceauth/Makefile      Wed Jul 24 06:35:51 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:21 asau Exp $
-#
+# $NetBSD: Makefile,v 1.8 2013/07/24 06:35:51 wiz Exp $
 
-DISTNAME=              iceauth-1.0.5
+DISTNAME=              iceauth-1.0.6
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 8c96887bc500 -r b86b388863b0 x11/iceauth/distinfo
--- a/x11/iceauth/distinfo      Wed Jul 24 03:59:28 2013 +0000
+++ b/x11/iceauth/distinfo      Wed Jul 24 06:35:51 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/06/03 17:57:21 wiz Exp $
+$NetBSD: distinfo,v 1.5 2013/07/24 06:35:51 wiz Exp $
 
-SHA1 (iceauth-1.0.5.tar.bz2) = d996c6ecaa93dcaccee4a11991eeacd40bddc13e
-RMD160 (iceauth-1.0.5.tar.bz2) = a7bc808577f09e2cad3dbe96a5e65a9ad9332a9a
-Size (iceauth-1.0.5.tar.bz2) = 120847 bytes
+SHA1 (iceauth-1.0.6.tar.bz2) = ee56608a52eec81682b8ca204a1afa4ec15bf01f
+RMD160 (iceauth-1.0.6.tar.bz2) = 93c2471aa1d7978418c7d3cab3a4148542254e7e
+Size (iceauth-1.0.6.tar.bz2) = 133531 bytes



Home | Main Index | Thread Index | Old Index