2015-02-02 14:54:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Add USE_LANGUAGES, package requires c99 support.
|
2014-12-12 09:27:47 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 5.0.7:
5.0.7
This is version 5.0.7 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.6.
Note in particular there is a security fix to disallow evaluation
of the initial values of integer variables imported from the
environment (they are instead treated as literal numbers). That
could allow local privilege escalation, under some specific and
atypical conditions where zsh is being invoked in privilege elevation
contexts when the environment has not been properly sanitized, such
as when zsh is invoked by sudo on systems where "env_reset" has
been disabled.
5.0.6
This is version 5.0.6 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.5.
|
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-06-25 14:19:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to upgraded patch from upstream. Ride bump.
|
2014-06-25 10:39:11 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix ulimit(1) for thread limits; patch from upstream.
Bump PKGREVISION.
|
2014-06-25 10:38:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update comments, remove outdated chunks.
|
2014-01-08 17:30:01 by Ryo ONODERA | Files touched by this commit (7) |
Log message:
Update to 5.0.5
* Fix build on Debian GNU/kFreeBSD 7.3
* Update MASTER_SITES
Changelog:
This is version 5.0.5 of the shell. This is a stable release.
There are minor new features as well as bug fixes since 5.0.2.
5.0.3 and 5.0.4 were short-lived releases with most of the features of
5.0.5 that were replaced owing to significant bugs.
Incompatibilities between 5.0.2 and 5.0.5
-----------------------------------------
The "zshaddhistory" hook mechanism documented in the zshmisc manual page
has been upgraded so that a hook returning status 2 causes a history
line to be saved on the internal history list but not written to the
history file. Previously any non-zero status return would cause
the line not to be saved on the history at all. It is recommended
to use status 1 for this (indeed most shell users would naturally do
so).
|
2013-10-31 14:08:37 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Fix build with texinfo 5.x
|
2013-08-01 08:08:33 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add .ts files to completion list for mplayer. Bump PKGREVISION.
|
2013-05-10 03:17:33 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
Fix zsh cross-build on NetBSD.
Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently). Teach it about the few
remaining properties for NetBSD in particular.
ok agc
|