pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib Fix security problem reported in C...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0030b7df2a43
branches: trunk
changeset: 512981:0030b7df2a43
user: tron <tron%pkgsrc.org@localhost>
date: Thu May 18 18:45:37 2006 +0000
description:
Fix security problem reported in CVE-2006-1664.
Bump package revision because of this fix.
diffstat:
multimedia/xine-lib/Makefile | 4 ++--
multimedia/xine-lib/distinfo | 3 ++-
multimedia/xine-lib/patches/patch-at | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r 1ac61b518d13 -r 0030b7df2a43 multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile Thu May 18 18:16:06 2006 +0000
+++ b/multimedia/xine-lib/Makefile Thu May 18 18:45:37 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/05/03 12:32:10 drochner Exp $
+# $NetBSD: Makefile,v 1.36 2006/05/18 18:45:37 tron Exp $
.include "Makefile.common"
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= Multimedia player library
diff -r 1ac61b518d13 -r 0030b7df2a43 multimedia/xine-lib/distinfo
--- a/multimedia/xine-lib/distinfo Thu May 18 18:16:06 2006 +0000
+++ b/multimedia/xine-lib/distinfo Thu May 18 18:45:37 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/05/03 12:32:10 drochner Exp $
+$NetBSD: distinfo,v 1.29 2006/05/18 18:45:37 tron Exp $
SHA1 (xine-lib-1.0.3a.tar.gz) = 2efe9bc3d85659731e8c679d2c60901a6101f17b
RMD160 (xine-lib-1.0.3a.tar.gz) = 335abfaa46c4592a22246f75c3a455cd87b7cdc4
@@ -21,6 +21,7 @@
SHA1 (patch-aq) = 6f486b79dcb14155f613df44b10ef8223b44167e
SHA1 (patch-ar) = c0053ebca44544c42e39aab775e8441b6e9faa30
SHA1 (patch-as) = ad09d98ba79cdaa0367589658d7fa05a78d075ba
+SHA1 (patch-at) = 77bfc49591b50f3591b12c5f37a2a55d8ff8df66
SHA1 (patch-av) = 56f462e6091a72e87544ece689557d60fbb749aa
SHA1 (patch-aw) = 78ab44197a6b9f85e4b272d522ce254de4d557dc
SHA1 (patch-ba) = c4a5fbe9d88d21a90fe01359ace7831f2a865c86
diff -r 1ac61b518d13 -r 0030b7df2a43 multimedia/xine-lib/patches/patch-at
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-lib/patches/patch-at Thu May 18 18:45:37 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.3 2006/05/18 18:45:37 tron Exp $
+
+--- src/xine-utils/list.c.orig 2004-12-20 21:38:24.000000000 +0000
++++ src/xine-utils/list.c 2006-05-18 12:04:23.000000000 +0100
+@@ -229,6 +229,8 @@
+ xine_node_t *node_cur;
+
+ node_cur = l->cur;
++ if (node_cur == NULL)
++ return;
+
+ if(node_cur->prev) {
+ node_cur->prev->next = node_cur->next;
Home |
Main Index |
Thread Index |
Old Index