Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 20:45:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199508] net/chrony: update to 1.31 to fix multiple security vulnerabilities
Message-ID:  <bug-199508-13-HZYGeQgx8O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199508-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199508-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199508

jason.unovitch@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason.unovitch@gmail.com

--- Comment #4 from jason.unovitch@gmail.com ---
Created attachment 157057
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157057&action=edit
Patch for net/chrony security update from 1.31 to 1.31.1

Change log:
- Update to 1.31.1 to resolve CVE-2015-1799, CVE-2015-1821, and CVE-2015-1822
- Regenerate patches with `make makepatch` to quiet portlint
- Strip binaries

Details:
Item 2 -- portlint error on patches resolved by patch:
WARN: /basejail/usr/ports/net/chrony/files/patch-examples-chrony.conf.example:
patch was not generated using ``make makepatch''.  It is recommended to use
``make makepatch'' to ensure proper patch format.
WARN: /basejail/usr/ports/net/chrony/files/patch-examples-chrony.conf.example2:
patch was not generated using ``make makepatch''.  It is recommended to use
``make makepatch'' to ensure proper patch format.
0 fatal errors and 2 warnings found.

Item 3 -- Poudriere testport error resolved by patch (gmake errors out on
install-strip so just use STRIP_CMD for both binaries):
Warning: 'bin/chronyc' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'sbin/chronyd' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199508-13-HZYGeQgx8O>