View | Details | Raw Unified | Return to bug 83703
Collapse All | Expand All

(-)axel/Makefile (-3 / +3 lines)
Lines 7-16 Link Here
7
#
7
#
8
8
9
PORTNAME=	axel
9
PORTNAME=	axel
10
PORTVERSION=	1.0a
10
PORTVERSION=	1.0b
11
PORTREVISION=	4
11
PORTREVISION=	0
12
CATEGORIES=	ftp
12
CATEGORIES=	ftp
13
MASTER_SITES=	http://www.lintux.cx/downloads/
13
MASTER_SITES=	http://wilmer.gaast.net/downloads/
14
14
15
MAINTAINER=	lintux@debian.org
15
MAINTAINER=	lintux@debian.org
16
COMMENT=	A download accelerator
16
COMMENT=	A download accelerator
(-)axel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (axel-1.0a.tar.gz) = 2d94c0b36b374834567f1fcec5f89119
1
MD5 (axel-1.0b.tar.gz) = 679da19b47570f7ddff1e7958d5df97f
2
SIZE (axel-1.0a.tar.gz) = 44140
2
SIZE (axel-1.0b.tar.gz) = 43293
(-)axel/files/patch-conn.c (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/ftp/axel/files/patch-conn.c,v 1.3 2005/04/17 15:12:00 naddy Exp $
3
4
--- conn.c.orig
5
+++ conn.c
6
@@ -321,7 +321,7 @@
7
 				break;
8
 			if( ( t = http_header( conn->http, "location:" ) ) == NULL )
9
 				return( 0 );
10
-			sscanf( t, "%s", s );
11
+			sscanf( t, "%255s", s );
12
 			if( strstr( s, "://" ) == NULL)
13
 			{
14
 				sprintf( conn->http->headers, "%s%s",
(-)axel/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
server (possibly to different servers). Because of its size it might also
2
server (possibly to different servers). Because of its size it might also
3
be useful as a wget replacement on bootdisks and other small systems.
3
be useful as a wget replacement on bootdisks and other small systems.
4
4
5
WWW: http://www.lintux.cx/axel.html
5
WWW: http://wilmer.gaast.net/main.php/axel.html

Return to bug 83703