[24301] in Source-Commits
/svn/athena r23899 - in trunk/third/moira: debian debian/patches lib
daemon@ATHENA.MIT.EDU (Evan Broder)
Fri Jun 26 00:51:12 2009
Date: Fri, 26 Jun 2009 00:51:01 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906260451.n5Q4p1ZA018964@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-06-26 00:51:01 -0400 (Fri, 26 Jun 2009)
New Revision: 23899
Removed:
trunk/third/moira/debian/patches/krb4less-fix
Modified:
trunk/third/moira/debian/changelog
trunk/third/moira/debian/patches/series
trunk/third/moira/lib/kname_unparse.c
Log:
In moira:
* New CVS snapshot.
* Drop krb4less-fix; it was incorporated upstream.
Modified: trunk/third/moira/debian/changelog
===================================================================
--- trunk/third/moira/debian/changelog 2009-06-25 23:58:21 UTC (rev 23898)
+++ trunk/third/moira/debian/changelog 2009-06-26 04:51:01 UTC (rev 23899)
@@ -1,3 +1,10 @@
+debathena-moira (4.0.0+cvs20090621-0debathena1) unstable; urgency=low
+
+ * New CVS snapshot.
+ * Drop krb4less-fix; it was incorporated upstream.
+
+ -- Evan Broder <broder@mit.edu> Fri, 26 Jun 2009 00:50:42 -0400
+
debathena-moira (4.0.0+cvs20090618-0debathena1) unstable; urgency=low
* New upstream release
Deleted: trunk/third/moira/debian/patches/krb4less-fix
Modified: trunk/third/moira/debian/patches/series
===================================================================
--- trunk/third/moira/debian/patches/series 2009-06-25 23:58:21 UTC (rev 23898)
+++ trunk/third/moira/debian/patches/series 2009-06-26 04:51:01 UTC (rev 23899)
@@ -1,2 +1 @@
-krb4less-fix
install-headers
Modified: trunk/third/moira/lib/kname_unparse.c
===================================================================
--- trunk/third/moira/lib/kname_unparse.c 2009-06-25 23:58:21 UTC (rev 23898)
+++ trunk/third/moira/lib/kname_unparse.c 2009-06-26 04:51:01 UTC (rev 23899)
@@ -1,4 +1,4 @@
-/* $Id: kname_unparse.c,v 1.6 2009-05-04 20:49:11 zacheiss Exp $
+/* $Id: kname_unparse.c,v 1.7 2009-06-21 15:29:55 zacheiss Exp $
*
* Don't know why this function is not in libkrb.a. It's the inverse
* of kname_parse() which is there.
@@ -13,13 +13,13 @@
#include <stdio.h>
-#ifdef HAVE_KRB5
+#ifdef HAVE_KRB4
#include <krb.h>
#else
#include <mr_krb.h>
#endif
-RCSID("$Header: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/lib/kname_unparse.c,v 1.6 2009-05-04 20:49:11 zacheiss Exp $");
+RCSID("$Header: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/lib/kname_unparse.c,v 1.7 2009-06-21 15:29:55 zacheiss Exp $");
/* Turn a principal, instance, realm triple into a single non-ambiguous
* string. This is the inverse of kname_parse(). It returns a pointer