Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 21:30:57 GMT
From:      "Julian Stacey" <jhs@jhs.muc.de>
To:        hackers@freebsd.org
Cc:        jkh@freebsd.org
Subject:   4.3-RELEASE/src/usr.sbin/pkg_install/sign/ needs src/crypto not on CD
Message-ID:  <200106062130.f56LUvT52317@jhs.muc.de>

next in thread | raw e-mail | index | archive | help
4.3-RELEASE/src/usr.sbin/pkg_install/sign/ from cdrom needs to include:
	openssl/err.h openssl/evp.h openssl/objects.h openssl/pem.h
	openssl/rsa.h openssl/sha.h openssl/ssl.h openssl/x509.h
They are not on cdrom src/, But are in src/ from CVS.
	src/crypto/heimdal/lib/roken/err.h
	src/crypto/kerberosIV/lib/roken/err.h
	src/crypto/openssh/rsa.h
	src/crypto/openssl/crypto/err/err.h
	src/crypto/openssl/crypto/evp/evp.h
	src/crypto/openssl/crypto/objects/objects.h
	src/crypto/openssl/crypto/pem/pem.h
	src/crypto/openssl/crypto/rsa/rsa.h
	src/crypto/openssl/crypto/sha/sha.h
	src/crypto/openssl/crypto/x509/x509.h
	src/crypto/openssl/ssl/ssl.h
	src/include/err.h
	src/lib/libmd/sha.h
	src/sys/i386/isa/ic/rsa.h
It compiles OK after:
 (cd ..../src.cvsup ; tar cf - crypto kerberos5 kerberosIV secure ) | tar xf -

Whoever builds BSDI CDs these days (jkh ? cc'd) may want to check the
`munitions stripped' CD src/ versions can compile on binary systems that also
have only a `munition stripped' /usr/include/ ? Hopefully soon all this
stripping for USA Munitions & Patents etc may be history.

An analysis of the content of src/ for 3 versions:
      CD      From the ISO image of the cdrom on ftp.freebsd.org
      CTM     As extracted from a cvs tree built from cvs-cur.7200xEmpty.gz
              + deltas to cvs-cur 7323
      CVSUP   As extracted from a cvs tree built from a cvsup tree 
      For both CTM & CVSUP, the subsequent cvs commands were:
	 cvs -R export -r RELENG_4_3_0_RELEASE src
Result:
  src/ COMPONENT      CD      CTM     CVSUP   COMMENT
  CVS/                1       0       0       5K Entries Repository Root Tag
  crypto/             0       0       1       27 Meg
  kerberos5/          0       1       1       120 K
  kerberosIV/         0       1       1       125 K
  secure/             0       0       1       274 K
  sys/crypto/         1       0       1       236 K
0 = Missing, 1 = In src/

PS Chuck R. is looking at things missing from CTM CVS version of src/,
so need to alert him.

-
Julian Stacey     Unix Consultant - Munich Germany     http://bim.bsn.com/~jhs/
 Ihr Rauchen => mein allergischer Kopfschmerz !  Kau/Schnupftabak probieren !
	Like Linux ?	Then also look at FreeBSD with its 5000+ packages !

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




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