pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unrar Update to 3.6.5, diff to 3.6.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/577a01447d25
branches: trunk
changeset: 515535:577a01447d25
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 03 20:40:48 2006 +0000
description:
Update to 3.6.5, diff to 3.6.4:
601a602,604
> else
> {
> }
diff -r 3.6.4/extract.cpp unrar/extract.cpp
31,32c31,46
< while (ExtractArchive(Cmd)==EXTRACT_ARC_REPEAT)
< ;
---
> while (true)
> {
> char PrevCmdPassword[MAXPASSWORD];
> strcpy(PrevCmdPassword,Cmd->Password);
>
> EXTRACT_ARC_CODE Code=ExtractArchive(Cmd);
>
> /*
> restore Cmd->Password which could be changed in IsArchive() call
> for next header encrypted archive
> */
> strcpy(Cmd->Password,PrevCmdPassword);
>
> if (Code!=EXTRACT_ARC_REPEAT)
> break;
> }
143a158
>
diff -r 3.6.4/extract.hpp unrar/extract.hpp
8a9,10
> EXTRACT_ARC_CODE ExtractArchive(CommandData *Cmd);
>
34d35
< EXTRACT_ARC_CODE ExtractArchive(CommandData *Cmd);
diff -r 3.6.4/version.hpp unrar/version.hpp
3,5c3,5
< #define RARVER_BETA 4
< #define RARVER_DAY 25
< #define RARVER_MONTH 5
---
> #define RARVER_BETA 5
> #define RARVER_DAY 15
> #define RARVER_MONTH 6
diffstat:
archivers/unrar/Makefile | 4 ++--
archivers/unrar/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r ddaeafa1321e -r 577a01447d25 archivers/unrar/Makefile
--- a/archivers/unrar/Makefile Mon Jul 03 20:37:15 2006 +0000
+++ b/archivers/unrar/Makefile Mon Jul 03 20:40:48 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2006/05/30 21:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2006/07/03 20:40:48 wiz Exp $
-DISTNAME= unrarsrc-3.6.4
+DISTNAME= unrarsrc-3.6.5
PKGNAME= ${DISTNAME:S/src//}
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/ \
diff -r ddaeafa1321e -r 577a01447d25 archivers/unrar/distinfo
--- a/archivers/unrar/distinfo Mon Jul 03 20:37:15 2006 +0000
+++ b/archivers/unrar/distinfo Mon Jul 03 20:40:48 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2006/05/30 21:27:07 wiz Exp $
+$NetBSD: distinfo,v 1.27 2006/07/03 20:40:48 wiz Exp $
-SHA1 (unrarsrc-3.6.4.tar.gz) = bb9c33d801bf96aef06b8def89d6554c82d4f0d8
-RMD160 (unrarsrc-3.6.4.tar.gz) = 71d5739071e63627cc43fb27ce5f836532c71638
-Size (unrarsrc-3.6.4.tar.gz) = 124913 bytes
+SHA1 (unrarsrc-3.6.5.tar.gz) = 2388fd40b2c8a0ce19f2eaa3dbd3b509e28a7b58
+RMD160 (unrarsrc-3.6.5.tar.gz) = 9aa3b60595a76208390655fa7a51127accb4b434
+Size (unrarsrc-3.6.5.tar.gz) = 125045 bytes
SHA1 (patch-aa) = 272060ab4fcaaae0de0d99a8533b268a3aa6d91a
SHA1 (patch-ab) = 6821e8c66a4770e43fd71bf4097db9a8bd44645c
SHA1 (patch-ac) = ce3b9a618045d7ca7232e1622ac84bd82216e297
Home |
Main Index |
Thread Index |
Old Index