FS#41645 - [chrony] build with nss support

Attached to Project: Community Packages
Opened by Geert Hendrickx (ghen) - Thursday, 21 August 2014, 08:38 GMT
Last edited by Daniel Micay (thestinger) - Thursday, 21 August 2014, 08:58 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Could community/chrony package be built with NSS support? This enables more/better authentication hashes than just the builtin MD5 support.

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

--- PKGBUILD 2014-08-21 00:08:49.468660887 +0200
+++ PKGBUILD 2014-08-21 10:19:16.939769027 +0200
@@ -15,7 +15,7 @@
url="http://chrony.tuxfamily.org/"
options=(strip emptydirs)
license=('GPL')
-depends=('readline' 'libcap')
+depends=('nss' 'readline' 'libcap')
backup=('etc/chrony.conf')
source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
service)


Tested and links chronyc and chronyd to libfreebl3.so (configure will detect NSS presence automatically).
With this, "generatecommandkey" generates a SHA1 key by default (instead of MD5), and supports SHA256 and others as well.
This task depends upon

Closed by  Daniel Micay (thestinger)
Thursday, 21 August 2014, 08:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  chrony-1.30-5

Loading...