update unrar to 3.76

ok jasper@
This commit is contained in:
rui 2007-06-26 19:47:59 +00:00
parent 25a3498c12
commit 3c6793efd6
6 changed files with 20 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.35 2007/05/26 21:42:58 rui Exp $ # $OpenBSD: Makefile,v 1.36 2007/06/26 19:47:59 rui Exp $
COMMENT= "extract, list, and test RAR archives" COMMENT= "extract, list, and test RAR archives"
DISTNAME= unrarsrc-3.7.5 DISTNAME= unrarsrc-3.7.6
PKGNAME= unrar-3.75p1 PKGNAME= unrar-3.76
CATEGORIES= archivers CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/ HOMEPAGE= http://www.rarlab.com/

View File

@ -1,5 +1,5 @@
MD5 (unrarsrc-3.7.5.tar.gz) = ELFChmxlbkAnNDSq5nR/lg== MD5 (unrarsrc-3.7.6.tar.gz) = xuGuQbwUDUf0YIwatfAYAg==
RMD160 (unrarsrc-3.7.5.tar.gz) = GAggGNny0pZdRamlC+TOoIw9InU= RMD160 (unrarsrc-3.7.6.tar.gz) = aPVzi2ye3o3iQGHMHh4oWtWwvxY=
SHA1 (unrarsrc-3.7.5.tar.gz) = T8T67who9xeJ3QtsTqU70CccgWA= SHA1 (unrarsrc-3.7.6.tar.gz) = t1lmpWSnmaCC0cld5eSkTiHPM9E=
SHA256 (unrarsrc-3.7.5.tar.gz) = MoPSE1jqIjKIH1wDSWKBGaVbSGpKpzNy5WygPoV/D0k= SHA256 (unrarsrc-3.7.6.tar.gz) = moaCZd25s6QJZzaa7OWiGKslLMHqBExNRKFiTiXw30Y=
SIZE (unrarsrc-3.7.5.tar.gz) = 129928 SIZE (unrarsrc-3.7.6.tar.gz) = 129934

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-makefile_unix,v 1.5 2007/05/26 20:23:58 jasper Exp $ $OpenBSD: patch-makefile_unix,v 1.6 2007/06/26 19:47:59 rui Exp $
--- makefile.unix.orig Sat Apr 30 09:00:12 2005 --- makefile.unix.orig Sat Apr 30 08:00:12 2005
+++ makefile.unix Sat May 26 21:58:58 2007 +++ makefile.unix Mon Jun 25 19:34:54 2007
@@ -93,6 +93,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep @@ -93,6 +93,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \ resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-os_hpp,v 1.1 2007/05/26 21:42:58 rui Exp $ $OpenBSD: patch-os_hpp,v 1.2 2007/06/26 19:47:59 rui Exp $
--- os.hpp.orig Sat May 26 19:11:08 2007 --- os.hpp.orig Tue May 22 06:03:02 2007
+++ os.hpp Sat May 26 19:17:50 2007 +++ os.hpp Mon Jun 25 19:34:54 2007
@@ -227,12 +227,12 @@ typedef const char* MSGID; @@ -227,12 +227,12 @@ typedef const char* MSGID;
#endif #endif
#endif #endif

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-rar_hpp,v 1.4 2007/05/26 16:55:53 rui Exp $ $OpenBSD: patch-rar_hpp,v 1.5 2007/06/26 19:47:59 rui Exp $
--- rar.hpp.orig Mon Apr 16 10:49:26 2007 --- rar.hpp.orig Tue May 22 06:03:02 2007
+++ rar.hpp Sat May 26 16:38:03 2007 +++ rar.hpp Mon Jun 25 19:34:54 2007
@@ -18,6 +18,7 @@ @@ -18,6 +18,7 @@
#include "int64.hpp" #include "int64.hpp"
#include "unicode.hpp" #include "unicode.hpp"

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-suballoc_cpp,v 1.2 2007/05/26 16:55:53 rui Exp $ $OpenBSD: patch-suballoc_cpp,v 1.3 2007/06/26 19:47:59 rui Exp $
--- suballoc.cpp.orig Mon Apr 16 10:49:26 2007 --- suballoc.cpp.orig Tue May 22 06:03:02 2007
+++ suballoc.cpp Sat May 26 16:38:03 2007 +++ suballoc.cpp Mon Jun 25 19:34:54 2007
@@ -31,10 +31,16 @@ inline void* SubAllocator::RemoveNode(int indx) @@ -31,10 +31,16 @@ inline void* SubAllocator::RemoveNode(int indx)
return RetVal; return RetVal;
} }