Commit graph

977 commits

Author SHA1 Message Date
rillig
f6f240cc86 Removed trailing whitespace. 2005-05-23 08:12:43 +00:00
rillig
28a9b3dd4f Removed an extra empty line. 2005-05-23 08:11:44 +00:00
rillig
3cc4c2454f Sorted PLIST. 2005-05-23 08:04:27 +00:00
rillig
a6acc73f98 Reformatted to get rid of trailing whitespace. 2005-05-23 08:04:06 +00:00
rillig
d521c99b6d Removed extra newline. 2005-05-23 07:30:03 +00:00
rillig
a870496a03 Sorted PLIST to make pkglint happy. 2005-05-23 06:58:40 +00:00
rillig
7f4a6e424b Removed trailing whitespace. 2005-05-23 06:58:15 +00:00
rillig
47e2c2a025 Replaced explicit sed(1) replacement with the subst.mk framework. 2005-05-23 06:56:53 +00:00
rillig
8fe93db157 Removed trailing whitespace. 2005-05-23 06:50:56 +00:00
rillig
537bdda1ed Sorted PLIST entries to make pkglint happy. 2005-05-23 06:49:29 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
c03cbe16b3 Update to 3.5.2, changes unknown. 2005-05-21 15:30:06 +00:00
rillig
0fb6a7f6f8 Removed trailing empty line from patch-ai. 2005-05-21 11:35:01 +00:00
minskim
b85370e6dc Use const char*, instead of char*, for the second parameter of iconv()
on Darwin.
2005-05-17 16:11:42 +00:00
minskim
967671dd0b Finish a compound statement properly to make this package build on
Darwin-8.x.
2005-05-17 14:54:57 +00:00
adam
53ee676f9c Changes 4.18:
- From Windows version of 7-zip 4.18 and 4.17 :
    - minor fixes
  - p7zip can now store and restore :
    - symbolic links,
    - file permission bits
      Remark : for directory, restored_perm = stored_perm | 0700 .
  - fix in install.sh
  - On MacOSX, p7zip now restore times of a file.
  - more detailed errors during scanning stage.
2005-05-17 07:22:37 +00:00
rillig
c537e2ec1e Removed deleted patch-aa from distinfo. 2005-05-10 00:01:43 +00:00
rillig
915240791e Replaced the package-supplied Makefile with a BSD-style one. Should fix
the bulk-build on NetBSD-1.6.2/i386.
2005-05-10 00:01:07 +00:00
minskim
d7ea5a8510 Make this package build with gcc-4. 2005-05-08 05:45:42 +00:00
xtraeme
3d199bdf29 Update to 1.02.023.
Changes:

* Extended Zip/Zip64 support
* Bugfixes
2005-05-04 20:41:36 +00:00
drochner
26f4a24aa9 update to 2.10.2
changes:
-bugfixes
-Added ellipsize property to the list view.
-Do not activate the first row after reordering the list in single
          click mode.
2005-04-20 16:12:45 +00:00
wiz
c9217486c4 Update to 4.16:
Version 4.16
============

  - From Windows version of 7-zip 4.16 :
    - Speed optimization (5%) for 7z / LZMA
    - 7za now supports .Z archives
    - -r- switch in command line now is default for all commands
    - Some bugs were fixed

  - From Windows version of 7-zip 4.15 :
    - Z format supporting (extracting only)
    - 7-Zip now can extract ZIP archives compressed with "Shrink" method
    - 7-Zip now doesn't interrupt the compressing when it can not open file.
      7-Zip just skips that file and shows warning.
    - Some bugs were fixed

  - man pages added (thanks to Mohammed Adnene Trojette)
  - bug #1112167 fixed (Temporary directory must be on same partition as target)
    p7zip failed moving the temporary file at the end of
    compressing to target file if the directories don't reside
    on the same partition (or network path).
  - bug #1164659 fixed (Invalid file date for "big endian" machine)
  - p7zip now uses ".so" instead of ".dll"
  - p7zip now handles "ctrl-c" and "kill" to cleanup temporary files before exiting
  - p7zip now runs on BeOS.
  - better support of filenames with spaces.
  - some code cleanup
    - "myWindows/myFiles.cpp" is now in "Windows/FileIO.cpp"
    - "myWindows/myFindFile.cpp" is now in "Windows/FileFind.cpp"
    - "myWindows/myDirectoryAndPath.cpp" is now in "Windows/FileDir.cpp"
    - "myWindows/myEvents.cpp" is now in "Windows/Synchronization.cpp"
    - "myWindows/wine_strings.cpp" is now in "Windows/String.cpp"
2005-04-15 14:16:08 +00:00
snj
b18cc13c68 Kill trailing whitespace. 2005-04-15 04:52:17 +00:00
snj
ee8f213577 Make pkglint happy. 2005-04-15 04:36:45 +00:00
snj
72580cf4fd Fix a typo. 2005-04-15 04:26:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
salo
e9101afbc5 Security fix for SA14551:
"A vulnerability in GNU Sharutils was reported, which can be potentially
 exploited by malicious, local users to conduct certain actions on
 a vulnerable system with escalated privileges."

Patch from Debian.  Bump PKGREVISION.
2005-04-11 18:44:54 +00:00
minskim
2f9b7c5a0e Undefine _POSIX_SOURCE temporarily because Darwin's fnmatch.h does not
declare fnmatch if _POSIX_SOURCE is defined.
2005-04-02 16:24:40 +00:00
salo
5800871bbf Fix mktemp usage. 2005-03-31 14:41:48 +00:00
salo
d6213368e5 Securitu fix for CAN-2004-1773:
"Multiple buffer overflows in sharutils 4.2.1 and earlier may allow attackers
 to execute arbitrary code via long output from wc to shar, or unknown vectors
 in unshar."

Patch from SuSE/Gentoo. Also add more sanity checking patches from the latter.
2005-03-31 14:17:05 +00:00
wiz
029041f52b Fix for weird make problem from PR 28945. 2005-03-28 18:08:12 +00:00
minskim
f23823f43f Avoid using libcompat on Darwin. 2005-03-25 15:27:45 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
dba01cdc4b Update to 0.9.2:
New in 0.9.2:
* Created workaround for a major pthreads problem (on Linux at
  least) that would cause segfaults and missed signals in the
  pthreads library itself when mutexes or signals were
  created/destroyed too quickly. This used to happen when
  processing multiple files, but now pbzip2 only generates its
  mutexes and signals at the beginning and reuses the same ones
  for multiple files. Special thanks to George Chalissery for help
  with this one.
* Increased size of BZIP2 header match from 56 bits to 72 bits for
  more accurate detection
* Modified some buffers to use the vector class for easier memory
  management and to eliminate one read pass of the input data for
  decompression so should be slightly faster.
* Now checks if input file exists before checking if output file
  already exists (when not using -f)
* Now checks to ensure input is regular file and not a directory
  before processing
* Now deletes input file only if output file exists and is greater
  than 0 bytes (-k will always preserve input file)
* Now checks input file for bzip2 header before trying to
  decompress file
* Minor code cleanup
New in 0.9.1
* Fixed bug: -c switch now implies -k so input file is not deleted
  when data is output to stdout
New in 0.9.0:
* Added -c switch for data output to stdout
* Added -t switch to test integrity of compressed data
* Added autodetection for # of CPUs on supported platforms and
  made detected value default # CPUs to use
* Fixed bug where pbzip2 processed 0 byte files
* Tried to make program exit codes the same as bzip2
2005-03-24 14:36:49 +00:00
jmmv
95cc552b09 Update to 2.10.0:
version 2.10.0
--------------
	* Updated translations: it, sr, sr@Latn, lt, hu.

version 2.9.92
--------------
	* Fixed bug #157698: Default new archive name as the first-added object.
	* Fixed bug #168477: Create Archive should leave status window in the
	  background while creating multiple folder archives.
	* Fixed bug #159952: file-roller compilation error.
	* Fixed bug #166658: Archives should only be processed if command-line
	  utility is present.
	* Fixed bug #144953: ISO reading assumes Joliet and Rock Ridge
          extensions.

version 2.9.91
--------------
	* Updated recent-files from libegg.

version 2.9.4
-------------
	* Fixed bug #100927: should use GNOME mouse click settings.

version 2.9.3
-------------
	* Fixed bug #132555: file-roller does not honor system-wide toolbar
	  setting.
	* Fixed bug #162188: RAR archives' directories are not recognized
          properly.
	* Fixed bug #162324: Cannot drag files from gthumb to file-roller

version 2.9.2
-------------
	* Fixed bug #152129: Unnecessary call to _window_update_sensitivity()
	* Fixed bug #154821: file-roller can't open archives with extension
          .lha
	* Fixed bug #154398: Remove some useless code.
	* Fixed bug #154233: load_icon_file optimization.
	* Fixed bug #161141: Time of modifcation incorrect
	* Fixed bug #161147: View->Toolbars inconsistent across multiple
	  instance.
	* Fixed bug #160617: "Create archive" context menu item does not
	  support single-file bz2 or gz
	* Fixed bug #160401: create archive doesn't work on read-only CD-ROM
	* Fixed bug #159906: the configure.in should update its gnome-vfs
	  requirement.
	* Fixed bug #160221: No more "extract here" entry in Nautilus
 	  context menu.
	* Use 'extract to...' if the archive location is write only.
	* Fixed loading of rar archives with directories.

version 2.9.1
-------------
        * Added a 'Open Recent' menu item on the toolbar.
	* Added password support and testing to RAR archives.
	* Fixed bug #145162] .omf.out and omf_timestamp files should not be in
	  cvs.
	* Fixed bug #159172: tooltips leaked.
	* Fixed bug #159464: Should not use deprecate mime API
	* Make logo icon to use the theme icon.

version 2.9.0
-------------
	* Added AR, Debian and 7-zip archives support.
	* Open the "open with" dialog if the file type does not
	  have a registered application; get rid of the internal viewer.
	* Make the text invisible for the password entries.
	* Removed Select All/Deselect All from the context menu.
2005-03-22 16:29:09 +00:00
minskim
3ca62e0038 Make this package build on Darwin.
- Include mount.h to use statfs.
  - Use chown(2) if lchown(2) is unavailable.  (Can be problematic,
    but no easy solution.)
  - Pass -bundle to gcc to build a Mach-o bundle format file.
2005-03-22 16:24:13 +00:00
xtraeme
822baf1f45 Update to 1.02.016.
o archive_read_extract can now handle very long pathnames
	  (tested with pathnames up to 1MB).
	o New dir-walk code now defaults to physical traversals.
	o fix a gzip decompression issue and add better error reporting
	  for certain file I/O and decompression errors.
2005-03-21 22:56:24 +00:00
salo
9df369bfc8 Security fix for CAN-1999-1572.
"cpio uses a 0 umask when creating files using the -O (archive) or -F
 options, which creates the files with mode 0666 and allows local users
 to read or overwrite those files."

Patch inspired by Debian.  Bump PKGREVISION.
2005-03-20 19:53:09 +00:00
tv
df1dcd0fed Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_H
is not available in the generated archive.h, so put in an __INTERIX
conditional (for now -- but this means a PKGREVISION bump, sigh).
2005-03-19 04:43:41 +00:00
uebayasi
91694d65ab Redo previous quoting fix. 2005-03-13 15:08:19 +00:00
rillig
cdda780459 The patch-ab assumes that on NetBSD, every <iconv.h> has the non-const
prototype argument for the second parameter of iconv(). This is true for
all but some release candidates of NetBSD-2.0, because either the
package converters/libiconv is used or there's a current <iconv.h>.
Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-11 22:18:27 +00:00
uebayasi
71960dee9e Fix quoting. 2005-03-07 09:41:45 +00:00
minskim
de22ff464d Update unalz to 0.31. Patches provided by Kibum Han, and modified by me.
Changes:
  - Handle the case where encrypted and plain files are mixed.
  - Even when an archive is corrupted, extract files not affected.
2005-03-02 16:18:47 +00:00
minskim
e56d3e4a88 Honor LDFLAGS. 2005-03-02 04:35:38 +00:00
wiz
976e5561c5 Apply fix for CAN-2005-0160 and CAN-2005-0161.
Bump PKGREVISION.
2005-03-01 14:53:41 +00:00
salo
1f575b173d Distfile changed after one day.. grrrrrrr.
Relevant change,

+5.52 (28 Feb 05):
+ - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to
+    nirwana" bug when processing directory entries without any local
+    extra field; added some explaining comments
2005-03-01 07:45:28 +00:00
salo
c919a33505 Update to version 5.52
Changes:

The 5.52 maintenance release fixes a few minor problems found in the 5.51
release, closes some more security holes, adds a new AtheOS port, and
contains a Win32 extra-field code cleanup that was not finished earlier.
The most important changes are:

- (re)enabled unshrinking support by default, the LZW patents have expired
- fixed an extraction size bug for encrypted stored entries (12 excess bytes
  were written with 5.51)
- fixed false "uncompressed size mismatch" messages when extracting encrypted
  archive entries
- do not restore SUID/SGID/Tacky attribute bits on Unix (BeOS, AtheOS) unless
  explicitely requested by new "-K" command line qualifier
- optional support for "-W" qualifier to modify the pattern matching syntax
  (with -W: "*" stops at directory delimiter, "**" matches unlimited)
- prevent buffer overflow caused by bogus extra-long Zipfile specification
- performance enhancements for VMS port
- fixed windll interface handling of its extraction mode qualifiers nfflag,
  ExtractOnlyNewer, noflag, PromptToOverwrite; added detailed explanation of
  their meanings and interactions to the windll documentation
2005-02-28 16:50:24 +00:00
jmmv
9dd73ec85a Update to 2.8.4:
* Updated translations: da, gu, id.
2005-02-26 17:25:58 +00:00
tv
1849e2cd38 Make this (allegedly) build again on Linux, whose glibc-internalized
gettext doesn't use the renamed symbols.

Problem noticed by <minskim@NetBSD.org>.
2005-02-26 04:42:50 +00:00
adam
d4051ff4e1 Changes 2.0:
Bug fixes:
   -- Few bugs that caused overflow of the output buffer were fixed.

New features:
   -- For information about changes in the SZIP source code see
      http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/Release_notes_2_0.pdf
   -- This release supports shared libraries.
      See "Known problems" section for additional information.
2005-02-24 16:20:25 +00:00