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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   04-May-2009 08:18:33
  Branch: HEAD                             Handle: 2009050407183101

  Added files:
    openpkg-src/polarssl    polarssl.patch
  Modified files:
    openpkg-src/polarssl    polarssl.spec

  Log:
    upgrading package: polarssl 0.10.1 -> 0.11.0

  Summary:
    Revision    Changes     Path
    1.1         +15 -0      openpkg-src/polarssl/polarssl.patch
    1.3         +5  -3      openpkg-src/polarssl/polarssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/polarssl/polarssl.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 polarssl.patch
  --- /dev/null 2009-05-04 08:18:33 +0200
  +++ polarssl.patch    2009-05-04 08:18:33 +0200
  @@ -0,0 +1,15 @@
  +Index: library/net.c
  +--- library/net.c.orig       2009-05-03 18:08:42 +0200
  ++++ library/net.c    2009-05-04 08:13:14 +0200
  +@@ -55,7 +55,11 @@
  + #include <fcntl.h>
  + #include <netdb.h>
  + #include <errno.h>
  ++#ifdef __FreeBSD__
  ++#include <sys/endian.h>
  ++#else
  + #include <endian.h>
  ++#endif
  + 
  + #endif
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/polarssl/polarssl.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 polarssl.spec
  --- openpkg-src/polarssl/polarssl.spec        18 Apr 2009 13:14:21 -0000      
1.2
  +++ openpkg-src/polarssl/polarssl.spec        4 May 2009 06:18:32 -0000       
1.3
  @@ -31,11 +31,12 @@
   Class:        EVAL
   Group:        SSL
   License:      GPL
  -Version:      0.10.1
  -Release:      20090330
  +Version:      0.11.0
  +Release:      20090504
   
   #   list of sources
  -Source0:      http://polarssl.org/code/releases/polarssl-0.10.1-gpl.tgz
  +Source0:      http://polarssl.org/code/releases/polarssl-%{version}-gpl.tgz
  +Patch0:       polarssl.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -59,6 +60,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       cd library
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to