[Lunar-commits] CVS: moonbase/crypto/openssl BUILD, 1.6, 1.7 DETAILS, 1.17, 1.18 POST_INSTALL, 1.9, 1.10

Florin Braescu florin at lunar-linux.org
Tue Apr 12 22:16:58 UTC 2005


Update of /var/cvs/lunar/moonbase/crypto/openssl
In directory espresso.foo-projects.org:/tmp/cvs-serv8535

Modified Files:
	BUILD DETAILS POST_INSTALL 
Log Message:
bump the version from 0.9.7f to 0.9.7g. Major changes are: 
      o More compilation issues fixed.
      o Adaptation to more modern Kerberos API.
      o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
      o Enhanced x86_64 assembler BIGNUM module.
      o More constification.
      o Added processing of proxy certificates (RFC 3820).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssl/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	23 Mar 2005 22:57:59 -0000	1.6
+++ BUILD	12 Apr 2005 22:16:55 -0000	1.7
@@ -9,15 +9,15 @@
   # make sure the customer has the source for this one!
   download_module wget &
 
-  ./config  --prefix=/usr                       \
-            --openssldir=/etc/ssl               \
+  ./config  --prefix=/usr                        \
+            --openssldir=/etc/ssl                \
             shared                              &&
   sedit "/^CC/d" Makefile                       &&
   sedit "s/-m486//g" Makefile                   &&
   sedit "s/^CFLAG=/CFLAG=$CFLAGS /g" Makefile   &&
   make                                          &&
   prepare_install                               &&
-  make  MANDIR=/usr/share/man  install          &&
+  make MANDIR=/usr/share/man install            &&
   cp $SOURCE_CACHE/$SOURCE2 /etc/ssl/certs/Makefile
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssl/DETAILS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- DETAILS	23 Mar 2005 21:17:44 -0000	1.17
+++ DETAILS	12 Apr 2005 22:16:55 -0000	1.18
@@ -1,22 +1,22 @@
           MODULE=openssl
-         VERSION=0.9.7f
+         VERSION=0.9.7g
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=ftp://opensores.thebunker.net/pub/mirrors/openssl/source/
-   SOURCE_URL[1]=http://www.dentarthurdent.com/transfer/openssl/
-   SOURCE_URL[2]=http://www.openssl.org/source/
+   SOURCE_URL[0]=http://www.openssl.org/source/
+   SOURCE_URL[1]=ftp://opensores.thebunker.net/pub/mirrors/openssl/source/
+   SOURCE_URL[2]=http://www.dentarthurdent.com/transfer/openssl/
    SOURCE_URL[3]=ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source/
    SOURCE_URL[4]=ftp://ftp.duth.gr/pub/OpenSSL/source/
-      SOURCE_VFY=sha1:0c655553869e5ef060e824be3641385f6b8f7704
+      SOURCE_VFY=sha1:008511ec9f0bcda4a431c3f0a0827e535b8c5c93
         SOURCE2=Makefile.openssl-certs
      SOURCE2_URL=$PATCH_URL/
      SOURCE2_VFY=sha1:0f30d44c0bf27883876bdf56fe9c541ee28bc2cd
        WEB_SITE=http://www.openssl.org
          ENTERED=20010922
-         UPDATED=20050323
+         UPDATED=20050512
            PSAFE="no"
            SHORT="openssl is a library for providing encrypted transport layers."
+
 cat << EOF
-OpenSSL
 The OpenSSL Project is a collaborative effort to develop a robust,
 commercial-grade, full-featured, and Open Source toolkit implementing
 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssl/POST_INSTALL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- POST_INSTALL	21 Mar 2005 11:10:58 -0000	1.9
+++ POST_INSTALL	12 Apr 2005 22:16:55 -0000	1.10
@@ -2,7 +2,6 @@
 # bn.h include files.  This will allow gcc to correctly recompile
 # an openssl app.
 
-
 rm -rf /usr/lib/gcc-lib/*/$(installed_version gcc)/include/openssl &> /dev/null
 
 OLD_VER="$(get_module_config OLD_VER)"



More information about the Lunar-commits mailing list