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.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d4c3305abf
branches:  trunk
changeset: 515890:49d4c3305abf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 10 16:09:59 2006 +0000

description:
Update to 3.6.6:

diff -r 3.6.5/consio.cpp 3.6.6/consio.cpp
124c124
< #elif defined(_EMX) || defined(_BEOS) || defined(__sparc) || defined(sparc)
---
> #elif defined(_EMX) || defined(_BEOS) || defined(__sparc) || defined(sparc) || defined (__VMS)
diff -r 3.6.5/file.cpp 3.6.6/file.cpp
435c435
< #if defined(_LARGEFILE_SOURCE) && !defined(_OSF_SOURCE)
---
> #if defined(_LARGEFILE_SOURCE) && !defined(_OSF_SOURCE) && !defined(__VMS)
diff -r 3.6.5/filefn.cpp 3.6.6/filefn.cpp
303c303
< #endif
---
> #else
304a305
> #endif
diff -r 3.6.5/list.cpp 3.6.6/list.cpp
67c67,70
<           switch(Arc.GetHeaderType())
---
>           int HeaderType=Arc.GetHeaderType();
>           if (HeaderType==ENDARC_HEAD)
>             break;
>           switch(HeaderType)
diff -r 3.6.5/rar.cpp 3.6.6/rar.cpp
16a17
>
20c21,22
< #ifndef SFX_MODULE
---
>
> #if !defined(_SFX_RTL_) && !defined(_WIN_32)
21a24
> #endif
23,25c26,27
<   #ifdef _EMX
<     EnumConfigPaths(argv[0],-1);
<   #endif
---
> #if !defined(SFX_MODULE) && defined(_EMX)
>   EnumConfigPaths(argv[0],-1);
diff -r 3.6.5/sha1.cpp 3.6.6/sha1.cpp
210c210
<     unsigned char ch='\200';
---
>     unsigned char ch=(unsigned char)'\200';
diff -r 3.6.5/unicode.cpp 3.6.6/unicode.cpp
18c18
<   if (wcstombs(Dest,Src,DestSize)==-1)
---
>   if (wcstombs(Dest,Src,DestSize)==(size_t)-1)
56c56
<   if (mbstowcs(Dest,Src,DestSize)==-1)
---
>   if (mbstowcs(Dest,Src,DestSize)==(size_t)-1)
diff -r 3.6.5/version.hpp 3.6.6/version.hpp
3,5c3,5
< #define RARVER_BETA      5
< #define RARVER_DAY      15
< #define RARVER_MONTH     6
---
> #define RARVER_BETA      6
> #define RARVER_DAY       3
> #define RARVER_MONTH     7

diffstat:

 archivers/unrar/Makefile |  4 ++--
 archivers/unrar/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 6797d8ae13f0 -r 49d4c3305abf archivers/unrar/Makefile
--- a/archivers/unrar/Makefile  Mon Jul 10 16:09:47 2006 +0000
+++ b/archivers/unrar/Makefile  Mon Jul 10 16:09:59 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2006/07/03 20:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2006/07/10 16:09:59 wiz Exp $
 
-DISTNAME=      unrarsrc-3.6.5
+DISTNAME=      unrarsrc-3.6.6
 PKGNAME=       ${DISTNAME:S/src//}
 CATEGORIES=    archivers
 MASTER_SITES=  http://www.rarlab.com/rar/ \
diff -r 6797d8ae13f0 -r 49d4c3305abf archivers/unrar/distinfo
--- a/archivers/unrar/distinfo  Mon Jul 10 16:09:47 2006 +0000
+++ b/archivers/unrar/distinfo  Mon Jul 10 16:09:59 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2006/07/03 20:40:48 wiz Exp $
+$NetBSD: distinfo,v 1.28 2006/07/10 16:09:59 wiz Exp $
 
-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 (unrarsrc-3.6.6.tar.gz) = 89d149f90029789617d5939e0013dfd14ff019db
+RMD160 (unrarsrc-3.6.6.tar.gz) = 41d9e1b363f56309e231c6cfcbbd0b4fcc8f64a0
+Size (unrarsrc-3.6.6.tar.gz) = 125044 bytes
 SHA1 (patch-aa) = 272060ab4fcaaae0de0d99a8533b268a3aa6d91a
 SHA1 (patch-ab) = 6821e8c66a4770e43fd71bf4097db9a8bd44645c
 SHA1 (patch-ac) = ce3b9a618045d7ca7232e1622ac84bd82216e297



Home | Main Index | Thread Index | Old Index