[23163] in Source-Commits
/svn/athena r22824 - in trunk/athena/bin/lert: . debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun Apr 6 16:50:50 2008
Date: Sun, 6 Apr 2008 16:50:21 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804062050.QAA28845@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-06 16:50:20 -0400 (Sun, 06 Apr 2008)
New Revision: 22824
Removed:
trunk/athena/bin/lert/debian/patches/
Modified:
trunk/athena/bin/lert/Makefile.in
trunk/athena/bin/lert/configure.in
trunk/athena/bin/lert/debian/changelog
Log:
Modified: trunk/athena/bin/lert/Makefile.in
===================================================================
--- trunk/athena/bin/lert/Makefile.in 2008-04-06 20:46:26 UTC (rev 22823)
+++ trunk/athena/bin/lert/Makefile.in 2008-04-06 20:50:20 UTC (rev 22824)
@@ -17,7 +17,7 @@
CPPFLAGS=@CPPFLAGS@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
-LIBS=@KRB4_LIBS@ -lhesiod @LIBS@
+LIBS=@KRB4_LIBS@ @KRB5_LIBS@ -lhesiod @LIBS@
ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS}
all: lert lertload lertdump lertstop lertsaid lertused lertsrv
Modified: trunk/athena/bin/lert/configure.in
===================================================================
--- trunk/athena/bin/lert/configure.in 2008-04-06 20:46:26 UTC (rev 22823)
+++ trunk/athena/bin/lert/configure.in 2008-04-06 20:50:20 UTC (rev 22824)
@@ -8,5 +8,6 @@
AC_CHECK_FUNC(dbm_open, :, AC_CHECK_LIB(db, dbm_open))
ATHENA_HESIOD
ATHENA_KRB4
+ATHENA_KRB5
AC_OUTPUT(Makefile)
Modified: trunk/athena/bin/lert/debian/changelog
===================================================================
--- trunk/athena/bin/lert/debian/changelog 2008-04-06 20:46:26 UTC (rev 22823)
+++ trunk/athena/bin/lert/debian/changelog 2008-04-06 20:50:20 UTC (rev 22824)
@@ -1,3 +1,9 @@
+debathena-lert (10.0.0-1) unstable; urgency=low
+
+ * Merged quilt patches into mainline Athena tree
+
+ -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 16:11:20 -0400
+
debathena-lert (9.4.24+cvs20060313-0debathena4) unstable; urgency=low
* Use any libdb instead of just libdb3.