atom feed21 messages in org.freebsd.freebsd-securityRe: Updated OpenSSL patches
FromSent OnAttachments
Kosaku NagasakaFeb 24, 2003 4:01 pm 
KIMURA YasuhiroFeb 24, 2003 4:59 pm 
Jacques A. VidrineFeb 24, 2003 6:04 pm 
Jacques A. VidrineFeb 24, 2003 6:20 pm 
Jacques A. VidrineFeb 24, 2003 7:44 pm 
KIMURA YasuhiroFeb 25, 2003 6:30 am 
Krzysztof PtaszekFeb 25, 2003 7:53 am 
Jacques A. VidrineFeb 25, 2003 12:12 pm 
KIMURA YasuhiroFeb 26, 2003 4:08 pm 
Jacques A. VidrineFeb 26, 2003 4:50 pm 
Gareth HopkinsFeb 27, 2003 12:56 am 
KIMURA YasuhiroFeb 27, 2003 8:05 am.Other
Jacques A. VidrineFeb 27, 2003 8:09 am 
KIMURA YasuhiroFeb 27, 2003 8:48 am 
Chris SamaritoniFeb 27, 2003 9:36 am 
Crist J. ClarkFeb 27, 2003 3:58 pm 
Jacques A. VidrineFeb 28, 2003 6:01 am 
Duncan Patton a CampbellFeb 28, 2003 5:09 pm 
Jacques A. VidrineMar 1, 2003 6:18 am 
KIMURA YasuhiroMar 3, 2003 7:10 am 
Jacques A. VidrineMar 3, 2003 7:38 am 
Subject:Re: Updated OpenSSL patches
From:Jacques A. Vidrine (nec@FreeBSD.org)
Date:Feb 26, 2003 4:50:13 pm
List:org.freebsd.freebsd-security

On Thu, Feb 27, 2003 at 09:08:33AM +0900, KIMURA Yasuhiro wrote:

"Jacques A. Vidrine" <nec@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

I have to assume that for some reason the scrypto distribution isn't being installed. With a checked out 4.7-RELEASE tree, using your procedure above works as expected.

Do you even have a /usr/src/crypto/openssl directory after your installation?

Cheers,

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