Version in base suite: 2021.03.05.20230120+dfsg-1 Base version: context_2021.03.05.20230120+dfsg-1 Target version: context_2021.03.05.20230120+dfsg-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/context/context_2021.03.05.20230120+dfsg-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/context/context_2021.03.05.20230120+dfsg-1+deb12u1.dsc changelog | 6 ++++++ patches/enable_socket_in_mtxrun | 20 ++++++++++++++++++++ patches/series | 1 + 3 files changed, 27 insertions(+) diff -Nru context-2021.03.05.20230120+dfsg/debian/changelog context-2021.03.05.20230120+dfsg/debian/changelog --- context-2021.03.05.20230120+dfsg/debian/changelog 2023-01-20 22:38:39.000000000 +0000 +++ context-2021.03.05.20230120+dfsg/debian/changelog 2023-06-27 20:10:25.000000000 +0000 @@ -1,3 +1,9 @@ +context (2021.03.05.20230120+dfsg-1+deb12u1) bookworm-proposed-updates; urgency=medium + + * Explicitely enable socket in ConTeXt mtxrun (see #1036470). + + -- Hilmar Preusse Tue, 27 Jun 2023 22:10:25 +0200 + context (2021.03.05.20230120+dfsg-1) unstable; urgency=medium * Remove some TeX files not meeting the DFSG from orig.tar.gz diff -Nru context-2021.03.05.20230120+dfsg/debian/patches/enable_socket_in_mtxrun context-2021.03.05.20230120+dfsg/debian/patches/enable_socket_in_mtxrun --- context-2021.03.05.20230120+dfsg/debian/patches/enable_socket_in_mtxrun 1970-01-01 00:00:00.000000000 +0000 +++ context-2021.03.05.20230120+dfsg/debian/patches/enable_socket_in_mtxrun 2023-06-27 20:10:07.000000000 +0000 @@ -0,0 +1,20 @@ +--- context.orig/texmf-dist/scripts/context/stubs/unix/mtxrun ++++ context/texmf-dist/scripts/context/stubs/unix/mtxrun +@@ -25606,7 +25606,7 @@ + end + return concat(flags," ") + end +-local template=[[--ini %primaryflags% --lua=%luafile% %texfile% %secondaryflags% %redirect%]] ++local template=[[--ini %primaryflags% --socket --shell-escape --lua=%luafile% %texfile% %secondaryflags% %redirect%]] + local checkers={ + primaryflags="verbose", + secondaryflags="verbose", +@@ -25741,7 +25741,7 @@ + report_format() + lfs.chdir(startupdir) + end +-local template=[[%primaryflags% --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]] ++local template=[[%primaryflags% --socket --shell-escape --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]] + local checkers={ + primaryflags="verbose", + secondaryflags="verbose", diff -Nru context-2021.03.05.20230120+dfsg/debian/patches/series context-2021.03.05.20230120+dfsg/debian/patches/series --- context-2021.03.05.20230120+dfsg/debian/patches/series 2022-02-12 14:29:32.000000000 +0000 +++ context-2021.03.05.20230120+dfsg/debian/patches/series 2023-06-27 20:10:07.000000000 +0000 @@ -1,2 +1,3 @@ texfont_fontforge fix_for_manual_pages +enable_socket_in_mtxrun