<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/sshpass/patches/" rel="alternate"/><link href="https://sourceforge.net/p/sshpass/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/sshpass/patches/</id><updated>2024-10-25T22:23:53.068000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Remove AC_FUNC_MALLOC check</title><link href="https://sourceforge.net/p/sshpass/patches/16/" rel="alternate"/><published>2024-10-25T22:23:53.068000Z</published><updated>2024-10-25T22:23:53.068000Z</updated><author><name>James</name><uri>https://sourceforge.net/u/jamesnz/</uri></author><id>https://sourceforge.netd63d5b38aa1fa6dfb97a3d5f632222414c7a398f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there,&lt;br/&gt;
When cross-compiling sshpass I came across this error on various musl/ARM platforms:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;cc  -g -O2   -o sshpass main.o                                                                                                                                                                                                                 
Undefined symbols for architecture x86_64:                                                                                                                                                                                                     
  "_rpl_malloc", referenced from:                                                                                                                                                                                                              
      _runprogram in main.o                                                                                                                                                                                                                    
ld: symbol(s) not found for architecture x86_64                                                                                                                                                                                                
clang: error: linker command failed with exit code 1 (use -v to see invocation)                                                                                                                                                                
make[1]: *** [Makefile:417: sshpass] Error 1                                                                                                                                                                                                   
make[1]: Leaving directory '/workspace/srcdir/sshpass-1.10'                                                                                                                                                                                    
make: *** [Makefile:320: all] Error 2 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;From googling it looks like it's because of the overzealous AC_FUNC_MALLOC check: &lt;a href="https://github.com/maxmind/libmaxminddb/pull/152" rel="nofollow"&gt;https://github.com/maxmind/libmaxminddb/pull/152&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Removing that line from configure.ac fixed the compilation issue for me, so I thought I'd submit a patch.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 Hang on zombie child process</title><link href="https://sourceforge.net/p/sshpass/patches/11/?limit=25#d27f" rel="alternate"/><published>2022-07-05T10:28:19.096000Z</published><updated>2022-07-05T10:28:19.096000Z</updated><author><name>Przemyslaw Strzelczak</name><uri>https://sourceforge.net/u/prezess/</uri></author><id>https://sourceforge.netbc1e237944bace7cbeb7defb381b8e6082b127dc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Noticed it is already released in 1.07.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 Hang on zombie child process</title><link href="https://sourceforge.net/p/sshpass/patches/11/?limit=25#030d" rel="alternate"/><published>2022-06-27T14:29:19.961000Z</published><updated>2022-06-27T14:29:19.961000Z</updated><author><name>Przemyslaw Strzelczak</name><uri>https://sourceforge.net/u/prezess/</uri></author><id>https://sourceforge.net664a3a07049a16b4634bc78e91c8fdbbfdd16824</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Shachar,&lt;br/&gt;
could you release a version with this patch? It is likely that I hit issue described here in my work.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#14 -E option for reading password from named env-var</title><link href="https://sourceforge.net/p/sshpass/patches/14/?limit=25#998d" rel="alternate"/><published>2022-05-28T08:24:25.525000Z</published><updated>2022-05-28T08:24:25.525000Z</updated><author><name>Shachar Shemesh</name><uri>https://sourceforge.net/u/thesun/</uri></author><id>https://sourceforge.net28041137151b990ff4809286898e0ffbbcba8fb2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-accepted&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#13 Support for DUO prompts</title><link href="https://sourceforge.net/p/sshpass/patches/13/?limit=25#f351" rel="alternate"/><published>2021-10-26T01:24:24.422000Z</published><updated>2021-10-26T01:24:24.422000Z</updated><author><name>nablaodel</name><uri>https://sourceforge.net/u/nablaodel/</uri></author><id>https://sourceforge.neted767a33f6fa839a5836ba4c10c96853de90f61e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you both. I found this patch very useful and figured I'd share the steps to use it:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;curl -O -L  https://fossies.org/linux/privat/sshpass-1.09.tar.gz
tar xvzf sshpass-1.09.tar.gz
cd sshpass-1.09/

curl -O -L https://sourceforge.net/p/sshpass/patches/_discuss/thread/1fcddce751/848e/attachment/0001-Support-DUO-prompts.patch
patch -u main.c -i 0001-Support-DUO-prompts.patch

./configure
make install
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</summary></entry><entry><title>#13 Support for DUO prompts</title><link href="https://sourceforge.net/p/sshpass/patches/13/?limit=25#dfff" rel="alternate"/><published>2021-07-12T17:46:32.589000Z</published><updated>2021-07-12T17:46:32.589000Z</updated><author><name>Shachar Shemesh</name><uri>https://sourceforge.net/u/thesun/</uri></author><id>https://sourceforge.net06fc8ef94660144533a90c6dd711773d19ee4360</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-invalid&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#13 Support for DUO prompts</title><link href="https://sourceforge.net/p/sshpass/patches/13/?limit=25#288f" rel="alternate"/><published>2021-07-12T17:46:14.885000Z</published><updated>2021-07-12T17:46:14.885000Z</updated><author><name>Shachar Shemesh</name><uri>https://sourceforge.net/u/thesun/</uri></author><id>https://sourceforge.netb97bbdeb62824ccf67eb3f778127127774ba4e72</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Why, thank you. Thank you very much.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#13 Support for DUO prompts</title><link href="https://sourceforge.net/p/sshpass/patches/13/?limit=25#0e18" rel="alternate"/><published>2021-07-12T17:41:55.103000Z</published><updated>2021-07-12T17:41:55.103000Z</updated><author><name>Max Ehrlich</name><uri>https://sourceforge.net/u/queuecumber/</uri></author><id>https://sourceforge.netb069f0faa20b4c64b34e9f4d68e81cf80983fac4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is pretty much a dead project anyway (as if using sourceforge didnt give that away) , the patch is here for anyone who needs it&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#15 Added support TOTP</title><link href="https://sourceforge.net/p/sshpass/patches/15/?limit=25#185e" rel="alternate"/><published>2021-07-12T17:38:44.952000Z</published><updated>2021-07-12T17:38:44.952000Z</updated><author><name>Shachar Shemesh</name><uri>https://sourceforge.net/u/thesun/</uri></author><id>https://sourceforge.net1537822b2544902faa9fef480a26444c1263dd8c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;See discussion in the mailing list&lt;br/&gt;
&lt;a href="https://sourceforge.net/p/sshpass/mailman/message/37318911/"&gt;https://sourceforge.net/p/sshpass/mailman/message/37318911/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#14 -E option for reading password from named env-var</title><link href="https://sourceforge.net/p/sshpass/patches/14/?limit=25#2cb3" rel="alternate"/><published>2021-07-12T17:38:27.344000Z</published><updated>2021-07-12T17:38:27.344000Z</updated><author><name>Shachar Shemesh</name><uri>https://sourceforge.net/u/thesun/</uri></author><id>https://sourceforge.net98c91488742baf12f73f0177aef23653e7f134c3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am less opposed to this patch than the others, but there is relevant discussion in the mailing list.&lt;br/&gt;
&lt;a href="https://sourceforge.net/p/sshpass/mailman/message/37318911/"&gt;https://sourceforge.net/p/sshpass/mailman/message/37318911/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>