[CVS] OpenPKG: openpkg-src/perl-apache/ Apache-AuthCookie.patch Apache...

2003-07-22 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   22-Jul-2003 15:29:54
  Branch: HEAD Handle: 2003072214295201

  Added files:
openpkg-src/perl-apache perl-apache.patch
  Modified files:
openpkg-src/perl-apache perl-apache.spec
openpkg-web news.txt
  Removed files:
openpkg-src/perl-apache Apache-AuthCookie.patch Apache-Session-Lazy.patch

  Log:
finally cleanup this package before inclusion into OpenPKG 1.3

  Summary:
RevisionChanges Path
1.3 +0  -13 openpkg-src/perl-apache/Apache-AuthCookie.patch
1.2 +0  -9  openpkg-src/perl-apache/Apache-Session-Lazy.patch
1.1 +9  -0  openpkg-src/perl-apache/perl-apache.patch
1.13+4  -13 openpkg-src/perl-apache/perl-apache.spec
1.5717  +1  -0  openpkg-web/news.txt
  

  rm -f openpkg-src/perl-apache/Apache-AuthCookie.patch '@@ .'
  Index: openpkg-src/perl-apache/Apache-AuthCookie.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/perl-apache/Apache-Session-Lazy.patch '@@ .'
  Index: openpkg-src/perl-apache/Apache-Session-Lazy.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-apache/perl-apache.patch
  
  $ cvs diff -u -r0 -r1.1 perl-apache.patch
  --- /dev/null 2003-07-22 15:29:54.0 +0200
  +++ perl-apache.patch 2003-07-22 15:29:54.0 +0200
  @@ -0,0 +1,9 @@
  +--- Apache-Session-Lazy-0.05/Makefile.PL.dist2003-07-11 17:09:22.0 
+0200
   Apache-Session-Lazy-0.05/Makefile.PL 2003-07-11 17:09:13.0 +0200
  +@@ -10,4 +10,4 @@
  + ($] = 5.005 ?## Add these new keywords supported since 5.005
  +   (ABSTRACT_FROM = 'Lazy.pm', # retrieve abstract from module
  +AUTHOR = 'Gyan Kapur [EMAIL PROTECTED]') : ()),
  +-);
  +\ No newline at end of file
  ++);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-apache/perl-apache.spec
  
  $ cvs diff -u -r1.12 -r1.13 perl-apache.spec
  --- openpkg-src/perl-apache/perl-apache.spec  11 Jul 2003 15:11:37 -  1.12
  +++ openpkg-src/perl-apache/perl-apache.spec  22 Jul 2003 13:29:53 -  1.13
  @@ -48,13 +48,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Language
   License:  GPL/Artistic
  -Version:  20030711
  -Release:  20030711
  -
  -#   package options
  -#   FIMXE: rse: alternative *brain-dead* behavior in Apache-AuthCookie's login
  -#   FIXME: rse: sub-routine. This options is only provided as a temporary fix!
  -%option   with_authcookie_alt   no
  +Version:  20030722
  +Release:  20030722
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
  @@ -71,8 +66,7 @@
   Source11: 
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SharedMem-%{V_apache_session_sharedmem}.tar.gz
   Source12: 
http://www.cpan.org/modules/by-module/Apache/Apache-TempFile-%{V_apache_tempfile}.tar.gz
   Source13: 
http://www.cpan.org/modules/by-module/Apache/Apache-DB-%{V_apache_db}.tar.gz
  -Patch0:   Apache-AuthCookie.patch
  -Patch1:   Apache-Session-Lazy.patch
  +Patch0:   perl-apache.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -114,10 +108,7 @@
   %setup11 -q -T -D -a 11
   %setup12 -q -T -D -a 12
   %setup13 -q -T -D -a 13
  -%if %{with_authcookie_alt} == yes
  -%patch0 -p0
  -%endif
  -%patch1 -p0
  +%patch0  -p0
   
   %build
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5716 -r1.5717 news.txt
  --- openpkg-web/news.txt  22 Jul 2003 13:18:02 -  1.5716
  +++ openpkg-web/news.txt  22 Jul 2003 13:29:52 -  1.5717
  @@ -1,3 +1,4 @@
  +22-Jul-2003: Upgraded package: Pperl-apache-20030722-20030722
   22-Jul-2003: Upgraded package: Pdhcp-agent-0.41-20030722
   22-Jul-2003: Upgraded package: Popenpkg-20030722-20030722
   22-Jul-2003: Upgraded package: Pspread-3.17.1-20030722
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List 

[CVS] OpenPKG: openpkg-src/perl-apache/ Apache-AuthCookie.patch

2003-02-26 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   26-Feb-2003 09:24:49
  Branch: HEAD Handle: 2003022608244900

  Modified files:
openpkg-src/perl-apache Apache-AuthCookie.patch

  Log:
finally fixed (only bumped release in prior commit)

  Summary:
RevisionChanges Path
1.2 +1  -1  openpkg-src/perl-apache/Apache-AuthCookie.patch
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-apache/Apache-AuthCookie.patch
  
  $ cvs diff -u -r1.1 -r1.2 Apache-AuthCookie.patch
  --- openpkg-src/perl-apache/Apache-AuthCookie.patch   31 Jan 2003 09:56:29 - 
 1.1
  +++ openpkg-src/perl-apache/Apache-AuthCookie.patch   26 Feb 2003 08:24:49 - 
 1.2
  @@ -7,7 +7,7 @@
   -$r-subprocess_env('AuthCookieReason', 'no_cookie');
   -return $auth_type-login_form;
   +my $default_destination = $self-default_destination();
  -+args{'destination'} = $default_destination;
  ++$args{'destination'} = $default_destination;
  }
  
  # Get the credentials from the data posted by the client
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/perl-apache/ Apache-AuthCookie.patch perl-a...

2003-01-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Jan-2003 10:56:29
  Branch: HEAD Handle: 2003013109562900

  Added files:
openpkg-src/perl-apache Apache-AuthCookie.patch
  Modified files:
openpkg-src/perl-apache perl-apache.spec

  Log:
added alternative *brain-dead* behavior in Apache-AuthCookie's login
sub-routine.

  Summary:
RevisionChanges Path
1.1 +13 -0  openpkg-src/perl-apache/Apache-AuthCookie.patch
1.4 +11 -2  openpkg-src/perl-apache/perl-apache.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-apache/Apache-AuthCookie.patch
  
  $ cvs diff -u -r0 -r1.1 Apache-AuthCookie.patch
  --- /dev/null 2003-01-31 10:56:29.0 +0100
  +++ Apache-AuthCookie.patch   2003-01-31 10:56:29.0 +0100
  @@ -0,0 +1,13 @@
  +--- Apache-AuthCookie-3.04/AuthCookie.pm.origWed Sep 25 18:44:31 2002
   Apache-AuthCookie-3.04/AuthCookie.pm Fri Jan 31 10:51:09 2003
  +@@ -71,8 +71,8 @@
  + 
  +   unless (exists $args{'destination'}) {
  + $r-log_error(No key 'destination' found in form data);
  +-$r-subprocess_env('AuthCookieReason', 'no_cookie');
  +-return $auth_type-login_form;
  ++my $default_destination = $self-default_destination();
  ++args{'destination'} = $default_destination;
  +   }
  +   
  +   # Get the credentials from the data posted by the client
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-apache/perl-apache.spec
  
  $ cvs diff -u -r1.3 -r1.4 perl-apache.spec
  --- openpkg-src/perl-apache/perl-apache.spec  25 Jan 2003 13:14:51 -  1.3
  +++ openpkg-src/perl-apache/perl-apache.spec  31 Jan 2003 09:56:29 -  1.4
  @@ -47,8 +47,13 @@
   Distribution: OpenPKG [EVAL]
   Group:Language
   License:  GPL/Artistic
  -Version:  20030125
  -Release:  20030125
  +Version:  20030131
  +Release:  20030131
  +
  +#   package options
  +#   FIMXE: alternative *brain-dead* behavior in Apache-AuthCookie's login
  +#  sub-routine. This options is only provided as a temporary fix!
  +%option   with_authcookie_alt   no
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
  @@ -64,6 +69,7 @@
   Source10: 
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SQLite-%{V_apache_session_sqlite}.tar.gz
   Source11: 
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SharedMem-%{V_apache_session_sharedmem}.tar.gz
   Source12: 
http://www.cpan.org/modules/by-module/Apache/Apache-TempFile-%{V_apache_tempfile}.tar.gz
  +Patch0:   Apache-AuthCookie.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -103,6 +109,9 @@
   %setup10 -q -T -D -a 10
   %setup11 -q -T -D -a 11
   %setup12 -q -T -D -a 12
  +%if %{with_authcookie_alt} == yes
  +%patch0 -p0
  +%endif
   
   %build
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]