mit-krb5: update to 1.9.
This commit is contained in:
parent
80568e6090
commit
8e78b429d1
2 changed files with 6 additions and 6 deletions
|
@ -14,4 +14,5 @@ do_install()
|
|||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
chmod 755 ${DESTDIR}/usr/lib/*.so*
|
||||
}
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'mit-krb5'
|
||||
pkgname=mit-krb5
|
||||
version=1.8.3
|
||||
revision=1
|
||||
version=1.9
|
||||
wrksrc="krb5-${version}"
|
||||
distfiles="http://web.mit.edu/Kerberos/dist/krb5/1.8/krb5-$version-signed.tar"
|
||||
distfiles="http://web.mit.edu/Kerberos/dist/krb5/1.9/krb5-$version-signed.tar"
|
||||
build_style=gnu_configure
|
||||
configure_script="./src/configure"
|
||||
configure_args="--disable-rpath --enable-kdc-replay-cache --with-system-et
|
||||
--with-system-ss --with-system-db --enable-shared CFLAGS=-I/usr/include/et"
|
||||
short_desc="MIT Kerberos 5 implementation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=2c5988ddd8b409134cd0e77e9ce8f762605ce8d8fb0aa22f6500f53381567019
|
||||
checksum=c30e012226f04943411dbb28d303d1a488955af74eb7d1ab50d6f4f21a6e1d06
|
||||
long_desc="
|
||||
Kerberos is a network authentication protocol. It is designed to provide
|
||||
strong authentication for client/server applications by using secret-key
|
||||
|
@ -39,9 +38,9 @@ pre_configure()
|
|||
# We have to do this dance because the real distfile is
|
||||
# included in the .tar archive.
|
||||
tar xf ${XBPS_SRCDISTDIR}/$(basename ${distfiles}) \
|
||||
-C ${wrksrc} || return 1
|
||||
-C ${wrksrc}
|
||||
tar xfz ${wrksrc}/krb5-${version}.tar.gz \
|
||||
-C ${XBPS_BUILDDIR} || return 1
|
||||
-C ${XBPS_BUILDDIR}
|
||||
|
||||
# Fix db plugin.
|
||||
sed -i -e "s|<db.h>|<db_185.h>|" ${wrksrc}/src/plugins/kdb/db2/*.[ch]
|
||||
|
|
Loading…
Reference in a new issue