mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
mit-krb5: update to 1.18.2.
This commit is contained in:
parent
f510b79eaa
commit
b36bc3a88d
2 changed files with 9 additions and 13 deletions
|
@ -597,11 +597,9 @@ libmysqlclient.so.18 libmysqlclient-5.5.27_1
|
||||||
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1
|
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1
|
||||||
libgssrpc.so.4 mit-krb5-libs-1.8_1
|
libgssrpc.so.4 mit-krb5-libs-1.8_1
|
||||||
libk5crypto.so.3 mit-krb5-libs-1.8_1
|
libk5crypto.so.3 mit-krb5-libs-1.8_1
|
||||||
libkadm5clnt_mit.so.11 mit-krb5-libs-1.15.1_1
|
libkadm5clnt_mit.so.12 mit-krb5-libs-1.18.2_1
|
||||||
libkadm5clnt.so mit-krb5-libs-1.8_1
|
libkadm5srv_mit.so.12 mit-krb5-libs-1.18.2_1
|
||||||
libkadm5srv_mit.so.11 mit-krb5-libs-1.15.1_1
|
libkdb5.so.10 mit-krb5-libs-1.18.2_1
|
||||||
libkadm5srv.so mit-krb5-libs-1.8_1
|
|
||||||
libkdb5.so.9 mit-krb5-libs-1.16_1
|
|
||||||
libkrb5.so.3 mit-krb5-libs-1.8_1
|
libkrb5.so.3 mit-krb5-libs-1.8_1
|
||||||
libkrad.so.0 mit-krb5-libs-1.12.1_1
|
libkrad.so.0 mit-krb5-libs-1.12.1_1
|
||||||
libkrb5support.so.0 mit-krb5-libs-1.8_1
|
libkrb5support.so.0 mit-krb5-libs-1.8_1
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# if there is a bump in .so version,
|
# if there is a bump in .so version,
|
||||||
# also update srcpkgs/libgssglue/files/gssapi_mech.conf
|
# also update srcpkgs/libgssglue/files/gssapi_mech.conf
|
||||||
pkgname=mit-krb5
|
pkgname=mit-krb5
|
||||||
version=1.17.1
|
version=1.18.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="krb5-${version}"
|
wrksrc="krb5-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="e2fsprogs-devel flex perl pkg-config"
|
hostmakedepends="e2fsprogs-devel flex perl pkg-config"
|
||||||
|
@ -13,9 +13,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://web.mit.edu/kerberos"
|
homepage="http://web.mit.edu/kerberos"
|
||||||
distfiles="${homepage}/dist/krb5/${version%.*}/krb5-${version}.tar.gz"
|
distfiles="${homepage}/dist/krb5/${version%.*}/krb5-${version}.tar.gz"
|
||||||
checksum=3706d7ec2eaa773e0e32d3a87bf742ebaecae7d064e190443a3acddfd8afb181
|
checksum=c6e4c9ec1a98141c3f5d66ddf1a135549050c9fab4e9a4620ee9b22085873ae0
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -e "/LDFLAGS=/d" -i src/build-tools/krb5-config.in
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# 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]
|
||||||
}
|
}
|
||||||
|
@ -29,10 +31,6 @@ do_configure() {
|
||||||
krb5_cv_attr_constructor_destructor=yes,yes
|
krb5_cv_attr_constructor_destructor=yes,yes
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i "/LDFLAGS=/d" src/build-tools/krb5-config.in
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue