Skip to Content.
Sympa Menu

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

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 (815db5f2663b2c2734f3aae99c1e74aac98f0457)
  • Date: Wed, 16 Aug 2017 01:21:56 +0000

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

dev/null |binary
net/nfs-utils/DETAILS | 2 +-
net/nfs-utils/HISTORY | 6 ++++++
net/nfs-utils/PRE_BUILD | 6 +++++-
net/nfs-utils/glibc-2.26.patch | 11 +++++++++++
net/nfs-utils/nfs-utils-1.3.4.tar.bz2.sig |binary
6 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit 815db5f2663b2c2734f3aae99c1e74aac98f0457
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nfs-utils: Updated to 1.3.4

Fix compiling with glibc 2.26+
See
https://lists.fedoraproject.org/archives/list/devel AT lists.fedoraproject.org/thread/R4RIWKAT5L4RSDNFB5QQ2W2WMOGOVEPR

diff --git a/net/nfs-utils/DETAILS b/net/nfs-utils/DETAILS
index 4ff2786..f6cd9ca 100755
--- a/net/nfs-utils/DETAILS
+++ b/net/nfs-utils/DETAILS
@@ -1,5 +1,5 @@
SPELL=nfs-utils
- VERSION=1.3.3
+ VERSION=1.3.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/net/nfs-utils/HISTORY b/net/nfs-utils/HISTORY
index b81932d..6cde14b 100644
--- a/net/nfs-utils/HISTORY
+++ b/net/nfs-utils/HISTORY
@@ -1,3 +1,9 @@
+2017-08-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.3.4
+ * PRE_BUILD: Apply glibc 2.26+ patch
+ * glibc-2.26.patch: Fix compiling with glibc 2.26+
+ See
https://lists.fedoraproject.org/archives/list/devel AT lists.fedoraproject.org/thread/R4RIWKAT5L4RSDNFB5QQ2W2WMOGOVEPR
+
2016-06-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* init.d/nfs: Add restart() command
diff --git a/net/nfs-utils/PRE_BUILD b/net/nfs-utils/PRE_BUILD
index 29b2fca..af5f43a 100755
--- a/net/nfs-utils/PRE_BUILD
+++ b/net/nfs-utils/PRE_BUILD
@@ -16,4 +16,8 @@ if list_find "${NFS_UTILS_NFSV4}" "--enable-nfsv4"; then
fi
fi &&

-default_pre_build
+default_pre_build &&
+
+message "${MESSAGE_COLOR}Patching for glibc 2.26+...${DEFAULT_COLOR}" &&
+patch "${SOURCE_DIRECTORY}"/support/nsm/rpc.c \
+ "${SPELL_DIRECTORY}"/glibc-2.26.patch
diff --git a/net/nfs-utils/glibc-2.26.patch b/net/nfs-utils/glibc-2.26.patch
new file mode 100644
index 0000000..ad62bc1
--- /dev/null
+++ b/net/nfs-utils/glibc-2.26.patch
@@ -0,0 +1,11 @@
+diff -Naur nfs-utils-1.3.4.orig/support/nsm/rpc.c
nfs-utils-1.3.4/support/nsm/rpc.c
+--- nfs-utils-1.3.4.orig/support/nsm/rpc.c 2017-08-16 01:13:55.930926716
+0000
++++ nfs-utils-1.3.4/support/nsm/rpc.c 2017-08-16 01:16:57.937914373 +0000
+@@ -41,6 +41,7 @@
+ #include <time.h>
+ #include <stdbool.h>
+ #include <string.h>
++#include <stdint.h> /* glibc 2.26+ */
+ #include <unistd.h>
+ #include <fcntl.h>
+
diff --git a/net/nfs-utils/nfs-utils-1.3.3.tar.bz2.sig
b/net/nfs-utils/nfs-utils-1.3.3.tar.bz2.sig
deleted file mode 100644
index 88c6f8f..0000000
Binary files a/net/nfs-utils/nfs-utils-1.3.3.tar.bz2.sig and /dev/null differ
diff --git a/net/nfs-utils/nfs-utils-1.3.4.tar.bz2.sig
b/net/nfs-utils/nfs-utils-1.3.4.tar.bz2.sig
new file mode 100644
index 0000000..443a927
Binary files /dev/null and b/net/nfs-utils/nfs-utils-1.3.4.tar.bz2.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page