summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:16:33 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:16:33 +0000
commitdc2fe09903cdf076ec3183b7792918e34ae8879f (patch)
tree5452e1709237f177ddfac4c8cb5ace9de4ebdcba
parent0b77dc9b0babfde537f5c8f6e24be4b063f5ddfd (diff)
downloadkrb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.tar.gz
krb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.tar.xz
krb5-dc2fe09903cdf076ec3183b7792918e34ae8879f.zip
auto-import changelog data from krb5-1.3.1-7.src.rpmkrb5-1_3_1-7FC-2-split
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
-rw-r--r--krb5-1.3.1-dns.patch11
-rw-r--r--krb5.conf1
-rw-r--r--krb5.spec16
3 files changed, 25 insertions, 3 deletions
diff --git a/krb5-1.3.1-dns.patch b/krb5-1.3.1-dns.patch
new file mode 100644
index 0000000..45f1ce6
--- /dev/null
+++ b/krb5-1.3.1-dns.patch
@@ -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
diff --git a/krb5.conf b/krb5.conf
index b684262..d7b4a8c 100644
--- a/krb5.conf
+++ b/krb5.conf
@@ -4,7 +4,6 @@
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
- ticket_lifetime = 24000
default_realm = EXAMPLE.COM
dns_lookup_realm = false
dns_lookup_kdc = false
diff --git a/krb5.spec b/krb5.spec
index 60e6e17..8f167d4 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -7,7 +7,9 @@
Summary: The Kerberos network authentication system.
Name: krb5
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
Source1: krb5-%{version}.tar.gz.asc
Source2: kpropd.init
@@ -51,6 +53,7 @@ Patch19: krb5-1.2.7-krb524d-double-free.patch
Patch20: krb5-1.3.1-varargs.patch
Patch21: krb5-selinux.patch
Patch22: krb5-1.3.1-32.patch
+Patch23: krb5-1.3.1-dns.patch
License: MIT, freely distributable.
URL: http://web.mit.edu/kerberos/www/
@@ -114,6 +117,13 @@ network uses Kerberos, this package should be installed on every
workstation.
%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
- fix bug in patch to make rlogind start login with a clean environment a la
netkit rlogin, spotted and fixed by Scott McClung
@@ -636,10 +646,12 @@ workstation.
%endif
# Removed, per http://mailman.mit.edu/pipermail/krb5-bugs/2003-September/001735.html
# %patch22 -p1 -b .32
-
+%patch23 -p1 -b .dns
cp src/krb524/README README.krb524
find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
gzip doc/*.ps
+cd src
+./util/reconf
%build
cd src