Go to file
Ana Guerrero de484f9533 Accepting request 1127840 from Base:System
- Add upstream patch readline82-002
  * It's possible for readline to try to zero out a line that's not null-
    terminated, leading to a memory fault.
- Add upstream patch readline82-003
- Add upstream patch readline82-004
- Add upstream patch readline82-005
  * If an application is using readline in callback mode, and a signal arrives
    after readline checks for it in rl_callback_read_char() but before it
    restores the application's signal handlers, it won't get processed until the
    next time the application calls rl_callback_read_char(). Readline needs to
    check for and resend any pending signals after restoring the application's
    signal handlers.
- Add upstream patch readline82-006
  * This is a variant of the same issue as the one fixed by patch 5. In this
    case, the signal arrives and is pending before readline calls rl_getc().
    When this happens, the pending signal will be handled by the loop, but may
    alter or destroy some state that the callback uses. Readline needs to treat
    this case the same way it would if a signal interrupts pselect/select, so
    compound operations like searches and reading numeric arguments get cleaned
    up properly.
- Add upstream patch readline82-007
  * If readline is called with no prompt, it should display a newline if return
    is typed on an empty line. It should still suppress the final newline if
    return is typed on the last (empty) line of a multi-line command.

OBS-URL: https://build.opensuse.org/request/show/1127840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/readline?expand=0&rev=15
2023-11-22 17:54:01 +00:00
.gitattributes Switch back to old package name scheme 2018-03-16 10:45:52 +00:00
.gitignore Switch back to old package name scheme 2018-03-16 10:45:52 +00:00
baselibs.conf Update to readline-8.0 2019-01-09 13:02:42 +00:00
readline82-001 Add readline82-001 patch 2022-10-06 12:12:52 +00:00
readline82-001.sig Add readline82-001 patch 2022-10-06 12:12:52 +00:00
readline82-002 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-002.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-003 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-003.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-004 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-004.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-005 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-005.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-006 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-006.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-007 Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline82-007.sig Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline-5.2-conf.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-6.2-metamode.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-6.2-xmalloc.dif OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-6.3-destdir.patch Update to readline-8.1 2021-01-11 11:44:48 +00:00
readline-6.3-input.dif Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline-6.3-rltrace.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-7.0-screen.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-8.2.dif OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-8.2.tar.gz OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline-8.2.tar.gz.sig OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=31 2022-09-27 08:03:22 +00:00
readline.changes Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00
readline.keyring Accepting request 821348 from home:AndreasStieger:branches:Base:System 2020-07-17 07:41:58 +00:00
readline.spec Update to readline 8.2 patchlevel 7 2023-11-21 07:05:04 +00:00