public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fad28aebc167034eb9d7ef658ac509322cbe7d14
Date: Thu, 19 Jan 2023 19:07:58 +0000	[thread overview]
Message-ID: <4NyXFp4gJcz2xkd@people01.haj.ipfire.org> (raw)

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

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  fad28aebc167034eb9d7ef658ac509322cbe7d14 (commit)
      from  e9c5740f476cb2543caf792716ef33f899c34c3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fad28aebc167034eb9d7ef658ac509322cbe7d14
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Thu Jan 19 17:04:19 2023 +0100

    perl: XSLoader requires DynaLoader.
    
    The XSLoader module from the main package requires the DynaLoader
    to work properly.
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Acked-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 perl/perl.nm | 3 +++
 1 file changed, 3 insertions(+)

Difference in files:
diff --git a/perl/perl.nm b/perl/perl.nm
index e61d80a78..5233b652a 100644
--- a/perl/perl.nm
+++ b/perl/perl.nm
@@ -152,6 +152,9 @@ packages
 	package perl
 		requires
 			perl-libs = %{version}-%{_release}
+
+			# XSLoader requires DynaLoader
+			perl(DynaLoader)
 		end
 
 		conflicts


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2023-01-19 19:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4NyXFp4gJcz2xkd@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.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