OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Ben
Laurie
Root: /v/openssl/cvs Email: ben openssl.org
Module: openssl Date:
09-Mar-2008 19:22:50
Branch: OpenSSL_0_9_7-stable Handle:
2008030918224901
Modified files: (Branch: OpenSSL_0_9_7-stable)
openssl/crypto/evp Makefile
openssl/util clean-depend.pl
Log:
Fix dependencies. Again.
Summary:
Revision Changes Path
1.1.4.9 +23 -0 openssl/crypto/evp/Makefile
1.10.2.1 +4 -0 openssl/util/clean-depend.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/evp/Makefile
============================================================
================
$ cvs diff -u -r1.1.4.8 -r1.1.4.9 Makefile
--- openssl/crypto/evp/Makefile 9 Apr 2007 12:17:19
-0000 1.1.4.8
+++ openssl/crypto/evp/Makefile 9 Mar 2008 18:22:49
-0000 1.1.4.9
 -527,6 +527,29 
evp_acnf.o: ../../include/openssl/sha.h
../../include/openssl/stack.h
evp_acnf.o: ../../include/openssl/symhacks.h
../../include/openssl/ui.h
evp_acnf.o: ../../include/openssl/ui_compat.h
../cryptlib.h evp_acnf.c
+evp_cnf.o: ../../e_os.h ../../include/openssl/aes.h
+evp_cnf.o: ../../include/openssl/asn1.h
../../include/openssl/bio.h
+evp_cnf.o: ../../include/openssl/blowfish.h
../../include/openssl/bn.h
+evp_cnf.o: ../../include/openssl/buffer.h
../../include/openssl/cast.h
+evp_cnf.o: ../../include/openssl/conf.h
../../include/openssl/crypto.h
+evp_cnf.o: ../../include/openssl/des.h
../../include/openssl/des_old.h
+evp_cnf.o: ../../include/openssl/dh.h
../../include/openssl/dsa.h
+evp_cnf.o: ../../include/openssl/dso.h
../../include/openssl/e_os2.h
+evp_cnf.o: ../../include/openssl/err.h
../../include/openssl/evp.h
+evp_cnf.o: ../../include/openssl/fips.h
../../include/openssl/idea.h
+evp_cnf.o: ../../include/openssl/lhash.h
../../include/openssl/md2.h
+evp_cnf.o: ../../include/openssl/md4.h
../../include/openssl/md5.h
+evp_cnf.o: ../../include/openssl/mdc2.h
../../include/openssl/obj_mac.h
+evp_cnf.o: ../../include/openssl/objects.h
../../include/openssl/opensslconf.h
+evp_cnf.o: ../../include/openssl/opensslv.h
../../include/openssl/ossl_typ.h
+evp_cnf.o: ../../include/openssl/pkcs7.h
../../include/openssl/rc2.h
+evp_cnf.o: ../../include/openssl/rc4.h
../../include/openssl/rc5.h
+evp_cnf.o: ../../include/openssl/ripemd.h
../../include/openssl/rsa.h
+evp_cnf.o: ../../include/openssl/safestack.h
../../include/openssl/sha.h
+evp_cnf.o: ../../include/openssl/stack.h
../../include/openssl/symhacks.h
+evp_cnf.o: ../../include/openssl/ui.h
../../include/openssl/ui_compat.h
+evp_cnf.o: ../../include/openssl/x509.h
../../include/openssl/x509_vfy.h
+evp_cnf.o: ../../include/openssl/x509v3.h ../cryptlib.h
evp_cnf.c
evp_enc.o: ../../e_os.h ../../include/openssl/aes.h
evp_enc.o: ../../include/openssl/asn1.h
../../include/openssl/bio.h
evp_enc.o: ../../include/openssl/blowfish.h
../../include/openssl/bn.h
 .
patch -p0 <<' .'
Index: openssl/util/clean-depend.pl
============================================================
================
$ cvs diff -u -r1.10 -r1.10.2.1 clean-depend.pl
--- openssl/util/clean-depend.pl 10 Oct 2001 08:27:28
-0000 1.10
+++ openssl/util/clean-depend.pl 9 Mar 2008 18:22:50
-0000 1.10.2.1
 -37,6 +37,10 
$file=~s/^.///;
push {$files{$file}},$origfile;
my $prevdep="";
+
+ # Remove leading ./ before sorting
+ my deps = map { $_ =~ s/^.///; $_ } {$files{$file}};
+
foreach $dep (sort {$files{$file}}) {
$dep=~s/^.///;
next if $prevdep eq $dep; # to exterminate
duplicates...
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|