Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2006 09:11:10 +0300
From:      "Alex Samorukov" <samm@os2.kiev.ua>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/98612: archivers/libunrar - update to 3.6.4b4 and added another patch for clamav
Message-ID:  <1149660670.51918@samm.local>
Resent-Message-ID: <200606070620.k576KMqc094047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98612
>Category:       ports
>Synopsis:       archivers/libunrar - update to 3.6.4b4 and added another patch for clamav
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 07 06:20:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Shevchenko Didkovskiy and Partners 
>Environment:


System: FreeBSD 6.1-RELEASE #2: Wed May 17 22:22:18 EEST 2006
    root@samm.local:/usr/obj/usr/src/sys/SAMMKRNL



>Description:


This patch will update libunrar port to 3.60b4 and fix bug with clamav end multivolume archiviers.


>How-To-Repeat:





>Fix:


diff -r -u --new-file libunrar/Makefile libunrar.new/Makefile
--- libunrar/Makefile	Fri Mar 17 14:54:26 2006
+++ libunrar.new/Makefile	Wed Jun  7 08:46:22 2006
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	libunrar
-PORTVERSION=	3.54
-PORTREVISION=	1
+PORTVERSION=	3.60.b4
 CATEGORIES=	archivers
 MASTER_SITES=	http://files2.rarlab.com/rar/ \
 		http://files3.rarlab.com/rar/ \
 		http://files4.rarlab.com/rar/ \
 		http://files5.rarlab.com/rar/ \
 		http://files6.rarlab.com/rar/
-DISTNAME=	unrarsrc-3.5.4
+DISTNAME=	unrarsrc-3.6.4
 
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	Library to work with RAR archivies
diff -r -u --new-file libunrar/distinfo libunrar.new/distinfo
--- libunrar/distinfo	Sun Jan 22 08:58:27 2006
+++ libunrar.new/distinfo	Wed Jun  7 08:47:17 2006
@@ -1,3 +1,3 @@
-MD5 (unrarsrc-3.5.4.tar.gz) = 3c3901173888e08dac22fca8a93ec5e6
-SHA256 (unrarsrc-3.5.4.tar.gz) = caf75266a359456398b0bbfa4ea9c1c2d3fcc9088bfe6a1309bf51e3d5376989
-SIZE (unrarsrc-3.5.4.tar.gz) = 122801
+MD5 (unrarsrc-3.6.4.tar.gz) = 001602097819fdbe6aa3cf46af01d922
+SHA256 (unrarsrc-3.6.4.tar.gz) = 625611fda1baec14f4fedffc2b8b8997caf6f3f360d843f6c1304a508a297e4a
+SIZE (unrarsrc-3.6.4.tar.gz) = 124913
diff -r -u --new-file libunrar/files/patch-extract.cpp libunrar.new/files/patch-extract.cpp
--- libunrar/files/patch-extract.cpp	Thu Jan  1 03:00:00 1970
+++ libunrar.new/files/patch-extract.cpp	Wed Jun  7 08:56:16 2006
@@ -0,0 +1,10 @@
+--- extract.cpp.orig	Wed Jun  7 08:52:35 2006
++++ extract.cpp	Wed Jun  7 08:55:35 2006
+@@ -291,6 +291,7 @@
+     char CurVolName[NM];
+     strcpy(CurVolName,ArcName);
+ 
++    if(strcmp(ArcName,"")==0) return(false);
+     VolNameToFirstName(ArcName,ArcName,(Arc.NewMhd.Flags & MHD_NEWNUMBERING));
+     if (stricomp(ArcName,CurVolName)!=0 && FileExist(ArcName))
+     {


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149660670.51918>