~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to debian/patches/004_usr_bin_perl_0wnz_j00

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-10-13 19:46:10 UTC
  • Revision ID: james.westby@ubuntu.com-20041013194610-ccvqcz8vflh5zqrm
Tags: 2.0.50-12ubuntu4
Security Release. Patch from upstream for the following:
CAN-2004-0885SSLCypherSuite can be bypassed during renegotiation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- apache2-2.0.25+cvs-20010908/apache2/docs/cgi-examples/printenv.orig Fri Sep 21 17:31:24 2001
 
2
+++ apache2-2.0.25+cvs-20010908/apache2/docs/cgi-examples/printenv      Fri Sep 21 17:31:29 2001
 
3
@@ -1,4 +1,4 @@
 
4
-#!/usr/local/bin/perl
 
5
+#!/usr/bin/perl
 
6
 ##
 
7
 ##  printenv -- demo CGI program which just prints its environment
 
8
 ##