All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Tim Orling <timothy.t.orling@linux.intel.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-perl][PATCH 1/2] libnet-dns-sec-perl: add recipe for 1.10
Date: Mon, 15 Oct 2018 11:08:23 -0700	[thread overview]
Message-ID: <CAMKF1sp8-FsrpQHXgadfHSs_OGAAdNZ63j83Rifmwq4A8q2cSQ@mail.gmail.com> (raw)
In-Reply-To: <20181015161229.68258-1-timothy.t.orling@linux.intel.com>

On Mon, Oct 15, 2018 at 9:12 AM Tim Orling
<timothy.t.orling@linux.intel.com> wrote:
>
> Net::DNS::SEC is installed as an extension to an existing Net::DNS
> installation providing packages to support DNSSEC as specified in
> RFC4033, RFC4034, RFC4035 and related documents.
>
> It also provides support for SIG0 which is useful for dynamic updates.
>
> Implements cryptographic signature generation and verification functions
> using RSA, DSA, ECDSA, and Edwards curve algorithms.
>
> The extended features are made available by replacing Net::DNS by
> Net::DNS::SEC in the use declaration.
>
> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
> ---
>  .../libnet/libnet-dns-sec-perl_1.10.bb             | 33 ++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>  create mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
>
> diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
> new file mode 100644
> index 0000000000..5c485ed68f
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
> @@ -0,0 +1,33 @@
> +DESCRIPTION = "DNSSEC extensions to Net::DNS"
> +HOMEPAGE = "http://www.net-dns.org/"
> +SECTION = "libs"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde"
> +
> +SRC_URI = "https://cpan.metacpan.org/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz"
> +SRC_URI[md5sum] = "ffa55a9898192c9d4c623cb1357eba9b"
> +SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e"
> +
> +DEPENDS += "openssl"
> +
> +UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
> +
> +S = "${WORKDIR}/Net-DNS-SEC-${PV}"
> +
> +EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'"

we could use STAGING_BASELIBDIR

> +
> +inherit cpan ptest-perl
> +
> +RDEPENDS_${PN} = " \
> +    libnet-dns-perl \
> +    libcrypto \
> +    perl-module-dynaloader \
> +    perl-module-file-find \
> +    perl-module-file-spec \
> +    perl-module-io-file \
> +    perl-module-mime-base64 \
> +    perl-module-test-more \
> +"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.14.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


      parent reply	other threads:[~2018-10-15 18:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 16:12 [meta-perl][PATCH 1/2] libnet-dns-sec-perl: add recipe for 1.10 Tim Orling
2018-10-15 16:12 ` [meta-perl][PATCH 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest Tim Orling
2018-10-15 18:14   ` Khem Raj
2018-10-17  4:42     ` Tim Orling
2018-10-17  4:53       ` Khem Raj
2018-10-15 18:08 ` Khem Raj [this message]

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=CAMKF1sp8-FsrpQHXgadfHSs_OGAAdNZ63j83Rifmwq4A8q2cSQ@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=timothy.t.orling@linux.intel.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.
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.