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:KIMURA Yasuhiro (ya@utahime.org)
Date:Feb 25, 2003 6:30:20 am
List:org.freebsd.freebsd-security

"Jacques A. Vidrine" <nec@FreeBSD.ORG> wrote:

I've put updated patches on ftp-master -- they should reach mirrors in a few hours.

I applied this new patch to the new 4.7R source tree (which means, removed old tree, extraced from install median and applied all preceding patches) and 2 rejections still happend.

sugar# pwd /usr/src sugar# zcat /tmp/security-fixes/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 sugar#

But these rejections are strange because new patch doesn't modify either /usr/src/README or /usr/src/Makefile at all.

sugar# cat README.rej *************** *** 1,7 ****

! OpenSSL 0.9.6g 9 August 2002

! Copyright (c) 1998-2002 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved.

--- 1,7 ----

! OpenSSL 0.9.6i Feb 19 2003

! Copyright (c) 1998-2003 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved.

sugar#

It seems this modification should be applied to /usr/src/crypto/openssl/README and

sugar# cat Makefile.rej *************** *** 35,42 **** MAINTAINER= kris

# base sources ! SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c
mem_dbg.c \ ! tmdiff.c uid.c

# asn1

--- 35,42 ---- MAINTAINER= kris

# base sources ! SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c
mem_clr.c \ ! mem_dbg.c tmdiff.c uid.c

# asn1

sugar#

this should be applied to /usr/src/secure/lib/libcrypto/Makefile.

So I'm afraid the bug of "patch" command might be revealed by this patch. Does anybody succeed to apply new patch?

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