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.
State Changed From-To: open->closed Committed, thanks!