Age | Commit message (Collapse) | Author | Files | Lines |
|
perhaps not quite as restrictive as our tags, but it's too hard to
determine that so continue to err on side of caution.
|
|
to redistribute.
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
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
|
|
We never had any other version in pkgsrc anyway.
Still a binary package change, so bump revision.
|
|
unprivileged builds where the distfile has been downloaded by someone
else before.
|
|
PR pkg/33694.
|
|
instead.
|
|
|
|
|
|
changes:
-bugfix
-translation updates
|
|
|
|
* Traverse bug fixes (by vuln@secunia)
|
|
|
|
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
|
|
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
|
|
|
|
Version 4.42
============
- From Windows version of 7-zip 4.42 :
- Some bugs were fixed
- patch #1473746 - gzip-like CLI wrapper (for 7z)
see the directory "contrib/gzip-like_CLI_wrapper_for_7z".
- patch #471478 - Support for OPTFLAGS
This patch allows to use system specific opt flags.
example : make OPTFLAGS="-O2 -march=athlon-xp"
Version 4.41
============
- From Windows version of 7-zip 4.41 :
- Some bugs were fixed
Version 4.40
============
- From Windows version of 7-zip 4.40 :
- 7-Zip now can unpack some installers created by NSIS
- Some bugs were fixed
- format LZH/LHA : fixed directory display during listing or extracting
(a directory does not end with the path separator)
- patch #1470817 - Handle 7zr in install.sh
- code cleanup
|
|
|
|
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
|
|
|
|
|
|
- added user_interaction::pause2() method
- added the snapshot feature
- added the Cache Directory Tagging detection feature
- adapted Wesley's patch for a pkgconfig for libdar
- more...
|
|
* Added support for libmcrypt
* Bug fixes
|
|
it will live with other "check" targets run after package installation.
Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another. Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.
CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed. It defaults to "no" unless PKG_DEVELOPER
is set.
|
|
|
|
|
|
|
|
|
|
|
|
because no permission to distribute has been granted.
change reviewd by ben@ (maintainer)
|
|
the copyright notice remains intact. There is no formal license.
Change back to no-commercial-use and include readme.txt with copyright
notice in the package.
"
Copyright (C) 2000 Matt Timmermans
Free for non-commercial purposes as long as this notice remains intact.
To discuss commercial use, mail me at matt@timmermans.org
"
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
* struct zip_stat increased for future encryption support
* zip_add return value changed (now returns new index of added file)
* shared library major bump because of previous two
* added functions for reading and writing file and archive comments.
New functions: zip_get_archive_comment, zip_get_file_comment,
zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
|
|
Remove LICENSE, RESTRICTED, and NO_*_ON_*.
|
|
CHANGES IN VERSION 5.21o
(Howard Chu, 12 Oct 2005)
Silence warnings about unused results.
CHANGES IN VERSION 5.21n
(Howard Chu, 08 Oct 2005)
Better fix for temporary file creations, previous patch did not fix marc.
Silence all gcc-4.0.0 -Wall warnings.
CHANGES IN VERSION 5.21m
(Klaus Reimer, 21 Sep 2005)
Applied patch from Joey Schulze fixing the following problems:
- Fixed insecure permissions of a temporary file [arcsvc.c, CAN-2005-2945]
- Fixed insecure temporary file creation [arcsvc.c, CAN-2005-2992]
CHANGES IN VERSION 5.21l
(Klaus Reimer, 13 Mar 2005)
Fixed warnings because missing inclusion of string.h and fixed a gcc-4.0
problem with marc.c (Missing declaration of makefnam).
CHANGES IN VERSION 5.21k
(Klaus Reimer, 6 Nov 2004)
Ulf Harnhammar found some buffer overflows causing segfaults and provided a
patch which is now applied to arc to close these bugs.
CHANGES IN VERSION 5.21
The following changes have been made in ARC version 5.21, but have not
yet been included in the manual:
o When adding files to an archive, ARC now shows the stowage facter
achieved on each file.
o A bug was found that would keep an archive entry from being
encrypted if it was stored without compression. This has now been
fixed.
o If changes are made to a corrupted archive, the corrupted entries
are discarded. This makes it possible to lose data accidentally.
ARC will now only make changes to a corrupted archive if the W
(suppress Warnings) option has been given.
o The N (suppress Notes) option now suppresses the "Creating
archive" note when a new archive is being created.
o The N (suppress Notes) option formerly did nothing useful when
used with the L (List files) command. It now causes a terse
listing of filenames only, suitable for use with pipes and
redirection.
o The list of filenames given to ARC may now include indirect
references. If a filename begins with an "at sign" ("@"), it is
taken to be the name of a file which contains a list of file
names. The list of file names may include further indirection.
If no extension is given, ".CMD" is assumed. For example, the
command:
arc a waste junk.txt @trash
would cause ARC to add JUNK.TXT plus all files listed in the file
TRASH.CMD to an archive named WASTE.ARC. If no file is specified,
then the list is read from standard input. For example, the
command:
arc ln waste | arc a trash @
would cause ARC to add files to TRASH.ARC based on the names of
the files stored in WASTE.ARC. It is probably a good idea to give
the O (Overwrite) option if you are extracting files this way.
Version 5.21 of MARC also allows for indirection.
|
|
changes:
-Ask for the password when trying to open a password protected rar
or arj archive
-Updated the user's guide
-Added help button to all the dialogs
-Install theme-friendly icon
-bugfixes
|
|
better than a non-free package not having a LICENSE.
|
|
|
|
* Incorporated Jaakko Heinonen's still-experimental support for extended
attributes (Currently Linux-only.).
* Reorganized distribution package: There is now one tar.gz file that
builds both libarchive and bsdtar.
* correctly read cpio device entries, write Pax attribute entry names.
* Experimental 'tp' format support in libarchive. Feedback appreciated;
this is not enabled by archive_read_support_format_all()
|
|
|
|
The program has been completely rewritten.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
|
|
|
|
|