libphp-snoopy 2.0.0-1 source package in Ubuntu

Changelog

libphp-snoopy (2.0.0-1) unstable; urgency=high


  * New upstream release:
    + Fixes: CVE-2008-7313 and CVE-2014-5008 (Closes: #778634)
    + Remove curl dependency
  * Control:
    + Remove trailing spaces
    + Use canonical Vcs-fields
    + Updated Standards-Version to 3.9.6 (no changes)
  * Switch to dpkg-source 3.0 (quilt) format

 -- Marcelo Jorge Vieira <email address hidden>  Tue, 24 Feb 2015 20:52:54 -0300

Upload details

Uploaded by:
Marcelo Jorge Vieira
Uploaded to:
Sid
Original maintainer:
Marcelo Jorge Vieira
Architectures:
all
Section:
php
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-snoopy_2.0.0-1.dsc 1.8 KiB 679164eaf79016e3e0265ee0ebf81f8eba4f9cd8e673d60f860439d7f29c8f0e
libphp-snoopy_2.0.0.orig.tar.gz 21.6 KiB 3477fdf3db8c877dc0a389b18595c98d39e0e77a12cd5d2587c882d6f564a533
libphp-snoopy_2.0.0-1.debian.tar.xz 2.2 KiB aca452f6ca8d4512a11487d5adba3ae3f69c17063679900dab34890feaa5f523

Available diffs

No changes file available.

Binary packages built by this source

libphp-snoopy: Snoopy is a PHP class that simulates a web browser

 It automates the task of retrieving web page content and posting forms,
 for example.
 .
 Some of Snoopy's features:
 .
  * easily fetch the contents of a web page
  * easily fetch the text from a web page (strip html tags)
  * easily fetch the links from a web page
  * supports proxy hosts
  * supports basic user/pass authentication
  * supports setting user_agent, referer, cookies and header content
  * supports browser redirects, and controlled depth of redirects
  * expands fetched links to fully qualified URLs (default)
  * easily submit form data and retrieve the results
  * supports following html frames (added v0.92)
  * supports passing cookies on redirects (added v0.92)