all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "B. Wilson" <elaexuotee@wilsonb.com>
Cc: 65931@debbugs.gnu.org
Subject: [bug#65931] [PATCH] gnu: Add apple-bash.
Date: Wed, 27 Sep 2023 23:51:02 +0200	[thread overview]
Message-ID: <87il7v1e0p.fsf@gnu.org> (raw)
In-Reply-To: <20230914045732.1010-1-elaexuotee@wilsonb.com> (B. Wilson's message of "Thu, 14 Sep 2023 13:57:19 +0900")

Hi,

"B. Wilson" <elaexuotee@wilsonb.com> skribis:

> * gnu/packages/apple.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODELS): Add it.

[...]

> +(define-public apple-bash
> +  (package
> +    (name "apple-bash")
> +    (version "125")
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/apple-oss-distributions/bash.git")
> +               (commit (string-append "bash-" version))))
> +        (sha256
> +          (base32 "1d4s1z57yiyhgb6i22kb9al31j1fv9a4rp1bb747ny6grdvc4919"))
> +        (file-name (git-file-name name version))))

My understanding is that Apple ships old versions of GNU software (or
modified versions thereof) for one reason: because they’re GPLv2+, not
GPLv3+.

Do you know if there are significant technical differences in this
modified Bash that would justify making a package for it?

Thanks,
Ludo’.




  reply	other threads:[~2023-09-27 21:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-14  4:57 [bug#65931] [PATCH] gnu: Add apple-bash B. Wilson via Guix-patches via
2023-09-27 21:51 ` Ludovic Courtès [this message]
2023-09-28  0:09   ` B. Wilson via Guix-patches via
2023-10-05 12:43     ` bug#65931: " Ludovic Courtès

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=87il7v1e0p.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=65931@debbugs.gnu.org \
    --cc=elaexuotee@wilsonb.com \
    /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.