Bug 27637

Summary: CTM delta generation broken for crypto stuff
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: confAssignee: ctm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description Andre Albsmeier 2001-05-25 14:10:01 UTC
All src-4 and src-cur files generated since the 'big CTM issue' in 
March don't contain updates for files in /usr/src/crypto or
/usr/src/secure.

Fix: 

Fix CTM delta generation.
How-To-Repeat: 
Build a src tree from src-4 or src-cur files. Check the files
in /usr/src/crypto or /usr/src/secure against their CVS counterparts.


Examples for src-cur:

/usr/src/secure/lib/libcipher/Makefile
/usr/src/crypto/telnet/telnet/sys_bsd.c


Examples for src-4:

/usr/src/secure/lib/libcrypt/Makefile
/usr/src/crypto/telnet/telnet/sys_bsd.c
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2001-05-25 15:18:16 UTC
Responsible Changed
From-To: freebsd-bugs->ctm

Over to ctm maintainer.
Comment 2 Kris Kennaway 2001-05-27 00:24:01 UTC
On Fri, May 25, 2001 at 03:00:44PM +0200, Andre Albsmeier wrote:

> >Description:
> 
> All src-4 and src-cur files generated since the 'big CTM issue' in 
> March don't contain updates for files in /usr/src/crypto or
> /usr/src/secure.


I thought the crypto and secure updates were contained in a separate
CTM stream.

Kris
Comment 3 Andre Albsmeier 2001-05-27 08:35:31 UTC
On Sat, 26-May-2001 at 16:24:01 -0700, Kris Kennaway wrote:
> On Fri, May 25, 2001 at 03:00:44PM +0200, Andre Albsmeier wrote:
> 
> > >Description:
> > 
> > All src-4 and src-cur files generated since the 'big CTM issue' in 
> > March don't contain updates for files in /usr/src/crypto or
> > /usr/src/secure.
> 
> I thought the crypto and secure updates were contained in a separate
> CTM stream.

This has been so until the U.S. laws allowed to include them. You
can easily verify that by looking at src-4.0152.gz. This was
the moment when crypto and secure where included within the
CTM tree.

They were updated since then until the CTM failure in march.

	-Andre
Comment 4 Andre Albsmeier 2001-05-29 18:17:06 UTC
I think this PR can be closed since newly generated deltas
contained updates for the crypto stuff.

Thanks a lot to whoever fixed it so quickly!

	-Andre
Comment 5 Andre Albsmeier 2001-05-29 19:51:58 UTC
This PR can be closed.

Another followup so phk can grep it :-)

	-Andre
Comment 6 Warner Losh freebsd_committer freebsd_triage 2001-06-15 21:39:22 UTC
State Changed
From-To: open->closed

It appears that this ahs been resovled.