diff options
author | novel <novel@FreeBSD.org> | 2005-07-20 12:42:02 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-20 12:42:02 +0800 |
commit | f78a1f775ca5339454164e336105cce0b369045a (patch) | |
tree | 29c85015a1d5344f731a451b171871da0c43de61 /ftp/axel/files | |
parent | 6a7c91d4c9abf0a3884ceab911b65b6a8db313d3 (diff) | |
download | freebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.tar.gz freebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.tar.zst freebsd-ports-gnome-f78a1f775ca5339454164e336105cce0b369045a.zip |
- Update to 1.0b
- Update WWW and MASTER_SITES
- Reset maintainership to ports@ by maintainer request
PR: 83703
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: Wilmer van der Gaast (former maintainer)
Diffstat (limited to 'ftp/axel/files')
-rw-r--r-- | ftp/axel/files/patch-conn.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ftp/axel/files/patch-conn.c b/ftp/axel/files/patch-conn.c deleted file mode 100644 index b5d73713eb4f..000000000000 --- a/ftp/axel/files/patch-conn.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- conn.c.orig -+++ conn.c -@@ -321,7 +321,7 @@ - break; - if( ( t = http_header( conn->http, "location:" ) ) == NULL ) - return( 0 ); -- sscanf( t, "%s", s ); -+ sscanf( t, "%255s", s ); - if( strstr( s, "://" ) == NULL) - { - sprintf( conn->http->headers, "%s%s", |