Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 09:08:33 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        nectar@FreeBSD.org
Cc:        freebsd-security@FreeBSD.org
Subject:   Re: Updated OpenSSL patches
Message-ID:  <20030227.090833.90424319.yasu@utahime.org>
In-Reply-To: <20030225201225.GA6001@madman.celabo.org>
References:  <20030225034504.GA92642@madman.celabo.org> <20030225.233042.48202256.yasu@utahime.org> <20030225201225.GA6001@madman.celabo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Jacques A. Vidrine" <nectar@FreeBSD.org> wrote:

> Hmm, maybe a previous patch removed these files?
> But none of the patches released since 4.7-RELEASE touch openssl ...
> What patches exactly did you apply, and it what order?

Following is what I do to reproduce this situation from scratch.

 1. sugar# su -
 2. sugar# cd /usr/src/
 3. sugar# rm -rf *
 4. sugar# /stand/sysinstall
 5. select "Configure"
 6. select "Distributions"
 7. select "src"
 9. select "All"
 9. select "Exit" twice
10. choose "CD/DVD" (CD-R made from 4.7-disc1.iso is used)
11. exit from /stand/sysinstall
12. sugar# cd /tmp
13. sugar# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:40/kadmin.patch
14. sugar# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:43/bind.patch
15. sugar# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:01/cvs.patch
16. sugar# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:02/openssl47.patch.gz
17. sugar# cd /usr/src/
18. sugar# patch -s < /tmp/kadmin.patch 
19. sugar# patch -s < /tmp/bind.patch 
20. sugar# patch -s < /tmp/filedesc.patch 
21. sugar# patch -s < /tmp/cvs.patch 

and then,

sugar# gunzip -c /tmp/openssl47.patch.gz | patch -s
1 out of 1 hunks failed--saving rejects to README.rej
1 out of 1 hunks failed--saving rejects to Makefile.rej

OS information:

sugar# uname -a
FreeBSD sugar.home.utahime.org 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Feb  2 17:22:22 JST 2003     yasu@sugar.home.utahime.org:/usr/src/sys/compile/SUGAR  i386

patch command information:

sugar# which patch
/usr/bin/patch
sugar# patch --version
Patch version 2.1

---
KIMURA Yasuhiro
Mail: yasu@utahime.org
WWW:  http://www.utahime.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030227.090833.90424319.yasu>