Commit Graph

53 Commits

Author SHA1 Message Date
landry
54066adc97 Rename 'Reference NTP' rc script to xntpd to avoid conflict with the
basesystem's ntpd rc script. Adjust PLIST and bump.
Previous diff looked ok to aja@, rename to xntpd instead of isc_ntpd
prodded by naddy@.
2011-07-11 17:43:14 +00:00
ajacoutot
70ac96c395 rc_scripts -> pkg_scripts 2011-07-08 02:14:58 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
ajacoutot
8aecbc8dd1 Fix crazy indent. 2010-11-10 23:37:32 +00:00
jasper
a409254459 - switch to pkg-readmes
- add an rc script

looks good to sthen@
2010-11-10 21:21:26 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
naddy
1f6f6d3a51 update to 4.2.6p2, which incorporates most of our patches 2010-07-10 19:48:32 +00:00
naddy
87b33f29ca update to 4.2.6p1 and remove a lot of cruft 2010-07-03 02:49:43 +00:00
naddy
f31431be18 SECURITY:
Fix a DoS attack from certain NTP mode 7 packets.  If an attacker
spoofed a source address, ntpd hosts could be made to endlessly
send responses to each other or to themselves.  CVE-2009-3563.
2010-01-20 20:43:59 +00:00
naddy
18b76430e6 SECURITY update to 4.2.4p7:
Fix remote exploit if autokey is enabled (CVE-2009-1252).
2009-05-23 16:32:29 +00:00
naddy
8150ccb354 Security:
Prevent a buffer overflow in ntpq.  (CVE-2009-0159)
From upstream via FreeBSD.
2009-04-20 15:32:38 +00:00
naddy
36f67b8060 properly substitute paths in README.OpenBSD 2009-02-11 19:36:27 +00:00
naddy
51543f59bd Update to 4.2.4p6.
Kill the multi-packaging.  xntpd is useless without documentation and
if you want a simple NTP server on a tiny machine, use OpenNTPD.
2009-01-27 10:21:38 +00:00
naddy
f954712cb7 update to 4.2.4p5; based on a submission by Wim Lewis <wiml@hhhh.org> 2009-01-26 23:26:02 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
ajacoutot
051d194d03 - it's -> its
from Alex J. Avriette <avriette at gmail dot com>
2007-09-17 17:20:44 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
steven
dd03bc9488 new MULTI_PACKAGES 2006-11-24 21:23:19 +00:00
sturm
3fcc829ef4 SECURITY:
fix gid confusion when starting ntpd with -u groupname
CAN-2005-2496
2006-01-24 19:58:58 +00:00
danh
047cf81c04 update to the latest stable tarball, ntp-stable-4.2.0a-20050303 2005-03-08 04:16:42 +00:00
alek
35bd1e3919 Fix WANTLIB marker 2005-02-26 12:34:22 +00:00
alek
2344f6d18c Add WANTLIB markers 2004-12-16 00:31:20 +00:00
danh
b4a0c18cb7 enable PARSE clocks; suggested by Matthias Kilian <kili@outback.escape.de> 2004-08-02 16:56:12 +00:00
danh
049061d48a - shorten MESSAGE.
- add a README.OpenBSD file describing how to start ntpd.
- @dirrm -> dir/
2004-07-27 14:39:31 +00:00
danh
3ef8ad64f5 resolve conflicts from last import 2004-06-05 04:54:53 +00:00
danh
930cb22e5b resolve conflict from last import and remove files that are no longer
needed.
2003-02-23 21:32:41 +00:00
danh
2e35b91ddb - fix an off by one in ntpd/ntp_config.c
- bump package patch level

From cloder@, poked by brad@
2002-11-19 16:49:03 +00:00
naddy
1884e35fb5 Fix install by not triggering a secondary configure run.
Problem reported by J.A. Neitzel <jneitzel@sdf.lonestar.org>,
analyzed by danh@, this fix from me.
2002-10-01 12:23:42 +00:00
danh
44809833d7 these are not likely to change anytime soon, so drop NEED_VERSION now 2002-09-12 16:41:26 +00:00
danh
14121480b5 kernel support for NTP has been dropped; from nordin@
- bump package patch level
- remove ntptime from package list
2002-07-08 14:48:14 +00:00
danh
92f673c891 use getifaddrs/freeifaddrs if available
based on suggestion and patches from millert@
2002-05-11 20:58:14 +00:00
danh
7a84297a59 update to ntp 4.1.72
- no longer need patches for RAND_file_name; it was fixed in -current
2001-12-20 21:07:21 +00:00
danh
7a9200a729 bump NEED_VERSION 2001-12-20 15:12:11 +00:00
danh
ff3fdbc687 * bump patch level of ntp package
* check return of RAND_file_name better; allows ntp-genkeys to continue
  if a seed file is not found.
* regen configure patch
* quote package comments
* files/md5 -> distinfo
2001-12-20 06:14:15 +00:00
jakob
9aa4191b9f quick fix for sbin/genkeys that should really be installed as sbin/ntp-genkeys (confirmed by mills@udel.edu) 2001-10-04 20:44:45 +00:00
danh
b8a08d0c65 update to ntp 4.1.71; work and patches provided by jakob@ 2001-10-03 19:52:52 +00:00
danh
cade31876e update to ntp 4.1.0 2001-08-10 19:08:51 +00:00
danh
76bfcd7a0a update to version 4.0.99k23 2001-04-19 14:51:27 +00:00
brad
bb6427b855 bump PKGNAME after security fix. 2001-04-06 14:31:23 +00:00
danh
bb1525b92f better fix 2001-04-06 13:40:17 +00:00
danh
9532303056 keep BROKEN for now 2001-04-05 14:16:16 +00:00
danh
1569bd5bde pull in security patch from FreeBSD 2001-04-05 13:56:54 +00:00
espie
93a10de944 Ouch 2001-04-05 11:58:05 +00:00
espie
63eb6b8aea Simplify 2001-03-16 16:35:19 +00:00
brad
55ff8f58d7 add another much-needed dist site. 2001-02-13 20:50:30 +00:00
danh
8305dfea04 fix typo in MASTER_SITES; reported by <kwesterback@home.com> 2001-02-11 06:16:33 +00:00
danh
15b28856d5 split version into a different variable; patch from jakob@ 2001-02-08 14:01:17 +00:00