~smoser/ubuntu/oneiric/openvpn/lp-794916

« back to all changes in this revision

Viewing changes to install-win32/openssl/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2008-07-23 10:38:13 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723103813-axq5wohvwjr4jo0s
Tags: 2.1~rc8-1
* New upstream version
* Added Build-dep on libpkcs11-helper1 to re-enable PKCS#11
  support. Sorry for the delay Florian :) (Closes: #475353)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Rebuild OpenSSL tarball without symbolic links, so
 
2
it can be extracted on Windows (run on Unix):
 
3
 
 
4
  [download tarball and .asc sig]
 
5
  gpg --verify openssl-0.9.8h.tar.gz.asc
 
6
  tar xfz openssl-0.9.8h.tar.gz
 
7
  rm openssl-0.9.8h.tar.gz
 
8
  tar cfzh openssl-0.9.8h.tar.gz openssl-0.9.8h
 
9
 
 
10
To apply patch (in MSYS shell):
 
11
 
 
12
  cd /c/src/openssl-0.9.8h
 
13
  patch -p1 <../21/install-win32/openssl/openssl098.patch
 
14
 
 
15
To build OpenSSL, open a command prompt window, then:
 
16
 
 
17
  cd \src\openssl-0.9.8h
 
18
  ms\mw
 
19
 
 
20
To build a new patch (optional):
 
21
 
 
22
  diff -urw openssl-0.9.8h.orig openssl-0.9.8h | grep -v '^Only in' >openssl098.patch