<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lacme, branch debian/bullseye</title>
<subtitle>Small ACME client written with process isolation and minimal privileges in mind</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/'/>
<entry>
<title>Typofix</title>
<updated>2024-06-15T19:27:41+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2024-06-15T19:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=6362716a94ef687e2d1f5bf662a3329866346675'/>
<id>6362716a94ef687e2d1f5bf662a3329866346675</id>
<content type='text'>
Pointed by Jonathan Wiltshire at https://bugs.debian.org/1073174#12 .
Thanks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed by Jonathan Wiltshire at https://bugs.debian.org/1073174#12 .
Thanks!
</pre>
</div>
</content>
</entry>
<entry>
<title>Salsa CI: Set RELEASE=bullseye and disable Lintian job.</title>
<updated>2024-06-13T17:48:50+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2024-06-13T17:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=6a6146c9f860c9efa8729931c6e439b71b81039e'/>
<id>6a6146c9f860c9efa8729931c6e439b71b81039e</id>
<content type='text'>
Gbp-Dch: Ignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gbp-Dch: Ignore
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog for 0.8.0-2+deb11u2 release</title>
<updated>2024-06-13T17:20:05+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2024-06-13T17:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=f6bfd9b91629bd498301b34de8ea2b28d33ceb7d'/>
<id>f6bfd9b91629bd498301b34de8ea2b28d33ceb7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport upstream patches to fix fix post-issuance validation logic.</title>
<updated>2024-06-13T17:18:49+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2024-06-13T16:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=edb498097d7fd4d52c4f49c164776f7b15e59703'/>
<id>edb498097d7fd4d52c4f49c164776f7b15e59703</id>
<content type='text'>
As well as the upstream test suite.

Closes: #1072847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As well as the upstream test suite.

Closes: #1072847
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog for 0.8.0-2+deb12u1 release</title>
<updated>2023-04-28T08:46:20+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2023-04-28T08:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=3307551410bb24d41fa947701e7b3a031f29fb69'/>
<id>3307551410bb24d41fa947701e7b3a031f29fb69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>d/gbp.conf: Set 'debian-branch = debian/bullseye'.</title>
<updated>2023-04-28T08:25:43+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2023-04-28T08:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=f2f3c1a04e31568dcb021c98cb8d6eceae96bea5'/>
<id>f2f3c1a04e31568dcb021c98cb8d6eceae96bea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>client: Handle "ready" → "processing" → "valid" status change during newOrder.</title>
<updated>2023-04-28T08:06:27+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2023-04-28T08:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=fc4fae45811dd87a8e34e31ca2a06fc0b5cc6909'/>
<id>fc4fae45811dd87a8e34e31ca2a06fc0b5cc6909</id>
<content type='text'>
Instead of just "ready" → "valid", which may be what we observe when the
server is fast enough, but according to RFC 8555 sec. 7.1.6 the state
actually transitions via "processing" state and we need to account for
that.

It appears Let's Encrypt staging environment now has different timing
conditions and lacme is unable to request certificates due to this
issue.

Cherry-picked from 53238c70f7a12e233a6ca83cf2b50168e5b9592e.

Closes: #1034834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of just "ready" → "valid", which may be what we observe when the
server is fast enough, but according to RFC 8555 sec. 7.1.6 the state
actually transitions via "processing" state and we need to account for
that.

It appears Let's Encrypt staging environment now has different timing
conditions and lacme is unable to request certificates due to this
issue.

Cherry-picked from 53238c70f7a12e233a6ca83cf2b50168e5b9592e.

Closes: #1034834
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare new release.</title>
<updated>2021-05-03T23:37:14+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2021-05-03T23:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=6c1325a2b2e5c6518e99f2bc60a939c28c88e41c'/>
<id>6c1325a2b2e5c6518e99f2bc60a939c28c88e41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>d/lacme.postrm: Don't delete system users on purge.</title>
<updated>2021-02-22T19:37:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2021-02-22T19:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=3d1bc4f299d693b3b3d2bc77387f866bbfc14dd9'/>
<id>3d1bc4f299d693b3b3d2bc77387f866bbfc14dd9</id>
<content type='text'>
_lacme-www shouldn't own any file or directories, but there might be
files on disk owned by _lacme-client when 'challenge-directory' is used.

See https://wiki.debian.org/AccountHandlingInMaintainerScripts#Reasons_for_not_deleting_accounts .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_lacme-www shouldn't own any file or directories, but there might be
files on disk owned by _lacme-client when 'challenge-directory' is used.

See https://wiki.debian.org/AccountHandlingInMaintainerScripts#Reasons_for_not_deleting_accounts .
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare new release.</title>
<updated>2021-02-22T02:32:01+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@debian.org</email>
</author>
<published>2021-02-22T02:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=ae52bdc9a590a28d89a69cab783973fcffa5cb7f'/>
<id>ae52bdc9a590a28d89a69cab783973fcffa5cb7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
