<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/sudo.git/plugins/python, branch SUDO_1_9_12</title>
<subtitle>www.sudo.ws: repos/sudo
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/'/>
<entry>
<title>Regen dependencies</title>
<updated>2022-09-27T20:16:03+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-09-27T20:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=5be558aeb785d2cc6ae075f0f2dfbfe55a0abea6'/>
<id>5be558aeb785d2cc6ae075f0f2dfbfe55a0abea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement find_spec, not the deprecated find_module.</title>
<updated>2022-09-27T15:03:33+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-09-27T15:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=e7b25a65b52c0c2827517679f7f785890a113ad4'/>
<id>e7b25a65b52c0c2827517679f7f785890a113ad4</id>
<content type='text'>
Fixes a test failure due to find_module having removed from setuptools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a test failure due to find_module having removed from setuptools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mkdtempat() and mkostempsat() for systems without them.</title>
<updated>2022-09-22T01:08:11+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-09-22T01:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=912338f569bea4881e1b7850db154df4f4a01427'/>
<id>912338f569bea4881e1b7850db154df4f4a01427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $(GREP) and $(EGREP) variables in Makefile.in files.</title>
<updated>2022-09-12T22:30:52+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-09-12T22:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=49a0a4c21875b8c592b05425897e3867d03d2fa7'/>
<id>49a0a4c21875b8c592b05425897e3867d03d2fa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the sudo plugin minor version.</title>
<updated>2022-08-02T20:28:29+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-08-02T20:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=4b987d846be566314eb1cc6bee22f08c9641aede'/>
<id>4b987d846be566314eb1cc6bee22f08c9641aede</id>
<content type='text'>
The "update_ticket" entry was added to the settings list and the
"intercept_verify" entry was added to the command_info list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "update_ticket" entry was added to the settings list and the
"intercept_verify" entry was added to the command_info list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explicit include of unistd.h for getopt(3) and related variables.</title>
<updated>2022-07-05T17:35:25+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-07-05T17:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=e7918e9fce5f595da37320ab944ff3178681745e'/>
<id>e7918e9fce5f595da37320ab944ff3178681745e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use #include &lt;config.h&gt; not #include "config.h" for consistency.</title>
<updated>2022-06-29T14:47:16+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-06-29T14:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=6882ebeed8e2716a04f540c272b0b3cf549f3c73'/>
<id>6882ebeed8e2716a04f540c272b0b3cf549f3c73</id>
<content type='text'>
Otherwise, some compilers may do the wrong thing in a build
dir if there is a config.h file in the source dir too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, some compilers may do the wrong thing in a build
dir if there is a config.h file in the source dir too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sudo pass -Wwrite-strings</title>
<updated>2022-06-28T22:33:15+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-06-28T22:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=b0f4428dd068c2d9a7fb4d5a7073efa2c182b7d6'/>
<id>b0f4428dd068c2d9a7fb4d5a7073efa2c182b7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sudo pass -Wmissing-prototypes</title>
<updated>2022-06-27T18:48:03+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-06-27T18:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=83f8f9e9278b346cdc03036ae8edbd3ed3c938e8'/>
<id>83f8f9e9278b346cdc03036ae8edbd3ed3c938e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump plugin minor version and document new intercept-related settings.</title>
<updated>2022-05-26T15:19:08+00:00</updated>
<author>
<name>Todd C. Miller</name>
<email>Todd.Miller@sudo.ws</email>
</author>
<published>2022-05-26T15:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/sudo.git/commit/?id=4432b121f52e622c1199e902802b2e2a5d15ce33'/>
<id>4432b121f52e622c1199e902802b2e2a5d15ce33</id>
<content type='text'>
There should have been a minor version bump for sudo 1.9.8 when
intercept was originally implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should have been a minor version bump for sudo 1.9.8 when
intercept was originally implemented.
</pre>
</div>
</content>
</entry>
</feed>
