ソースを参照

remove debugging output

Ralf S. Engelschall 20 年 前
コミット
1aa37cf09f
2 ファイル変更14 行追加3 行削除
  1. 13 2
      csp/csp.patch
  2. 1 1
      csp/csp.spec

+ 13 - 2
csp/csp.patch

@@ -1,6 +1,17 @@
+Index: CSP.pm
+--- CSP.pm.orig	2005-09-22 18:02:58 +0200
++++ CSP.pm	2005-12-01 20:17:55 +0100
+@@ -151,7 +151,6 @@
+ 		my $expr = $1;
+ 		
+ 		$expr =~ s/%{([A-Za-z0-9_\.]+)}/\$vars->{$1}/g;
+-	        warn "EXPR: \"".$expr."\"\n";
+ 		my $result = eval $expr;
+ 		$self->die("$@") if $@;
+ 		$ctx->push($result);
 Index: ca/etc/extensions.conf
 --- ca/etc/extensions.conf.orig	2005-09-22 18:12:05 +0200
-+++ ca/etc/extensions.conf	2005-09-22 20:43:38 +0200
++++ ca/etc/extensions.conf	2005-12-01 20:17:41 +0100
 @@ -75,11 +75,10 @@
  [certpolicy]
  
@@ -16,7 +27,7 @@ Index: ca/etc/extensions.conf
  
 Index: csp
 --- csp.orig	2005-06-02 18:40:20 +0200
-+++ csp	2005-09-22 20:43:38 +0200
++++ csp	2005-12-01 20:17:41 +0100
 @@ -1,9 +1,14 @@
 -#!/usr/bin/perl
 +#!@l_prefix@/bin/perl

+ 1 - 1
csp/csp.spec

@@ -33,7 +33,7 @@ Class:        PLUS
 Group:        Cryptography
 License:      GPL
 Version:      0.32
-Release:      20050922
+Release:      20051201
 
 #   list of sources
 Source0:      ftp://ftp.it.su.se/pub/users/leifj/CSP-%{version}.tar.gz