Christian Wiese
14 years ago
3 changed files with 113 additions and 0 deletions
@ -0,0 +1,34 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1307075334 Fri Jun 3 06:28:54 2011 |
||||||
|
[BUILDTIME] 75 (5) |
||||||
|
[SIZE] 3.58 MB, 144 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bison |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] cyrus-sasl2 |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] distribute |
||||||
|
[DEP] e2fsprogs |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] flex |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] gzip |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] m4 |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] openldap |
||||||
|
[DEP] openssl |
||||||
|
[DEP] perl |
||||||
|
[DEP] python |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux-ng |
@ -0,0 +1,44 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../krb5/krb5.conf |
||||||
|
# Copyright (C) 2011 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
# MIT krb5 gets distributed as signed tarball which itself includes a gzip |
||||||
|
# compressed source tarball and a signature file |
||||||
|
krb5_custextract () { |
||||||
|
echo "Extracting $1 ($taropt) to a temporary directory ... " |
||||||
|
pkg_krb5_tempdir=`mktemp -d` |
||||||
|
tar -v $taropt $1 -C $pkg_krb5_tempdir |
||||||
|
echo "Extracting2 $1 ($taropt) ... " |
||||||
|
tar -xzvf $pkg_krb5_tempdir/$pkg-$ver.tar.gz | sed 's,^,$pkg-$ver/,' > untar.txt |
||||||
|
# remove temp dir |
||||||
|
rm -rf $pkg_krb5_tempdir |
||||||
|
} |
||||||
|
custextract=krb5_custextract |
||||||
|
|
||||||
|
# no toplevel Makefile |
||||||
|
hook_add preconf 9 'cd src' |
||||||
|
|
||||||
|
if pkginstalled -f e2fsprogs; then |
||||||
|
# e2fsprogs provides libcom_err and compile_et |
||||||
|
var_append extraconfopt ' ' "--with-system-et" |
||||||
|
# help to find 'com_err.h' |
||||||
|
var_append CC_WRAPPER_INSERT ' ' "-I$( pkgprefix -r includedir e2fsprogs )/et" |
||||||
|
|
||||||
|
# e2fsprogs provides libss and mk_cmds |
||||||
|
var_append extraconfopt ' ' "--with-system-ss" |
||||||
|
fi |
||||||
|
|
||||||
|
# OpenLDAP database backend module |
||||||
|
if pkginstalled -f openldap; then |
||||||
|
var_append extraconfopt ' ' "--with-ldap" |
||||||
|
fi |
@ -0,0 +1,35 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../krb5/krb5.desc |
||||||
|
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A Kerberos network authentication system |
||||||
|
|
||||||
|
[T] Kerberos is a network authentication protocol. It is designed to provide |
||||||
|
[T] strong authentication for client/server applications by using secret-key |
||||||
|
[T] cryptography. |
||||||
|
[T] Because Kerberos was created by the MIT, this implementation can be seen |
||||||
|
[T] as the reference implementation of the Kerberos protocol suite. |
||||||
|
|
||||||
|
[U] http://web.mit.edu/kerberos/ |
||||||
|
|
||||||
|
[A] Massachusetts Institute of Technology |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[C] extra/security |
||||||
|
|
||||||
|
[L] MIT |
||||||
|
[S] Stable |
||||||
|
[V] 1.9.1 |
||||||
|
[P] X ---3-5---9 116.200 |
||||||
|
|
||||||
|
[D] 3927796544 krb5-1.9.1-signed.tar http://web.mit.edu/kerberos/dist/krb5/1.9/ |
Loading…
Reference in new issue