php-dapphp-radius 2.5.8-2 source package in Ubuntu

Changelog

php-dapphp-radius (2.5.8-2) unstable; urgency=medium

  [ Athos Ribeiro ]
  * Enable OpenSSL legacy providers during tests. (LP: #1964514)
    - d/rules: enable legacy providers in dh_auto_test.
    - d/t/control: enable legacy providers for dep8 tests.
    - d/t/openssl.conf: add configuration to enable legacy providers.
    - (Closes: #1007132).
  * Fix debian/watch to add "v" in versions. (Closes: #1007133)

 -- Thomas Goirand <email address hidden>  Sun, 13 Mar 2022 13:44:16 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-dapphp-radius_2.5.8-2.dsc 2.1 KiB 4a0fa064545e7d8291e39761f0d6a52da5dbaf125c0f7eec893819719be2a6a9
php-dapphp-radius_2.5.8.orig.tar.xz 26.6 KiB b5e7b52894f957c0777a39df973c15ed5abb9f61c3e1cd873dd8644b1dbe8757
php-dapphp-radius_2.5.8-2.debian.tar.xz 4.2 KiB 6cd5d7e2f09f3666c2c582810e4a4a078890cb22a4ec3753423f352132f8bc11

No changes file available.

Binary packages built by this source

php-dapphp-radius: pure PHP RADIUS client based on the SysCo/al implementation

 Dapphp\Radius is a pure PHP RADIUS client for authenticating users against a
 RADIUS server in PHP. It currently supports basic RADIUS auth using PAP, CHAP
 (MD5), MSCHAP v1, and EAP-MSCHAP v2. The current 2.5.x branch is tested to
 work with Microsoft Windows Server 2012 to 2019 Network Policy Server and
 FreeRADIUS 2 and above.
 .
 PAP authentication has been tested on:
  * Microsoft Radius server IAS
  * Mideye RADIUS Server
  * Radl
  * RSA SecurID
  * VASCO Middleware 3.0 server
  * WinRadius
  * ZyXEL ZyWALL OTP
 .
 The PHP openssl extension is required if using MSCHAP v1 or v2. For older PHP
 versions that have mcrypt without openssl support, then mcrypt is used.