Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] new package: libtasn1
Date: Tue, 05 Mar 2013 08:57:21 +0100	[thread overview]
Message-ID: <87obey8eji.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1361219338-27624-1-git-send-email-stefan.froberg@petroprogram.com> ("Stefan Fröberg"'s message of "Mon, 18 Feb 2013 22:28:58 +0200")

>>>>> "Stefan" == Stefan Fr?berg <stefan.froberg@petroprogram.com> writes:

 Stefan> Libtasn1
 Stefan> Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some
 Stefan> other packages. It was written by Fabio Fiorina, and has been
 Stefan> shipped as part of GnuTLS for some time but is now a proper
 Stefan> GNU package.

 Stefan> Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
 Stefan> ---
 Stefan> Changes v1 -> v2:
 Stefan> 	- removed unneeded host-microperl dependency (Thomas Petazzoni)
 Stefan> 	- removed unneeded LIBTASN1_SOURCE because default value for it is
 Stefan> 	  packagename-version.tar.gz (Baruch Siach)

 Stefan>  package/Config.in            |    1 +
 Stefan>  package/libtasn1/Config.in   |    7 +++++++
 Stefan>  package/libtasn1/libtasn1.mk |   14 ++++++++++++++
 Stefan>  3 files changed, 22 insertions(+), 0 deletions(-)
 Stefan>  create mode 100644 package/libtasn1/Config.in
 Stefan>  create mode 100644 package/libtasn1/libtasn1.mk

 Stefan> diff --git a/package/Config.in b/package/Config.in
 Stefan> index 8588951..7b9b2c9 100644
 Stefan> --- a/package/Config.in
 Stefan> +++ b/package/Config.in
 Stefan> @@ -554,6 +554,7 @@ source "package/libglib2/Config.in"
 Stefan>  source "package/libical/Config.in"
 Stefan>  source "package/libnspr/Config.in"
 Stefan>  source "package/libsigc/Config.in"
 Stefan> +source "package/libtasn1/Config.in"
 Stefan>  source "package/libtpl/Config.in"
 Stefan>  source "package/libseccomp/Config.in"
 Stefan>  source "package/liburcu/Config.in"
 Stefan> diff --git a/package/libtasn1/Config.in b/package/libtasn1/Config.in
 Stefan> new file mode 100644
 Stefan> index 0000000..2812157
 Stefan> --- /dev/null
 Stefan> +++ b/package/libtasn1/Config.in
 Stefan> @@ -0,0 +1,7 @@
 Stefan> +config BR2_PACKAGE_LIBTASN1
 Stefan> +	bool "libtasn1"
 Stefan> +	help
 Stefan> +	  ASN.1 library
 Stefan> +
 Stefan> +	  http://www.gnu.org/software/libtasn1
 Stefan> +

Extra line here.

 Stefan> diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk
 Stefan> new file mode 100644
 Stefan> index 0000000..2326d76
 Stefan> --- /dev/null
 Stefan> +++ b/package/libtasn1/libtasn1.mk
 Stefan> @@ -0,0 +1,14 @@
 Stefan> +#############################################################
 Stefan> +#
 Stefan> +# libtasn1
 Stefan> +#
 Stefan> +#############################################################
 Stefan> +
 Stefan> +LIBTASN1_VERSION = 3.2
 Stefan> +LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
 Stefan> +LIBTASN1_DEPENDENCIES = host-bison
 Stefan> +LIBTASN1_LICENSE = GPLv3 LGPLv2.1

Both licenses are 'any layter version', so they should have a '+'.

Committed with these fixes, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-03-05  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18 20:28 [Buildroot] [PATCH v2] new package: libtasn1 Stefan Fröberg
2013-03-05  7:57 ` Peter Korsgaard [this message]
2013-03-05 11:01   ` Stefan Fröberg

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=87obey8eji.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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