# HG changeset patch # User Hans-G?nter Theisgen # Date 1645857826 -3600 # Node ID b53e18d1978e0141a47dc8108f41cb4d70b7ebde # Parent e3079653b462e2dfbdd60b99cce1023bba1d198f updated freeradius and freeradius-pam (3.0.20 -> 3.0.25) diff -r e3079653b462 -r b53e18d1978e freeradius-pam/receipt --- a/freeradius-pam/receipt Fri Feb 25 22:15:31 2022 +0000 +++ b/freeradius-pam/receipt Sat Feb 26 07:43:46 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="freeradius-pam" -VERSION="3.0.20" +VERSION="3.0.25" CATEGORY="security" SHORT_DESC="Pam module for radius server." MAINTAINER="pascal.bellard@slitaz.org" @@ -22,5 +22,5 @@ cp -a $install/usr/lib/rlm_pam*.so* $fs/usr/lib cp -a $install/etc/raddb/mods-available/pam \ - $fs/etc/raddb/modules + $fs/etc/raddb/modules } diff -r e3079653b462 -r b53e18d1978e freeradius/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freeradius/description.txt Sat Feb 26 07:43:46 2022 +0100 @@ -0,0 +1,8 @@ +FreeRADIUS is the open source implementation of RADIUS, an IETF protocol +for AAA (Authorisation, Authentication, and Accounting). + +The FreeRADIUS project maintains the following components: +* a multi protocol policy server (radiusd) that implements RADIUS, DHCP, BFD, and ARP +* a BSD licensed RADIUS client library +* a RADIUS PAM library +* an Apache RADIUS module. diff -r e3079653b462 -r b53e18d1978e freeradius/receipt --- a/freeradius/receipt Fri Feb 25 22:15:31 2022 +0000 +++ b/freeradius/receipt Sat Feb 26 07:43:46 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="freeradius" -VERSION="3.0.20" +VERSION="3.0.25" CATEGORY="security" SHORT_DESC="Radius server." MAINTAINER="sdaigl@lacitec.on.ca" @@ -13,7 +13,8 @@ WGET_URL="ftp://ftp.freeradius.org/pub/radius/$TARBALL" DEPENDS="cyrus-sasl gdbm libcomerr3 libkrb5 libldap libltdl - libmysqlclient libssl libunixODBC python readline" + libmysqlclient libpcap libssl libunixODBC python readline + talloc" BUILD_DEPENDS="gdbm-dev krb5-dev libpcap-dev libtool openldap-dev openssl-dev pam-dev talloc-dev" @@ -29,16 +30,15 @@ # Rules to configure and make the package. compile_rules() { - export CFLAGS="$CFLAGS -fno-strict-aliasing" - - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-system-libtool \ - --with-system-libltdl \ + ./configure \ + CFLAGS="$CFLAGS -fno-strict-aliasing" \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-system-libtool \ + --with-system-libltdl \ $CONFIGURE_ARGS && - make -j1 && - make -j1 R=$DESTDIR install + make -j 1 && + make install -j 1 R=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -55,6 +55,7 @@ cp -a $install/usr/share/freeradius $fs/usr/share cp -a $install/etc $fs cp -a $install/var $fs - rm -f $fs/usr/lib/rlm_pam* $fs/etc/raddb/modules/pam + rm -f $fs/usr/lib/rlm_pam* + rm -f $fs/etc/raddb/modules/pam cp -a $stuff/freeradius $fs/etc/init.d }