Author: tmraz Update of /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15412 Modified Files: perl-Crypt-OpenSSL-X509-openssl.patch Log Message: * Tue Aug 25 2009 Tomas Mraz <tmraz@xxxxxxxxxx> - 0.7-5 - rebuilt with new openssl perl-Crypt-OpenSSL-X509-openssl.patch: X509.xs | 20 +++++++++++++++++++- t/x509.t | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) Index: perl-Crypt-OpenSSL-X509-openssl.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-OpenSSL-X509/devel/perl-Crypt-OpenSSL-X509-openssl.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 08:59:26 -0000 1.4 +++ perl-Crypt-OpenSSL-X509-openssl.patch 26 Aug 2009 09:10:19 -0000 1.5 @@ -5,8 +5,8 @@ diff -up Crypt-OpenSSL-X509-0.7/t/x509.t ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'issuer()'); ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary Certification Authority', 'subject()'); --ok($x509->hash() eq '2edf7016', hash()); -+ok($x509->hash() eq '2edf7016' or '24ad0b63', hash()); +-ok($x509->hash() eq '2edf7016', 'hash()'); ++ok($x509->hash() eq '2edf7016' or '24ad0b63', 'hash()'); ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 'new_from_file()'); -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list