<?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/linuxquota/patches/" rel="alternate"/><link href="https://sourceforge.net/p/linuxquota/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/linuxquota/patches/</id><updated>2022-09-26T10:58:09.597000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#56 Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/?limit=25#bfd9" rel="alternate"/><published>2022-09-26T10:58:09.597000Z</published><updated>2022-09-26T10:58:09.597000Z</updated><author><name>Sam James</name><uri>https://sourceforge.net/u/thesamesam/</uri></author><id>https://sourceforge.neteabc303fce5619807765f53ea6a4c1c175c17575</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#56 Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/?limit=25#beae" rel="alternate"/><published>2022-09-26T08:23:43.999000Z</published><updated>2022-09-26T08:23:43.999000Z</updated><author><name>Jan Kara</name><uri>https://sourceforge.net/u/jkar8572/</uri></author><id>https://sourceforge.netc1f4b1e1ebe589a3106d00bb4795c8583a8f3a26</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;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#56 Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/?limit=25#bd4b" rel="alternate"/><published>2022-09-25T03:55:32.979000Z</published><updated>2022-09-25T03:55:32.979000Z</updated><author><name>Sam James</name><uri>https://sourceforge.net/u/thesamesam/</uri></author><id>https://sourceforge.net0e03c57aff31b1bc7fc35e5805891377e14c5edc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sure, thanks!&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Signed-off-by: Sam James &amp;lt;sam@gentoo.org&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#56 Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/?limit=25#c5f8" rel="alternate"/><published>2022-09-23T10:58:18.191000Z</published><updated>2022-09-23T10:58:18.191000Z</updated><author><name>Jan Kara</name><uri>https://sourceforge.net/u/jkar8572/</uri></author><id>https://sourceforge.net3b4efc23e824779ad3a12b5e1db2b54766ef73b1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the patch! It looks good. Can you please provide your attribution (Signed-off-by line) so that I can include it in the repository? Thanks!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/" rel="alternate"/><published>2022-09-23T02:31:37.082000Z</published><updated>2022-09-23T02:31:37.082000Z</updated><author><name>Sam James</name><uri>https://sourceforge.net/u/thesamesam/</uri></author><id>https://sourceforge.net827b93d53d2347a32b31875951a916449d9f8cdc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;configure scripts need to be runnable with a POSIX-compliant /bin/sh.&lt;/p&gt;
&lt;p&gt;On many (but not all!) systems, /bin/sh is provided by Bash, so errors&lt;br/&gt;
like this aren't spotted. Notably Debian defaults to /bin/sh provided&lt;br/&gt;
by dash which doesn't tolerate such bashisms as '=='.&lt;/p&gt;
&lt;p&gt;This retains compatibility with bash.&lt;/p&gt;
&lt;p&gt;Fixes configure warnings/errors like:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;configure&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;WARNING&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;tcpd&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;h&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;not&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;found&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;span class="o"&gt;./&lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;8453&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;test&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;X&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;unexpected&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;operator&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;span class="n"&gt;checking&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;that&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;generated&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;files&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;are&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;newer&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;than&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;configure&lt;/span&gt;&lt;span class="o"&gt;...&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;done&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Patch attached, thanks!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix Bashism in configure</title><link href="https://sourceforge.net/p/linuxquota/patches/56/" rel="alternate"/><published>2022-09-23T02:31:37.082000Z</published><updated>2022-09-23T02:31:37.082000Z</updated><author><name>Sam James</name><uri>https://sourceforge.net/u/thesamesam/</uri></author><id>https://sourceforge.net2d4122fdafb00e279a9272caca7472c7a5b09855</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 56 has been modified: Fix Bashism in configure&lt;br/&gt;
Edited By: Jan Kara (jkar8572)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed-accepted'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#55 Fix compilation when using musl libc</title><link href="https://sourceforge.net/p/linuxquota/patches/55/?limit=25#f649" rel="alternate"/><published>2020-11-30T15:41:38.196000Z</published><updated>2020-11-30T15:41:38.196000Z</updated><author><name>Jan Kara</name><uri>https://sourceforge.net/u/jkar8572/</uri></author><id>https://sourceforge.neta985aaaaba154a8df01c293fe0ce1306646af32c</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-fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#55 Fix compilation when using musl libc</title><link href="https://sourceforge.net/p/linuxquota/patches/55/?limit=25#9eec" rel="alternate"/><published>2020-11-30T15:41:13.346000Z</published><updated>2020-11-30T15:41:13.346000Z</updated><author><name>Jan Kara</name><uri>https://sourceforge.net/u/jkar8572/</uri></author><id>https://sourceforge.net574e124e6e38825bd160eeb4aff73f252e2da125</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the patch but defining P() to nop is just pointless.  I've instead just dropped P() usage and the include as well from quota.h.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix compilation when using musl libc</title><link href="https://sourceforge.net/p/linuxquota/patches/55/" rel="alternate"/><published>2020-11-26T18:34:15.974000Z</published><updated>2020-11-26T18:34:15.974000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net415e79df644de0ae14bedbc0ab3170477ecbe863</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch fixes quota.h trying to include the sys/cdefs.h header which is a glibc internal header so it fails to compile when using any other libc (such as musl in my case). Since it's internal, that header should not be used by any user code anyway, if I read correctly.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2xsaiko&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Fix compilation when using musl libc</title><link href="https://sourceforge.net/p/linuxquota/patches/55/" rel="alternate"/><published>2020-11-26T18:34:15.974000Z</published><updated>2020-11-26T18:34:15.974000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net91704823e192bc23e9412dc19eaf0038591dc943</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 55 has been modified: Fix compilation when using musl libc&lt;br/&gt;
Edited By: Jan Kara (jkar8572)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed-fixed'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>