Age | Commit message (Collapse) | Author | Files | Lines |
|
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
|
|
- From Windows version of 7-zip 4.30 :
- Speed optimizations in LZMA maximum/ultra compressing.
- LZMA now supports word size up to 273
- 7-Zip now reduces dictionary size for LZMA, if you compress files
smaller than specified dictionary size.
- Some bugs were fixed
- fix minor build trouble with MacOS X
- fix "Bugs item #1349229" : 7-zip now displays "e: Extract files from archive (without using directory names)"
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default (separate pkg for pkgsrc)
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5
This release also fixes various security problems discovered in 5.0.X.
|
|
Changes:
- fix buffer overflow (CVE-2005-3862)
|
|
- Removed partial RCS tag from patch-ad.
|
|
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
|
|
option, which is used in print/teTeX3-texmf. The only difference from
the pax in src is that tar does not support the --chroot option if
fchroot(2) is not available.
Major changes and bug fixes since 20040802:
PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken
PR/18840: Frederick Bruckman: Fix for PR/18663 incomplete pax symlink handling
This patch makes ``--insecure'' do something. Now if ``--insecure''
is not set (the default) we do a realpath(3) in all the pathnames
that we are trying to create and if either realpath fails, or the
path is outside our working directory, we print a warning and die.
This maybe too strict and might fail on valid archives that create
symlinks and directories in the wrong order.
PR/31923: Sergey Svishchev: pax-as-tar ignores -k, overwrites existing files
Fix from Onno van der Linden
PR/30132: Juan RP: tar --chroot refuses to extract files.
fchroot() changes the effective path, so we need to call updatepath().
Apply user supplied patterns first before applying actions for -A. This way pax
behavior WRT to patterns lines up with the example in the documentation
and how other implementations do it as well since -A is a non-standard
option/behavior. Fixes items noted in PR#23776
Add an option --chroot to tar. Causes it to chroot(".") before doing
an extract. With -h this will cause existing absolute symlinks to be treated
as relative to the current directory.
Helps sysinst handle existing symlinks in the target system.
Remove 'L' from the usage (got spilt into 'h' and 'H' many moons ago)
Add 'S' to usage, and put into correct place in options list.
PR/27213: Greg A. Woods: pax doesn't honour SIGPIPE when listing
But always exit, not just on SIGPIPE.
Properly handle "cpio" archives where the last hardlink includes the
data of a file. This fixes PR bin/26514.
PR/20228: Simon Burge: pax has problems reading a particular cpio archive
The problem here is that the archive is too short (< 512 bytes). The
buffer routines, try to read at least 512 bytes, even when we try to determine
what format file we have, which is wrong.
Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio
then ftent is freed just below. Take a copy of the name and point org_name
at the copy.
Should fix PR/30627 (the fix in the PR will break pax and tar!)
PR/30167: J.T. Conklin: NetBSD tar does not support GNU tar --no-recursion flag
Fix from PR#29290. Properly terminate the cpio_longopts struct so an unknown
option doesn't run off the end and core dump
Fix broken cpio(1) option handling:
- "cpio -i -t" should list the contents of a file, not extract it.
- Don't extract a file when only option "-d" is given.
Patch supplied by Paul Ripke in PR bin/26513.
PR/27212: Greg A. Woods: Accept "-C <dirname>" inside filelists in addition
to "-C\n<dirname>".
But we are not making it the default output option as the patch suggests.
PR/19490: Julio Merino: Teach tar about --sparse, -S option.
Do it for cpio too.
PR/27208: Greg A. Woods: pax must call options() before using syswarn()
or tty_warn()
PR/20071: Perry Metzger: --extract handling is broken. This patch fixes
Perry's example.
|
|
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
|
|
|
|
included first.
|
|
|
|
the PLIST conditionals.
|
|
|
|
package build with gcc-4.
|
|
|
|
|
|
|
|
(Actually in stddef.h, but that would require yet another autoconf check.)
|
|
|
|
|
|
- Do not declare a static variable as non-static.
- Build a Unix-style binary.
|
|
Darwin).
|
|
build with gcc-4.
|
|
|
|
Version 3.51
1. Bugs fixed:
a) previous version tried to create symbolic links even when
testing an archive;
b) symbolic links unpacked with -ow switch had a wrong owner;
c) RAR failed to restore setuid and setgid access rights
when unpacking files with -ow switch.
Version 3.50
1. New -n<mask> and -n@<listfile> switches set additional include
filters, so only files matching the mask will be processed.
2. New -id[c,d,p,q] switch. Additionally to previously available
-idp switch (disable percentage indicator), switches -idc, -idd
and -idq instruct the console RAR to hide the copyright message,
"Done" message and all information messages.
3. Switch -e+<attr> allows to specify file include attributes mask.
It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
to denote directory and device attributes.
4. Switch -ver[n] supports the optional 'n' parameter also when
archiving. It limits the maximum number of file versions.
|
|
|
|
LFLAGS1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes PR 31896.
|
|
|
|
Changes in 2.02 (17 Oct 2005)
* Updated the build and Autoconf scripts to fix some reported
compilation problems.
|
|
1.16 Mon Jul 04 12:49:30 CDT 2005
- Grrrr...removed test that fails when installing under CPANPLUS.
1.15 Wed Jun 22 10:24:25 CDT 2005
- added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember:
:contents()
- added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage
1.15_02 Sat Mar 12 09:16:30 CST 2005
- fixed dates in previous entry!
- began the process of migrating from the monolithic t/test.t to
smaller scripts using Test::More.
- started work on improving Archive::Zip's test coverage. Coverage
is now up to just over 80%.
- added error handling to writeToFileHandle
- fixed small bug in extractMember from previous version
1.15_01 Wed Mar 9 22:26:52 CST 2005
- added fix for RT #11818 extractMember method corrupts archive
- added t/pod.t to test for pod correctness
|
|
|
|
|
|
|
|
version 2.12.1
---------------
* Updated translations: it, bn, sv, ku, vi, eu.
version 2.12.0
---------------
* New and updated translations.
version 2.11.92
---------------
* Do not allow Drag and Drop on the same window.
version 2.11.91
---------------
* Fixed bug #311437: [breezy] can't extract a filename from a directory
with a space in it from ISO.
* Ported the help documents to gnome-doc-utils.
* Fixed bug #312243: wrong zoo and 7-zip extensions.
* Fixed bug #312240: escape sequences in rar output.
* Fixed bug #312246: FR does not read all pending output.
version 2.11.90
---------------
* Fixed bug #105521: single click: list view should have mouse-over.
* Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x
* Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi
version 2.11.2
--------------
* Removed copy/move/rename/delete archive commands.
* The recent files items are in the Archive menu instead of a submenu.
* Changes in the properties dialog: align labels to left, allow window
resizing, ellipsize filename and path labels.
* Fixed bug #142860: File-roller displays files larger
than 2GB as 2GB.
version 2.11.1
--------------
* Do not create a _FILES folder anymore (#167261).
* Allow to extract more archives at once. Added an --extract-here
command line option.
* Use g_filename_display_name and g_filename_display_basename when
appropriate.
* Prevent renaming of files to silently overwrite other existing
files (#168287).
* Header cleanup (#171618).
* Allow stock labels to show through, be nice to translators (#172867).
|
|
Pkgsrc changes:
- Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
- New prerequisite p5-Text-Diff, due to new program 'ptardiff'
Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
- the 'ptardiff' was not included in the exe_files section
of the makefile.pl, meaning it didn't get installed by default.
* important changes in version 1.25 20/8/2005:
- Move the changes into it's own file
- Add patch from abeltje to make tests pass on VMS. This is *just*
the tests -- code may need some extra work to be reliable (#12678)
- Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
- Add a warning if the read() call from new() fails to return data
- Address #13636, where heuristics were 'upgrading' a file to a
directory if the file had an @LongLink entry, and the shortened
filename ended in a '/'.
- Add ptardiff program as suggested by KWILLIAMS (#13658)
* important changes in version 1.24 3/5/2005:
- Fix a bug where alternate absolute extract paths would add an
extra directory upon extract (bug #11342)
- Added support for 'perlio' (available for perl5.8 and up).
See the Archive::Tar documentation for details
* important changes in version 1.23 3/12/2004:
- 03_file.t wasn't present in the MANIFEST
|