mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/freeradius-server: Updated for version 2.2.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
dfef38d41e
commit
079c9c475e
3 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for FreeRADIUS Server
|
||||
|
||||
# Copyright 2010, mario <mario@slackverse.org>
|
||||
# Copyright 2010-2011, mario <mario@slackverse.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=freeradius-server
|
||||
VERSION=${VERSION:-2.1.9}
|
||||
VERSION=${VERSION:-2.1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -81,6 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--with-docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--with-system-libltdl \
|
||||
--with-system-libtool \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="freeradius-server"
|
||||
VERSION="2.1.9"
|
||||
VERSION="2.1.12"
|
||||
HOMEPAGE="http://www.freeradius.org/"
|
||||
DOWNLOAD="ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.9.tar.bz2"
|
||||
MD5SUM="5e16a0869acdf448b191c7e30f6507d8"
|
||||
DOWNLOAD="ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.12.tar.bz2"
|
||||
MD5SUM="862d3a2c11011e61890ba84fa636ed8c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
|
|
|
@ -17,4 +17,3 @@ freeradius-server: Switches, Wireless Access Points or a PC with appropriate sof
|
|||
freeradius-server: which emulates it (PortSlave, radiusclient etc).
|
||||
freeradius-server:
|
||||
freeradius-server: Homepage: http://www.freeradius.org/
|
||||
freeradius-server:
|
||||
|
|
Loading…
Reference in a new issue