all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Leo Famulari <leo@famulari.name>, 27649@debbugs.gnu.org
Subject: [bug#27649] Update man-db to 2.7.6.1
Date: Tue, 11 Jul 2017 22:53:18 +0200	[thread overview]
Message-ID: <87wp7ek85d.fsf@fastmail.com> (raw)
In-Reply-To: <20170711014307.GA25070@jasmine.lan>

[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]

Leo Famulari <leo@famulari.name> writes:

> This updates man-db to the latest release, 2.7.6.1.
>
> I tested that the manual-database profile hook still works. For that, I
> had to pass the new configuration option 'disable-cache-owner', or else
> the test suite and manpage database generation would fail.
>
> See this commit for more info (Separate cache owner from --enable-setuid
> option):
>
> https://git.savannah.gnu.org/cgit/man-db.git/commit/?id=0f8b5518949866075c25787bdc4e9c064597c21e

That commit message was confusingly familiar :-)

> From 0d04028ca5781b0ddeb2ae843a60934050c6f959 Mon Sep 17 00:00:00 2001
> From: Leo Famulari <leo@famulari.name>
> Date: Mon, 10 Jul 2017 15:04:58 -0400
> Subject: [PATCH] gnu: man-db: Update to 2.7.6.1 [fixes CVE-2015-1336].

[...]

> @@ -93,7 +93,12 @@ a flexible and convenient way.")
>               (xz    (assoc-ref %build-inputs "xz"))
>               (util  (assoc-ref %build-inputs "util-linux")))
>           ;; Invoke groff, less, gzip, bzip2, and xz directly from the store.
> -         (append (list "--disable-setuid" ;; Disable setuid man user.
> +         (append (list ;; Disable setuid man user.
> +                       "--disable-setuid"
> +                       ;; Don't constrain ownership of system-wide cache files.
> +                       ;; Otherwise creating the manpage database fails with
> +                       ;; with man-db > 2.7.5.

Double 'with'. I'm not even sure the second sentence is necessary, YMMV :-)

> +                       "--disable-cache-owner"

LGTM.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2017-07-11 20:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-11  1:43 [bug#27649] Update man-db to 2.7.6.1 Leo Famulari
2017-07-11 20:53 ` Marius Bakke [this message]
2017-07-12  2:54   ` bug#27649: " Leo Famulari

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=87wp7ek85d.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=27649@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.