~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to do_patch.sh

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
cvs co -r OpenSSL-engine-0_9_6-stable -d openssl6-engine openssl
 
3
cvs co -r OpenSSL_0_9_7-stable -d openssl7 openssl
 
4
cvs co -r OpenSSL_0_9_6-stable -d openssl6 openssl
 
5
 
 
6
#cd openssl7
 
7
#./config
 
8
#make update
 
9
#patch -p1 < ../diffs.sec7
 
10
#cvs commit -F ../comm.txt
 
11
 
 
12
#cd ../openssl6
 
13
#./config
 
14
#make update
 
15
#patch -p1 < ../diffs.sec6
 
16
#cvs commit -F ../comm.txt
 
17
 
 
18
#cd ../openssl6-engine
 
19
#./config 
 
20
#make update
 
21
#patch -p1 < ../diffs.sec6e
 
22
#cvs commit -F ../comm.txt