all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Attila Lendvai <attila@lendvai.name>
Cc: 55656@debbugs.gnu.org
Subject: [bug#55656] [PATCH] gnu: perl-http-daemon: Update to 6.14.
Date: Fri, 27 May 2022 11:03:19 +0100	[thread overview]
Message-ID: <87r14fs30h.fsf@cbaines.net> (raw)
In-Reply-To: <20220526130335.27626-1-attila@lendvai.name>

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


Attila Lendvai <attila@lendvai.name> writes:

> ---
>  gnu/packages/web.scm | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index ffcb709e82..0186ac06e5 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -3462,18 +3462,19 @@ (define-public perl-http-cookies
>  (define-public perl-http-daemon
>    (package
>      (name "perl-http-daemon")
> -    (version "6.01")
> +    (version "6.14")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append
> -                   "mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-"
> +                   "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Daemon-"
>                     version ".tar.gz"))
>               (sha256
>                (base32
> -               "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3"))))
> +               "079fkcq2vdrzdf0bml52kz73n9gdv1xg0qf72c9v505v7izpwxph"))))
>      (build-system perl-build-system)
>      (propagated-inputs
> -     (list perl-http-message perl-lwp-mediatypes))
> +     (list perl-http-message perl-lwp-mediatypes perl-module-build-tiny
> +           perl-test-needs))
>      (license license:perl-license)
>      (synopsis "Perl simple http server class")
>      (description

This looks good to me, but because this is an input to wget, which seems
to have a lot of dependent packages (~900), this probably needs to go to
the staging branch.

Unfortunately, staging is frozen at the moment, so I'm not sure if it's
the right time to push it.

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

  parent reply	other threads:[~2022-05-27 10:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 13:03 [bug#55656] [PATCH] gnu: perl-http-daemon: Update to 6.14 Attila Lendvai
2022-05-26 13:05 ` [bug#55656] [PATCH 2/2] gnu: Add perl-http-daemon-ssl Attila Lendvai
2022-05-27  9:47   ` Christopher Baines
2022-05-27 11:44     ` Attila Lendvai
2022-05-27 10:03 ` Christopher Baines [this message]
2023-09-02  0:08 ` [bug#55656] [PATCH] gnu: perl-http-daemon: Update to 6.14 Vagrant Cascadian

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=87r14fs30h.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=55656@debbugs.gnu.org \
    --cc=attila@lendvai.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.