[Lunar-commits] r24318 - moonbase/trunk/crypto/heimdal

Stefan Wold ratler at lunar-linux.org
Sat May 5 11:38:37 CEST 2007


Author: ratler
Date: 2007-05-05 11:38:37 +0200 (Sat, 05 May 2007)
New Revision: 24318

Added:
   moonbase/trunk/crypto/heimdal/PRE_BUILD
Removed:
   moonbase/trunk/crypto/heimdal/xinetd.d/
Modified:
   moonbase/trunk/crypto/heimdal/DETAILS
Log:
Version bump to 0.8.1.
Decided to wait for this version instead of going for 0.8 since GSSAPI was broken.
Removed xinetd services because they are considered insecure. I recommend using
openssh with GSSAPI (KEX PATCH). Also using pam_krb is a good idea.
PRE_BUILD added or there will be compilation issue because heimdal will pickup
an old library and build against that one (which is the proper way) but during
prepare_install that lib is gone and make install would fail linking against it
obviously. This way we force heimdal to build against it's own library.


Modified: moonbase/trunk/crypto/heimdal/DETAILS
===================================================================
--- moonbase/trunk/crypto/heimdal/DETAILS	2007-05-05 07:38:30 UTC (rev 24317)
+++ moonbase/trunk/crypto/heimdal/DETAILS	2007-05-05 09:38:37 UTC (rev 24318)
@@ -1,12 +1,12 @@
           MODULE=heimdal
-         VERSION=0.7.2
+         VERSION=0.8.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.pdc.kth.se/pub/heimdal/src/
-      SOURCE_VFY=sha1:a902e6ad7c31d940b588dc0235b348936f0d719d
+      SOURCE_VFY=sha1:a6c013ca1ea3d4c199cd1772e44d3a8472fb3b77
         WEB_SITE=http://www.pdc.kth.se/heimdal/
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20041026
-         UPDATED=20060503
+         UPDATED=20070505
           SHORT="Heimdals kerberos 5 implementation"
 cat << EOF
 Heimdal is a free implementation of Kerberos 5.

Added: moonbase/trunk/crypto/heimdal/PRE_BUILD
===================================================================
--- moonbase/trunk/crypto/heimdal/PRE_BUILD	                        (rev 0)
+++ moonbase/trunk/crypto/heimdal/PRE_BUILD	2007-05-05 09:38:37 UTC (rev 24318)
@@ -0,0 +1,5 @@
+if module_installed heimdal ; then
+  lrm --upgrade heimdal
+fi &&
+
+default_pre_build



More information about the Lunar-commits mailing list