2015-05-03 16:34:04 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Force the use of the gnulib version of wctype.h, bundled with gzip, when
building on AIX. This is a workaround for an issue where though the wctype.h
included on system was found, wctype_t & wctrans_t were deemed unsuitable,
causing the build to fail due to previous declaration with confliciting types.
Reviewed by wiz@
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2013-10-29 14:32:07 by OBATA Akio | Files touched by this commit (2) |
Log message:
Change to use uncompressed archive for distfile (put on our ftp server)
to avoid circular dependency of archive tool.
|
2013-06-11 10:28:30 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 1.6:
The "--keep" (-k) option was added to not delete input files, in line \
with other tools such as xz, lzip, and bzip2. A decompression issue with certain \
invalid data in the 'pack' format was fixed. An incorrect overwrite when \
compiled with optimization was fixed. zgrep's handling of multi-digit context \
options was fixed. zmore now acts more like 'more'.
|
2013-06-10 13:56:58 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Fix PR pkg/47914. Bump PKGREVISION.
* Fix build on NetBSD 6.0.1.
Update for fpos_t change (like devel/m4).
Tested on NetBSD/amd64 6.0.1 and 6.99.21.
|
2013-06-09 18:55:09 by Ryo ONODERA | Files touched by this commit (9) | |
Log message:
Update to 1.5
Changelog:
* Noteworthy changes in release 1.5 (2012-06-17) [stable]
** Bug fixes
gzip -d now decodes and checks header CRC16 checksums as specified by
the FHCRC section of Internet RFC 1952.
"gzip -d -S '' precious.gz" is now rejected immediately. Before,
that command would emulate "rm -i precious.gz", but with an easily-
misunderstood prompt. I.e., gzip would ask if it's ok to remove the
existing file, "precious.gz". If you made the mistake of saying \
"yes",
it would remove that input file before attempting to uncompress it.
gzip -cdf now properly handles input consisting of gzip'd data followed
by uncompressed data. Before it would output raw compressed input, too.
For example, now "(printf x|gzip; echo y)|gzip -dcf" prints \
"xy\n",
while before it would print "x<compressed data>y\n".
gzip -rf no longer compresses files more than once (e.g., replacing
FOO with FOO.gz.gz) on file systems such as ZFS where a readdir
loop that unlinks and creates files can revisit output files.
|
2012-09-11 21:47:04 by Aleksej Saushev | Files touched by this commit (95) |
Log message:
"user-destdir" is default these days
|
2010-04-20 17:50:23 by Tobias Nygren | Files touched by this commit (1) |
Log message:
can't depend on checkperms; it's distfile is gzipped.
|
2010-02-02 15:42:43 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Add patches for CVE-2009-2624 and CVE-2010-0001.
Bump PKGREVISION.
|