summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--legacy/heimdal/005_all_heimdal-suid_fix.patch (renamed from user/heimdal/005_all_heimdal-suid_fix.patch)0
-rw-r--r--legacy/heimdal/APKBUILD (renamed from user/heimdal/APKBUILD)8
-rw-r--r--legacy/heimdal/CVE-2017-17439.patch (renamed from user/heimdal/CVE-2017-17439.patch)0
-rwxr-xr-xlegacy/heimdal/heimdal-kadmind.initd (renamed from user/heimdal/heimdal-kadmind.initd)0
-rwxr-xr-xlegacy/heimdal/heimdal-kdc.initd (renamed from user/heimdal/heimdal-kdc.initd)0
-rwxr-xr-xlegacy/heimdal/heimdal-kpasswdd.initd (renamed from user/heimdal/heimdal-kpasswdd.initd)0
-rw-r--r--legacy/heimdal/heimdal_missing-include.patch (renamed from user/heimdal/heimdal_missing-include.patch)0
-rw-r--r--legacy/heimdal/only-build-libedit-when-necessary.patch (renamed from user/heimdal/only-build-libedit-when-necessary.patch)0
8 files changed, 1 insertions, 7 deletions
diff --git a/user/heimdal/005_all_heimdal-suid_fix.patch b/legacy/heimdal/005_all_heimdal-suid_fix.patch
index 0524db61e..0524db61e 100644
--- a/user/heimdal/005_all_heimdal-suid_fix.patch
+++ b/legacy/heimdal/005_all_heimdal-suid_fix.patch
diff --git a/user/heimdal/APKBUILD b/legacy/heimdal/APKBUILD
index f8cb57211..61f8da3e1 100644
--- a/user/heimdal/APKBUILD
+++ b/legacy/heimdal/APKBUILD
@@ -12,7 +12,6 @@ depends="krb5-conf"
depends_dev="openssl-dev e2fsprogs-dev db-dev"
makedepends="$depends_dev autoconf automake bash libtool
ncurses-dev perl libedit-dev sqlite-dev texinfo perl-json"
-install=
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-openrc"
source="https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/heimdal-$pkgver.tar.gz
heimdal-kadmind.initd
@@ -33,14 +32,11 @@ source="https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/hei
prepare() {
[ -e /usr/lib/libasn1.so ] && echo "## remove old heimdal pkg first ##" && return 1
- cd "$builddir"
default_prepare
-
sh ./autogen.sh
}
build() {
- cd "$builddir"
export LDFLAGS="${LDFLAGS} -Wl,--as-needed"
export LIBS="-ldb"
@@ -54,7 +50,7 @@ build() {
--with-libedit=/usr \
--with-libedit-lib=/usr/lib \
--with-sqlite3=/usr \
- --without-openssl
+ --with-openssl=/usr
# make sure we use system version
rm -r lib/sqlite lib/com_err
@@ -69,12 +65,10 @@ build() {
}
check() {
- cd "$builddir"
make -j1 check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" exec_prefix=/usr sysconfdir=/etc \
mandir=/usr/share/man infodir=/usr/share/info datadir=/var/lib/heimdal \
localstatedir=/var/lib/heimdal libexecdir=/usr/sbin install
diff --git a/user/heimdal/CVE-2017-17439.patch b/legacy/heimdal/CVE-2017-17439.patch
index 8c3273971..8c3273971 100644
--- a/user/heimdal/CVE-2017-17439.patch
+++ b/legacy/heimdal/CVE-2017-17439.patch
diff --git a/user/heimdal/heimdal-kadmind.initd b/legacy/heimdal/heimdal-kadmind.initd
index 73f23815c..73f23815c 100755
--- a/user/heimdal/heimdal-kadmind.initd
+++ b/legacy/heimdal/heimdal-kadmind.initd
diff --git a/user/heimdal/heimdal-kdc.initd b/legacy/heimdal/heimdal-kdc.initd
index 32288c4e7..32288c4e7 100755
--- a/user/heimdal/heimdal-kdc.initd
+++ b/legacy/heimdal/heimdal-kdc.initd
diff --git a/user/heimdal/heimdal-kpasswdd.initd b/legacy/heimdal/heimdal-kpasswdd.initd
index 5fc21e0dc..5fc21e0dc 100755
--- a/user/heimdal/heimdal-kpasswdd.initd
+++ b/legacy/heimdal/heimdal-kpasswdd.initd
diff --git a/user/heimdal/heimdal_missing-include.patch b/legacy/heimdal/heimdal_missing-include.patch
index 8cca906a7..8cca906a7 100644
--- a/user/heimdal/heimdal_missing-include.patch
+++ b/legacy/heimdal/heimdal_missing-include.patch
diff --git a/user/heimdal/only-build-libedit-when-necessary.patch b/legacy/heimdal/only-build-libedit-when-necessary.patch
index 105c7019d..105c7019d 100644
--- a/user/heimdal/only-build-libedit-when-necessary.patch
+++ b/legacy/heimdal/only-build-libedit-when-necessary.patch