Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2000 20:12:22 +0900
From:      Makoto MATSUSHITA <matusita@jp.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/20311: src/release/Makefile: broken CHECKSUM.MD5
Message-ID:  <20000731201222N.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

>Number:         20311
>Category:       bin
>Synopsis:       src/release/Makefile: broken CHECKSUM.MD5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 04:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Makoto MATSUSHITA
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group
>Environment:

	Recent 4-stable/-current

>Description:

	target 'release.7' of src/release/Makefile does make a source
	distributions such as src/sbase.* etc.

	This target does
		- Create tarball for earch src/* directory
		- Do additional tarball listed in EXTRA_SRC
		- Move crypto-related source to ../crypto

	... but all MD5 signature of src/scrypto.* (and crypto-related
	source file chunks) are still in src/CHECKSUM.MD5.

	Moreover, crypto/CHECKSUM.MD5 have only *krb5* checksums.

>How-To-Repeat:

	Do 'make buildworld' and see the results.

>Fix:
	
	CHECKSUM.MD5 should be created *after* all distributions are
	placed as it is.

	An example to fix:
		- stop creating CHECKSUM.MD5 in 'doTARBALL' target
		- creating CHECKSUM.MD5 in the end of 'release.7'



>Release-Note:
>Audit-Trail:
>Unformatted:


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




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