aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/axel/files
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-20 12:42:02 +0800
committernovel <novel@FreeBSD.org>2005-07-20 12:42:02 +0800
commitf78a1f775ca5339454164e336105cce0b369045a (patch)
tree29c85015a1d5344f731a451b171871da0c43de61 /ftp/axel/files
parent6a7c91d4c9abf0a3884ceab911b65b6a8db313d3 (diff)
downloadfreebsd-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.c14
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",