Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 00:58:25 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        david@students.ncl-coll.ac.uk
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: kernel compile errors
Message-ID:  <2b24847704e2ba745cc13bc1f93d1a1f@xcllnt.net>
In-Reply-To: <200506130844.29103.david@students.ncl-coll.ac.uk>
References:  <200506101052.39004.david@students.ncl-coll.ac.uk> <200506111123.08638.david@students.ncl-coll.ac.uk> <b35637a8091da3eeddd3003af3b216d7@xcllnt.net> <200506130844.29103.david@students.ncl-coll.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 13, 2005, at 12:44 AM, David wrote:

> I'm following  RELENG_5_4 via cvsup - how long before I can receive 
> your
> fixes?  Did you commit them to 5_4-RELEASE?

I committed to 5-stable. The 5.4-release branch is for security fixes
only, so I won't be committing on that branch. The following minimal
change should make it work for you on alpha and RELENG_5_4:

Index: files
===================================================================
RCS file: /home/ncvs/src/sys/conf/files,v
retrieving revision 1.943.2.19
diff -u -r1.943.2.19 files
--- files	27 May 2005 11:58:00 -0000	1.943.2.19
+++ files	12 Jun 2005 00:55:36 -0000
@@ -244,7 +244,9 @@
  crypto/blowfish/bf_skey.c	optional ipsec ipsec_esp
  crypto/cast128/cast128.c	optional ipsec ipsec_esp
  crypto/des/des_ecb.c	optional ipsec ipsec_esp
+crypto/des/des_ecb.c		optional netsmbcrypto
  crypto/des/des_setkey.c	optional ipsec ipsec_esp
+crypto/des/des_setkey.c		optional netsmbcrypto
  crypto/rijndael/rijndael-alg-fst.c	optional ipsec
  crypto/rijndael/rijndael-api.c	optional ipsec
  opencrypto/rmd160.c	optional ipsec
Index: files.alpha
===================================================================
RCS file: /home/ncvs/src/sys/conf/files.alpha,v
retrieving revision 1.114
diff -u -r1.114 files.alpha
--- files.alpha	1 Aug 2004 11:40:51 -0000	1.114
+++ files.alpha	12 Jun 2005 00:37:23 -0000
@@ -161,10 +161,11 @@
  compat/linux/linux_sysctl.c	optional	compat_linux
  compat/linux/linux_stats.c	optional	compat_linux
  compat/linux/linux_util.c	optional	compat_linux
-crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
-crypto/des/des_enc.c		optional	ipsec ipsec_esp
  crypto/blowfish/bf_enc.c	optional	crypto
+crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
  crypto/des/des_enc.c		optional	crypto
+crypto/des/des_enc.c		optional	ipsec ipsec_esp
+crypto/des/des_enc.c		optional	netsmbcrypto
  dev/advansys/adv_isa.c		optional	adv isa
  dev/aic/aic_isa.c		optional	aic isa
  dev/dec/mcclock.c		optional	mcclock

-- 
  Marcel Moolenaar         USPA: A-39004          marcel@xcllnt.net




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