Bug 76303 - update port: ftp/tftp-hpa from 0.36 up to 0.40
Summary: update port: ftp/tftp-hpa from 0.36 up to 0.40
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 11:00 UTC by Alex Deiter
Modified: 2005-01-17 18:57 UTC (History)
0 users

See Also:


Attachments
file.diff (192 bytes, patch)
2005-01-16 11:00 UTC, Alex Deiter
no flags Details | Diff
file.diff (132 bytes, patch)
2005-01-16 11:00 UTC, Alex Deiter
no flags Details | Diff
file.diff (386 bytes, patch)
2005-01-16 11:00 UTC, Alex Deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Deiter 2005-01-16 11:00:43 UTC
tftp-hpa is a BSD derived, portable TFTP server with enough advanced
features (tsize) to support pxelinux and windows remote installation.

Fix: New file: ftp/tftp-hpa/files/patch-tftpd.c
-  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:

PORTNAME=      tftp-hpa
-PORTVERSION=   0.36
+PORTVERSION=   0.40
 CATEGORIES=    ftp
 MASTER_SITES=  ftp://ftp.kernel.org/pub/software/network/tftp/
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-01-17 06:21:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer.
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2005-01-17 18:56:47 UTC
State Changed
From-To: open->closed

Committed.  Thanks!