Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5a8d4f3d5d5ecd53057584539e0673a0716e2142)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5a8d4f3d5d5ecd53057584539e0673a0716e2142)
  • Date: Wed, 14 Nov 2007 09:38:44 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

net/ypserv/DETAILS | 16 +++++++++-------
net/ypserv/HISTORY | 6 ++++++
net/ypserv/INSTALL | 18 +++++-------------
3 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 5a8d4f3d5d5ecd53057584539e0673a0716e2142
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ypserv: upstream gpg

commit ddea7b48d4c149d85a5b278f7c26b7b8a3d5ef6a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ypserv: 2.19

commit 47bef55ef4633f2a80223e8520b399d84b998bf3
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ypserv: cleanup for #11831

diff --git a/net/ypserv/DETAILS b/net/ypserv/DETAILS
index 20be0c4..63a4c51 100755
--- a/net/ypserv/DETAILS
+++ b/net/ypserv/DETAILS
@@ -1,22 +1,24 @@
SPELL=ypserv
- VERSION=2.14
+ VERSION=2.19
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/net/NIS/$SOURCE
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/net/NIS/OLD/$SOURCE
- SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$SOURCE
-
SOURCE_HASH=sha512:a9d20d93b51423897d639d4f13e4134e54cd00d49d753449cd145ddfb15e89c6bbccc3dd4b3fd3ffd383452e0a8177b14784259728a10365e64c189c42d3c6ec
+ SOURCE_URL[1]=$KERNEL_URL/pub/linux/utils/net/NIS/OLD/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.sign
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.sign
+ SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.linux-nis.org/nis/ypserv/
ENTERED=20011022
- UPDATED=20030822
KEYWORDS="database net"
SHORT="NIS provides a simple network lookup service consisting of
databases and processes."
cat << EOF
-
The Network Information Service (NIS) provides a simple network lookup
service consisting of databases and processes. It was formerly known as
Sun Yellow Pages (YP). The functionality of the two remains the same,
only the name has changed. Its purpose is to provide information, that
has to be known throughout the network, to all machines on the network.
-
EOF
diff --git a/net/ypserv/HISTORY b/net/ypserv/HISTORY
index 79f41b6..b099ff8 100644
--- a/net/ypserv/HISTORY
+++ b/net/ypserv/HISTORY
@@ -1,3 +1,9 @@
+2007-11-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ converted to upstream signature checking
+ updated spell to 2.19
+ * INSTALL: use install_config_file so things get tracked
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/ypserv/INSTALL b/net/ypserv/INSTALL
index a62981d..62f9965 100755
--- a/net/ypserv/INSTALL
+++ b/net/ypserv/INSTALL
@@ -1,16 +1,8 @@
-function inst_conf()
-{
- if [ ! -f /etc/$1 ] ; then
- install -m 644 etc/$1 /etc
- fi
-}
-
make install &&

-inst_conf ypserv.conf &&
-inst_conf locale &&
-inst_conf netgroup &&
-inst_conf netmasks &&
-inst_conf timezone &&
+local cf &&
+for cf in ypserv.conf locale netgroup netmasks timezone; do
+ install_config_file etc/$cf "$INSTALL_ROOT/etc/$cf"
+done &&

-install -m 644 etc/securenets /var/yp/securenets.example
+install_config_file etc/securenets $INSTALL_ROOT/var/yp/securenets.example



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5a8d4f3d5d5ecd53057584539e0673a0716e2142), Jaka Kranjc, 11/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page