<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/sudo/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2022-02-02T11:04:53Z</updated>
<entry>
<title>security/sudo: Update to 1.9.9</title>
<updated>2022-02-02T11:04:53Z</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2022-02-02T11:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=af389a6c018ae76f32af18a87031e63c17e300e7'/>
<id>urn:sha1:af389a6c018ae76f32af18a87031e63c17e300e7</id>
<content type='text'>
PR:		261529
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>securty/sudo: Update to 1.9.7p1</title>
<updated>2021-06-14T16:04:01Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-06-14T14:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f34318c566935213a6e7c4e2ac53a6b921a6e9f9'/>
<id>urn:sha1:f34318c566935213a6e7c4e2ac53a6b921a6e9f9</id>
<content type='text'>
Major changes between sudo 1.9.7p1 and 1.9.7

 * Fixed an SELinux sudoedit bug when the edited temporary file
   could not be opened.  The sesh helper would still be run even
   when there are no temporary files available to install.

 * Fixed a compilation problem on FreeBSD.

 * The sudo_noexec.so file is now built as a module on all systems
   other than macOS.  This makes it possible to use other libtool
   implementations such as slibtool.  On macOS shared libraries and
   modules are not interchangeable and the version of libtool shipped
   with sudo must be used.

 * Fixed a few bugs in the getgrouplist() emulation on Solaris when
   reading from the local group file.

 * Fixed a bug in sudo_logsrvd that prevented periodic relay server
   connection retries from occurring in "store_first" mode.

 * Disabled the nss_search()-based getgrouplist() emulation on HP-UX
   due to a crash when the group source is set to "compat" in
   /etc/nsswitch.conf.  This is probably due to a mismatch between
   include/compat/nss_dbdefs.h and what HP-UX uses internally.  On
   HP-UX we now just cycle through groups the slow way using
   getgrent().  Bug #978.

PR:		256561
Submitted by:	cy
Reported by:	cy
Approved by:	garga (maintainer)
MFH:		2020Q2
</content>
</entry>
<entry>
<title>security/sudo: update to 1.9.7</title>
<updated>2021-05-18T20:07:09Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-05-18T20:01:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=72d1eb161b86e663242d192171078d6babc1afdf'/>
<id>urn:sha1:72d1eb161b86e663242d192171078d6babc1afdf</id>
<content type='text'>
Among other changes this release fixes -fcommon errors. A complete list
of changes can be found at https://www.sudo.ws/stable.html/

PR:		255812
Submitted by:	Yasuhiro Kimura &lt;yasu@utahime.org&gt; (mostly)
Reported by:	Yasuhiro Kimura &lt;yasu@utahime.org&gt;
Tested by:	cy
Approved by:	garga (maintainer)
MFH:		2021Q2
</content>
</entry>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>urn:sha1:135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.9.4p2</title>
<updated>2020-12-21T12:44:15Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2020-12-21T12:44:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e938cf38cdc48f99463c0002c75b560cd269ffec'/>
<id>urn:sha1:e938cf38cdc48f99463c0002c75b560cd269ffec</id>
<content type='text'>
PR:		251930
Submitted by:	Yasuhiro Kimura &lt;yasu@utahime.org&gt;
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>security/sudo: Fix build without sendmail</title>
<updated>2020-12-07T12:43:25Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2020-12-07T12:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b28d26b7003f59692e43450df9f47e873bc2eb6f'/>
<id>urn:sha1:b28d26b7003f59692e43450df9f47e873bc2eb6f</id>
<content type='text'>
PR:		251582
Reported by:	Alexander Kuznetsov &lt;alex@kuznetcoff.ru&gt;
Obtained from:	https://www.sudo.ws/repos/sudo/raw-rev/41db1aad85bb
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>security/sudo: Update to 1.8.28</title>
<updated>2019-10-14T16:46:28Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2019-10-14T16:46:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7ecf426757d2fd1311eedb850f56b17685721630'/>
<id>urn:sha1:7ecf426757d2fd1311eedb850f56b17685721630</id>
<content type='text'>
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>security/sudo: Fix listpw=never</title>
<updated>2019-01-22T13:51:16Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2019-01-22T13:51:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad971af4439a771ca9737d7f8b29d4fcb16a08bf'/>
<id>urn:sha1:ad971af4439a771ca9737d7f8b29d4fcb16a08bf</id>
<content type='text'>
When listpw=never is set, 'sudo -l' is expected to run without asking for a
password.

PR:		234756
Reported by:	vas@mpeks.tomsk.su
Obtained from:	https://bugzilla.sudo.ws/show_bug.cgi?id=869
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>Update security/sudo to 1.8.23</title>
<updated>2018-05-02T13:09:38Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2018-05-02T13:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dadeaf26c2c6a5d33d76683ef75a6f7ec902c583'/>
<id>urn:sha1:dadeaf26c2c6a5d33d76683ef75a6f7ec902c583</id>
<content type='text'>
PR:		227900
Submitted by:	Yasuhiro KIMURA &lt;yasu@utahime.org&gt;
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>Add a new version of the patch committed in r468197 that fixes a regression</title>
<updated>2018-04-24T16:52:48Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2018-04-24T16:52:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f01f10327d2375f92313b240049ba66b889d1e88'/>
<id>urn:sha1:f01f10327d2375f92313b240049ba66b889d1e88</id>
<content type='text'>
introduced by that version.

PR:		223587
Submitted by:	Todd C. Miller &lt;Todd.Miller@sudo.ws&gt;
Reported by:	vas@mpeks.tomsk.su
Obtained from:	https://bugzilla.sudo.ws/show_bug.cgi?id=831
MFH:		2018Q2
Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
</feed>
