php-auth 1.6.4-1 source package in Ubuntu

Changelog

php-auth (1.6.4-1) unstable; urgency=low


  [ Thijs Kinkhorst ]
  * bulk-update remaining packages not in the right section

  [ Prach Pongpanich ]
  * Update debian/watch file.
    Thanks to Bart Martens
  * Imported Upstream version 1.6.4
  * Switch to pkg-php-tools and dh-sequencer
  * Bump Standards-Version to 3.9.5
  * Bump debhelper compat to 9
  * Maintain the package inside the PHP PEAR team
  * Switch to dpkg-source 3.0 (quilt) format
  * Do not ship tests in the binary package (Closes: #600819)
  * Add myself as uploader
  * Convert copyright to format 1.0

 -- Prach Pongpanich <email address hidden>  Wed, 18 Dec 2013 14:20:43 +0700

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-auth_1.6.4-1.dsc 1.6 KiB f74415cdd064bcd918660d2125a2d126258892a3d8bea45af9e78733f4ec46dc
php-auth_1.6.4.orig.tar.gz 54.7 KiB 5fb31a2f758474fd9a044afbc387d65fef38732b8f313837971b9a16104779e6
php-auth_1.6.4-1.debian.tar.gz 3.9 KiB a3e4e0857aa62949e39dc90495f715930e6cc2f48b036ffb973acd9355d75ad6

No changes file available.

Binary packages built by this source

php-auth: Creating an authentication system

 The PEAR::Auth package provides methods for creating an authentication
 system using PHP.
 .
 Currently it supports the following storage containers to read/write
 the login data:
 .
    * All databases supported by the PEAR database layer
    * All databases supported by the MDB database layer
    * All databases supported by the MDB2 database layer
    * Plaintext files
    * LDAP servers
    * POP3 servers
    * IMAP servers
    * vpopmail accounts (Using either PECL vpopmail or PEAR Net_Vpopmaild)
    * RADIUS
    * SAMBA password files
    * SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
    * PEAR website
    * Kerberos V servers
    * SAP servers