ports/68713: ports/ftp/puf -> 0.93.3

Jason Harris jharris at widomaker.com
Mon Jul 5 22:40:24 UTC 2004


>Number:         68713
>Category:       ports
>Synopsis:       ports/ftp/puf -> 0.93.3
>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:   Mon Jul 05 22:40:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none here
>Environment:
System: FreeBSD 4.3-RELEASE i386

>Description:

	update ports/ftp/puf from 0.93.2a to 0.93.3
	CATEGORIES += www
	assume maintainership
>How-To-Repeat:

	NB:  CVS-remove files/patch-hostlist.c
	NB:  remove files/*.orig before committing
	apply patch below
>Fix:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

? files
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/puf/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	5 Feb 2004 20:37:10 -0000	1.11
+++ Makefile	5 Jul 2004 22:16:48 -0000
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	puf
-PORTVERSION=	0.93.2a
-CATEGORIES=	ftp
+PORTVERSION=	0.93.3
+CATEGORIES=	ftp www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	jharris at widomaker.com
 COMMENT=	A parallel HTTP downloader similar to wget
 
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/puf/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	29 Jan 2004 07:23:46 -0000	1.10
+++ distinfo	5 Jul 2004 22:16:48 -0000
@@ -1,2 +1,5 @@
-MD5 (puf-0.93.2a.tar.gz) = 98be46a7c2717919df73479fce53d547
-SIZE (puf-0.93.2a.tar.gz) = 113073
+MD5 (puf-0.93.3.tar.gz) = 74134692a986a8df8b5bbb1ad4a13e0a
+SHA1 (puf-0.93.3.tar.gz) = 890e107d01ba2056e3759f9b8e74a2fcd74adccd
+RMD160 (puf-0.93.3.tar.gz) = 3423d883af3ecda4b880a5263b690f93cb44a83d
+SHA256 (puf-0.93.3.tar.gz) = 9273e9c6fdee827ab504bb7e598df5ea367d5c8b7f7621d871af35740b078fd8
+SIZE (puf-0.93.3.tar.gz) = 139544
--- /dev/null	Mon Jul  5 17:53:25 2004
+++ files/patch-src-fetch.c	Mon Jul  5 16:15:28 2004
@@ -0,0 +1,16 @@
+Index: src/fetch.c
+===================================================================
+RCS file: /cvsroot/puf/puf/src/fetch.c,v
+retrieving revision 1.29
+retrieving revision 1.30
+diff -u -r1.29 -r1.30
+--- src/fetch.c	1 Jul 2004 13:43:29 -0000	1.29
++++ src/fetch.c	5 Jul 2004 07:41:29 -0000	1.30
+@@ -200,6 +200,7 @@
+     signal(SIGINT, sigint);
+     signal(SIGTERM, sigterm);
+     signal(SIGALRM, sigalrm);
++    signal(SIGPIPE, SIG_IGN);
+ 
+     alarm(max_time);
+ 
--- /dev/null	Mon Jul  5 17:53:25 2004
+++ files/patch-src-hostlist.c	Mon Jul  5 16:18:27 2004
@@ -0,0 +1,26 @@
+Index: src/hostlist.c
+===================================================================
+RCS file: /cvsroot/puf/puf/src/hostlist.c,v
+retrieving revision 1.15
+retrieving revision 1.16
+diff -u -r1.15 -r1.16
+--- src/hostlist.c	22 Jun 2004 09:26:55 -0000	1.15
++++ src/hostlist.c	5 Jul 2004 07:41:29 -0000	1.16
+@@ -103,7 +103,7 @@
+ {
+     int l = strlen(proc->whost->host->name) + 1;
+     dbg(DNS, ("starting dns lookup, helper %d\n", proc->pid));
+-    if (send(proc->fd, proc->whost->host->name, l, MSG_NOSIGNAL) != l) {
++    if (send(proc->fd, proc->whost->host->name, l, 0) != l) {
+ 	prx(ERR, "cannot talk to DNS helper!\n");
+ 	return 0;
+     }
+@@ -121,7 +121,7 @@
+     u_char buf[1024];
+ 
+     dbg(DNS, ("finishing dns lookup, helper %d\n", proc->pid));
+-    if (recv(proc->fd, buf, sizeof(buf), MSG_NOSIGNAL) < (int)sizeof(int)) {
++    if (recv(proc->fd, buf, sizeof(buf), 0) < (int)sizeof(int)) {
+ 	prx(ERR, "cannot talk to DNS helper!\n");
+ 	return 0;
+     }
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA6dXrSypIl9OdoOMRAhzUAJ4tYCAwTQSdz7DXEni9R0O6uNf2VACgxcVu
evEGZficaS5gXJbhCpJ+7No=
=mVSR
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list