summaryrefslogtreecommitdiff
path: root/archivers/unrar
AgeCommit message (Collapse)AuthorFilesLines
2016-11-01Changes 5.4.5:adam2-7/+7
Unknown
2016-08-13Update unrar to 5.4.4, from Kimihiro Nonaka in PR pkg/51413.bsiegert2-7/+7
No ChangeLog, as usual :/
2016-05-05Changes 5.3.11:adam2-7/+7
Unknown
2016-03-16MAKEFLAGS -> MAKE_FLAGStnn1-2/+2
2015-11-07Changes 5.3.7:adam2-7/+7
A mystery.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-12Changes 5.3.6:adam2-6/+6
Unknown
2015-08-13Changes 5.3.2:adam2-6/+6
Unknown
2015-01-11Changes 5.2.4:adam2-6/+6
Unknown.
2014-11-23Changes 5.2.2:adam3-8/+7
* unknown, as always.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-09-01Stop installing library again.wiz5-55/+42
Split parts of Makefile into Makefile.common for upcoming libunrar. Remove unnecessary patch (as discussed with upstream).
2013-08-30Install unrar library and header file.wiz4-4/+27
Bump PKGREVISION.
2013-07-03Fix previous.wiz1-1/+3
2013-07-02Removed patch-makefile in favour if MAKEFLAGSadam3-24/+3
2013-07-02Don't set compiler, nor compiler flags. Don't overwrite linker flags.adam2-1/+23
2013-07-02Update to 5.0.7:wiz5-74/+8
No changelog found.
2012-11-07Use pkgsrc provided CXX and CXXFLAGSadam2-1/+17
2012-09-14raros.hpp defines _UNIX on ~everything except Windows, so removewiz2-13/+3
a chunk that shouldn't be necessary.
2012-09-14Update to 4.2.4, changes undocumented.wiz2-6/+6
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-03-09Use LITTLE_ENDIAN on amd64 arch (fixes SunOS and ABI=64).fhajny2-4/+4
2012-01-20Update unrar to 4.1.4. Changes not documented.wiz2-6/+6
License wording was changed, but I see it as a clarification and not an effective changed and thus just updated it and don't version it.
2011-12-09Use getpassphrase() on SunOS to allow passwords longer than 8 chars.hans2-1/+17
2011-03-12Changes 4.0.7:adam2-6/+6
Bug-fixes.
2011-02-07Changes 4.0.6:adam2-6/+6
No release notes available.
2009-08-15update to 3.9.5christos2-6/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-12/+12
block). Uncomment some commented out LICENSE lines while here.
2009-05-02No ftp service at rarlab. removed.zafer1-3/+2
2008-10-09Update to 3.8.3, changes unknown.wiz4-50/+14
patch-aa was included upstream.
2008-09-21Remove workaround patch for old compiler problem, snj (who added it)wiz3-103/+3
thinks it's not necessary any longer. Bump PKGREVISION.
2008-09-16Drop NO_BIN_ON_FTP per private correspondence with upstream author,gdt2-9/+17
and include permission grant. Simplify DESCR and add note about the prohibition on using unrar to develop an rar-compatible archiver. PKGREVISION++ due to DESCR change.
2008-09-10Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'.gdt1-1/+2
2007-11-25Update to 3.7.8, changes unknown.wiz2-6/+6
2007-05-03Update to 3.7.5:wiz2-6/+6
Changes undocumented, probably just bug fixes (diff is small).
2007-03-08Update to 3.7.4:wiz2-6/+6
Changes in \\ handling.
2007-02-05Update to 3.7.3.wiz2-6/+6
Changes: secret, as always. From the diffs it looks like some big-endian fixes and other small changes.
2007-01-15Update to 3.7.2. Changes look like better character encoding support,wiz2-6/+6
but no ChangeLog exists, so who knows...
2006-11-14DESTDIR support.joerg1-5/+5
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-08-22Update to 3.6.8:wiz2-6/+6
diff -r 3.6.7/version.hpp 3.6.8/version.hpp 3,5c3,5 < #define RARVER_BETA 7 < #define RARVER_DAY 13 < #define RARVER_MONTH 7 --- > #define RARVER_BETA 0 > #define RARVER_DAY 5 > #define RARVER_MONTH 8
2006-07-17Update to 3.6.7:wiz2-6/+6
diff -r 3.6.6/dll.cpp 3.6.7/dll.cpp 56d55 < delete Data; 57a57 > delete Data; 62d61 < delete Data; 63a63 > delete Data; diff -r 3.6.6/version.hpp 3.6.7/version.hpp 3,4c3,4 < #define RARVER_BETA 6 < #define RARVER_DAY 3 --- > #define RARVER_BETA 7 > #define RARVER_DAY 13
2006-07-10Update to 3.6.6:wiz2-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
2006-07-03Update to 3.6.5, diff to 3.6.4:wiz2-6/+6
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
2006-05-30Update to 3.6.4:wiz2-6/+6
diff -r 3.6.3/extract.cpp 3.6.4/extract.cpp 431c431,434 < if (AbsPaths && DestFileName[1]=='_' && IsPathDiv(DestFileName[2])) --- > char DiskLetter=toupper(DestFileName[0]); > > if (AbsPaths && DestFileName[1]=='_' && IsPathDiv(DestFileName[2]) && > DiskLetter>='A' && DiskLetter<='Z') diff -r 3.6.3/version.hpp 3.6.4/version.hpp 3,4c3,4 < #define RARVER_BETA 3 < #define RARVER_DAY 8 --- > #define RARVER_BETA 4 > #define RARVER_DAY 25
2006-05-17Update to 3.6.3: changes unknown.wiz2-6/+6
2006-04-28Update to 3.6.2, no changelog available.wiz3-19/+16
2006-02-11Fixed pkglint warnings.rillig1-7/+7
2005-10-12Update to 3.5.4.wiz2-6/+6
No changelog available, but probably includes: o fixed two vulnerabilities, which could be exploited with specially crafted ACE and UUE/XXE archives;