diff options
author | fredb <fredb@pkgsrc.org> | 2005-03-05 20:09:44 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2005-03-05 20:09:44 +0000 |
commit | 1a99ac2509bc5044a6432062e299ac7a1eee3cfc (patch) | |
tree | cf222b57b26bd43d5204df9013e16b4f501dfade /graphics/xli | |
parent | 8c9c2ad4290cfbebb79e7c3168dc60457f58f95e (diff) | |
download | pkgsrc-1a99ac2509bc5044a6432062e299ac7a1eee3cfc.tar.gz |
Update to latest snapshot for some "security issues" -- apparently, this...
http://www.gentoo.org/security/en/glsa/glsa-200503-05.xml
but just make it an "nb" bump so as not to confuse "audit-pacakges" &c.
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 7 | ||||
-rw-r--r-- | graphics/xli/distinfo | 9 | ||||
-rw-r--r-- | graphics/xli/patches/patch-ac | 12 |
3 files changed, 8 insertions, 20 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index bbdaa3bfceb..02d57fb0aac 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/03/05 20:03:29 fredb Exp $ +# $NetBSD: Makefile,v 1.25 2005/03/05 20:09:44 fredb Exp $ -DISTNAME= xli-1.17.0 -PKGREVISION= 1 +DISTNAME= xli-2005-02-27 +PKGNAME= xli-1.17.0 +PKGREVISION= 2 CATEGORIES= graphics x11 MASTER_SITES= http://pantransit.reptiles.org/prog/ diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index 7dd92ae0c06..a251b1d90c6 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 08:45:14 agc Exp $ +$NetBSD: distinfo,v 1.12 2005/03/05 20:09:44 fredb Exp $ -SHA1 (xli-1.17.0.tar.gz) = 49ff899602510dda5c701af4104ea7d334ac883a -RMD160 (xli-1.17.0.tar.gz) = 98cf062424693008feafdd2d2a2a9c33a00eef2f -Size (xli-1.17.0.tar.gz) = 200069 bytes +SHA1 (xli-2005-02-27.tar.gz) = 977d8ece0edd41f3ec606310496cf3231f046d88 +RMD160 (xli-2005-02-27.tar.gz) = fc83fa5173befa73a0eeb56ad323dad148ef1426 +Size (xli-2005-02-27.tar.gz) = 201011 bytes SHA1 (patch-aa) = 94b5c639175e55562bfdf3413486726246418310 -SHA1 (patch-ac) = fc3a9f5b78391f95ef30adcf9aaacaba3019a4ac diff --git a/graphics/xli/patches/patch-ac b/graphics/xli/patches/patch-ac deleted file mode 100644 index 27a736c793e..00000000000 --- a/graphics/xli/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2003/06/14 17:50:56 fredb Exp $ - ---- rlelib.c.orig 1993-07-23 03:18:45.000000000 -0500 -+++ rlelib.c -@@ -12,7 +12,6 @@ - */ - - #include "xli.h" --#include <varargs.h> - #include <ctype.h> - #include "rle.h" - |