Errors in 4.5 patches
Scott Vanderbilt <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Organization | Datagenic Tool & Die, Inc. |
| Message-ID | <[email protected]> |
The following patch has an error:
<ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.5/common/015_mpi.patch>
In third line or so,
patch -p0 < 011_mpi.patch
should be:
patch -p0 < 015_mpi.patch
Also, in:
<ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.5/common/012_openssl.patch>
patch -p0 < 006_openssl.patch
should be
patch -p0 < 012_openssl.patch
Cheers.