summarylogtreecommitdiffstats
path: root/disable_compile_terminfo.patch
diff options
context:
space:
mode:
authormrdotx2023-07-19 13:18:05 +0200
committermrdotx2023-07-19 13:18:05 +0200
commit1ee493e0823838e364fcf32df145c0cd2fc3d0fe (patch)
tree0d799061d0da67afbbf5759d00e03d72c33b09e5 /disable_compile_terminfo.patch
parent2edbbd5ea59cd4eab15d2b3ba6d260a3bbf2caf1 (diff)
downloadaur-1ee493e0823838e364fcf32df145c0cd2fc3d0fe.tar.gz
quick fix ncurses CVE-2023-29491
Diffstat (limited to 'disable_compile_terminfo.patch')
-rw-r--r--disable_compile_terminfo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/disable_compile_terminfo.patch b/disable_compile_terminfo.patch
new file mode 100644
index 000000000000..462b3c11b6f6
--- /dev/null
+++ b/disable_compile_terminfo.patch
@@ -0,0 +1,21 @@
+--- doc/Makefile.in
++++ doc/Makefile.in
+@@ -69,7 +69,7 @@
+ sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
+
+ $(srcdir)/etc/rxvt-unicode.termcap: $(srcdir)/etc/rxvt-unicode.terminfo
+- tic -C $< >$@
++ # tic -C $< >$@
+
+ tags allbin:
+
+@@ -100,8 +100,8 @@
+ $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
+ $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
+ $(INSTALL_DATA) rclock.1.man $(DESTDIR)$(man1dir)/urclock.$(man1ext)
+- @TIC@ -x $(srcdir)/etc/rxvt-unicode.terminfo || \
+- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++ # @TIC@ -x $(srcdir)/etc/rxvt-unicode.terminfo || \
++ # @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
+
+ distdepend: alldoc