wok rev 24566

updated freeradius and freeradius-pam (3.0.20 -> 3.0.25)
author Hans-G?nter Theisgen
date Sat Feb 26 07:43:46 2022 +0100 (2022-02-26)
parents e3079653b462
children 035e82f04c94
files freeradius-pam/receipt freeradius/description.txt freeradius/receipt
line diff
     1.1 --- a/freeradius-pam/receipt	Fri Feb 25 22:15:31 2022 +0000
     1.2 +++ b/freeradius-pam/receipt	Sat Feb 26 07:43:46 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freeradius-pam"
     1.7 -VERSION="3.0.20"
     1.8 +VERSION="3.0.25"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Pam module for radius server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,5 +22,5 @@
    1.13  
    1.14  	cp -a $install/usr/lib/rlm_pam*.so*	$fs/usr/lib
    1.15  	cp -a $install/etc/raddb/mods-available/pam \
    1.16 -		$fs/etc/raddb/modules
    1.17 +						$fs/etc/raddb/modules
    1.18  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/freeradius/description.txt	Sat Feb 26 07:43:46 2022 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +FreeRADIUS is the open source implementation of RADIUS, an IETF protocol
     2.5 +for AAA (Authorisation, Authentication, and Accounting).
     2.6 +
     2.7 +The FreeRADIUS project maintains the following components:
     2.8 +* a multi protocol policy server (radiusd) that implements RADIUS, DHCP, BFD, and ARP
     2.9 +* a BSD licensed RADIUS client library
    2.10 +* a RADIUS PAM library
    2.11 +* an Apache RADIUS module.
     3.1 --- a/freeradius/receipt	Fri Feb 25 22:15:31 2022 +0000
     3.2 +++ b/freeradius/receipt	Sat Feb 26 07:43:46 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="freeradius"
     3.7 -VERSION="3.0.20"
     3.8 +VERSION="3.0.25"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="Radius server."
    3.11  MAINTAINER="sdaigl@lacitec.on.ca"
    3.12 @@ -13,7 +13,8 @@
    3.13  WGET_URL="ftp://ftp.freeradius.org/pub/radius/$TARBALL"
    3.14  
    3.15  DEPENDS="cyrus-sasl gdbm libcomerr3 libkrb5 libldap libltdl 
    3.16 -	libmysqlclient libssl libunixODBC python readline"
    3.17 +	libmysqlclient libpcap libssl libunixODBC python readline
    3.18 +	talloc"
    3.19  BUILD_DEPENDS="gdbm-dev krb5-dev libpcap-dev libtool openldap-dev 
    3.20  	openssl-dev pam-dev talloc-dev"
    3.21  
    3.22 @@ -29,16 +30,15 @@
    3.23  # Rules to configure and make the package.
    3.24  compile_rules()
    3.25  {
    3.26 -	export CFLAGS="$CFLAGS -fno-strict-aliasing"
    3.27 -
    3.28 -	./configure			\
    3.29 -		--sysconfdir=/etc	\
    3.30 -		--localstatedir=/var	\
    3.31 -		--with-system-libtool	\
    3.32 -		--with-system-libltdl	\
    3.33 +	./configure					\
    3.34 +		CFLAGS="$CFLAGS -fno-strict-aliasing"	\
    3.35 +		--sysconfdir=/etc			\
    3.36 +		--localstatedir=/var			\
    3.37 +		--with-system-libtool			\
    3.38 +		--with-system-libltdl			\
    3.39  		$CONFIGURE_ARGS &&
    3.40 -	make -j1 &&
    3.41 -	make -j1 R=$DESTDIR install
    3.42 +	make -j 1 &&
    3.43 +	make install -j 1 R=$DESTDIR
    3.44  }
    3.45  
    3.46  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.47 @@ -55,6 +55,7 @@
    3.48  	cp -a $install/usr/share/freeradius	$fs/usr/share
    3.49  	cp -a $install/etc			$fs
    3.50  	cp -a $install/var			$fs
    3.51 -	rm -f $fs/usr/lib/rlm_pam*		$fs/etc/raddb/modules/pam
    3.52 +	rm -f					$fs/usr/lib/rlm_pam*
    3.53 +	rm -f					$fs/etc/raddb/modules/pam
    3.54  	cp -a $stuff/freeradius			$fs/etc/init.d
    3.55  }