diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-05-08 19:28:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-05-08 19:28:48 +0000 |
commit | 2944de12ddee0f64b3ff5607e07d270a56badb91 (patch) | |
tree | 618d108546a2bdcfdf34726f584f95157ebe4972 | |
parent | 69afacf4516c021068356ba01ea29324566032f7 (diff) | |
download | pkgsrc-2944de12ddee0f64b3ff5607e07d270a56badb91.tar.gz |
Update to xlockmore{,lite} 5.22. Changes:
* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
Removed some compiler/lint warnings.
deluxe mode ported from xscreensaver by Jouk Jansen.
anemone mode ported from xscreensaver by Jouk Jansen
win32 changes from Petey Leinonen:
added XPutPixel()
pacman now works by changing the initialization and now can create a
1 bit depth bitmap when asked for.
* new since BETA
+ update since BETA
-rw-r--r-- | doc/CHANGES-2006 | 4 | ||||
-rw-r--r-- | x11/xlockmore-lite/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 8 |
4 files changed, 10 insertions, 9 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 81d9aa62325..0c7aaf5807e 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.171 2006/05/08 16:41:28 gson Exp $ +$NetBSD: CHANGES-2006,v 1.172 2006/05/08 19:29:56 hubertf Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2423,3 +2423,5 @@ Changes to the packages collection and infrastructure in 2006: Updated textproc/diffstat to 1.41 [snj 2006-05-08] Updated graphics/ImageMagick to 6.2.7.4 [adam 2006-05-08] Updated www/p5-HTML-TableExtract to 2.08 [gson 2006-05-08] + Updated x11/xlockmore to 5.22 [hubertf 2006-05-08] + Updated x11/xlockmore-lite to 5.22 [hubertf 2006-05-08] diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index 2699c717aea..166a06be94d 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:11:47 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/08 19:29:22 hubertf Exp $ .include "../../x11/xlockmore/Makefile.common" PKGNAME= ${DISTNAME:S/-/-lite-/} -PKGREVISION= 1 COMMENT= "lite" version of xlockmore CONFIGURE_ARGS+= --without-xpm diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index b65b9c48733..f4e3a22bd20 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2006/03/09 20:31:58 jlam Exp $ +# $NetBSD: Makefile.common,v 1.43 2006/05/08 19:28:48 hubertf Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.21 +DISTNAME= xlockmore-5.22 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index 0b85e870160..ed6fb5539c8 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2006/01/09 21:18:31 hubertf Exp $ +$NetBSD: distinfo,v 1.35 2006/05/08 19:28:48 hubertf Exp $ -SHA1 (xlockmore-5.21.tar.bz2) = 9f22729377fb39dfdd8f1dd8f8a8f897d30ad86f -RMD160 (xlockmore-5.21.tar.bz2) = 6d7ba16538ed7f411bf00339a038cd2380977847 -Size (xlockmore-5.21.tar.bz2) = 1794442 bytes +SHA1 (xlockmore-5.22.tar.bz2) = 5f1789d6a9a20aef972bb37e414719610074bfb5 +RMD160 (xlockmore-5.22.tar.bz2) = b4174dbde15c980fccb9b9a74fdc1ce8e28c78ca +Size (xlockmore-5.22.tar.bz2) = 1766547 bytes SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383 SHA1 (patch-ab) = 89f12f16e0756dd0eb1afc9df9bb175fd294e2f9 SHA1 (patch-ac) = 1bcbf56cdb6709cf8f21855b141a4892a36751c1 |