Debian Patches

Status for kakoune/2020.01.16-3

Patch Description Author Forwarded Bugs Origin Last update
01-typos.patch Correct some typographical and grammatical errors. Peter Pentchev <roam@ringlet.net> no 2020-07-26
03-readme.patch Render the README file as plain text. Suggested by: Adam Borowski <kilobyte@angband.pl> Peter Pentchev <roam@ringlet.net> no 2018-12-16
04-path-max.patch Define PATH_MAX to 1024 on e.g. the GNU Hurd. Peter Pentchev <roam@ringlet.net> no 2017-01-04
05-kfreebsd.patch Also detect Debian GNU/kFreeBSD. Peter Pentchev <roam@ringlet.net> no 2017-01-04
07-readme-listing.patch Make sure a listing block is recognized as such. Peter Pentchev <roam@ringlet.net> no 2018-12-16
08-optimize.patch Do not invoke the compiler with -O0. Even though we build kakoune in its "debug" mode to generate
debug symbols, we do not want its build infrastructure to
override the compiler flags set by dpkg-buildpackage in
accordance to way the Debian package is being built.
.
Disabling the compiler optimizations also has the unfortunate
side effect of disabling the build harderning, so we really
do not want it to happen.
Peter Pentchev <roam@ringlet.net> not-needed 2020-04-28
09-upstream-test-buffer.patch Fix invalid memory access in unit-tests Maxime Coste <mawww@kakoune.org> no upstream; https://github.com/mawww/kakoune/commit/610be9ac20dad2e0a5f76b027ab58b8bdf2a031c 2020-06-22
10-upstream-empty-strings.patch Fix empty strings not being zero terminated Maxime Coste <mawww@kakoune.org> no upstream; https://github.com/mawww/kakoune/commit/b42885ef71e73a5af4f45c69aaeb63e6890dfa3b 2020-07-26
11-upstream-deleted-line.patch Fix invalid access to deleted line when updating insert completion Maxime Coste <mawww@kakoune.org> no upstream; https://github.com/mawww/kakoune/commit/7545fa58ae318cf6307d81b9fc3124f6a9352730 2020-07-26
12-upstream-empty-register.patch Fix invalid memory access when getting the main entry of empty registers Maxime Coste <mawww@kakoune.org> no upstream; https://github.com/mawww/kakoune/commit/940b1b617521860130fd83c895bd4ab352f86d44 2020-07-26
13-upstream-check-dir-owner.patch Check XDG_RUNTIME_DIR owner before creating session directory This avoids an issue when using `su` and running Kakoune which creates
a session directory owned by root and prevents the user from creating
more sessions.
Maxime Coste <mawww@kakoune.org> no debian upstream; https://github.com/mawww/kakoune/commit/7751c7e188bfc7b2f7e4a70e33032677d84597e5 2021-07-05
14-upstream-rework-dir-logic.patch Rework session directory logic Do not use a shared kakoune/ directory for all users to avoid the
complexity of having to set the sticky bit on that dir, resolve the
session directory only once by using a static variable and an
immediately evaluated lambda.
.
This fixes an annoyance whenever using `su` and having Kakoune refuse
to start due to XDG_RUNTIME_DIR still being set.
Maxime Coste <mawww@kakoune.org> no debian upstream; https://github.com/mawww/kakoune/commit/db9ef82398a08bdf985ff26bfb230fb0cd1221a5 2021-07-05

All known versions for source package 'kakoune'

Links