FreeBSD Bugzilla – Attachment 40519 Details for
Bug 63688
Maintainer update: net/mad_fcl to version 0.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.10 KB, created by
Mohacsi Janos
on 2004-03-03 12:00:36 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mohacsi Janos
Created:
2004-03-03 12:00:36 UTC
Size:
2.10 KB
patch
obsolete
>diff -ruN mad_fcl.bak/Makefile mad_fcl/Makefile >--- mad_fcl.bak/Makefile Mon Feb 16 13:49:36 2004 >+++ mad_fcl/Makefile Tue Mar 2 17:23:20 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= mad_fcl >-PORTVERSION= 0.5 >+PORTVERSION= 0.6 > CATEGORIES= net ipv6 > MASTER_SITES= http://www.atm.tut.fi/mad/download/ > DISTNAME= ${PORTNAME}_v${PORTVERSION}_src >diff -ruN mad_fcl.bak/distinfo mad_fcl/distinfo >--- mad_fcl.bak/distinfo Mon Feb 16 13:49:36 2004 >+++ mad_fcl/distinfo Tue Mar 2 19:03:59 2004 >@@ -1,2 +1,2 @@ >-MD5 (mad_fcl_v0.5_src.tar.gz) = 02fd60b5d60aa3fd41dd85bd443ec1f9 >-SIZE (mad_fcl_v0.5_src.tar.gz) = 96072 >+MD5 (mad_fcl_v0.6_src.tar.gz) = 3a6aa16450a2e38b5bb3f6a02df11915 >+SIZE (mad_fcl_v0.6_src.tar.gz) = 103261 >diff -ruN mad_fcl.bak/files/patch-flute::fdt.c mad_fcl/files/patch-flute::fdt.c >--- mad_fcl.bak/files/patch-flute::fdt.c Mon Feb 16 13:49:37 2004 >+++ mad_fcl/files/patch-flute::fdt.c Wed Mar 3 12:50:15 2004 >@@ -1,23 +1,24 @@ >---- flute/fdt.c.orig Fri Feb 13 15:58:54 2004 >-+++ flute/fdt.c Fri Feb 13 15:58:54 2004 >-@@ -113,14 +113,14 @@ >- #ifdef WIN32 >- file->file_len = _atoi64(*(++atts)); >- #else >-- file->file_len = atoll(*(++atts)); >-+ file->file_len = strtoll(*(++atts), NULL, 10); >+--- flute/fdt.c.orig Wed Mar 3 12:48:53 2004 >++++ flute/fdt.c Wed Mar 3 12:49:38 2004 >+@@ -114,7 +114,7 @@ >+ #ifdef WIN32 >+ file->file_len = _atoi64(*(++atts)); >+ #else >+- file->file_len = atoll(*(++atts)); >++ file->file_len = strtoll(*(++atts), NULL, 10); > #endif >- } >- else if(!strcmp(*atts, "Transfer-Length")) { >+ if(file->toi_len == 0) { >+ file->toi_len = file->file_len; >+@@ -125,7 +125,7 @@ > #ifdef WIN32 > file->toi_len = _atoi64(*(++atts)); > #else > - file->toi_len = atoll(*(++atts)); >-+ file->toi_len = strtoll(*(++atts),NULL, 10); >++ file->toi_len = strtoll(*(++atts), NULL, 10); > #endif > } > else if(!strcmp(*atts, "Content-Type")) { >-@@ -179,7 +179,7 @@ >+@@ -184,7 +184,7 @@ > #ifdef WIN32 > fdt->expires = _atoi64(*(++atts)); > #else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 63688
: 40519