Date: Tue, 28 Jan 2003 17:40:52 -0800 From: Peter Wemm <peter@wemm.org> To: Mark Murray <markm@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c d2i_dsap.c d2i_r_pr.c d2i_r_pu.c d2i_s_pr.c d2i_s_pu.c i2d_dhp.c i2d_dsap.c i2d_r_pr.c i2d_r_pu.c i2d_s_pr.c i2d_s_pu.c p7_dgst.c p7_enc.c p7_enc_c.c p7_evp.c p7_i_s.c ... Message-ID: <20030129014052.C74C62A89E@canning.wemm.org> In-Reply-To: <200301282212.h0SMCUls063692@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Murray wrote: > markm 2003/01/28 14:12:30 PST > > Removed files: > crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c > d2i_dsap.c d2i_r_pr.c d2i_r_pu.c > d2i_s_pr.c d2i_s_pu.c i2d_dhp.c > i2d_dsap.c i2d_r_pr.c i2d_r_pu.c > i2d_s_pr.c i2d_s_pu.c p7_dgst.c > p7_enc.c p7_enc_c.c p7_evp.c > p7_i_s.c p7_lib.c p7_recip.c > p7_s_e.c p7_signd.c p7_signi.c > crypto/openssl/crypto/bn test.c > crypto/openssl/crypto/des FILES > crypto/openssl/crypto/pkcs12 p12_bags.c p12_lib.c p12_mac.c > p12_sbag.c > crypto/openssl/doc/crypto BIO_new_bio_pair.pod > crypto/openssl/perl MANIFEST Makefile.PL OpenSSL.pm > OpenSSL.xs README.1ST openssl.h > openssl_bio.xs openssl_bn.xs > openssl_cipher.xs openssl_digest.xs > openssl_err.xs openssl_ssl.xs > openssl_x509.xs typemap > crypto/openssl/perl/t 01-use.t 02-version.t 03-bio.t > Log: > Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is > retained as it is still used. > > Revision Changes Path > 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_bmp.c (dead) > 1.2 +0 -119 src/crypto/openssl/crypto/asn1/a_null.c (dead) > 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_vis.c (dead) ... Please folks, dont do this like this. Please remove them from the vendor branch, rather than taking the files off the vendor branch and then removing them on the mainline. If one of these files comes back in a future import, the damage is already done and the file is already off the vendor branch. Instead, use this sort of thing after an import: cvs up -r OPENSSL cvs rm .... This has the additional advantage that if they do come back in the future, no additional surgery is required. It will automagically show through. I'm tempted to "fix" this change while its still fresh.. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129014052.C74C62A89E>