mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/oidentd: Updated for version 2.1.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
c30786942f
commit
b1b28fe6c3
4 changed files with 27 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue