summaryrefslogtreecommitdiffstats
path: root/main/heimdal/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-01-21 11:04:34 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-01-21 11:04:34 +0000
commit0878c7c9f7adecf5c0933740856c3603363006f7 (patch)
treef0277804c11e4cb5b91c9c7edf642771d2b3f7e0 /main/heimdal/APKBUILD
parent92793b90c3056ac2e328d74b44ae5da14eb9a4a3 (diff)
downloadaports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.bz2
aports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.xz
main/heimdal: update to v1.3.1
Diffstat (limited to 'main/heimdal/APKBUILD')
-rw-r--r--main/heimdal/APKBUILD33
1 files changed, 12 insertions, 21 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD
index e717850d6..8eb362284 100644
--- a/main/heimdal/APKBUILD
+++ b/main/heimdal/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
pkgname=heimdal
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.3.1
+pkgrel=0
pkgdesc="An implementation of Kerberos 5"
url="http://www.h5l.org/"
license="BSD"
@@ -19,11 +19,8 @@ source="http://www.h5l.org/dist/src/$pkgname-$pkgver.tar.gz
005_all_heimdal-suid_fix.patch
013_all_heimdal-pthread-lib.patch
014_all_heimdal-path.patch
-022_all_heimdal-as-needed.patch
-heimdal-system_sqlite.patch
-heimdal-r23235-kb5-libwind_la.patch
-heimdal-r23238-kb5_locl_h-wind_h.patch
-heimdal-autoconf-2.64.patch
+heimdal-c++-safe-krb5_cccol_cursor.patch
+heimdal-locate_plugin-header.patch
"
# krb5.h needs com_err.h
@@ -40,11 +37,8 @@ prepare() {
patch -Np0 -i ../005_all_heimdal-suid_fix.patch || return 1
patch -Np1 -i ../013_all_heimdal-pthread-lib.patch || return 1
patch -Np0 -i ../014_all_heimdal-path.patch || return 1
- patch -Np0 -i ../022_all_heimdal-as-needed.patch || return 1
- patch -Np0 -i ../heimdal-system_sqlite.patch || return 1
- patch -Np2 -i ../heimdal-r23235-kb5-libwind_la.patch || return 1
- patch -Np2 -i ../heimdal-r23238-kb5_locl_h-wind_h.patch || return 1
- patch -p1 -i ../heimdal-autoconf-2.64.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
# name clash with ruserpass in netdb.h
sed -i -e 's/ruserpass/ruserpw/g' appl/ftp/ftp/*.[ch] || return 1
@@ -83,9 +77,9 @@ package() {
install -m755 -D ../../heimdal-kpasswdd.init ${pkgdir}/etc/init.d/heimdal-kpasswdd
# Remove editline, we use libreadline
- rm ${pkgdir}/usr/lib/libeditline.* || return 1
- rm ${pkgdir}/usr/include/editline.h || return 1
- rm ${pkgdir}/usr/share/man/man3/editline.* || return 1
+ #rm ${pkgdir}/usr/lib/libeditline.* || return 1
+ #rm ${pkgdir}/usr/include/editline.h || return 1
+ #rm ${pkgdir}/usr/share/man/man3/editline.* || return 1
# Rename daemons and their manpages
for i in telnetd ftpd rshd; do
@@ -157,15 +151,12 @@ kf() {
mv $pkgdir/usr/bin/kf $subpkgdir/usr/bin/kf
}
-md5sums="6e5028077e2a6b101a4a72801ba71b9e heimdal-1.2.1.tar.gz
+md5sums="4ce17deae040a3519e542f48fd901f21 heimdal-1.3.1.tar.gz
98e28f11f906c967aac22d6184102c9e 001_all_heimdal-no_libedit.patch
6d5571bdedba2e2423b90bccdbac2c0a 002_all_heimdal-fPIC.patch
2feec3924ee5230b54175b4d4000c872 003_all_heimdal-rxapps.patch
45aeb207f360f9f4e9e0fabc8bfeecbc 005_all_heimdal-suid_fix.patch
1b8665b771c4eb6b56ea8582c96e56e3 013_all_heimdal-pthread-lib.patch
8208ae8c0b6ff5ab4f64af1693e9e396 014_all_heimdal-path.patch
-d7649e078c87d2ca997080f0deb527c0 022_all_heimdal-as-needed.patch
-949a389ebe7652861b2e178a7e0f1ed9 heimdal-system_sqlite.patch
-072f6b2550693adb30117394b1dd354e heimdal-r23235-kb5-libwind_la.patch
-7b4537b0e8bde95214211091e55eacf5 heimdal-r23238-kb5_locl_h-wind_h.patch
-18826112861b7e47c908b27c90baafac heimdal-autoconf-2.64.patch"
+7ebff9a320f18ed62f5fcb68c8fc18b8 heimdal-c++-safe-krb5_cccol_cursor.patch
+248ab80b44568171e432a23524f4fe39 heimdal-locate_plugin-header.patch"