FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 6:20 AM GMT
Port details
openntpd 4.6_1,2 net on this many watch lists=44 search for ports that depend on this port
OpenBSD's Network Time Protocol daemon
Maintained by: naddy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Jul 2004 17:20:47
License: not specified in port
OpenBSD's ntpd.

The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305.  It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.

WWW: http://www.openntpd.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/net/openntpd/ && make install clean
To add the package: pkg_add -r openntpd


Configuration Options
     No options to configure

Master Sites:
http://anga.funkfeuer.at/ftp/pub/OpenBSD/OpenNTPD/
http://spargel.kd85.com/ftp/pub/OpenBSD/OpenNTPD/
http://ftp.eu.openbsd.org/pub/OpenBSD/OpenNTPD/
http://obsd.cec.mtu.edu/pub/OpenBSD/OpenNTPD/
ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/
ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenNTPD/
ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenNTPD/
ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenNTPD/
ftp://rt.fm/pub/OpenBSD/OpenNTPD/
http://ftp.heanet.ie/pub/OpenBSD/OpenNTPD/
http://ftp.belnet.be/packages/openbsd/OpenNTPD/
http://mirror.public-internet.co.uk/ftp/OpenBSD/OpenNTPD/
http://mirror.pacific.net.au/OpenBSD/OpenNTPD/
http://ftp.openbsd.dk/pub/OpenBSD/OpenNTPD/
http://ftp.estpak.ee/pub/OpenBSD/OpenNTPD/
http://mirror.internode.on.net/pub/OpenBSD/OpenNTPD/
http://ftp.chg.ru/pub/OpenBSD/OpenNTPD/
http://ftp.arcane-networks.fr/pub/OpenBSD/OpenNTPD/
http://ftp.netbsd.se/OpenBSD/OpenNTPD/
http://openbsd.cs.pu.edu.tw/OpenNTPD/
http://ftp.wu-wien.ac.at/pub/OpenBSD/OpenNTPD/
http://www.mirrorservice.org/pub/OpenBSD/OpenNTPD/
http://mirror.switch.ch/ftp/pub/OpenBSD/OpenNTPD/
http://ftp.jaist.ac.jp/pub/OpenBSD/OpenNTPD/
http://ftp.cc.uoc.gr/mirrors/OpenBSD/OpenNTPD/
http://mirror.hostfuss.com/pub/OpenBSD/OpenNTPD/
http://ivete.fis.unb.br/mirror/OpenBSD/OpenNTPD/
ftp://ftp.stacken.kth.se/pub/OpenBSD/OpenNTPD/
ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenNTPD/
ftp://ftp.freebsdchina.org/pub/OpenBSD/OpenNTPD/
ftp://ftp.dkuug.dk/pub/OpenBSD/OpenNTPD/
ftp://ftp.jyu.fi/pub/OpenBSD/OpenNTPD/
ftp://ftp.irisa.fr/pub/OpenBSD/OpenNTPD/
ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/OpenNTPD/
ftp://mirror.roothell.org/pub/OpenBSD/OpenNTPD/
ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/OpenNTPD/
ftp://ftp.inet.no/pub/OpenBSD/OpenNTPD/
ftp://ftp.nluug.nl/pub/OpenBSD/OpenNTPD/
ftp://ftp.gamma.ru/pub/OpenBSD/OpenNTPD/
ftp://ftp.rediris.es/pub/OpenBSD/OpenNTPD/
ftp://ftp.su.se/pub/OpenBSD/OpenNTPD/
ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/OpenNTPD/
ftp://mirror.iawnet.sandia.gov/pub/OpenBSD/OpenNTPD/
ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenNTPD/
ftp://openbsd.mirrors.tds.net/pub/OpenBSD/OpenNTPD/
http://mirrors.nic.funet.fi/pub/OpenBSD/OpenNTPD/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 29

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  4.6_1,2
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
20 Mar 2011 12:54:45
Original commit files touched by this commit  4.6_1,2
miwi search for other commits by this committer
- Get Rid MD5 support
16 May 2010 20:05:01
Original commit files touched by this commit  4.6_1,2
naddy search for other commits by this committer
Don't build arc4random_uniform() if provided by libc.

Reported by:    no@spam@mgedv.net
27 Mar 2010 00:15:24
Original commit files touched by this commit  4.6_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
16 Mar 2010 18:08:11
Original commit files touched by this commit  4.6_1,2
naddy search for other commits by this committer
clean up rc script
24 Nov 2009 14:55:52
Original commit files touched by this commit  4.6,2
naddy search for other commits by this committer
Update to 4.6:
* DNS queries are delegated to a dedicated child process.
* The -v option will log all time adjustments.
18 Sep 2009 15:24:01
Original commit files touched by this commit  4.4_1,2
naddy search for other commits by this committer
convert to USERS/GROUPS

Feature safe:   yes
03 Aug 2009 13:58:59
Original commit files touched by this commit  4.4,2
naddy search for other commits by this committer
Major update to 4.4.  Frequency correction is now supported.
25 Mar 2009 16:24:14
Original commit files touched by this commit  3.9p1_2,2
naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
02 Oct 2007 17:06:05
Original commit files touched by this commit  3.9p1_2,2
naddy search for other commits by this committer
Use new style of startup script install.

PR:             116772
Submitted by:   Alexander Logvinov <ports@logvinov.com>
08 Jul 2007 15:05:27
Original commit files touched by this commit  3.9p1_1,2
naddy search for other commits by this committer
Use LOG_NTP syslog facility.

PR:             114191
Submitted by:   Robert Archer <freebsd@deathbeforedecaf.net>
14 May 2006 19:14:35
Original commit files touched by this commit  3.9p1,2
naddy search for other commits by this committer
Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).
11 May 2006 22:49:56
Original commit files touched by this commit  3.7p1,2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
20 Feb 2006 20:47:50
Original commit files touched by this commit  3.7p1,2
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
22 Jan 2006 21:24:05
Original commit files touched by this commit  3.7p1,2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
05 Jun 2005 14:17:32
Original commit files touched by this commit  3.7p1,2
naddy search for other commits by this committer
Update to 3.7p1.  No major changes, but lots of small ones.
09 Jan 2005 22:35:59
Original commit files touched by this commit  3.6.1p1_1,2
naddy search for other commits by this committer
Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.
Adapted from the equivalent text in the OpenBSD man page which has been
removed from the portable version.

Requested by:   Don Sullivan <sullivan@gaia.arc.nasa.gov>
10 Dec 2004 22:15:48
Original commit files touched by this commit  3.6.1p1,2
naddy search for other commits by this committer
Bump PORTEPOCH to keep version number from going backward.
10 Dec 2004 17:05:46
Original commit files touched by this commit  3.6.1p1,1
naddy search for other commits by this committer
Update to 3.6.1p1.  Many enhancements, among these:
* -s option to set the time immediately at startup if the local
  clock is off by more than 180 seconds.
* Adjustments smaller than 128ms are no longer logged.
02 Nov 2004 23:58:18
Original commit files touched by this commit  3.6p1,1
naddy search for other commits by this committer
Update to 3.6, the first formal release.
12 Oct 2004 14:33:06
Original commit files touched by this commit  20040824p
naddy search for other commits by this committer
Update to release 20040824p.
14 Aug 2004 17:06:01
Original commit files touched by this commit  20040719p
krion search for other commits by this committer
Fix plist.
27 Jul 2004 16:40:54
Original commit files touched by this commit  20040719p
naddy search for other commits by this committer
Update to 20040719p: improved query interval scaling.
18 Jul 2004 15:42:15
Original commit files touched by this commit  20040718p
naddy search for other commits by this committer
(1)
Update to 20040718p.  Changes in this release:
- Ignore obviously malformed queries.
- Respond to client queries with better server statistics.

(2)
Fix configuration file location in man pages.

PR:             69233
Submitted by:   edwin   (2)
15 Jul 2004 14:54:55
Original commit files touched by this commit  20040714p
naddy search for other commits by this committer
Update to 20040714.  No significant changes.
13 Jul 2004 13:52:57
Original commit files touched by this commit  20040713p
naddy search for other commits by this committer
Update to the release du jour, now with datestamp version numbering.
12 Jul 2004 12:35:48
Original commit files touched by this commit  0.2p1
naddy search for other commits by this committer
Kludge for missing IOV_MAX on 4.x.
12 Jul 2004 00:14:16
Original commit files touched by this commit  0.2p1
naddy search for other commits by this committer
* Add mirror site.
* Fix typo.

Submitted by:   Darren Tucker <dtucker@zip.com.au>
11 Jul 2004 17:18:24
Original commit files touched by this commit  0.2p1
naddy search for other commits by this committer
Initial import of openntpd (OpenBSD's ntpd, portable version).

The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305.  It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.

Number of commits found: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.198 seconds.