[Bug 1236065] Re: Crypto support missing in Saucy
Launchpad Bug Tracker
1236065 at bugs.launchpad.net
Mon Oct 7 12:36:56 UTC 2013
This bug was fixed in the package ntp - 1:4.2.6.p5+dfsg-3ubuntu1
---------------
ntp (1:4.2.6.p5+dfsg-3ubuntu1) saucy; urgency=low
* Merge from Debian testing to regain crypto support (LP: #1236065). Remaining
changes:
+ debian/ntp.conf, debian/ntpdate.default: Change default server to
ntp.ubuntu.com.
+ debian/ntpdate.if-up: Stop ntp before running ntpdate when an interface
comes up, then start again afterwards.
+ debian/ntp.init, debian/rules: Only stop when entering single user mode.
+ Add enforcing AppArmor profile:
- debian/control: Add Conflicts/Replaces on apparmor-profiles.
- debian/control: Add Suggests on apparmor.
- debian/ntp.dirs: Add apparmor directories.
- debian/ntp.preinst: Force complain on certain upgrades.
- debian/ntp.postinst: Reload apparmor profile.
- debian/ntp.postrm: Remove the force-complain file.
- add debian/apparmor-profile*.
- debian/rules: install apparmor-profile and apparmor-profile.tunable.
- debian/README.Debian: Add note on AppArmor.
+ debian/{control,rules}: Add and enable hardened build for PIE.
+ debian/rules, debian/ntp.dirs, debian/source_ntp.py: Add apport hook.
+ debian/ntpdate-debian: Disregard empty ntp.conf files.
+ debian/ntp.preinst: Remove empty /etc/ntp.conf on fresh intallation.
+ debian/ntpdate.if-up: Fix interaction with openntpd.
+ debian/source_ntp.py: Add filter on AppArmor profile names to prevent
false positives from denials originating in other packages.
+ debian/rules: Update config.{guess,sub} for AArch64.
ntp (1:4.2.6.p5+dfsg-3) unstable; urgency=low
* Look for <openssl/opensslv.h> rather than <openssl/opensslconf.h>, which
is due to move to a different location in order to support multiarch.
Patch by Colin Watson <cjwatson at ubuntu.com> (Closes: #696390)
-- Tyler Hicks <tyhicks at canonical.com> Sun, 06 Oct 2013 12:34:00 -0700
** Changed in: ntp (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1236065
Title:
Crypto support missing in Saucy
Status in “ntp” package in Ubuntu:
Fix Released
Status in “ntp” package in Debian:
Fix Released
Bug description:
From the ntp_1:4.2.6.p5+dfsg-2ubuntu3 buildlog:
checking for openssl library directory... /usr/lib/x86_64-linux-gnu
checking for openssl include directory... no
checking if we will use crypto... no
I noticed this after the QRT test test-ntp.py had some unexpected
failures due to ntp-keygen not working:
# ntp-keygen -p test
/usr/sbin/ntp-keygen: illegal option -- p
...
Looking through the source, the -p option is wrapped with "#ifdef
OPENSSL". The same preprocessor conditional is used throughout the ntp
source to enable/disable crypto support.
Debian bug #696390 has the needed fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1236065/+subscriptions
More information about the Ubuntu-sponsors
mailing list