ports/76303: update port: ftp/tftp-hpa from 0.36 up to 0.40

Alex Deiter tiamat at komi.mts.ru
Sun Jan 16 11:00:44 UTC 2005


>Number:         76303
>Category:       ports
>Synopsis:       update port: ftp/tftp-hpa from 0.36 up to 0.40
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 16 11:00:43 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Deiter
>Release:        5.3
>Organization:
MTS Komi
>Environment:
FreeBSD sakura.komi.mts.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 12 20:37:30 MSK 2005     root at sakura.komi.mts.ru:/var/devel/obj/var/devel/src/sys/MTSKOMI  i386
>Description:
tftp-hpa is a BSD derived, portable TFTP server with enough advanced
features (tsize) to support pxelinux and windows remote installation.
>How-To-Repeat:
      
>Fix:
New file: ftp/tftp-hpa/files/patch-tftpd.c
--- tftpd/tftpd.c.orig  Fri Oct 15 17:17:23 2004
+++ tftpd/tftpd.c       Fri Oct 15 17:18:01 2004
@@ -292,7 +292,7 @@
   p = strrchr(argv[0], '/');
   __progname = (p && p[1]) ? p+1 : argv[0];

-  openlog(__progname, LOG_PID|LOG_NDELAY, LOG_DAEMON);
+  openlog(__progname, LOG_PID|LOG_NDELAY, LOG_FTP);

   while ((c = getopt(argc, argv, "cspvVla:B:u:U:r:t:T:m:")) != -1)
     switch (c) {

changed files:

--- ftp/tftp-hpa/Makefile       Sun May 16 04:54:18 2004
+++ mts/tftp-hpa/Makefile       Fri Oct 15 16:30:07 2004
@@ -6,7 +6,7 @@
 #

 PORTNAME=      tftp-hpa
-PORTVERSION=   0.36
+PORTVERSION=   0.40
 CATEGORIES=    ftp
 MASTER_SITES=  ftp://ftp.kernel.org/pub/software/network/tftp/

diff -ur ftp/tftp-hpa/distinfo mts/tftp-hpa/distinfo
--- ftp/tftp-hpa/distinfo       Sun May 16 04:54:18 2004
+++ mts/tftp-hpa/distinfo       Fri Oct 15 16:30:21 2004
@@ -1,2 +1,2 @@
-MD5 (tftp-hpa-0.36.tar.bz2) = d8d69806b5f8ed423fe348dd12f67d2b
-SIZE (tftp-hpa-0.36.tar.bz2) = 75721
+MD5 (tftp-hpa-0.40.tar.bz2) = bfcdd49bf94900e610f2cc937d8980ef
+SIZE (tftp-hpa-0.40.tar.bz2) = 82442

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list