File: do_patch.sh

package info (click to toggle)
openssl 0.9.7e-3sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,152 kB
  • ctags: 23,437
  • sloc: ansic: 172,337; asm: 17,571; perl: 15,315; makefile: 13,262; cpp: 4,379; sh: 2,516; lisp: 23
file content (22 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

cvs co -r OpenSSL-engine-0_9_6-stable -d openssl6-engine openssl
cvs co -r OpenSSL_0_9_7-stable -d openssl7 openssl
cvs co -r OpenSSL_0_9_6-stable -d openssl6 openssl

#cd openssl7
#./config
#make update
#patch -p1 < ../diffs.sec7
#cvs commit -F ../comm.txt

#cd ../openssl6
#./config
#make update
#patch -p1 < ../diffs.sec6
#cvs commit -F ../comm.txt

#cd ../openssl6-engine
#./config 
#make update
#patch -p1 < ../diffs.sec6e
#cvs commit -F ../comm.txt