Date: Mon, 18 Jul 2005 22:24:22 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lintux@debian.org Subject: ports/83703: Update port: ftp/axel to 1.0b Message-ID: <20050719012422.1130056B3@corp.grupos.com.br> Resent-Message-ID: <200507190130.j6J1UFDY022976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83703 >Category: ports >Synopsis: Update port: ftp/axel to 1.0b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 01:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Update to 1.0b - Update WWW and MASTER_SITES Removed files: files/patch-conn.c >How-To-Repeat: >Fix: --- axel.patch begins here --- diff -ruN axel.orig/Makefile axel/Makefile --- axel.orig/Makefile Sun Apr 17 22:20:46 2005 +++ axel/Makefile Mon Jul 18 22:19:33 2005 @@ -7,10 +7,10 @@ # PORTNAME= axel -PORTVERSION= 1.0a -PORTREVISION= 4 +PORTVERSION= 1.0b +PORTREVISION= 0 CATEGORIES= ftp -MASTER_SITES= http://www.lintux.cx/downloads/ +MASTER_SITES= http://wilmer.gaast.net/downloads/ MAINTAINER= lintux@debian.org COMMENT= A download accelerator diff -ruN axel.orig/distinfo axel/distinfo --- axel.orig/distinfo Wed Mar 31 01:07:08 2004 +++ axel/distinfo Mon Jul 18 22:19:38 2005 @@ -1,2 +1,2 @@ -MD5 (axel-1.0a.tar.gz) = 2d94c0b36b374834567f1fcec5f89119 -SIZE (axel-1.0a.tar.gz) = 44140 +MD5 (axel-1.0b.tar.gz) = 679da19b47570f7ddff1e7958d5df97f +SIZE (axel-1.0b.tar.gz) = 43293 diff -ruN axel.orig/files/patch-conn.c axel/files/patch-conn.c --- axel.orig/files/patch-conn.c Sun Apr 17 12:12:00 2005 +++ axel/files/patch-conn.c Wed Dec 31 21:00:00 1969 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/ftp/axel/files/patch-conn.c,v 1.3 2005/04/17 15:12:00 naddy Exp $ - ---- 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", diff -ruN axel.orig/pkg-descr axel/pkg-descr --- axel.orig/pkg-descr Mon Dec 24 22:15:24 2001 +++ axel/pkg-descr Mon Jul 18 22:18:55 2005 @@ -2,4 +2,4 @@ server (possibly to different servers). Because of its size it might also be useful as a wget replacement on bootdisks and other small systems. -WWW: http://www.lintux.cx/axel.html +WWW: http://wilmer.gaast.net/main.php/axel.html --- axel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050719012422.1130056B3>