<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.23.7-2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.23.7-2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.23.7-2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-03-19T12:39:06Z</updated>
<entry>
<title>debian: changelog stanza for 0.23.7-2</title>
<updated>2017-03-19T12:39:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-19T12:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8ef0d05ad77db68044e437e939c60bed07e169f1'/>
<id>urn:sha1:8ef0d05ad77db68044e437e939c60bed07e169f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/message.cc: fix Coverity finding (use after free)</title>
<updated>2017-03-19T12:36:51Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2017-03-17T22:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=930920d5106e01d511dc339171ec3254e3d8771e'/>
<id>urn:sha1:930920d5106e01d511dc339171ec3254e3d8771e</id>
<content type='text'>
The object where pointer to `data` was received was deleted before
it was used in _notmuch_string_list_append().

Relevant Coverity messages follow:

3: extract
Assigning: data = std::__cxx11::string(message-&gt;doc.()).c_str(),
which extracts wrapped state from temporary of type std::__cxx11::string.

4: dtor_free
The internal representation of temporary of type std::__cxx11::string
is freed by its destructor.

5: use after free:
Wrapper object use after free (WRAPPER_ESCAPE)
Using internal representation of destroyed object local data.

(cherry picked from commit 06adc276682d1d5f73d78df2e898ad4191eb4499)
</content>
</entry>
<entry>
<title>update version to 0.23.7</title>
<updated>2017-03-01T00:49:24Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-01T00:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=770d00a8955b2ad8be9daf2923e31221c4847043'/>
<id>urn:sha1:770d00a8955b2ad8be9daf2923e31221c4847043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: add news for 0.23.7</title>
<updated>2017-03-01T00:46:53Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-01T00:46:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cab1c36d5244427bd1067914015e8cb38c64e572'/>
<id>urn:sha1:cab1c36d5244427bd1067914015e8cb38c64e572</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add changelog stanza for 0.23.7-1</title>
<updated>2017-03-01T00:39:59Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-28T00:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1c9aa39822427e9dc4c1f15b6b982311e9e5c75f'/>
<id>urn:sha1:1c9aa39822427e9dc4c1f15b6b982311e9e5c75f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: move GNUPGHOME to TEST_TMPDIR</title>
<updated>2017-02-28T00:01:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T23:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1044775fc003914ee63b53254b7ca8700983a6e7'/>
<id>urn:sha1:1044775fc003914ee63b53254b7ca8700983a6e7</id>
<content type='text'>
We already use this directory for dtach sockets, so it makes sense to
put gnupg sockets there as well. There doesn't seem to be a clean way
to put a fully functional socket in a different location than
GNUPGHOME.
</content>
</entry>
<entry>
<title>Revert "configure: add test for gpgconf --create-socketdir"</title>
<updated>2017-02-27T22:27:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T22:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a4ddc63b2372bcb826d8c46e79e0f64ac7af255b'/>
<id>urn:sha1:a4ddc63b2372bcb826d8c46e79e0f64ac7af255b</id>
<content type='text'>
This reverts commit 12f7d4e61d30fb9a5c99e128ab1aab0bf069cdb4.

Since we're not using gpgconf anymore, drop the unneeded test in
configure.
</content>
</entry>
<entry>
<title>Revert "test: use gpgconf --create-socketdir if available"</title>
<updated>2017-02-27T22:26:47Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T22:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5a42bb96c1ad4fcbcbf3dc882ba814c06e657f98'/>
<id>urn:sha1:5a42bb96c1ad4fcbcbf3dc882ba814c06e657f98</id>
<content type='text'>
This reverts commit e7b88e8b0a93ca83d807edc00e0c97af54c5b5f1.

It turns out that this does not work well in environments without a
running systemd (or some other provider of /run/user)
</content>
</entry>
<entry>
<title>debian: set upload date and suite</title>
<updated>2017-02-27T10:58:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T10:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c028ec8860407041a19448d50998de8e3fd44217'/>
<id>urn:sha1:c028ec8860407041a19448d50998de8e3fd44217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: set release date</title>
<updated>2017-02-27T10:57:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T10:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7e565a3db387f45e548cc464a88fb0870c387b9a'/>
<id>urn:sha1:7e565a3db387f45e548cc464a88fb0870c387b9a</id>
<content type='text'>
</content>
</entry>
</feed>
