public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/
Date: Fri, 17 May 2019 11:55:23 +0000 (UTC)	[thread overview]
Message-ID: <1558094060.81d01d49107d5eaabab447da400983cc38e21d91.grobian@gentoo> (raw)

commit:     81d01d49107d5eaabab447da400983cc38e21d91
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 11:54:20 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 17 11:54:20 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=81d01d49

man/mkman: don't use yaml.load(), bug #659348

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 man/mkman.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/mkman.py b/man/mkman.py
index 8c7fc9d..ff11e0b 100755
--- a/man/mkman.py
+++ b/man/mkman.py
@@ -84,7 +84,7 @@ def MkMan(applets, applet, output):
     desc_file = os.path.join(FRAGS_DIR, '%s.optdesc.yaml' % applet)
     if os.path.exists(desc_file):
         with open(desc_file) as fh:
-            optdescs = yaml.load(fh)
+            optdescs = yaml.safe_load(fh)
 
     # Extract all the options
     options = []


             reply	other threads:[~2019-05-17 11:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-17 11:55 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-01 10:43 [gentoo-commits] proj/portage-utils:master commit in: man/ Fabian Groffen
2024-01-01 10:43 Fabian Groffen
2020-11-29  9:29 Fabian Groffen
2020-01-02  9:47 Fabian Groffen
2019-11-17 15:12 Fabian Groffen
2019-09-29 12:18 Fabian Groffen
2019-06-12  9:13 Fabian Groffen
2019-04-25  9:22 Fabian Groffen
2019-04-25  9:22 Fabian Groffen
2019-02-28 19:28 Fabian Groffen
2019-02-28  9:42 Fabian Groffen
2019-02-28  9:42 Fabian Groffen
2019-02-05 13:51 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-05-18 10:15 Fabian Groffen
2018-04-03 20:00 Fabian Groffen
2018-04-01 13:47 Fabian Groffen
2018-03-31 19:05 Fabian Groffen
2016-06-20  3:22 Mike Frysinger
2016-02-22 20:37 Mike Frysinger
2016-02-04 18:01 Mike Frysinger
2014-03-11  4:53 Mike Frysinger
2014-03-08  5:51 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558094060.81d01d49107d5eaabab447da400983cc38e21d91.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox