From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBD0E158451 for ; Wed, 10 Jan 2024 20:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009B2E2A33; Wed, 10 Jan 2024 20:43:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB587E2A2D for ; Wed, 10 Jan 2024 20:43:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C94D7343132 for ; Wed, 10 Jan 2024 20:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0130141 for ; Wed, 10 Jan 2024 20:43:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1704918851.e64ffb70aba96a0d19812730f60580b3af96b7cd.flow@gentoo> Subject: [gentoo-commits] proj/tex-patches:main commit in: / X-VCS-Repository: proj/tex-patches X-VCS-Files: 0006-latex2man-use-predictable-tmp.patch X-VCS-Directories: / X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e64ffb70aba96a0d19812730f60580b3af96b7cd X-VCS-Branch: main Date: Wed, 10 Jan 2024 20:43:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e28d4f9c-eb0a-428e-a400-a9f16af5c8cd X-Archives-Hash: 1ff3001e9873bc524627b87ce1c01fc6 commit: e64ffb70aba96a0d19812730f60580b3af96b7cd Author: Florian Schmaus gentoo org> AuthorDate: Wed Jan 10 20:32:38 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jan 10 20:34:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-patches.git/commit/?id=e64ffb70 latex2man-use-predictable-tmp: cleanup patch Remove one unnecessary change. Also add URL to debian commit. Signed-off-by: Florian Schmaus gentoo.org> 0006-latex2man-use-predictable-tmp.patch | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/0006-latex2man-use-predictable-tmp.patch b/0006-latex2man-use-predictable-tmp.patch index 581b0be..cb6cc79 100644 --- a/0006-latex2man-use-predictable-tmp.patch +++ b/0006-latex2man-use-predictable-tmp.patch @@ -4,11 +4,12 @@ Date: Sun, 2 Jun 2019 14:50:27 +0300 Subject: [PATCH 6/6] latex2man: use predictable tmp https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668779 +https://github.com/debian-tex/texlive-nonbin/commit/714dc72c87b917834570d32dee7231008df98832 https://bugs.gentoo.org/show_bug.cgi?id=432144 CVE-2012-2120 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2120) --- - texk/texlive/linked_scripts/latex2man/latex2man | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) + texk/texlive/linked_scripts/latex2man/latex2man | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texk/texlive/linked_scripts/latex2man/latex2man b/texk/texlive/linked_scripts/latex2man/latex2man index e117d337..285c19fd 100755 @@ -23,15 +24,6 @@ index e117d337..285c19fd 100755 ################################################################## # check option and arguments ################################################################## -@@ -153,7 +151,7 @@ $first_word = 1; # true, if the next word to be processed is the first - $list_nest = 0; # counts nesting of itemize/enumerate/description envrionments - $cur_list[0] = "";# array, indexed with list_nest, indicates kind of list: - # values are: 'enum' / 'descr' / 'item' --$item_nr[0] = 0; # array, indexed with list_nest, counts the number of \item in the -+$item_nr[0] = 0; # array, indexed with list_nest, counts the number of W\item in the - # list - $manRS = 0; # true, if for Man a .RS was given after a \item - @@ -2018,6 +2016,8 @@ if ($opt_t) { open (my $SRC, "<$SrcFile") || die "$CMD: Can't open file \`$SrcFile' for reading.\n"; if ($opt_H || $opt_T) {