|
|
|
|
Changelog for zsh-5.6.2-3.1.x86_64.rpm :
Fri Sep 21 14:00:00 2018 Ismail Dönmez - Unbreak Leap 42.3 compilation
Sun Sep 16 14:00:00 2018 Karol Babioch - Update to version 5.6.2 * Fix another SIGTTOU case. * Fix SIGWINCH being ignored when zsh is not in the foreground.
Tue Sep 11 14:00:00 2018 Karol Babioch - Update to version 5.6.1 * Fix packaging issue that broke runhelp * Fix a regression with pipelines getting backgrounded and emitting SIGTTOU
Tue Sep 4 14:00:00 2018 Ismail Dönmez - Update to version 5.6 * Fixes CVE-2018-0502 (bsc#1107296) and CVE-2018-13259 (bsc#1107294) * Switch to -fstack-protector-strong * See included NEWS file for complete changes. - No longer manually install help files, make install handles it. - Workaround a regression upstream with help file generation by removing Doc/help.txt before build.
Fri May 11 14:00:00 2018 kbabiochAATTsuse.com - Update to 5.5.1 * fix for a configuration problem finding signal names from (some) recent versions of glibc * minor changes
Thu Apr 12 14:00:00 2018 jengelhAATTinai.de - Update RPM groups.
Wed Apr 11 14:00:00 2018 kbabiochAATTsuse.com - Update to 5.5 * The effect of the NO_INTERACTIVE_COMMENTS option extends into $(...) and `...` command substitutions when used on the command line. * Dropped patches, which are included upstream now: - zsh-CVE-2018-1071.patch - zsh-CVE-2018-1083.patch * Fixes a buffer overflow in utils.c:checkmailpath() that can lead to local arbitrary code execution (CVE-2018-1100 bnc#1089030)
Tue Mar 27 14:00:00 2018 kbabiochAATTsuse.com - Added zsh-CVE-2018-1071.patch: Fixed a stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071 bnc#1084656) - Added zsh-CVE-2018-1083.patch: Fixed a stack-based buffer overflow in gen_matches_files() at compctl.c (CVE-2018-1083 bnc#1087026) - Cleaned up spec file with spec-cleaner
Tue Feb 27 13:00:00 2018 kbabiochAATTsuse.com - Updated to 5.4.2 * The \'exec\' and \'command\' precommand modifiers, and options to them, are now parsed after parameter expansion. * Functions executed by ZLE widgets no longer have their standard input closed, but redirected from /dev/null instead. * There is an option WARN_NESTED_VAR, a companion to the existing WARN_CREATE_GLOBAL that causes a warning if a function updates a variable from an enclosing scope without using typeset -g. * zmodload now has an option -s to be silent on a failure to find a module but still print other errors. - Dropped patch merged upstream: * fix-patchutils-completion.patch
Sun Mar 5 13:00:00 2017 rpmAATTfthiessen.de - Update to 5.3.1 * Fix typo in chflags completion * Fixed invalid git commands completion * VCS info system: vcs_info git: Avoid a fork. * Fix handling of \"printf -\" and \"printf --\" - Removed upstream merged fix-printf.patch
Tue Jan 10 13:00:00 2017 jmatejekAATTsuse.com - fix broken completion for filterdiff: fix-patchutils-completion.patch (boo#1019130)
Wed Dec 14 13:00:00 2016 idonmezAATTsuse.com - Update to zsh 5.3 * Unicode9 support, this needs support from your terminal to work correctly. * The new word modifier \':P\' computes the physical path of the argument. * The output of \"typeset -p\" uses \"export\" commands or the \"-g\" option for parameters that are not local to the current scope. * vi-repeat-change can repeat user-defined widgets if the widget calls zle -f vichange. * The parameter $registers now makes the contents of vi register buffers available to user-defined widgets. * New vi-up-case and vi-down-case builtin widgets bound to gU/gu (or U/u in visual mode) for doing case conversion. * A new select-word-match function provides vim-style text objects with configurable word boundaries using the existing match-words-by-style mechanism. * Support for the conditional expression [[ -v var ]] to test if a variable is set for compatibility with other shells. * The print and printf builtins have a new option -v to assign the output to a variable. * New x: syntax in completion match specifications make it possible to disable match specifications hardcoded in completion functions. - Re-add custom zshrc and zshenv to unbreak compatibility with old usage (boo#998858). - Add fix-printf.patch to fix a regression in printf.
Thu Sep 8 14:00:00 2016 idonmezAATTsuse.com - Read /etc/profile as zsh again.
Tue Aug 30 14:00:00 2016 mmannoAATTsuse.com - Remove custom zshrc and zshenv as they might interfere with the users config - Remove unused zshprompt.pl - Move install outside loop in spec file, was executed too often
Wed May 25 14:00:00 2016 lluaAATTgmx.com - Add CentOS [67] support
Thu Dec 10 13:00:00 2015 mpluskalAATTsuse.com - Add gpg signature
Thu Dec 3 13:00:00 2015 idonmezAATTsuse.com - Update to version 5.2 * The new module zsh/param/private can be loaded to allow the shell to define parameters that are private to a function scope (i.e. are not propagated to nested functions called within this function). * The GLOB_STAR_SHORT option allows the pattern * */ * to be shortened to just * * if no / follows. so * *.c searches recursively for a file whose name has the suffix \".c\". * The effect of the WARN_CREATE_GLOBAL option has been significantly extended, so expect it to cause additional warning messages about parameters created globally within function scope.
Thu Nov 5 13:00:00 2015 idonmezAATTsuse.com - Remove -Wl,-z,now it breaks module loading rh#1277996
Sat Sep 12 14:00:00 2015 idonmezAATTsuse.com - Update to version 5.1.1 * Bug fixes for regressions in 5.1 release - Remove read1char_signals.patch, fixed upstream.
Tue Sep 1 14:00:00 2015 idonmezAATTsuse.com - Add read1char_signals.patch to fix workers/36373
Tue Sep 1 14:00:00 2015 idonmezAATTsuse.com - Update to version 5.1 * The print builtin has new options -x and -X to expand tabs. * Several new command completions and numerous updates to others. * Options to \"fc\" to segregate internal and shared history. * All emulations including \"sh\" use multibyte by default; several repairs to multibyte handling. * ZLE supports \"bracketed paste\" mode to avoid interpreting pasted newlines as accept-line. Pastes can be highlighted for visibility and to make it more obvious whether accept-line has occurred. * Improved (though still not perfect) POSIX compatibility for getopts builtin when POSIX_BUILTINS is set. * New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior. * Completion of date values now displays in a calendar format when the complist module is available. Controllable by zstyle. * New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat. * Several repairs/improvements to the contributed narrow-to-region ZLE function. * Many changes to child-process and signal handling to eliminate race conditions and avoid deadlocks on descriptor and memory management. * New builtin sysopen in zsh/system module for detailed control of file descriptor modes. - Remove printf-regress.patch, upstream.
Sun Jun 14 14:00:00 2015 idonmezAATTsuse.com - Add printf-regress.patch to fix a printf regression boo#934175
Sun May 31 14:00:00 2015 idonmezAATTsuse.com - Update to version 5.0.8 * Global aliases can be created for syntactic tokens such as command separators (\";\", \"&\", \"|\", \"&&\", \"||\"), redirection operators, etc. * There have been various further improvements to builtin handling with the POSIX_BUILTINS option (off by default) for compatibility with the POSIX standard. * \'whence -v\' is now more informative, and \'whence -S\' shows you how a full chain of symbolic links resolves to a command. * The \'p\' parameter flag now allows an argument to be specified as a reference to a variable, e.g. ${(ps.$sep.)foo} to split $foo on a string given by $sep. * The option FORCE_FLOAT now forces variables, not just constants, to floating point in arithmetic expressions. * The type of an assignment in arithmetic expressions, e.g. the type seen by the variable res in $(( res = a = b )), is now more logical and C-like. * The default binding of \'u\' in vi command mode has changed to undo multiple changes when invoked repeatedly. \'^R\' is now bound to redo changes. To revert to toggling of the last edit use: bindkey -a u vi-undo-change * Compatibility with Vim has been improved for vi editing mode. Most notably, Vim style text objects are supported and the region can be manipulated with vi commands in the same manner as Vim\'s visual mode. * Elements of the watch variable may now be patterns. * The logic for retrying history locking has been improved. - Remove gcc5-fix.patch, fixed upstream.
Sun May 3 14:00:00 2015 dmitry_rAATTopensuse.org - Fix openSUSE versions in osc completion * zsh-osc-completion.patch
Wed Apr 29 14:00:00 2015 idonmezAATTsuse.com - Add gcc5-fix.patch to fix signames.c generation with gcc5
Wed Apr 22 14:00:00 2015 hvogelAATTopensuse.org - Nowadays more and more terminals set $TERM to xterm-256color
Tue Feb 10 13:00:00 2015 dimstarAATTopensuse.org - BuildRequire texi2html instead of texinfo: the packages have been split completely now.
Wed Jan 28 13:00:00 2015 idonmezAATTsuse.com - Add back rpm completion file (bnc#900424)
Wed Jan 14 13:00:00 2015 idonmezAATTsuse.com - Harden CFLAGS/LDFLAGS
Thu Oct 9 14:00:00 2014 idonmezAATTsuse.com - Update to version 5.0.7 * Small bugfixes * Includes a security fix to disallow evaluation of the initial values of integer variables imported from the environment - Remove zsh-fix-pcre-n.patch, fixed upstream
Sun Sep 7 14:00:00 2014 idonmezAATTsuse.com - Add zsh-fix-pcre-n.patch to fix pcre_match() -n option
Thu Aug 28 14:00:00 2014 idonmezAATTsuse.com - Update to version 5.0.6 * See included ChangeLog - Remove zsh-update-zypper-completion.patch, fixed upstream
Wed Aug 6 14:00:00 2014 idonmezAATTsuse.com - Rename Completion/openSUSE/Command/_SuSEconfig to _SUSEconfig (bnc#888989 fate#316521)
Fri Jan 17 13:00:00 2014 idonmezAATTsuse.com - Update zsh-update-zypper-completion.patch to v0.3
Thu Jan 16 13:00:00 2014 idonmezAATTsuse.com - Add zsh-update-zypper-completion.patch to update zypper completions, patch by Holger Macht and Thomas Mitterfellner.
Tue Jan 7 13:00:00 2014 idonmezAATTsuse.com - Update to version 5.0.5 * Fixes a couple of regression in 5.0.4 - Remove zsh-pipefix.patch, merged upstream
Wed Dec 25 13:00:00 2013 idonmezAATTsuse.com - Update to version 5.0.4 * Small bugfix release - Add zsh-pipefix.patch to import pipe fixes from zsh.git - Remove upstream patches * zsh-osc-suseversion.patch * zsh-zypper-completion.patch
Mon Apr 22 14:00:00 2013 idonmezAATTsuse.com - Don\'t set globdots it might lead to unexpected problems (bnc#815556)
Thu Mar 21 13:00:00 2013 idonmezAATTsuse.com - Fix custom completion support via /etc/zsh_completion.d (bnc#811356) - Add trim-unneeded-completions.patch to remove unneeded completions when building for openSUSE
Sun Jan 27 13:00:00 2013 dmitry_rAATTopensuse.org - Fix zypper completion [bnc#752112] * zsh-zypper-completion.patch - Fix osc completion (SUSE versions) * zsh-osc-suseversion.patch
Mon Dec 24 13:00:00 2012 idonmezAATTsuse.com - Update to version 5.0.2 * Numeric constants in mathematical contexts can contain underscores. * functions -T turns on tracing for specific functions. - See the included NEWS file for other changes.
Fri Nov 16 13:00:00 2012 crrodriguezAATTopensuse.org - Test suite runs flaky in qemu-arm, disable it for now.
Fri Oct 26 14:00:00 2012 cooloAATTsuse.com - buildrequire groff needed to build helpfiles
Thu Aug 9 14:00:00 2012 idonmezAATTsuse.com - Version update to 5.0.0 * No real changes since 4.3.17
Sun Jul 22 14:00:00 2012 cooloAATTsuse.com - we need tex2html too, which is provided by texinfo
Thu Jul 19 14:00:00 2012 cooloAATTsuse.com - buildrequire makeinfo to fix build
Mon Feb 27 13:00:00 2012 idonmezAATTsuse.com - Update to version 4.3.17 * Contains fixes for possible speed regression introduced in 4.3.15 (new option HASH_EXECUTABLES_ONLY) * Improvements to (bash) completion and shell emulation mode - Drop all the patches, all upstream
Tue Feb 7 13:00:00 2012 hmachtAATTsuse.de - add zsh-enable-openSUSE-completion-functions.patch: Enable installation of openSUSE completion functions which are upstream
Tue Jan 31 13:00:00 2012 idonmezAATTsuse.com - Update _osc completion
Sat Dec 31 13:00:00 2011 idonmezAATTsuse.com - Instead of disabling c02cond manually, add upstream patch to automatically disable it on noatime mounted systems.
Tue Dec 20 13:00:00 2011 idonmezAATTsuse.com - Update to zsh 4.3.15 * Fix POSIX compatibility
Wed Dec 7 13:00:00 2011 idonmezAATTsuse.com - Update to zsh 4.3.14 * Drop 74eed99c312de05e19b54ba6b5d37a0aeb4ba713.patch and 724fd07a67f135c74eba57e9f25fd342201ec722.patch, fixed upstream * Fix for nanosecond timestamp support
Mon Dec 5 13:00:00 2011 idoenmezAATTsuse.de - Fix license to be MIT, zsh seems to be using the \"Modern\" variant of the license text. - Import git commits 74eed99c312de05e19b54ba6b5d37a0aeb4ba713 and 724fd07a67f135c74eba57e9f25fd342201ec722 * metafy() added null termination even if buffer was not modifiable * Fix uninitialised memory after lexer realloc
Wed Nov 30 13:00:00 2011 idoenmezAATTsuse.de - Update to zsh 4.3.13 * There are no significant feature changes to the shell itself, although many bug fixes and improvements to functions. * See included ChangeLog for details - Drop zsh-4.3.12-ksh-emulation-syntax-checking.patch, fixed upstream
Tue Nov 29 13:00:00 2011 idoenmezAATTsuse.de - Cleanup spec file - Make /bin/zsh a symlink to /usr/bin/zsh
Mon Nov 28 13:00:00 2011 idoenmezAATTsuse.de - Update to 4.3.12-test3 * See included ChangeLog for details - Drop zsh-findproc.patch and zsh-kill-suspended-job.patch, fixed upstream.
Thu Nov 24 13:00:00 2011 idoenmezAATTsuse.de - Add custom completion support via /etc/zsh_completion.d - Fix build with new ncurses library
Mon Aug 1 14:00:00 2011 crrodriguezAATTopensuse.org - Enable pcre module - Build against ncurses6w instead of plain old ncurses5
Wed Jun 29 14:00:00 2011 chrisAATTcomputersalat.de - enable build for RHEL and friends (CentOS, Fedora) o merge with 4.2.6 from RHEL o add/rework RHEL patch (BZ-488943-ksh-emulation-syntax-checking) o add several *.rhs files o disable E01options test - add subpkg htmldoc - fix deps o fdupes >= suse_version 1110
Fri Jun 17 14:00:00 2011 idonmezAATTnovell.com - Add zsh-kill-suspended-job.patch: fix killing suspended jobs - Add zsh-findproc.patch: fix findproc() to find stopped jobs
Wed Jun 1 14:00:00 2011 idonmezAATTnovell.com - Update to zsh 4.3.12 - Dropped openSUSE specific completions, all are upstreamed now
Tue Apr 26 14:00:00 2011 idoenmezAATTnovell.com - Enable make check
Thu Apr 21 14:00:00 2011 idoenmezAATTnovell.com - Disable zsh debug - Enable strict aliasing again
Wed Apr 20 14:00:00 2011 idoenmezAATTnovell.com - Update to 4.3.11-dev-2, many crash fixes
Tue Mar 15 13:00:00 2011 ismailAATTnamtrac.org - Fix crash with ${foo:0:}
Wed Dec 29 13:00:00 2010 cristian.rodriguezAATTopensuse.org - Update to version 4.3.11 * The completion system now has a style path-completion. * new \"zsystem\" builtin whose subcommands perform system level tasks * Added \"D\" and \"Z\" flag in parameter expansion * Lots of other bugfixes/improvements, see Changelog
Tue Mar 9 13:00:00 2010 hmachtAATTsuse.de - update completion for _osc: - add new products openSUSE 11.2 and openSUSE 11.3 - add possibility to extend the list of projects and build targets with user defined variables $ZSH_OSC_BUILD_TARGETS_EXTRA and $ZSH_OSC_PROJECTS_EXTRA
Wed Dec 2 13:00:00 2009 cooloAATTnovell.com - update patch to apply with fuzz=0
Thu Oct 8 14:00:00 2009 cooloAATTnovell.com - disable profiling for now
Thu Aug 20 14:00:00 2009 hvogelAATTnovell.com - Fix zshrc. Lost some features by not including bash.bashrc
Wed Aug 5 14:00:00 2009 hvogelAATTsuse.de - update to version 4.3.10 o The command \"emulate -c ...\" evaluates an expression in a given emulation. o The variable CORRECT_IGNORE gives a pattern that can be ignored in spelling correction. o The option POSIX_ALIASES improves compatibility of aliases with other shells. o The option COMBINING_CHARS has been added. When it is set, the line editor assumes the terminal is capable of displaying zero-width combining characters (typically accents) correctly as modifications to the base character, and will act accordingly. o The option HIST_FCNTL_LOCK has been added to provide locking of history files o The syntax ~[...] provides a dynamic form of directory naming, supplementing the existing static ~name syntax. o Patterns can now be used in incremental searches with new widgets o Highlighting and colouring of sections of the command line is now supported o Colouring of prompts is now supported within the shell by prompt escapes. o Various changes have been added to make debugging of shell code easier o The \"fc\" builtin has been enhanced to make non-interactive use possible and output consistent when the history is manipulated with \"print -s\". o The completion style accept-exact-dirs has been added o cd, chdir, pushd and popd now take a -q option to suppress side effects - cleanup patches - use fdupes - install help files to versioned directory
Fri Apr 24 14:00:00 2009 hmachtAATTsuse.de - add completion for osc (_osc) - add completion for zypper (_zypper)
|
|
|