[packages/openssl102: 109/432] - outdated

adwol adwol at pld-linux.org
Sat Sep 29 01:10:46 CEST 2018


commit 719ea36ad87cfe5069eb7a7c042d6305629e382e
Author: Tomek Orzechowski <orzech at pld-linux.org>
Date:   Tue Dec 24 08:47:50 2002 +0000

    - outdated
    
    Changed files:
        openssl-nocrypt.patch -> 1.4
        openssl-soname.patch -> 1.5

 openssl-nocrypt.patch | 33 ---------------------------------
 openssl-soname.patch  | 11 -----------
 2 files changed, 44 deletions(-)
---
diff --git a/openssl-nocrypt.patch b/openssl-nocrypt.patch
deleted file mode 100644
index ae003ab..0000000
--- a/openssl-nocrypt.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- openssl-0.9.6d/crypto/des/fcrypt.c.wiget	Tue Nov 20 17:37:32 2001
-+++ openssl-0.9.6d/crypto/des/fcrypt.c	Tue Nov 20 17:41:40 2001
-@@ -61,7 +61,7 @@
- void fcrypt_body(DES_LONG *out,des_key_schedule ks,
- 	DES_LONG Eswap0, DES_LONG Eswap1);
- 
--#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_DARWIN)
-+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_DARWIN) && !defined(__GLIBC__)
- char *crypt(const char *buf, const char *salt)
- 	{
- 	return(des_crypt(buf, salt));
---- openssl-0.9.6b/test/Makefile.ssl.wiget	Tue Nov 20 17:52:33 2001
-+++ openssl-0.9.6b/test/Makefile.ssl	Tue Nov 20 17:53:46 2001
-@@ -27,7 +27,7 @@
- 
- DLIBCRYPTO= ../libcrypto.a
- DLIBSSL= ../libssl.a
--LIBCRYPTO= -L.. -lcrypto
-+LIBCRYPTO= -L.. -lcrypto -lcrypt
- LIBSSL= -L.. -lssl
- 
- BNTEST=		bntest
---- openssl-0.9.6b/crypto/des/des.h.wiget	Fri Apr 19 11:32:16 2002
-+++ openssl-0.9.6b/crypto/des/des.h	Fri Apr 19 11:33:28 2002
-@@ -189,7 +189,7 @@
- 		  des_cblock *iv);
- char *des_fcrypt(const char *buf,const char *salt, char *ret);
- char *des_crypt(const char *buf,const char *salt);
--#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_UWIN)
-+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_UWIN) && !defined(__GLIBC__)
- char *crypt(const char *buf,const char *salt);
- #endif
- void des_ofb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
diff --git a/openssl-soname.patch b/openssl-soname.patch
deleted file mode 100644
index 1933550..0000000
--- a/openssl-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssl-0.9.6a/crypto/opensslv.h.wiget	Mon May  7 17:29:27 2001
-+++ openssl-0.9.6a/crypto/opensslv.h	Mon May  7 17:29:57 2001
-@@ -79,7 +79,7 @@
-  * should only keep the versions that are binary compatible with the current.
-  */
- #define SHLIB_VERSION_HISTORY ""
--#define SHLIB_VERSION_NUMBER "0.9.6"
-+#define SHLIB_VERSION_NUMBER "0.9.6.1"
- 
- 
- #endif /* HEADER_OPENSSLV_H */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list