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
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${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'
|
# Template file for 'mit-krb5'
|
||||||
pkgname=mit-krb5
|
pkgname=mit-krb5
|
||||||
version=1.8.3
|
version=1.9
|
||||||
revision=1
|
|
||||||
wrksrc="krb5-${version}"
|
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
|
build_style=gnu_configure
|
||||||
configure_script="./src/configure"
|
configure_script="./src/configure"
|
||||||
configure_args="--disable-rpath --enable-kdc-replay-cache --with-system-et
|
configure_args="--disable-rpath --enable-kdc-replay-cache --with-system-et
|
||||||
--with-system-ss --with-system-db --enable-shared CFLAGS=-I/usr/include/et"
|
--with-system-ss --with-system-db --enable-shared CFLAGS=-I/usr/include/et"
|
||||||
short_desc="MIT Kerberos 5 implementation"
|
short_desc="MIT Kerberos 5 implementation"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2c5988ddd8b409134cd0e77e9ce8f762605ce8d8fb0aa22f6500f53381567019
|
checksum=c30e012226f04943411dbb28d303d1a488955af74eb7d1ab50d6f4f21a6e1d06
|
||||||
long_desc="
|
long_desc="
|
||||||
Kerberos is a network authentication protocol. It is designed to provide
|
Kerberos is a network authentication protocol. It is designed to provide
|
||||||
strong authentication for client/server applications by using secret-key
|
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
|
# We have to do this dance because the real distfile is
|
||||||
# included in the .tar archive.
|
# included in the .tar archive.
|
||||||
tar xf ${XBPS_SRCDISTDIR}/$(basename ${distfiles}) \
|
tar xf ${XBPS_SRCDISTDIR}/$(basename ${distfiles}) \
|
||||||
-C ${wrksrc} || return 1
|
-C ${wrksrc}
|
||||||
tar xfz ${wrksrc}/krb5-${version}.tar.gz \
|
tar xfz ${wrksrc}/krb5-${version}.tar.gz \
|
||||||
-C ${XBPS_BUILDDIR} || return 1
|
-C ${XBPS_BUILDDIR}
|
||||||
|
|
||||||
# Fix db plugin.
|
# Fix db plugin.
|
||||||
sed -i -e "s|<db.h>|<db_185.h>|" ${wrksrc}/src/plugins/kdb/db2/*.[ch]
|
sed -i -e "s|<db.h>|<db_185.h>|" ${wrksrc}/src/plugins/kdb/db2/*.[ch]
|
||||||
|
|
Loading…
Reference in a new issue