Commit Graph

102 Commits

Author SHA256 Message Date
Ismail Dönmez
32d5305ae7 - Unbreak Leap 42.3 compilation
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=202
2018-09-21 09:29:49 +00:00
Ismail Dönmez
9216e0d466 -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=201
2018-09-18 09:49:02 +00:00
Ismail Dönmez
c1cbddf25c Accepting request 635960 from home:kbabioch:branches:shells
- Updateo to version 5.6.2
  * Fix another SIGTTOU case.
  * Fix SIGWINCH being ignored when zsh is not in the foreground.

OBS-URL: https://build.opensuse.org/request/show/635960
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=199
2018-09-18 08:17:14 +00:00
Ismail Dönmez
29915867a4 -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=198
2018-09-11 11:32:24 +00:00
Ismail Dönmez
d175c413ad Accepting request 634881 from home:kbabioch:branches:shells
- Update to version 5.6.1
  * Fix packaging issue that broke runhelp
  * Fix a regression with pipelines getting backgrounded and emitting SIGTTOU

OBS-URL: https://build.opensuse.org/request/show/634881
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=197
2018-09-11 11:32:01 +00:00
Ismail Dönmez
8131d6610b * Switch to -fstack-protector-strong
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=193
2018-09-05 08:59:19 +00:00
Ismail Dönmez
3776553d5b -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=192
2018-09-05 07:39:31 +00:00
Ismail Dönmez
604183bfd1 -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=191
2018-09-04 16:12:37 +00:00
Ismail Dönmez
45841d315b Accepting request 606455 from home:kbabioch:branches:shells
- Update to 5.5.1
  * fix for a configuration problem finding singal names from (some) recent
    versions of glibc
  * minor changes

OBS-URL: https://build.opensuse.org/request/show/606455
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=189
2018-05-14 09:01:53 +00:00
Ismail Dönmez
06ae387386 Accepting request 595954 from home:jengelh:branches:shells
- Update RPM groups.

OBS-URL: https://build.opensuse.org/request/show/595954
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=187
2018-04-12 11:48:18 +00:00
Ismail Dönmez
05394b236c Accepting request 595518 from home:kbabioch:branches:shells
- 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)

- 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

OBS-URL: https://build.opensuse.org/request/show/595518
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=186
2018-04-12 07:18:31 +00:00
Ismail Dönmez
947257e3ff Accepting request 580579 from home:kbabioch:branches:shells
- 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

OBS-URL: https://build.opensuse.org/request/show/580579
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=184
2018-02-27 13:07:11 +00:00
Ismail Dönmez
3a1035d612 Accepting request 477019 from home:susnux:branches:shells
Update that fixes at least some annoying completion bugs and the printf bug (patched on openSUSE) is also resolved.

OBS-URL: https://build.opensuse.org/request/show/477019
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=182
2017-03-05 19:32:31 +00:00
Ismail Dönmez
ec41884d8c Accepting request 449562 from home:matejcik:branches:shells
- fix broken completion for filterdiff: fix-patchutils-completion.patch
  (boo#1019130)

OBS-URL: https://build.opensuse.org/request/show/449562
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=180
2017-02-06 13:53:32 +00:00
Ismail Dönmez
f2f0b6e2a1 - 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).

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=177
2016-12-14 10:01:58 +00:00
Ismail Dönmez
da625786ce Accepting request 423857 from home:mmanno:branches:shells
clean up system-wide configuration

OBS-URL: https://build.opensuse.org/request/show/423857
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=173
2016-08-31 09:49:40 +00:00
Ismail Dönmez
58a6914cef Accepting request 397822 from home:llua:branches:shells
Add CentOS [67] support

OBS-URL: https://build.opensuse.org/request/show/397822
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=170
2016-05-25 12:25:38 +00:00
Ismail Dönmez
e183d8a26e Accepting request 348212 from home:pluskalm:branches:shells
- Add gpg signature

OBS-URL: https://build.opensuse.org/request/show/348212
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=168
2015-12-10 10:29:15 +00:00
Ismail Dönmez
3005b0dc9f - 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.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=166
2015-12-03 08:49:34 +00:00
Ismail Dönmez
d0a7d14585 - Remove -Wl,-z,now it breaks module loading rh#1277996
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=164
2015-11-05 15:56:22 +00:00
Ismail Dönmez
33bafff8db - Update to version 5.1.1
* Bug fixes for regressions in 5.1 release
- Remove read1char_signals.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=162
2015-09-12 07:51:55 +00:00
Ismail Dönmez
6503091609 - Add read1char_signals.patch to fix workers/36373
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=160
2015-09-01 19:00:44 +00:00
Ismail Dönmez
033e276da2 - 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.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=158
2015-09-01 06:45:51 +00:00
Ismail Dönmez
587e1a1960 - Add printf-regress.patch to fix a printf regression boo#934175
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=156
2015-06-14 12:58:35 +00:00
Ismail Dönmez
c020b1259e - Update to version 5.0.8
- Remove gcc5-fix.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=153
2015-05-31 19:26:04 +00:00
Ismail Dönmez
6286e536f6 Accepting request 305143 from home:Dmitry_R:branches:shells
- Fix openSUSE versions in osc completion
  * zsh-osc-completion.patch

OBS-URL: https://build.opensuse.org/request/show/305143
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=151
2015-05-03 13:25:23 +00:00
Ismail Dönmez
79d1bf0832 - Add gcc5-fix.patch to fix signames.c generation with gcc5
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=150
2015-04-29 08:34:05 +00:00
Ismail Dönmez
7a526a731d Accepting request 285043 from home:dimstar:Factory
- BuildRequire texi2html instead of texinfo: the packages have been
  split completely now.

OBS-URL: https://build.opensuse.org/request/show/285043
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=146
2015-02-10 16:12:54 +00:00
Ismail Dönmez
ba4be0b64c -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=145
2015-02-05 11:33:27 +00:00
Ismail Dönmez
9ee160ad3d - Add zsh-texi2html-randomness.patch to prevent random changes
in texi2html output (bnc#916186)

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=144
2015-02-05 10:56:22 +00:00
Ismail Dönmez
78d9ded217 - Add back rpm completion file (bnc#900424)
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=142
2015-01-28 17:53:51 +00:00
Ismail Dönmez
3f8a572ebb - Harden CFLAGS/LDFLAGS
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=140
2015-01-14 10:02:14 +00:00
Ismail Dönmez
d4f7a02a88 - 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

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=137
2014-10-09 08:27:29 +00:00
Ismail Dönmez
eac5e1dadc - Add zsh-fix-pcre-n.patch to fix pcre_match() -n option
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=135
2014-09-07 20:11:03 +00:00
Ismail Dönmez
7141b29768 - Update to version 5.0.6
* See included ChangeLog
- Remove zsh-update-zypper-completion.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=133
2014-08-28 19:23:29 +00:00
Ismail Dönmez
2d84176d17 - Rename Completion/openSUSE/Command/_SuSEconfig to _SUSEconfig
(bnc#888989 fate#316521)

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=131
2014-08-06 13:02:37 +00:00
Ismail Dönmez
27bcc0a928 - Add zsh-update-zypper-completion.patch to update zypper
completions, patch by Holger Macht and Thomas Mitterfellner.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=127
2014-01-16 09:52:00 +00:00
Ismail Dönmez
b851a7a560 - Update to version 5.0.5
* Fixes a couple of regression in 5.0.4
- Remove zsh-pipefix.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=125
2014-01-07 08:45:48 +00:00
Ismail Dönmez
121ecfd234 - 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

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=123
2013-12-25 12:35:38 +00:00
Ismail Dönmez
9918aee7eb - Fix custom completion support via /etc/zsh_completion.d
- Add trim-unneeded-completions.patch to remove unneeded completions
  when building for openSUSE

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=117
2013-03-21 10:20:30 +00:00
Ismail Dönmez
5659994e95 Accepting request 150103 from home:Dmitry_R:branches:shells
- Fix zypper completion [bnc#752112]
  * zsh-zypper-completion.patch
- Fix osc completion
  * zsh-osc-suseversion.patch

OBS-URL: https://build.opensuse.org/request/show/150103
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=115
2013-01-28 14:56:34 +00:00
Ismail Dönmez
92ab442bd9 - 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.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=113
2012-12-24 16:07:54 +00:00
Ismail Dönmez
e1eabe529b Accepting request 141528 from home:elvigia:branches:shells
- Test suite runs flaky in qemu-arm, disable it for now.

OBS-URL: https://build.opensuse.org/request/show/141528
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=111
2012-11-16 08:16:12 +00:00
Cristian Rodríguez
718ad4a919 Accepting request 139458 from home:coolo:branches:openSUSE:Factory
- buildrequire groff needed to build helpfiles

OBS-URL: https://build.opensuse.org/request/show/139458
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=109
2012-10-26 15:58:01 +00:00
Ismail Dönmez
72984c044d - Version update to 5.0.0
* No real changes since 4.3.17

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=107
2012-08-09 21:28:39 +00:00
Cristian Rodríguez
26e2479837 Accepting request 128654 from home:coolo:branches:openSUSE:Factory
- we need tex2html too, which is provided by texinfo

OBS-URL: https://build.opensuse.org/request/show/128654
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=105
2012-07-22 19:22:47 +00:00
Pavol Rusnak
7af91c9fb0 Accepting request 128306 from home:coolo:branches:openSUSE:Factory
- buildrequire makeinfo to fix build

OBS-URL: https://build.opensuse.org/request/show/128306
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=103
2012-07-19 23:57:32 +00:00
Ismail Dönmez
f2d637189f Don't need this workaround anymore
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=102
2012-04-17 12:01:38 +00:00
Ismail Dönmez
683b947f3f - 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

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=100
2012-02-27 09:15:24 +00:00
Ismail Dönmez
125af727a6 Accepting request 103060 from home:hmacht:branches:shells
Enable installation of openSUSE completion functions which are upstream

OBS-URL: https://build.opensuse.org/request/show/103060
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=98
2012-02-07 14:58:03 +00:00