All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/5] libtirpc: Expose key_secretkey_is_set API
Date: Tue, 18 Apr 2017 18:58:36 -0700	[thread overview]
Message-ID: <20170419015839.1294-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20170419015839.1294-1-raj.khem@gmail.com>

libnsl needs this API

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../libtirpc/export_key_secretkey_is_set.patch        | 19 +++++++++++++++++++
 meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb      |  1 +
 2 files changed, 20 insertions(+)
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch

diff --git a/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch
new file mode 100644
index 00000000000..bde7951ec1a
--- /dev/null
+++ b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch
@@ -0,0 +1,19 @@
+Add key_secretkey_is_set to exported symbols map
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Index: libtirpc-1.0.1/src/libtirpc.map
+===================================================================
+--- libtirpc-1.0.1.orig/src/libtirpc.map
++++ libtirpc-1.0.1/src/libtirpc.map
+@@ -298,7 +298,7 @@ TIRPC_0.3.2 {
+     key_gendes;
+     key_get_conv;
+     key_setsecret;
+-    key_secret_is_set;
++    key_secretkey_is_set;
+     key_setnet;
+     netname2host;
+     netname2user;
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
index 8ba547506bf..b96abc4d57e 100644
--- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
+++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
@@ -13,6 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \
            ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \
            file://libtirpc-1.0.2-rc3.patch \
            file://libtirpc-0.2.1-fortify.patch \
+           file://export_key_secretkey_is_set.patch \
           "
 
 SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \
-- 
2.12.2



  reply	other threads:[~2017-04-19  1:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-19  1:58 [PATCH 1/5] libtirpc: Backport fixes from 1.0.2rc3 Khem Raj
2017-04-19  1:58 ` Khem Raj [this message]
2017-04-19  8:52   ` [PATCH 2/5] libtirpc: Expose key_secretkey_is_set API Burton, Ross
2017-04-19 16:25     ` Khem Raj
2017-04-19 16:36       ` Burton, Ross
2017-04-19 16:37         ` Khem Raj
2017-04-19  1:58 ` [PATCH 3/5] libtirpc: Enable des APIs for musl Khem Raj
2017-04-19  8:57   ` André Draszik
2017-04-19 12:53     ` Burton, Ross
2017-04-19 16:34     ` Khem Raj
2017-04-19  1:58 ` [PATCH 4/5] rpcbind: Remove uneeded patches Khem Raj
2017-04-19  1:58 ` [PATCH 5/5] libidn: Fix build with gcc7 Khem Raj
2017-04-19 15:06   ` André Draszik
2017-04-19 16:36     ` Khem Raj
2017-04-19  2:01 ` ✗ patchtest: failure for "libtirpc: Backport fixes from ..." and 4 more Patchwork

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=20170419015839.1294-2-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.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.
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.