Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (941ed518ce3fb431e6c53f8c285ac0bc56f400ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (941ed518ce3fb431e6c53f8c285ac0bc56f400ac)
  • Date: Wed, 16 Aug 2017 00:18:56 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/rpcbind/DEPENDS | 1 +
net/rpcbind/HISTORY | 5 +++++
net/rpcbind/PRE_BUILD | 3 ++-
net/rpcbind/libnsl.patch | 12 ++++++++++++
4 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 941ed518ce3fb431e6c53f8c285ac0bc56f400ac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rpcbind: Depends on libnsl for rpcsvc/yp_prot.h

Include yp_prot.h instead of removed yp.h

diff --git a/net/rpcbind/DEPENDS b/net/rpcbind/DEPENDS
index 457a446..c53153a 100755
--- a/net/rpcbind/DEPENDS
+++ b/net/rpcbind/DEPENDS
@@ -1,4 +1,5 @@
depends glibc &&
+depends libnsl &&
depends libtirpc &&

optional_depends tcp_wrappers \
diff --git a/net/rpcbind/HISTORY b/net/rpcbind/HISTORY
index 29439cd..10f87e4 100644
--- a/net/rpcbind/HISTORY
+++ b/net/rpcbind/HISTORY
@@ -1,3 +1,8 @@
+2017-08-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libnsl for rpcsvc/yp_prot.h
+ * PRE_BUILD: Apply libnsl patch
+ * libnsl.patch: Include yp_prot.h instead of removed yp.h
+
2017-07-22 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.2.4
Now builds against libtirpc 1.0.2 updated in
caaa01cc47b8b1ea214ab98a3b7ef4b63bf97088
diff --git a/net/rpcbind/PRE_BUILD b/net/rpcbind/PRE_BUILD
index 139bf3e..9895eee 100755
--- a/net/rpcbind/PRE_BUILD
+++ b/net/rpcbind/PRE_BUILD
@@ -2,4 +2,5 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

patch -p1 < "${SPELL_DIRECTORY}/rpcbind-sunrpc.patch" &&
-patch -p1 < "${SPELL_DIRECTORY}/cve-2017-8779.patch"
+patch -p1 < "${SPELL_DIRECTORY}/cve-2017-8779.patch" &&
+patch -p1 < "${SPELL_DIRECTORY}/libnsl.patch"
diff --git a/net/rpcbind/libnsl.patch b/net/rpcbind/libnsl.patch
new file mode 100644
index 0000000..e5e4b70
--- /dev/null
+++ b/net/rpcbind/libnsl.patch
@@ -0,0 +1,12 @@
+diff -Naur rpcbind-0.2.4.orig/src/security.c rpcbind-0.2.4/src/security.c
+--- rpcbind-0.2.4.orig/src/security.c 2017-08-16 00:16:28.077548192 +0000
++++ rpcbind-0.2.4/src/security.c 2017-08-16 00:16:47.661547024 +0000
+@@ -26,7 +26,7 @@
+ #include <rpcsvc/mount.h>
+ #include <rpcsvc/rquota.h>
+ #include <rpcsvc/nfs_prot.h>
+-#include <rpcsvc/yp.h>
++#include <rpcsvc/yp_prot.h>
+ #include <rpcsvc/ypclnt.h>
+ #include <rpcsvc/yppasswd.h>
+ #else



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (941ed518ce3fb431e6c53f8c285ac0bc56f400ac), Eric Sandall, 08/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page