Skip to Content.
Sympa Menu

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

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 (029d1ac248dca69b891e6460d9a289f001e6e203)
  • Date: Sat, 5 Dec 2015 21:17:31 +0000

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

net/nfs-utils/DEPENDS | 3 ++-
net/nfs-utils/DETAILS | 5 +++--
net/nfs-utils/HISTORY | 5 +++++
net/nfs-utils/nfs-utils-1.3.3.tar.bz2.sig |binary
net/rpcbind/DETAILS | 5 +++--
net/rpcbind/HISTORY | 6 ++++++
net/rpcbind/PRE_BUILD | 5 -----
net/rpcbind/rpcbind-0.2.3.tar.bz2.sig |binary
net/rpcbind/rpcbind-sunrpc.patch | 22 ----------------------
9 files changed, 19 insertions(+), 32 deletions(-)

New commits:
commit 029d1ac248dca69b891e6460d9a289f001e6e203
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rpcbind: Updated to 0.2.3

rpcbind-sunrpc.patch is removed changing rpcbind -> sunrpc
No longer needed, at least with nfs-utils 1.3.x

commit 93a2988030a004cdbabe3506abd18e83cf8bac84
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nfs-utils: Updated to 1.3.3

Depends on libtirpc
Only works with rpcbind, not portamp (PORT-MAPPER providers)

diff --git a/net/nfs-utils/DEPENDS b/net/nfs-utils/DEPENDS
index 3ff655c..026334d 100755
--- a/net/nfs-utils/DEPENDS
+++ b/net/nfs-utils/DEPENDS
@@ -1,6 +1,7 @@
+depends libtirpc &&
depends gcc &&
depends gnupg &&
-depends PORT-MAPPER &&
+depends rpcbind &&
depends smgl-fhs

optional_depends tcp_wrappers \
diff --git a/net/nfs-utils/DETAILS b/net/nfs-utils/DETAILS
index 923d3ad..0513534 100755
--- a/net/nfs-utils/DETAILS
+++ b/net/nfs-utils/DETAILS
@@ -1,9 +1,10 @@
SPELL=nfs-utils
- VERSION=1.2.8
+ VERSION=1.3.3
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/nfs/nfs-utils/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:abe13f37dccb40258ac2f654143e540b9ac8c41ca10fe88f104ebb558334d41c0e31220dbae0122836e43236cac763fbcfc1d5bd708aca3b282152ac3ac7213b
+#
SOURCE_HASH=sha512:abe13f37dccb40258ac2f654143e540b9ac8c41ca10fe88f104ebb558334d41c0e31220dbae0122836e43236cac763fbcfc1d5bd708aca3b282152ac3ac7213b
LICENSE[0]=GPL
WEB_SITE=http://nfs.sourceforge.net/
KEYWORDS="net"
diff --git a/net/nfs-utils/HISTORY b/net/nfs-utils/HISTORY
index 0e5abc6..fccc6ea 100644
--- a/net/nfs-utils/HISTORY
+++ b/net/nfs-utils/HISTORY
@@ -1,3 +1,8 @@
+2015-11-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.3.3
+ * DEPENDS: Depends on libtirpc
+ Only works with rpcbind, not portamp (PORT-MAPPER providers)
+
2015-11-12 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Use correct CONFIG_NFS_V4 check for NFSv4
Check for CONFIG_NFS_V4 and CONFIG_NFS_V4_1 as needed.
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
new file mode 100644
index 0000000..88c6f8f
Binary files /dev/null and b/net/nfs-utils/nfs-utils-1.3.3.tar.bz2.sig differ
diff --git a/net/rpcbind/DETAILS b/net/rpcbind/DETAILS
index 7da2d4a..c66f141 100755
--- a/net/rpcbind/DETAILS
+++ b/net/rpcbind/DETAILS
@@ -1,8 +1,9 @@
SPELL=rpcbind
- VERSION=0.2.2
+ VERSION=0.2.3
SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"

SOURCE_URL[0]="http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}";
-
SOURCE_HASH=sha512:adcf5c3e6f6a3d995511ed5016ddc5065f7ca6d355097eb27de58415a705cbc45f96f3d0eb8e7db8a915ad3f25ce893e371c09cc03b24a48787485e5c035c054
+#
SOURCE_HASH=sha512:adcf5c3e6f6a3d995511ed5016ddc5065f7ca6d355097eb27de58415a705cbc45f96f3d0eb8e7db8a915ad3f25ce893e371c09cc03b24a48787485e5c035c054
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://sourceforge.net/projects/rpcbind/";
LICENSE[0]="BSD"
diff --git a/net/rpcbind/HISTORY b/net/rpcbind/HISTORY
index 7487993..f5d7098 100644
--- a/net/rpcbind/HISTORY
+++ b/net/rpcbind/HISTORY
@@ -1,3 +1,9 @@
+2015-11-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.2.3
+ * PRE_BUILD: Removed
+ * rpcbind-sunrpc.patch: Removed changing rpcbind -> sunrpc
+ No longer needed, at least with nfs-utils 1.3.x
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/net/rpcbind/PRE_BUILD b/net/rpcbind/PRE_BUILD
deleted file mode 100755
index 0fc7374..0000000
--- a/net/rpcbind/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-# Use 'sunrpc' as the service name instead of 'rpcbind' (Bug #12)
-patch -p1 -i "${SPELL_DIRECTORY}/${SPELL}-sunrpc.patch"
diff --git a/net/rpcbind/rpcbind-0.2.3.tar.bz2.sig
b/net/rpcbind/rpcbind-0.2.3.tar.bz2.sig
new file mode 100644
index 0000000..c45c68c
Binary files /dev/null and b/net/rpcbind/rpcbind-0.2.3.tar.bz2.sig differ
diff --git a/net/rpcbind/rpcbind-sunrpc.patch
b/net/rpcbind/rpcbind-sunrpc.patch
deleted file mode 100644
index 76cf54b..0000000
--- a/net/rpcbind/rpcbind-sunrpc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- rpcbind-0.1.7/src/rpcbind.c.orig 2008-11-19 14:17:34.000000000 +0100
-+++ rpcbind-0.1.7/src/rpcbind.c 2010-01-07 13:03:37.416632894 +0100
-@@ -114,7 +114,7 @@
- char *udp_uaddr; /* Universal UDP address */
- char *tcp_uaddr; /* Universal TCP address */
- #endif
--static char servname[] = "rpcbind";
-+static char servname[] = "sunrpc";
- static char superuser[] = "superuser";
-
- int main __P((int, char *[]));
---- rpcbind-0.1.7/src/rpcinfo.c~ 2010-01-08 16:14:24.592156602 +0000
-+++ rpcbind-0.1.7/src/rpcinfo.c 2010-01-08 16:14:31.578838609 +0000
-@@ -633,7 +633,7 @@
- {
- memset (&hints, 0, sizeof hints);
- hints.ai_family = AF_INET;
-- if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
-+ if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
- (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
- {
- fprintf (stderr, "rpcinfo: %s: %s\n",



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (029d1ac248dca69b891e6460d9a289f001e6e203), Eric Sandall, 12/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page