network/krb5: Updated for version 1.9.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-18 19:24:01 -05:00
parent fb4c28efe5
commit 1f9f2f1fdf
2 changed files with 7 additions and 10 deletions

View file

@ -31,8 +31,8 @@
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=krb5
VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-3}
VERSION=${VERSION:-1.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -82,7 +82,6 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/kerberos/man \
--without-krb4 \
--enable-dns-for-realm \
--with-ldap \
--build=$ARCH-slackware-linux
@ -98,10 +97,8 @@ chmod 0755 $PKG/etc/profile.d/*
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/kerberos/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/kerberos/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/kerberos/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,8 +1,8 @@
PRGNAM="krb5"
VERSION="1.7.1"
VERSION="1.9.4"
HOMEPAGE="http://web.mit.edu/kerberos/"
DOWNLOAD="http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar"
MD5SUM="4206991cb65e0d0ab69748e63ca67388"
DOWNLOAD="http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.4-signed.tar"
MD5SUM="7e689ed93ea491bc2850c5fd665d0d25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""