Subject: Security update for "rar-bin" package
To: None <tech-pkg@NetBSD.org>
From: Matthias Scheler <tron@zhadum.org.uk>
List: tech-pkg
Date: 03/24/2007 21:12:30
--SUOF0GtieIMvvwua
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


	Hello,

can somebody please test whether the following security update for the
"rar-bin" package works under NetBSD 4.x?

It dies like this under NetBSD-i383 3.1_STABLE:

tron@colwyn:/usr/pkgsrc/archivers/rar-bin#rar-bin 
FATAL: kernel too old
zsh: segmentation fault  rar-bin

	Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/

--SUOF0GtieIMvvwua
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rar-bin.patch"

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/archivers/rar-bin/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	19 Oct 2006 21:32:03 -0000	1.5
+++ Makefile	24 Mar 2007 21:10:47 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.5 2006/10/19 21:32:03 wiz Exp $
-#
 
-DISTNAME=		rarlinux-3.6.0
-PKGNAME=		${DISTNAME:C/linux/-bin/}
+DISTNAME=		rarlinux-3.7.b1
+PKGNAME=		${DISTNAME:S/linux/-bin/S/.b/beta/}
 CATEGORIES=		archivers
 MASTER_SITES=		http://www.rarsoft.com/rar/ \
 			ftp://ftp.rarsoft.com/rar/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/archivers/rar-bin/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	16 Sep 2006 11:29:16 -0000	1.2
+++ distinfo	24 Mar 2007 21:10:47 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2006/09/16 11:29:16 wiz Exp $
 
-SHA1 (rarlinux-3.6.0.tar.gz) = 4b43766371fd2f117fb3af5826001a7eab7a0f3b
-RMD160 (rarlinux-3.6.0.tar.gz) = c0f6d19738f69deb9fd75589e461a7a0ed430d39
-Size (rarlinux-3.6.0.tar.gz) = 752997 bytes
+SHA1 (rarlinux-3.7.b1.tar.gz) = 38d5bdd55c7514a4c17eeed3d686e5d71bd1c52e
+RMD160 (rarlinux-3.7.b1.tar.gz) = 15f12b3fe94dc599a28ac24a5f1b71f8a5ef9cf5
+Size (rarlinux-3.7.b1.tar.gz) = 769033 bytes

--SUOF0GtieIMvvwua--