mit-krb5: update to 1.9.2.
This commit is contained in:
parent
39c51dfbc0
commit
59aabbb809
|
@ -1,12 +1,10 @@
|
|||
# Template file for 'mit-krb5-client'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - client programs"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the client side programs."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'mit-krb5-libs'.
|
||||
#
|
||||
revision=2
|
||||
short_desc="${short_desc} - shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
@ -8,7 +7,6 @@ long_desc="${long_desc}
|
|||
|
||||
conflicts="heimdal-libs>=0"
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'mit-krb5'
|
||||
pkgname=mit-krb5
|
||||
version=1.9.1
|
||||
version=1.9.2
|
||||
wrksrc="krb5-${version}"
|
||||
homepage="http://web.mit.edu/Kerberos"
|
||||
distfiles="$homepage/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
|
||||
configure_args="--disable-rpath --with-system-et
|
||||
--with-system-ss --with-system-db --enable-shared CFLAGS=-I/usr/include/et"
|
||||
revision=1
|
||||
short_desc="MIT Kerberos 5 implementation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
checksum=525e258aa7401427a5a9edee0051f83b6151bf96a979ca526393932c90484c8e
|
||||
checksum=96b213345b02862b5fef61ef1dd26f643f07e4207496c35179cea35ddb7ae68c
|
||||
long_desc="
|
||||
Kerberos is a network authentication protocol. It is designed to provide
|
||||
strong authentication for client/server applications by using secret-key
|
||||
|
|
Loading…
Reference in New Issue