Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 17:04:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240305] security/doas: Update to 6.2
Message-ID:  <bug-240305-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 240305
           Summary: security/doas: Update to 6.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jsmith@resonatingmedia.com

Created attachment 207149
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207149&action=
=3Dedit
Patch to update doas

The attached patch updates the security/doas port from version 6.1 to 6.2. =
This
brings in three improvements over the past release on FreeBSD:

Added -Wall to compiler to make sure we catch all compiler warnings, tested
with both Clang and GCC.

Fixed a couple of compiler warnings that get rid of either unneeded variabl=
es
or introduce sanity checks on return functions. This should make doas more
secure, across platforms/compilers.

Added build-time optimizations. doas is now built with -O2 passed to the
compiler. This can be overruled by modifying the OPT variable when it is pa=
ssed
to make/gmake. eg. make OPT=3D"".

--=20
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-240305-7788>