From: "Gábor Boskovits" <boskovits@gmail.com>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add tftp-hpa.
Date: Sun, 12 Feb 2017 15:05:20 +0100 [thread overview]
Message-ID: <CAE4v=ph45Hc3WsC3CdQQyK4uwwA_osCXxL7uKqJDka1pYSB1tA@mail.gmail.com> (raw)
In-Reply-To: <20170206225825.23935-1-boskovits@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2453 bytes --]
Hello!
#1 A post on the list cought my attention regarding security of packages
with both server and client. I think that should also apply to this package.
I am waiting for follow ups on that.
#2 I have discussed the licensing issues with Thomas Danckaert, but waiting
for confirmation wether the licence is correct now.
I will try to contact upstream, if they consider relicensing the
contribution under isc.
#3 I am still waiting for assistance regading the category of this package.
My candidtates: networking, ftp (but this is tftp),admin (because isc-dhcp
is there) or maybe something like network-infrastucture. I have seen
dnsmasq in dns, which also provides tftp, but I don't think this package
belongs to dns.
2017-02-06 23:58 GMT+01:00 Boskovits, Gábor <boskovits@gmail.com>:
> * gnu/packages/tftp-hpa.scm: New file.
> ---
> gnu/packages/tftp-hpa.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
> create mode 100644 gnu/packages/tftp-hpa.scm
>
> diff --git a/gnu/packages/tftp-hpa.scm b/gnu/packages/tftp-hpa.scm
> new file mode 100644
> index 000000000..44a008698
> --- /dev/null
> +++ b/gnu/packages/tftp-hpa.scm
> @@ -0,0 +1,27 @@
> +(define-module (gnu packages tftp-hpa)
> + #:use-module (guix packages)
> + #:use-module (guix download)
> + #:use-module (guix build-system gnu)
> + #:use-module (guix licenses))
> +
> +(define-public tftp-hpa
> + (package
> + (name "tftp-hpa")
> + (version "5.2")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://www.kernel.org/pub/software/"
> + "network/tftp/tftp-hpa/tftp-hpa-"
> version
> + ".tar.xz"))
> + (sha256
> + (base32
> + "12vidchglhyc20znq5wdsbhi9mqg90
> jnl7qr9qs8hbvaz4fkdvmg"))))
> + (build-system gnu-build-system)
> + (arguments `(#:tests? #f)) ; no test target
> + (synopsis "HPA's tftp client")
> + (description
> + "This is a tftp client derived from OpenBSD tftp with some extra
> options
> +added and bugs fixed. The source includes readline support but it is not
> +enabled due to license conflicts between the BSD advertising clause and
> the GPL.")
> + (home-page "http://git.kernel.org/cgit/network/tftp/tftp-hpa.git/
> about/")
> + (license (list gpl1 bsd-4))))
> --
> 2.11.0
>
>
[-- Attachment #2: Type: text/html, Size: 3601 bytes --]
next prev parent reply other threads:[~2017-02-12 14:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 22:58 [PATCH] gnu: Add tftp-hpa Boskovits, Gábor
2017-02-12 14:05 ` Gábor Boskovits [this message]
2017-03-15 22:25 ` Leo Famulari
[not found] ` <CAE4v=pjJ87nF2k6iNCWxeJEooHBPB2Ugcy3cX+2o81pwoEkvXw@mail.gmail.com>
2017-03-16 15:01 ` Thomas Danckaert
2017-03-16 15:11 ` Thomas Danckaert
-- strict thread matches above, loose matches on Subject: below --
2017-02-05 23:33 Boskovits, Gábor
2017-02-06 8:29 ` Gábor Boskovits
2017-02-06 21:16 ` Thomas Danckaert
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAE4v=ph45Hc3WsC3CdQQyK4uwwA_osCXxL7uKqJDka1pYSB1tA@mail.gmail.com' \
--to=boskovits@gmail.com \
--cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).