[CVS] OpenPKG: openpkg-src/openssl099/ openssl099.patch openssl099.spe...

2009-04-01 Thread Ralf S. Engelschall
  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:   01-Apr-2009 21:52:31
  Branch: HEAD Handle: 2009040120523100

  Removed files:
openpkg-src/openssl099  openssl099.patch openssl099.spec

  Log:
remove obsolete package

  Summary:
RevisionChanges Path
1.2 +0  -79 openpkg-src/openssl099/openssl099.patch
1.4 +0  -178openpkg-src/openssl099/openssl099.spec
  

  rm -f openpkg-src/openssl099/openssl099.patch '@@ .'
  Index: openpkg-src/openssl099/openssl099.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f openpkg-src/openssl099/openssl099.spec '@@ .'
  Index: openpkg-src/openssl099/openssl099.spec
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssl099/ openssl099.patch openssl099.spe...

2008-08-02 Thread Ralf S. Engelschall
  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:   02-Aug-2008 20:22:06
  Branch: HEAD Handle: 2008080219220500

  Added files:
openpkg-src/openssl099  openssl099.patch openssl099.spec

  Log:
new package: openssl099 0.9.9.20080802 (Cryptography and SSL/TLS
Toolkit)

  Summary:
RevisionChanges Path
1.1 +79 -0  openpkg-src/openssl099/openssl099.patch
1.1 +176 -0 openpkg-src/openssl099/openssl099.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openssl099/openssl099.patch
  
  $ cvs diff -u -r0 -r1.1 openssl099.patch
  --- /dev/null 2008-08-02 20:22:00 +0200
  +++ openssl099.patch  2008-08-02 20:22:06 +0200
  @@ -0,0 +1,79 @@
  +Index: Configure
  +--- Configure.orig   2008-07-10 23:00:10 +0200
   Configure2008-08-02 19:55:15 +0200
  +@@ -426,8 +426,8 @@
  + 
  +  IBM's AIX.
  + aix3-cc,  cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG 
RC4_CHAR:::,
  +-aix-gcc,  gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG 
RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
 32,
  +-aix64-gcc,gcc:-maix64 -O 
-DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG 
RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64,
  ++aix-gcc,  gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG 
RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::,
  ++aix64-gcc,gcc:-maix64 -O 
-DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG 
RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::,
  + # Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
  + # at build time. $OBJECT_MODE is respected at ./config stage!
  + aix-cc,   cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro 
-qroconst::-qthreaded:AIX::BN_LLONG 
RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
 32,
  +Index: config
  +--- config.orig  2007-12-18 19:00:08 +0100
   config   2008-08-02 19:54:24 +0200
  +@@ -477,6 +477,7 @@
  + 
  + if [ ${SYSTEM} = AIX ]; then# favor vendor cc over gcc
  + (cc) 21 | grep -iv not found  /dev/null  CC=cc
  ++(gcc) 21 | grep -iv not found  /dev/null  CC=gcc
  + fi
  + 
  + CCVER=${CCVER:-0}
  +@@ -672,7 +673,7 @@
  +   sun4*-*-solaris2) OUT=solaris-sparcv7-$CC ;;
  +   *86*-*-solaris2)
  + ISA64=`(isalist) 2/dev/null | grep amd64`
  +-if [ $ISA64 !=  ]; then
  ++if [ $ISA64 !=  -a $CC = gcc -a $GCC_ARCH = -m64 ]; then
  + OUT=solaris64-x86_64-$CC
  + else
  + OUT=solaris-x86-$CC
  +Index: crypto/evp/Makefile
  +--- crypto/evp/Makefile.orig 2008-06-04 14:00:30 +0200
   crypto/evp/Makefile  2008-08-02 20:08:20 +0200
  +@@ -246,7 +246,7 @@
  + e_idea.o: ../../e_os.h ../../include/openssl/asn1.h 
../../include/openssl/bio.h
  + e_idea.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
  + e_idea.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
  +-e_idea.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
  ++e_idea.o: ../../include/openssl/evp.h
  + e_idea.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
  + e_idea.o: ../../include/openssl/objects.h 
../../include/openssl/opensslconf.h
  + e_idea.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
  +Index: apps/Makefile
  +--- apps/Makefile.orig   2008-06-04 14:00:11 +0200
   apps/Makefile2008-08-02 20:11:30 +0200
  +@@ -931,7 +931,7 @@
  + speed.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
  + speed.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
  + speed.o: ../include/openssl/err.h ../include/openssl/evp.h
  +-speed.o: ../include/openssl/hmac.h ../include/openssl/idea.h
  ++speed.o: ../include/openssl/hmac.h
  + speed.o: ../include/openssl/lhash.h ../include/openssl/md2.h
  + speed.o: ../include/openssl/md4.h ../include/openssl/md5.h
  + speed.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
  +@@ -1004,7 +1004,7 @@
  + version.o: ../include/openssl/des_old.h ../include/openssl/e_os2.h
  + version.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
  + version.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
  +-version.o: ../include/openssl/evp.h ../include/openssl/idea.h
  ++version.o: ../include/openssl/evp.h
  + version.o: ../include/openssl/lhash.h ../include/openssl/md2.h
  + version.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
  + version.o: ../include/openssl/ocsp.h