auto-import changelog data from krb5-1.3.1-7.src.rpm

Mon Nov 24 2003 Nalin Dahyabhai <nalin@redhat.com> 1.3.1-7
- fix combination of --with-netlib and --enable-dns
Tue Nov 18 2003 Nalin Dahyabhai <nalin@redhat.com>
- remove libdefault ticket_lifetime option from the default krb5.conf, it
    is ignored by libkrb5
This commit is contained in:
cvsdist 2004-09-09 07:16:33 +00:00
parent 0b77dc9b0b
commit dc2fe09903
3 changed files with 25 additions and 3 deletions

11
krb5-1.3.1-dns.patch Normal file
View File

@ -0,0 +1,11 @@
We want to be able to use --with-netlib and --enable-dns at the same time.
--- krb5-1.3.1/src/aclocal.m4 2003-11-24 11:17:30.000000000 -0500
+++ krb5-1.3.1/src/aclocal.m4 2003-11-24 11:18:45.000000000 -0500
@@ -647,6 +647,7 @@
LIBS="$LIBS $withval"
AC_MSG_RESULT("netlib will use \'$withval\'")
fi
+ KRB5_AC_ENABLE_DNS
],dnl
[AC_LIBRARY_NET]
)])dnl

View File

@ -4,7 +4,6 @@
admin_server = FILE:/var/log/kadmind.log admin_server = FILE:/var/log/kadmind.log
[libdefaults] [libdefaults]
ticket_lifetime = 24000
default_realm = EXAMPLE.COM default_realm = EXAMPLE.COM
dns_lookup_realm = false dns_lookup_realm = false
dns_lookup_kdc = false dns_lookup_kdc = false

View File

@ -7,7 +7,9 @@
Summary: The Kerberos network authentication system. Summary: The Kerberos network authentication system.
Name: krb5 Name: krb5
Version: 1.3.1 Version: 1.3.1
Release: 6 Release: 7
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/www/dist/krb5/1.3/krb5-1.3.1.tar
Source0: krb5-%{version}.tar.gz Source0: krb5-%{version}.tar.gz
Source1: krb5-%{version}.tar.gz.asc Source1: krb5-%{version}.tar.gz.asc
Source2: kpropd.init Source2: kpropd.init
@ -51,6 +53,7 @@ Patch19: krb5-1.2.7-krb524d-double-free.patch
Patch20: krb5-1.3.1-varargs.patch Patch20: krb5-1.3.1-varargs.patch
Patch21: krb5-selinux.patch Patch21: krb5-selinux.patch
Patch22: krb5-1.3.1-32.patch Patch22: krb5-1.3.1-32.patch
Patch23: krb5-1.3.1-dns.patch
License: MIT, freely distributable. License: MIT, freely distributable.
URL: http://web.mit.edu/kerberos/www/ URL: http://web.mit.edu/kerberos/www/
@ -114,6 +117,13 @@ network uses Kerberos, this package should be installed on every
workstation. workstation.
%changelog %changelog
* Mon Nov 24 2003 Nalin Dahyabhai <nalin@redhat.com> 1.3.1-7
- fix combination of --with-netlib and --enable-dns
* Tue Nov 18 2003 Nalin Dahyabhai <nalin@redhat.com>
- remove libdefault ticket_lifetime option from the default krb5.conf, it is
ignored by libkrb5
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> 1.3.1-6 * Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> 1.3.1-6
- fix bug in patch to make rlogind start login with a clean environment a la - fix bug in patch to make rlogind start login with a clean environment a la
netkit rlogin, spotted and fixed by Scott McClung netkit rlogin, spotted and fixed by Scott McClung
@ -636,10 +646,12 @@ workstation.
%endif %endif
# Removed, per http://mailman.mit.edu/pipermail/krb5-bugs/2003-September/001735.html # Removed, per http://mailman.mit.edu/pipermail/krb5-bugs/2003-September/001735.html
# %patch22 -p1 -b .32 # %patch22 -p1 -b .32
%patch23 -p1 -b .dns
cp src/krb524/README README.krb524 cp src/krb524/README README.krb524
find . -type f -name "*.info-dir" -exec rm -fv "{}" ";" find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
gzip doc/*.ps gzip doc/*.ps
cd src
./util/reconf
%build %build
cd src cd src