Bug 79591 - [PATCH] security/cryptlib: unbreak and update distinfo
Summary: [PATCH] security/cryptlib: unbreak and update distinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 07:50 UTC by Sam Lawrance
Modified: 2005-04-06 10:48 UTC (History)
0 users

See Also:


Attachments
cryptlib-3.1_1.patch (1.06 KB, patch)
2005-04-06 07:50 UTC, Sam Lawrance
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lawrance 2005-04-06 07:50:05 UTC
Distfile changed. A diff between the contents of the original distfile, found here:
	http://mirror.isp.net.au/ftp/pub/freebsd/distfiles/cl31.zip
and the new one shows that the changes consist of inconsequential whitespace, with one
exception shown below:

:) diff -burN cl31.orig/misc/net_http.c cl31/misc/net_http.c
:) --- cl31.orig/misc/net_http.c	Sat Dec 20 20:15:12 2003
:) +++ cl31/misc/net_http.c	Sat Dec 20 19:15:24 2003
@@ -543,6 +543,7 @@
 					{
 					if( httpErrorStatus != NULL )
 						*httpErrorStatus = 415;
+					lineBuffer[ CRYPT_MAX_TEXTSIZE ] = '\0';
 					retExtStream( stream, CRYPT_ERROR_BADDATA,
 								  "Invalid HTTP content encoding method '%s'",
 								  lineBuffer );
@@ -559,6 +560,7 @@
 					{
 					if( httpErrorStatus != NULL )
 						*httpErrorStatus = 415;
+					lineBuffer[ CRYPT_MAX_TEXTSIZE ] = '\0';
 					retExtStream( stream, CRYPT_ERROR_BADDATA,
 								  "Invalid HTTP content transfer encoding "
 								  "method '%s'", lineBuffer );

PORTREVISION is bumped for this reason.
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2005-04-06 10:48:18 UTC
State Changed
From-To: open->closed

Committed, thanks!