<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/gpgme-cpp, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/*gpgme*: Update to 1.15.1</title>
<updated>2021-01-09T22:44:01Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2021-01-09T22:44:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2353442172d39d8e915c7d86ddd5d3ae93c24f4d'/>
<id>urn:sha1:2353442172d39d8e915c7d86ddd5d3ae93c24f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/gpgme-cpp: Fix constness</title>
<updated>2021-01-01T02:29:39Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2021-01-01T02:29:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7828ad1c70fb0cf3f5cf35b07e6f72c434d6c731'/>
<id>urn:sha1:7828ad1c70fb0cf3f5cf35b07e6f72c434d6c731</id>
<content type='text'>
The 1.15.0 release of gpgme-cpp adds a `Signature::operator&lt;` which is missing
a const. In 6a6d2a27648, Signature got an operator&lt; . This is used in
*security/libkleo*, for instance, to sort the signatures for display.

The build failure looks like this (trimmed for brevity, on 13-):

===
/usr/include/c++/v1/algorithm:715:71: error: invalid operands to binary
expression ('const GpgME::UserID::Signature' and 'const
GpgME::UserID::Signature')
    bool operator()(const _T1&amp; __x, const _T1&amp; __y) const {return __x &lt; __y;}

/wrkdirs/usr/ports/security/libkleo/work/libkleo-20.12.0/src/models/
useridlistmodel.cpp:203:14: note: in instantiation of function template
specialization 'std::__1::sort&lt;GpgME::UserID::Signature&gt;' requested here
        std::sort(sigs.begin(), sigs.end());
===

PR:		252283
Submitted by:	adridg
</content>
</entry>
<entry>
<title>security/*gpgme*: Update to 1.15.0</title>
<updated>2020-12-28T00:00:19Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2020-12-28T00:00:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0032c9e49bb988d0cf63fe4be94b66effc4da458'/>
<id>urn:sha1:0032c9e49bb988d0cf63fe4be94b66effc4da458</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update security/*gpgme* to 1.14.0</title>
<updated>2020-07-17T16:47:48Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2020-07-17T16:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4bbc770f0d053ec0320f2606ef48db6007025d0a'/>
<id>urn:sha1:4bbc770f0d053ec0320f2606ef48db6007025d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update security/*gpgme* to 1.13.1</title>
<updated>2019-09-20T11:36:30Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2019-09-20T11:36:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2a5ef470852066fb4e7c665bc1bb5be0b206d82b'/>
<id>urn:sha1:2a5ef470852066fb4e7c665bc1bb5be0b206d82b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update security/*gpgme* to 1.13.0</title>
<updated>2019-03-28T05:22:03Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2019-03-28T05:22:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b0276a146641f37fab47b815c14d5fa4647a8f7e'/>
<id>urn:sha1:b0276a146641f37fab47b815c14d5fa4647a8f7e</id>
<content type='text'>
Changes:	https://lists.gnupg.org/pipermail/gnupg-devel/2019-March/034272.html
</content>
</entry>
<entry>
<title>Update security/*gpgme* to 1.12.0</title>
<updated>2018-10-12T14:58:53Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2018-10-12T14:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9434475fd481540d57aea04a3daeabd49ef1d330'/>
<id>urn:sha1:9434475fd481540d57aea04a3daeabd49ef1d330</id>
<content type='text'>
Changes:	https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033977.html
</content>
</entry>
<entry>
<title>Update security/*gpgme* to 1.11.1</title>
<updated>2018-07-31T19:05:35Z</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2018-07-31T19:05:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=59fe7d00a54e5297551c6b9028eefd1216ec1f55'/>
<id>urn:sha1:59fe7d00a54e5297551c6b9028eefd1216ec1f55</id>
<content type='text'>
Changes:	https://lists.gnupg.org/pipermail/gnupg-devel/2018-April/033624.html
</content>
</entry>
</feed>
