Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: schroot: update to 1.6.10-12+deb11u1. CVE-2022-2787
Date: Sat, 20 Aug 2022 10:41:49 +0200	[thread overview]
Message-ID: <20220820084149.pUMAoCn6VuEoLEdZ-QqnCXd8cW_4RcQWUwFAY-XIh3c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38779@inbox.vuxu.org>

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38779#issuecomment-1221259896

Comment:
> Alright, progress! slightly_smiling_face
> 
> now there is only `x86-64-musl` left failing.
> 
> My knowledge about `musl` is pretty limited so can somebody help me resolv the issue?

Replace musl.patch (tested with 1.6.12) with
```diff
--- a/sbuild/sbuild-auth-pam.cc
+++ b/sbuild/sbuild-auth-pam.cc
@@ -21,6 +21,7 @@
 #include "sbuild-auth-pam.h"
 #include "sbuild-auth-pam-conv.h"
 #include "sbuild-feature.h"
+#include "sbuild-i18n.h"
 
 #include <cassert>
 #include <cerrno>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -176,7 +176,7 @@ if(GETTEXT_FOUND)
 endif(GETTEXT_FOUND)
 option(nls "Enable national language support (requires gettext)" ${NLS_DEFAULT})
 set(BUILD_NLS ${nls})
-set(SBUILD_FEATURE_NLS ${pam})
+set(SBUILD_FEATURE_NLS ${nls})
 
 # UUID generation
 check_include_file_cxx(uuid/uuid.h UUID_HEADER)
--- a/sbuild/sbuild-feature.cc
+++ b/sbuild/sbuild-feature.cc
@@ -21,6 +21,7 @@
 #include <iostream>
 
 #include "sbuild-feature.h"
+#include "sbuild-i18n.h"
 
 using namespace sbuild;
 
```

  parent reply	other threads:[~2022-08-20  8:41 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19  8:12 [PR PATCH] schroot: update to 1.6.10-12+deb11u1 dataCobra
2022-08-19  8:20 ` schroot: update to 1.6.10-12+deb11u1. CVE-2022-2787 dataCobra
2022-08-19  8:22 ` dataCobra
2022-08-19  8:25 ` dataCobra
2022-08-19 14:17 ` [PR REVIEW] " classabbyamp
2022-08-19 14:17 ` classabbyamp
2022-08-19 17:36 ` sgn
2022-08-19 17:46 ` sgn
2022-08-19 17:47 ` dataCobra
2022-08-19 17:48 ` dataCobra
2022-08-19 17:50 ` dataCobra
2022-08-20  8:18 ` dataCobra
2022-08-20  8:20 ` thypon
2022-08-20  8:26 ` [PR PATCH] [Updated] " dataCobra
2022-08-20  8:31 ` dataCobra
2022-08-20  8:34 ` [PR REVIEW] " dataCobra
2022-08-20  8:38 ` dataCobra
2022-08-20  8:38 ` dataCobra
2022-08-20  8:40 ` sgn
2022-08-20  8:41 ` sgn [this message]
2022-08-20  8:47 ` [PR PATCH] [Updated] " dataCobra
2022-08-20  8:53 ` dataCobra
2022-08-20  8:54 ` sgn
2022-08-20  8:55 ` thypon
2022-08-20  8:58 ` sgn
2022-08-20  8:59 ` dataCobra
2022-08-20  8:59 ` dataCobra
2022-08-20  8:59 ` dataCobra
2022-08-20  9:00 ` thypon
2022-08-20  9:12 ` sgn
2022-08-21 11:31 ` dataCobra
2022-08-21 11:57 ` [PR PATCH] [Merged]: " sgn

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=20220820084149.pUMAoCn6VuEoLEdZ-QqnCXd8cW_4RcQWUwFAY-XIh3c@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).