summaryrefslogtreecommitdiffstats
path: root/network/oidentd
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-06-11 02:18:54 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-15 18:36:29 +0700
commita922bddc5a072433d4665e69294c041cd15c33cf (patch)
tree49739f9b3cd0e7f2582672d76cdae6fce375dd32 /network/oidentd
parentc7071eae4c5480852c61ffdbd7dd2768398f495d (diff)
downloadslackbuilds-a922bddc5a072433d4665e69294c041cd15c33cf.tar.gz
slackbuilds-a922bddc5a072433d4665e69294c041cd15c33cf.tar.xz
network/oidentd: Updated for version 2.1.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/oidentd')
-rw-r--r--network/oidentd/README14
-rw-r--r--network/oidentd/oidentd.SlackBuild14
-rw-r--r--network/oidentd/oidentd.info8
-rw-r--r--network/oidentd/slack-desc16
4 files changed, 27 insertions, 25 deletions
diff --git a/network/oidentd/README b/network/oidentd/README
index da1248ee15..9dab19cfcf 100644
--- a/network/oidentd/README
+++ b/network/oidentd/README
@@ -1,8 +1,10 @@
oidentd (an identd daemon)
-oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, Darwin,
-FreeBSD, OpenBSD, NetBSD and Solaris. oidentd can handle IP masqueraded/NAT
-connections on Linux, Darwin, FreeBSD (ipf only), OpenBSD and NetBSD.
-oidentd has a flexible mechanism for specifying ident responses. Users can
-be granted permission to specify their own ident responses. Responses can
-be specified according to host and port pairs.
+Oidentd is an ident daemon (rfc1413) that runs on Linux, FreeBSD, OpenBSD
+and Solaris 2.x. Oidentd supports most features of pidentd plus more. Most
+notably, oidentd allows users to specify the identd response that the server
+will output when a successful lookup is completed. Oidentd supports IP
+masqueraded connections on Linux, and is able to forward requests to hosts
+that masq through the host on which oidentd runs.
+
+This is a fork of the ojnk oidentd released in 2006
diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild
index 975ff4043b..b490e88eee 100644
--- a/network/oidentd/oidentd.SlackBuild
+++ b/network/oidentd/oidentd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for oidentd
-# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
+# Copyright 2012, 2015, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=oidentd
-VERSION=${VERSION:-2.0.8}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS -fgnu89-inline" \
+CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
@@ -89,7 +89,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING* INSTALL ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING* INSTALL ChangeLog* NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/oidentd/oidentd.info b/network/oidentd/oidentd.info
index 209fea7a9b..bb4469e4ff 100644
--- a/network/oidentd/oidentd.info
+++ b/network/oidentd/oidentd.info
@@ -1,8 +1,8 @@
PRGNAM="oidentd"
-VERSION="2.0.8"
-HOMEPAGE="http://ojnk.sourceforge.net/"
-DOWNLOAD="http://prdownloads.sourceforge.net/ojnk/oidentd-2.0.8.tar.gz"
-MD5SUM="c3d9a56255819ef8904b867284386911"
+VERSION="2.1.0"
+HOMEPAGE="https://sourceforge.net/projects/oidentd/"
+DOWNLOAD="http://prdownloads.sourceforge.net/oidentd/oidentd-2.1.0.tar.gz"
+MD5SUM="44ea89cf7a9d2d449c5d3d904360a097"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/network/oidentd/slack-desc b/network/oidentd/slack-desc
index 6ef38e7514..3ae69a3729 100644
--- a/network/oidentd/slack-desc
+++ b/network/oidentd/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
oidentd: oidentd (an identd daemon)
oidentd:
-oidentd: oidentd is an ident (rfc1413 compliant) daemon that runs on Linux,
-oidentd: Darwin, FreeBSD, OpenBSD, NetBSD and Solaris. oidentd can handle IP
-oidentd: masqueraded/NAT connections on Linux, Darwin, FreeBSD (ipf only),
-oidentd: OpenBSD and NetBSD. oidentd has a flexible mechanism for specifying
-oidentd: ident responses. Users can be granted permission to specify their
-oidentd: own ident responses. Responses can be specified according to host
-oidentd: and port pairs.
+oidentd: Oidentd is an ident daemon (rfc1413) that runs on Linux, FreeBSD,
+oidentd: OpenBSD and Solaris 2.x. Oidentd supports most features of pidentd
+oidentd: plus more. Most notably, oidentd allows users to specify the identd
+oidentd: response that the server will output when a successful lookup is
+oidentd: completed. Oidentd supports IP masqueraded connections on Linux, and
+oidentd: is able to forward requests to hosts that masq through the host on
+oidentd: which oidentd runs.
oidentd:
-oidentd: Homepage: http://ojnk.sourceforge.net/
+oidentd: Homepage: https://sourceforge.net/projects/oidentd/