<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 9, 2015 at 11:46 AM, Matthew Jordan <span dir="ltr"><<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Aug 8, 2015 at 8:26 AM, Administrator TOOTAI <<a href="mailto:admin@tootai.net">admin@tootai.net</a>> wrote:<br>
> Le 07/08/2015 23:54, Asterisk Development Team a écrit :<br>
>><br>
>> The Asterisk Development Team has announced the release of Asterisk<br>
>> 11.19.0.<br>
><br>
> [...]<br>
><br>
> Hello,<br>
><br>
> We have problem with patches since 11.18.0 We have to download the full<br>
> tar.gz to get last version :-(.<br>
><br>
> Before this, since ages, we used to patch the previous version like<br>
><br>
> #patch -p0 < ../asterisk-11.17.0-patch<br>
><br>
> (applied to the current asterisk-11.16-0 directory), compile and install.<br>
> That's all, servers where uptodate, job done.<br>
><br>
> Taking a look at the header from asterisk-11.17.0-patch (and previous) we<br>
> see<br>
><br>
> --- asterisk-11.16.0-summary.html      (.../11.16.0)   (revision 433916)<br>
> +++ asterisk-11.16.0-summary.html      (.../11.17.0)   (revision 433916)<br>
><br>
> which is, diff between asterisk-11.16.0 and -in this case- the new<br>
> asterisk-11.17.0<br>
><br>
> Now, since 11.18.0 version, patch is looking like<br>
><br>
> diff --git a/.version b/.version<br>
> index cde331b..3644f46 100644<br>
> --- a/.version<br>
> +++ b/.version<br>
> @@ -1 +1 @@<br>
> -11.19.0-rc1<br>
> \ No newline at end of file<br>
> +11.19.0<br>
><br>
> \ No newline at end of file<br>
><br>
> As you can see patch is build against 11.19.0-rc1, not 11.18.0<br>
><br>
> How can we apply this patch to a legacy asterisk-11.18.0 tar.gz ?<br>
><br>
> Thanks for any hint.<br>
><br>
<br>
</div></div>That's a bug in the release scripts, which had to be rewritten when we<br>
moved to Git. We'll try to get it sorted out for the next release.<br></blockquote><div><br></div><div>In addition for the git patches you will need to use -p1 instead of -p0.<br><br></div><div>Richard<br></div></div><br></div></div>