lp:debian/wheezy/ntp

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/wheezy/ntp
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

18. By Kurt Roeckx

* Fix CVE-2015-1798 and CVE-2015-1799 (Closes: #782095)
* Fix endless loop and non-random key generation using
  ntp-keygen on big endian machines.

17. By Florian Weimer

* Apply patches from the Red Hat security update:
  + ntp-4.2.6p5-cve-2014-9293.patch
  + ntp-4.2.6p5-cve-2014-9294.patch
  + ntp-4.2.6p5-cve-2014-9295.patch
  + ntp-4.2.6p5-cve-2014-9296.patch

16. By Peter Eisentraut

Re-enable crypto support by pointing openssl libdir to multiarch dir.
Also increase libssl-dev build dependency to the first multiarch
version. (closes: #670662)

15. By Peter Eisentraut

* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

14. By Peter Eisentraut

Update format-security.patch to include kfreebsd-specific fixes
(closes: #653771)

13. By Peter Eisentraut

* Use architecture wildcard for libcap2-dev build dependency, removing
  type-handing dependency (closes: #528440, #587871)
* Updated standards version
* Get build flags from dpkg-buildflags, and fix the resulting
  -Wformat-security errors using patch from Colin Watson (closes:
  #542721, #627403)
* Add -Wl,--as-needed to LDFLAGS, which drops the dependency of ntpdate
  on libcap2
* Add sntp-manpage.patch to fix some errors in sntp man page pointed out
  by lintian
* Re-remove tickadj. The previous method of achieving this by tweaking
  configure cache variables apparently broke at some point, so this time
  do it more directly.
* Explicitly disable building ntpsnmpd and remove man page (closes:
  #608542; see also #622819)
* ntpdate-debian: Improve parsing of ntp.conf (closes: #606349)
* Add descriptions of -4/-6 options to ntpd man page (closes: #613349)
* Update options list on ntptrace man page to match reality (closes:
  #593417)
* Add build-arch and build-indep debian/rules targets, per lintian
* Create ntp user and group separately, to handle the case where the
  user already exists but not the group (closes: #624275)
* Don't ignore errors from adduser. If the system user or group already
  exist, this is ignored anyway. Anything else we want to know about.
* Generalize ntp.cron.daily to cover all possible filegen stats files
  (closes: #644120)

12. By Kurt Roeckx

* New upstream version
  - Require newer autogen version
* Include sntp in source, it got rewritting and licensed changed.
* Re-add neoclock4x driver, license got changed.
* Drop nanokernel-status.patch. 2.6.26 was part of lenny, so everybody
  really should have nanokernel support now. The patch also didn't
  actually enable the nano kernel.
* Drop mod_nano.patch, libc now provides the proper defines.
* We now build against a libc that has NTP_API 4 support, which means
  that we get TAI offset support.

11. By Kurt Roeckx

[ Peter Eisentraut ]
* Update command options section in ntp.conf(5) man page, drop "dynamic"
  option (closes: #553976, #439734)
* Document ntpd -I option and ntp.conf interface command (closes: #506389)
* Fix type in ntpdate man page (closes: #566621)
* Added explanation of options to ntptrace man page (closes: #558289)
* Removed no longer needed build conflict against libreadline-dev

[ Kurt Roeckx ]
* New upstream version.
  - Fixes problem with ipv6 multicast (Closes: #584927)
* Move dhcp exit hooks from /etc/dhcp3/dhclient-enter-hooks.d to
  /etc/dhcp/dhclient-enter-hooks.d. Add dpkg-maintscript-helper
  to maintainer scripts to move them, and add a Breaks on
  dhcp3-client (<< 4.1.0-1) (Closes: #585054, #585055)
* Remove ntp's Replaces on logcheck-database, we don't ship log
  logcheck entries anymore for ntp.

10. By Kurt Roeckx

* New upstream version
  - They no longer ship arlib, adjust dfsg.patch.
  - Drop kfreebsd.patch, applied upstream
  - Update patches for upstream changes.
* Remove the obsolete config files:

  for ntp:
  - /etc/logcheck/ignore.d.server/ntp, removed in 1:4.2.6+dfsg-1
  - /etc/dhcp3/dhclient-enter-hooks.d/ntp, replaced by exit hooks in
    1:4.2.4p4+dfsg-3
  - /etc/network/if-up.d/ntp, removed in 1:4.2.4p0+dfsg-1

  for ntpdate:
  - /etc/dhcp3/dhclient-enter-hooks.d/ntpdate, replaced by exit hooks in
    1:4.2.4p4+dfsg-3

  Use dpkg 1.15.7.2's dpkg-maintscript-helper. This needs
  a Pre-Depends to work, else it's never going to be removed.
  (Closes: #569530)
* Add "Depends: ${misc:Depends}" to ntp-doc.

9. By Kurt Roeckx

* New upstream version
  - They no longer use the built in md5 with unclear license: adjust
    dfsg.sh and dfsg.patch.
  - Location of the html pages has changed location: adjust dfsg.sh
  - Remove ntptimeval.patch and ntptrace-getopt.patch, applied upstream.
  - Change libedit.patch and call configure with
    --with-lineeditlibs=edit instead.
  - Update nanokernel-status.patch to also do it for the new
    direct_freq() function.
  - includes.diff: Stop including ntp_refclock.h, since it breaks things.
  - Upstream no longer provides an ntpdsim.1 manpage, so don't try to
    to remove it.
* Use the system libopts instead of the internal copy: add build-dependency
  on autogen, call configure with --disable-local-libopts. There is also
  no need anymore to remove the usr/lib dir.
* Remove ntp_gettime.patch, it wasn't used, and we have libc calls that
  wrap adjtimex now anyway.
* Remove the doc.patch, it's either just wrong or more confusing than the
  original text.
* Merge the ntpd-char-fix.patch into ntpd-ni-maxhost.patch
* Fix kfreebsd.patch's comment to be about the right patch.
* Add comment to dfsg.patch
* Update autotools.patch's comment on how to recreate it.
* Split ntpd-linux-caps.patch in ntpd-linux-caps-runtime.patch and
  ntpd-linux-caps-inheritable.patch and add comments
* Don't run init script to stop ntpd, just let sendsigs/killprocs deal
  with it. (Closes: #540694)
* Compile with --enable-ntp-signd to enable mssntp for use with samba
  (Closes: #562065)
* Remove ntp.logcheck.ignore.server, none of those messages are
  send to syslog now. (Closes: #498992)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/ntp
This branch contains Public information 
Everyone can see this information.

Subscribers