diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-03-18 07:51:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-03-18 07:51:25 +0000 |
commit | 265b5747b9dd90b6a6f06b2b8f60618083ebd61b (patch) | |
tree | d79c82b1edd198269aa3e6e89b41ea3400c996ff /main/heimdal/APKBUILD | |
parent | 9f688b7be68cbc63ff1899a039daf20eaaf8f002 (diff) | |
download | aports-265b5747b9dd90b6a6f06b2b8f60618083ebd61b.tar.bz2 aports-265b5747b9dd90b6a6f06b2b8f60618083ebd61b.tar.xz |
main/heimdal: filter invalid enctypes instead of rejecting
Diffstat (limited to 'main/heimdal/APKBUILD')
-rw-r--r-- | main/heimdal/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD index 139539e195..e98d9cf016 100644 --- a/main/heimdal/APKBUILD +++ b/main/heimdal/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> pkgname=heimdal pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="An implementation of Kerberos 5" url="http://www.h5l.org/" license="BSD" @@ -22,6 +22,7 @@ source="http://www.h5l.org/dist/src/$pkgname-$pkgver.tar.gz 100-check-com_err-pthread.patch heimdal-c++-safe-krb5_cccol_cursor.patch heimdal-locate_plugin-header.patch +return-invalid-enctype-for-weak-crypto.patch " # krb5.h needs com_err.h @@ -41,6 +42,7 @@ prepare() { patch -Np1 -i ../100-check-com_err-pthread.patch || return 1 patch -Np1 -i ../heimdal-c++-safe-krb5_cccol_cursor.patch || return 1 patch -Np1 -i ../heimdal-locate_plugin-header.patch || return 1 + patch -Np1 -i ../return-invalid-enctype-for-weak-crypto.patch || return 1 # name clash with ruserpass in netdb.h sed -i -e 's/ruserpass/ruserpw/g' appl/ftp/ftp/*.[ch] || return 1 @@ -176,4 +178,5 @@ md5sums="4ce17deae040a3519e542f48fd901f21 heimdal-1.3.1.tar.gz 8208ae8c0b6ff5ab4f64af1693e9e396 014_all_heimdal-path.patch e73205200f9641b5d969427ffb04282a 100-check-com_err-pthread.patch 7ebff9a320f18ed62f5fcb68c8fc18b8 heimdal-c++-safe-krb5_cccol_cursor.patch -248ab80b44568171e432a23524f4fe39 heimdal-locate_plugin-header.patch" +248ab80b44568171e432a23524f4fe39 heimdal-locate_plugin-header.patch +a8342f77a1aedb4f332983bcbf141827 return-invalid-enctype-for-weak-crypto.patch" |