libfcgi-perl 0.74-1 source package in Ubuntu

Changelog

libfcgi-perl (0.74-1) unstable; urgency=low

  * New upstream release
  * Drop cve-2011-2766.patch (merged upstream)

libfcgi-perl (0.73-2) unstable; urgency=high

  * Team upload
   + High urgency for fixing a security bug

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Damyan Ivanov ]
  * Add patch from upstream bug tracker fixing CVE-2011-2766
    Closes: #607479. Thaks to Ferdinand for reporting, Russ Allbery for the
    analysis and chansen for the patch.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:05:14 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfcgi-perl_0.74.orig.tar.gz 95.3 KiB f59e46f6de960a67f7d15003504b2df6cb10511bb172f1904753df79004e0854
libfcgi-perl_0.74-1.debian.tar.gz 4.7 KiB 2434b5e5a01ef0162f97987ba2ae514d23fccbac663b2ac9b88cdd7d10bd68cc
libfcgi-perl_0.74-1.dsc 2.0 KiB edb614709ecf799264f5769c110e7734e7d9bf82f51b63213501a8903edce740

Available diffs

View changes file

Binary packages built by this source

libfcgi-perl: helper module for FastCGI

 FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
 language-independent, scalable, open extension to CGI that provides faster
 performance by keeping programs persistent in memory and allowing them to
 handle multiple requests. This module provides the core interface needed to
 write these applications.
 .
 For complex applications, you should consider a more full-featured solution
 such as Plack or Catalyst (see libcatalyst-perl).