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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:55:38 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:55:38
  Author: felixonmars
Revision: 325319

archrelease: copy trunk to extra-x86_64

Added:
  libgssglue/repos/extra-x86_64/
  libgssglue/repos/extra-x86_64/PKGBUILD
    (from rev 325318, libgssglue/trunk/PKGBUILD)
  libgssglue/repos/extra-x86_64/gssapi_mech.conf
    (from rev 325318, libgssglue/trunk/gssapi_mech.conf)

------------------+
 PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 gssapi_mech.conf |   22 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libgssglue/repos/extra-x86_64/PKGBUILD (from rev 325318, libgssglue/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-05-31 02:55:38 UTC (rev 325319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libgssglue
+pkgver=0.4
+pkgrel=3
+pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
+arch=('x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig' 'autoconf')
+backup=(etc/gssapi_mech.conf)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
+        gssapi_mech.conf)
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Configuration
+  install -Dm644 "$srcdir"/gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
+  # install license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING
+}
+sha512sums=('25d514c08320e42851ff153d7691267a8454f205492faf942f566aa30c1ac1c83bd095732a1a0fcc010ba3a5d48b4c95a196ad05bc821598cc1fc3a2c4960d29'
+            '28b8e77b61d6c86531b0b04e28bea6df6effd19f92b8f55f7c646b19cee75c1e9bb5132dc475a95dfc237ff0360ae4b117651a99474f15c5c1e710fdbe6f9465')

Copied: libgssglue/repos/extra-x86_64/gssapi_mech.conf (from rev 325318, libgssglue/trunk/gssapi_mech.conf)
===================================================================
--- extra-x86_64/gssapi_mech.conf	                        (rev 0)
+++ extra-x86_64/gssapi_mech.conf	2018-05-31 02:55:38 UTC (rev 325319)
@@ -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