[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SRM] New krb5 packages for #428732?



Philipp Kern <pkern@debian.org> writes:
> On Mon, Apr 28, 2008 at 09:08:47PM -0700, Russ Allbery wrote:

>> Before I go to the work of preparing updated packages, would the stable
>> release managers accept such a fixed package if I uploaded it to
>> stable-proposed-updates as 1.4.4-7etch6?
>
> Please go ahead.

Thank you!  I have uploaded 1.4.4-7etch6 to stable-proposed-updates with
the following diff.

--- debian/changelog	(revision 2811)
+++ debian/changelog	(local)
@@ -1,3 +1,11 @@
+krb5 (1.4.4-7etch6) stable-proposed-updates; urgency=low
+
+  * Fix (non-exploitable) kadmind crash on 64-bit platforms during
+    password change when a minimum password lifetime is set for a
+    principal.  (Closes: #428732)
+
+ -- Russ Allbery <rra@debian.org>  Tue, 29 Apr 2008 14:39:07 -0700
+
 krb5 (1.4.4-7etch5) stable-security; urgency=emergency
 
   * MITKRB5-SA-2008-001: When Kerberos v4 support is enabled in the KDC,
--- src/kadmin/server/misc.c	(revision 2811)
+++ src/kadmin/server/misc.c	(local)
@@ -3,6 +3,7 @@
  *
  */
 
+#include    <time.h>
 #include    <kadm5/adb.h>
 #include    <kadm5/server_internal.h>
 #include    <krb5/kdb.h>

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: