[arch-commits] Commit in freeradius/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Dec 31 00:53:34 UTC 2017


    Date: Sunday, December 31, 2017 @ 00:53:33
  Author: eworm
Revision: 277511

enable rlm_mschap (winbind) module (FS#56907)

Modified:
  freeradius/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-30 23:37:59 UTC (rev 277510)
+++ PKGBUILD	2017-12-31 00:53:33 UTC (rev 277511)
@@ -11,11 +11,12 @@
 url="https://freeradius.org/"
 license=('GPL')
 depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 'libpcap')
-makedepends=('unixodbc' 'python2' 'curl' 'json-c')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
 optdepends=('unixodbc: for ODBC'
-	    'python2: for Python'
-	    'json-c: rlm_rest module'
-	    'curl: for REST')
+            'python2: for Python'
+            'json-c: rlm_rest module'
+            'libwbclient: rlm_mschap module'
+            'curl: for REST')
 options=('!makeflags')
 validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - Package Signing [...] <packages at freeradius.org>
 source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}



More information about the arch-commits mailing list