[arch-commits] Commit in libgssglue/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Mon Jan 4 09:19:12 UTC 2010


    Date: Monday, January 4, 2010 @ 04:19:11
  Author: tpowa
Revision: 62214

Merged revisions 62210 via svnmerge from 
svn+ssh://tpowa@gerolde.archlinux.org/srv/svn-packages/libgssglue/trunk

........
  r62210 | tpowa | 2010-01-04 09:16:30 +0000 (Mo, 04 Jan 2010) | 2 lines
  
  upgpkg: libgssglue 0.1-2
      moved in gssapi_mech.conf from nfs-utils
........

Added:
  libgssglue/repos/testing-i686/gssapi_mech.conf
    (from rev 62210, libgssglue/trunk/gssapi_mech.conf)
Modified:
  libgssglue/repos/testing-i686/	(properties)
  libgssglue/repos/testing-i686/PKGBUILD

------------------+
 PKGBUILD         |   11 ++++++++---
 gssapi_mech.conf |   22 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 3 deletions(-)


Property changes on: libgssglue/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /libgssglue/trunk:1-62202
   + /libgssglue/trunk:1-62213

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2010-01-04 09:18:30 UTC (rev 62213)
+++ testing-i686/PKGBUILD	2010-01-04 09:19:11 UTC (rev 62214)
@@ -3,22 +3,27 @@
 
 pkgname=libgssglue
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="exports a gssapi interface which calls other random gssapi libraries"
 arch=('i686' 'x86_64')
 url="http://www.citi.umich.edu/projects/nfsv4/linux/"
 license=('BSD')
 depends=('glibc')
 makedepends=('pkgconfig' 'autoconf')
+backup=(etc/gssapi_mech.conf)
 options=('!libtool')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
+        gssapi_mech.conf)
+md5sums=('ce1b4c758e6de01b712d154c5c97e540'
+         '234b9cca75a33af98eda3f1683756879')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr 
   make || return 1
   make DESTDIR="$pkgdir/" install || return 1
+  # Configuration
+  install -D -m 644 ../gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
   # install license
   install -D -m644 COPYING $pkgdir/usr/share/licenses/libgssglue/COPYING
 }
-md5sums=('ce1b4c758e6de01b712d154c5c97e540')

Copied: libgssglue/repos/testing-i686/gssapi_mech.conf (from rev 62210, libgssglue/trunk/gssapi_mech.conf)
===================================================================
--- testing-i686/gssapi_mech.conf	                        (rev 0)
+++ testing-i686/gssapi_mech.conf	2010-01-04 09:19:11 UTC (rev 62214)
@@ -0,0 +1,22 @@
+# Example /etc/gssapi_mech.conf file
+#
+# GSSAPI Mechanism Definitions
+#
+# This configuration file determines which GSS-API mechanisms
+# the gssd code should use
+#
+# NOTE:
+# The initiaiization function "mechglue_internal_krb5_init"
+# is used for the MIT krb5 gssapi mechanism.  This special
+# function name indicates that an internal function should
+# be used to determine the entry points for the MIT gssapi
+# mechanism funtions.
+#
+# library                               initialization function
+# ================================      ==========================
+# The MIT K5 gssapi library, use special function for initialization.
+#/usr/lib/libgssapi_krb5.so             mechglue_internal_krb5_init
+/usr/lib/libgssapi.so            mechglue_internal_krb5_init
+#
+# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
+# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize




More information about the arch-commits mailing list