<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/sudo, branch release/13.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-01-02T14:17:41Z</updated>
<entry>
<title>security/sudo: Update to 1.9.15p5</title>
<updated>2024-01-02T14:17:41Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-12-31T06:37:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=82e608cff927ada64efd454cfc53cd21df105cc9'/>
<id>urn:sha1:82e608cff927ada64efd454cfc53cd21df105cc9</id>
<content type='text'>
Major changes between sudo 1.9.15p5 and 1.9.15p4:

 * Fixed evaluation of the "lecture", "listpw", "verifypw", and
   "fdexec" sudoers Defaults settings when used without an explicit
   value.  Previously, if specified without a value they were
   evaluated as boolean "false", even when the negation operator
   ('!') was not present.

 * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
   netgroup queries using the NETGROUP_BASE setting from being
   performed.

 * Sudo will now transparently rename a user's lecture file from
   the older name-based path to the newer user-ID-based path.
   GitHub issue #342.

 * Fixed a bug introduced in sudo 1.9.15 that could cause a memory
   allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.

PR:		276032
Approved by:	garga (maintainer)
MFH:		2024Q1
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.15p4</title>
<updated>2023-12-19T00:25:52Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-12-16T04:26:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb89252c2f3e07499ec865910e9c6645e5f1a13d'/>
<id>urn:sha1:fb89252c2f3e07499ec865910e9c6645e5f1a13d</id>
<content type='text'>
Major changes between sudo 1.9.15p4 and 1.9.15p3:

 * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
   privileges from being listed by "sudo -l" if the sudoers entry
   in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
   affect the ability to run commands via sudo.  Bug #1063.

PR:		275788
Approved by:	garga (maintainer)
MFH:		2023Q4
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.15p3</title>
<updated>2023-12-14T13:53:26Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-12-13T22:50:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=003e8e2292ca05aadc4c4f03b82207337e644e15'/>
<id>urn:sha1:003e8e2292ca05aadc4c4f03b82207337e644e15</id>
<content type='text'>
Major changes between sudo 1.9.15p3 and 1.9.15p2:

 * Always disable core dumps when sudo sends itself a fatal signal.
   Fixes a problem where sudo could potentially dump core dump when
   it re-sends the fatal signal to itself.  This is only an issue
   if the command received a signal that would normally result in
   a core dump but the command did not actually dump core.

 * Fixed a bug matching a command with a relative path name when
   the sudoers rule uses shell globbing rules for the path name.
   Bug #1062.

 * Permit visudo to be run even if the local host name is not set.
   GitHub issue #332.

 * Fixed an editing error introduced in sudo 1.9.15 that could
   prevent sudoreplay from replaying sessions correctly.
   GitHub issue #334.

 * Fixed a bug introduced in sudo 1.9.15 where "sudo -l &gt; /dev/null"
   could hang on Linux systems.  GitHub issue #335.

 * Fixed a bug introduced in sudo 1.9.15 where Solaris privileges
   specified in sudoers were not applied to the command being run.

PR:		275754
Approved by:	garga (maintainer)
MFH:		2023Q4
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.15p2</title>
<updated>2023-11-09T18:00:28Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2023-11-09T17:59:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4203eed6617d3378821d165d72fbce4aa5cb74c'/>
<id>urn:sha1:d4203eed6617d3378821d165d72fbce4aa5cb74c</id>
<content type='text'>
* Fixed a bug on BSD systems where sudo would not restore the
  terminal settings on exit if the terminal had parity enabled.
  GitHub issue #326.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.15p1</title>
<updated>2023-11-08T11:19:05Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2023-11-08T11:17:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c9adde974c38bfec592ce77ed23aeba0887cc5e'/>
<id>urn:sha1:2c9adde974c38bfec592ce77ed23aeba0887cc5e</id>
<content type='text'>
* Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based
  sudoers from being able to read the ldap.conf file.
  GitHub issue #325.

PR:		274960
Reported by:	Daniel Porsch &lt;daniel.porsch@loopia.se&gt;
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.15</title>
<updated>2023-11-06T18:13:29Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2023-10-31T13:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dd773c1540388b14692001643e323a556ed2d445'/>
<id>urn:sha1:dd773c1540388b14692001643e323a556ed2d445</id>
<content type='text'>
While here:

- Prevent combination of SSSD and GSSAPI_HEIMDAL because sssd port
  requires MIT kerberos and it will conflict with heimdal
- Removed SSSD_DEVEL option because sssd-devel port requires sudo and it
  creates a circular dependency
- Fix OPIE on FreeBSD versions after it was removed from base

Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>security/sudo: Fix build with openssl from ports</title>
<updated>2023-11-01T12:00:24Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2023-10-31T22:07:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dbc4e4daf752173acb868fc595ae9fa42f972aef'/>
<id>urn:sha1:dbc4e4daf752173acb868fc595ae9fa42f972aef</id>
<content type='text'>
Since SSL support is being changed and sudo can be built without it, add
a new SSL option, on by default.

When option is enabled, use --enable-openssl=${OPENSSLBASE} to make sure
it consumes desired OpenSSL implementation.  Also add pkgconfig
dependency because configure script rely on it to detect openssl
details.

PR:		274753
Reported by:	tburns@hrsd.com
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.14p3</title>
<updated>2023-07-25T13:44:22Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-07-25T01:49:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2e3e2b5782a76383d5c8a62a5753b9d95cd1ba68'/>
<id>urn:sha1:2e3e2b5782a76383d5c8a62a5753b9d95cd1ba68</id>
<content type='text'>
Major changes between sudo 1.9.14p3 and 1.9.14p2:

 * Fixed a crash with Python 3.12 when the sudo Python python is
   unloaded.  This only affects "make check" for the Python plugin.

 * Adapted the sudo Python plugin test output to match Python 3.12.

PR:		272707
Approved by:	garga (maintainer)
MFH:		2023Q3
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.14p2</title>
<updated>2023-07-17T14:20:56Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2023-07-17T14:20:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc8853e5af6c9c507dbc1898501d9b85ea894348'/>
<id>urn:sha1:bc8853e5af6c9c507dbc1898501d9b85ea894348</id>
<content type='text'>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>security/sudo: add sssd-devel option</title>
<updated>2023-07-14T13:06:49Z</updated>
<author>
<name>Dan Langille</name>
<email>dvl@FreeBSD.org</email>
</author>
<published>2023-07-14T13:05:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c90c4cc7030b96337f094c4f72c1708cf89381b7'/>
<id>urn:sha1:c90c4cc7030b96337f094c4f72c1708cf89381b7</id>
<content type='text'>
security/sudo already allows for the use of security/sssd (SSSD)

This patch allows for selecting security/sssd-devel (SSSD_DEVEL)
instead.

PR:		272488
</content>
</entry>
</feed>
