OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   17-Nov-2006 12:49:59
  Branch: HEAD                             Handle: 2006111711495900

  Modified files:
    openpkg-src/perl-crypto perl-crypto.patch perl-crypto.spec

  Log:
    modifying package: perl-crypto-5.8.8 20061115 -> 20061117

  Summary:
    Revision    Changes     Path
    1.9         +21 -26     openpkg-src/perl-crypto/perl-crypto.patch
    1.147       +2  -2      openpkg-src/perl-crypto/perl-crypto.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.patch
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 perl-crypto.patch
  --- openpkg-src/perl-crypto/perl-crypto.patch 15 Nov 2006 12:20:21 -0000      
1.8
  +++ openpkg-src/perl-crypto/perl-crypto.patch 17 Nov 2006 11:49:59 -0000      
1.9
  @@ -1,7 +1,7 @@
  -Index: Data-UUID-0.146/UUID.h
  ---- Data-UUID-0.146/UUID.h.orig      2006-09-20 00:24:54 +0200
  -+++ Data-UUID-0.146/UUID.h   2006-09-20 07:42:24 +0200
  -@@ -61,7 +61,11 @@
  +Index: Data-UUID-0.148/UUID.h
  +--- Data-UUID-0.148/UUID.h.orig      2006-11-16 15:09:51 +0100
  ++++ Data-UUID-0.148/UUID.h   2006-11-17 12:44:30 +0100
  +@@ -62,7 +62,11 @@
    #define UUID_NODEID_NV_STORE                _STDIR"/"UUID_NODEID
    #endif
    
  @@ -11,13 +11,13 @@
   +#else
   +#define UUIDS_PER_TICK 10
   +#endif
  - #if defined(_WIN32)
  + #ifdef _MSC_VER
    #define I64(C) C##i64
    #else
  -Index: Data-UUID-0.146/UUID.pm
  ---- Data-UUID-0.146/UUID.pm.orig     2006-02-25 21:33:17 +0100
  -+++ Data-UUID-0.146/UUID.pm  2006-02-26 09:13:35 +0100
  -@@ -108,7 +108,7 @@
  +Index: Data-UUID-0.148/UUID.pm
  +--- Data-UUID-0.148/UUID.pm.orig     2006-11-16 16:22:10 +0100
  ++++ Data-UUID-0.148/UUID.pm  2006-11-17 12:43:51 +0100
  +@@ -109,7 +109,7 @@
       $ug->create_from_name_bin(<namespace>, <name>);
    
       # creates UUID string, using conventional UUID string format,
  @@ -26,7 +26,7 @@
       $ug->create_str();
       $ug->create_from_name_str(<namespace>, <name>);
    
  -@@ -175,7 +175,7 @@
  +@@ -176,7 +176,7 @@
     
    =head1 AUTHOR
    
  @@ -35,42 +35,37 @@
    
    =head1 SEE ALSO
    
  -Index: Data-UUID-0.146/UUID.xs
  ---- Data-UUID-0.146/UUID.xs.orig     2006-02-21 12:51:07 +0100
  -+++ Data-UUID-0.146/UUID.xs  2006-02-26 09:20:04 +0100
  -@@ -105,11 +105,11 @@
  +Index: Data-UUID-0.148/UUID.xs
  +--- Data-UUID-0.148/UUID.xs.orig     2006-11-16 15:09:51 +0100
  ++++ Data-UUID-0.148/UUID.xs  2006-11-17 12:45:39 +0100
  +@@ -106,7 +106,7 @@
    }
    
    static void get_system_time(perl_uuid_time_t *perl_uuid_time) {
  --#if defined __CYGWIN__ || __MINGW32__ || WIN32
  +-#if defined __cygwin__ || defined __MINGW32__ || defined WIN32
   +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32)
       /* ULARGE_INTEGER time; */
       LARGE_INTEGER time;
    
  --   /* use QeryPerformanceCounter for +ms resolution - as per Paul Stodghill 
  -+   /* use QueryPerformanceCounter for +ms resolution - as per Paul 
Stodghill 
  -    GetSystemTimeAsFileTime((FILETIME *)&time); */
  -    QueryPerformanceCounter(&time);
  -    time.QuadPart +=
  -@@ -129,7 +129,7 @@
  +@@ -130,7 +130,7 @@
    
    static void get_random_info(unsigned char seed[16]) {
       MD5_CTX c;
  --#if defined __CYGWIN__ || __MINGW32__ || WIN32
  +-#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__
   +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32)
       typedef struct {
          MEMORYSTATUS  m;
          SYSTEM_INFO   s;
  -@@ -150,7 +150,7 @@
  +@@ -151,7 +151,7 @@
    
       MD5Init(&c);
    
  --#if defined __CYGWIN__ || __MINGW32__ || WIN32
  +-#if defined __cygwin__ || defined __MINGW32__ || defined __MSWin32__
   +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(WIN32)
       GlobalMemoryStatus(&r.m);
       GetSystemInfo(&r.s);
       GetSystemTimeAsFileTime(&r.t);
  -@@ -181,10 +181,10 @@
  +@@ -182,10 +182,10 @@
          len = sizeof(perl_uuid_t);
          break;
       case F_STR:
  @@ -83,7 +78,7 @@
          len = strlen(buf);
          break;
       case F_HEX:
  -@@ -273,7 +273,7 @@
  +@@ -274,7 +274,7 @@
          *hate += getpid();
       } else {
          get_random_info(seed);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  ============================================================================
  $ cvs diff -u -r1.146 -r1.147 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  15 Nov 2006 12:20:21 -0000      
1.146
  +++ openpkg-src/perl-crypto/perl-crypto.spec  17 Nov 2006 11:49:59 -0000      
1.147
  @@ -60,7 +60,7 @@
   %define       V_crypt_dh              0.06
   %define       V_digest_crc            0.10
   %define       V_string_crc32          1.4
  -%define       V_data_uuid             0.146
  +%define       V_data_uuid             0.148
   
   #   package information
   Name:         perl-crypto
  @@ -73,7 +73,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20061115
  +Release:      20061117
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Digest/Digest-%{V_digest}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to