On Fri, Jan 10, 2003 at 07:27:35PM +0100, Corinna Vinschen wrote:
> > [...]
> Hi, I have chosen another packaging method:
> 
>   Version 0.9.6h will consist only of the needed DLLs to link applications
>   build against it.
> 
>   The package will be called
> 
>     openssl096-0.9.6h-1.tar.bz2
> 
>   The new 0.9.7 version will become the openssl package again, as the
>   0.9.6 version before.  So the new packages are still just called
>   "openssl":
> 
>     openssl-0.9.7-1.tar.bz2
>     openssl-devel-0.9.7-1.tar.bz2
>     openssl-0.9.7-1-src.tar.bz2
> 
> That means, the patch to util/cygwin.sh can be reverted to create
> the normal openssh packages again instead of openssh2.
> 
> Is that ok with you?  Would you revert the cygwin.sh patch then?

Hi,

in the meantime I released Cygwin's openssl using the above packaging
scheme.  Would you mind to revert the cygwin.sh changes?  The following
patch should do it:

Index: util/cygwin.sh
===================================================================
RCS file: /home/cvs/cvsroot/src/openssl/util/cygwin.sh,v
retrieving revision 1.3
diff -u -p -r1.3 cygwin.sh
--- util/cygwin.sh      2003/01/09 16:15:46     1.3
+++ util/cygwin.sh      2003/01/13 14:35:19
@@ -114,13 +114,13 @@ strip usr/bin/*.exe usr/bin/*.dll
 # Runtime package
 find etc usr/bin usr/doc usr/ssl/certs usr/ssl/man/man[157] usr/ssl/misc \
      usr/ssl/openssl.cnf usr/ssl/private -empty -o \! -type d |
-tar cjfT openssl2-${VERSION}-${SUBVERSION}.tar.bz2 -
+tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
 # Development package
 find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |
-tar cjfT openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
+tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
 
-ls -l openssl2-${VERSION}-${SUBVERSION}.tar.bz2
-ls -l openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
 
 cleanup
 
Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to