Philip A. Prindeville wrote:
On 11/05/2009 12:19 PM, Mike Frysinger wrote:
On Thursday 05 November 2009 11:53:54 Ben Laurie wrote:
   OpenSSL version 0.9.8l released
the tarball seems to contain files it shouldnt:
$ tar tf openssl-0.9.8l.tar.gz | egrep '(orig|rej|~)'

<snip>

Yep, this is somewhat annoying.

Can someone recut the tarball minus the cruft?

I believe the following commands executed in openssl-0.9.8l directory after unpacking will clear most of the surplus stuff:

rm *~
apps/ca.c.fixed \
ssl/ssl_err.c.orig \
ssl/s3_srvr.c.orig \
ssl/ssl.h.orig \
Configure.orig \
Configure.rej \
BenConf \
apps/Makefile.save \
apps/ca.c.~1.149.2.5.~ \
crypto/Makefile.save \
crypto/opensslv.h.~1.44.2.44.~ \
ssl/d1_pkt.c.~1.4.2.13.~ \
ssl/flags \
ssl/s3_lib.c.~1.74.2.23.~ \
ssl/s3_pkt.c.~1.57.2.4.~ \
ssl/ssl3.h.~1.30.2.5.~
find . -type f -name '*.save' -delete

At least recursive diff between 0.9.8k and 0.9.8l returns reasonable stuff after that.


v.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to