network/mod_auth_gssapi: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
546409dc2e
commit
acddb5b807
|
@ -6,3 +6,6 @@ mechanism used.
|
|||
|
||||
You will need to add the following line to /etc/httpd/httpd.conf:
|
||||
Include /etc/httpd/extra/mod_auth_gssapi.conf
|
||||
|
||||
gss-ntlmssp is an optional dependency (autodetected) for NTLMSSP
|
||||
support.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mod_auth_gssapi
|
||||
|
||||
# Copyright 2019-2022 Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2019-2023 Thibaut Notteboom, Paris, FRANCE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=mod_auth_gssapi
|
||||
VERSION=${VERSION:-1.6.5}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -79,9 +76,9 @@ 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 {} \;
|
||||
|
||||
autoreconf -fi
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
LEXLIB="" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mod_auth_gssapi"
|
||||
VERSION="1.6.5"
|
||||
HOMEPAGE="https://github.com/modauthgssapi/mod_auth_gssapi"
|
||||
DOWNLOAD="https://github.com/modauthgssapi/mod_auth_gssapi/releases/download/v1.6.5/mod_auth_gssapi-1.6.5.tar.gz"
|
||||
MD5SUM="46dd24d9d629bcb124ff61fe20dbbfc6"
|
||||
HOMEPAGE="https://github.com/gssapi/mod_auth_gssapi"
|
||||
DOWNLOAD="https://github.com/gssapi/mod_auth_gssapi/archive/v1.6.5/mod_auth_gssapi-1.6.5.tar.gz"
|
||||
MD5SUM="c900f0207b9b8039fef7d9a22f31b335"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue