<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/pidgin-encrypt/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 01 Oct 2025 14:03:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pidgin-encrypt/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#161 [Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/161/?limit=25#d49b</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Tompkins</dc:creator><pubDate>Wed, 01 Oct 2025 14:03:58 -0000</pubDate><guid>https://sourceforge.net6825f13d8e92bb81cc75cdc1a2bd1b7e088b8c80</guid></item><item><title>#161 [Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/161/?limit=25#798e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the bug report, I've updated the SVN / trunk with a fix to the code: the cast should be to &lt;code&gt;(time_t *)&lt;/code&gt; rather than  &lt;code&gt;(time_t)&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Tompkins</dc:creator><pubDate>Wed, 01 Oct 2025 14:02:53 -0000</pubDate><guid>https://sourceforge.net80f8eb345ca0f644d308592d95641056b5ab7d8f</guid></item><item><title>[Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/161/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With GCC 15.2.1, it fails to build with  &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="nt"&gt;encrypt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;c&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;In&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nt"&gt;PE_store_msg&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="nt"&gt;encrypt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="nd"&gt;329&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="nd"&gt;25&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;passing&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;argument&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nt"&gt;time&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;makes&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;pointer&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;integer&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;without&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;a&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;cast&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="na"&gt;-Wint-conversion&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="nt"&gt;329&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;    &lt;/span&gt;&lt;span class="nt"&gt;newnode-&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="nt"&gt;time&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;time&lt;/span&gt;&lt;span class="o"&gt;((&lt;/span&gt;&lt;span class="nt"&gt;time_t&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;&lt;span class="nt"&gt;NULL&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;                         &lt;/span&gt;&lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;                         &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;                         &lt;/span&gt;&lt;span class="nt"&gt;long&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;int&lt;/span&gt;
&lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;...&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Adding  &lt;code&gt;-Wno-error=int-conversion&lt;/code&gt; to &lt;code&gt;CFLAGS&lt;/code&gt; does workaround this, but a proper fix would be to fix the code.&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Tue, 30 Sep 2025 22:08:51 -0000</pubDate><guid>https://sourceforge.netbbe3d687719224997cdf6665c5dcaae043bd9388</guid></item><item><title>[Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/161/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 161 has been modified: &lt;span&gt;[Workaround]&lt;/span&gt; GCC 15: Build error &lt;code&gt;encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]&lt;/code&gt;.&lt;br/&gt;
Edited By: Bill Tompkins (obobo)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed-fixed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Tue, 30 Sep 2025 22:08:51 -0000</pubDate><guid>https://sourceforge.net42c02979c4d28b915af4b71d0910f197a9b21c53</guid></item><item><title>Can no longer be built</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/160/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;pidgin-encrpytion can no longer be built with the latest glib (at least not on Mageia Linux Cauldron). Attached is a patch to fix the problem. See:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://bugs.mageia.org/show_bug.cgi?id=7979" rel="nofollow"&gt;https://bugs.mageia.org/show_bug.cgi?id=7979&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shlomi Fish</dc:creator><pubDate>Mon, 05 Nov 2012 22:06:26 -0000</pubDate><guid>https://sourceforge.net19dfe95c307d44c676a9a478fb9ca0f13e509630</guid></item><item><title>undefined symbol: PK11_WrapPrivKey</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/159/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Compiled the latest cvs and also v3.1 and get the error: &lt;/p&gt;
&lt;p&gt;/usr/lib/pidgin/encrypt.so is not loadable: undefined symbol: PK11_WrapPrivKey&lt;/p&gt;
&lt;p&gt;Tried adding pk11func.h to the rsa_nss.h includes hoping that would be the easy fix, but no joy. Not a program so I don't know how to fix this issue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rosc2112</dc:creator><pubDate>Fri, 03 Dec 2010 17:40:21 -0000</pubDate><guid>https://sourceforge.netc4768f704be753049fd4e3829846285e78fa0a50</guid></item><item><title>Encription Plugin not working  on pidgin 2.7.5</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/158/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;(10:29:12) plugins: C:\Program Files (x86)\Pidgin\plugins\encrypt.dll is not loadable: `C:\Program Files (x86)\Pidgin\plugins\encrypt.dll': The specified procedure could not be found.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 03 Dec 2010 17:30:29 -0000</pubDate><guid>https://sourceforge.net2e5eba7a176a8f3eb4f3b36a59237512f1707b4d</guid></item><item><title>No working Windows build</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/157/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Can't you please just put together a Windows build for the 3.1 release already, so that people without a build environment can also use it? Lots of people are complaining about this in the comments on the main project page, and you would get at least 10 times as many users in an instance if you just did this. You even say on the main website that "A Windows release will be available soon", but it's been more than half a year since then!? So pretty please, with sugar on top?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Magnus Brading</dc:creator><pubDate>Sat, 06 Nov 2010 01:26:56 -0000</pubDate><guid>https://sourceforge.netc20bd19accdf39f0cc8b26954b38fddb0e156295</guid></item><item><title>Long URLs split in Yahoo</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/156/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have no idea of the cause, but will describe what I see.&lt;/p&gt;
&lt;p&gt;Pidgin 2.7.2 with pidgin-encryption 3.1&lt;/p&gt;
&lt;p&gt;If I send an ordinary line ("testtesttesttest..." of say 160 characters, that works fine.&lt;/p&gt;
&lt;p&gt;If I send the same line with "http://" in front of it (so that it gets autoconverted to a lnk), it works fine with pidgin-encryption turned off.&lt;/p&gt;
&lt;p&gt;If I send the line above (with "http://" at the beginning) with pidgin encryption turned on, then the actual link is correct (the URL), but the text describing the link is broken into two pieces (at some point that varies with the URL). The first line (the link) is colored blue (designating a link) and contains the first 90-120 characters of the text describing the link (which is supposed to be identical to the link). The second line contains the remainder of the text as plain text.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Sat, 09 Oct 2010 23:05:10 -0000</pubDate><guid>https://sourceforge.net0a9b2c7849f102359d63e928ed8a173e00bd6156</guid></item><item><title>Windows binary does not work with Pidgin 2.7</title><link>https://sourceforge.net/p/pidgin-encrypt/bugs/155/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems the Pidgin-Encryption plugin as distributed in the Windows binary does not work with Pidgin 2.7. Pidgin does not show it in the list of available plugins. (Pidgin 2.7 on Windows XP 32-bit.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 27 May 2010 14:47:18 -0000</pubDate><guid>https://sourceforge.net935f4426f4eb88a9d3731c879dd92d74a8850aed</guid></item></channel></rss>