Re: [testlilyissues:issues] Moderation action required

2018-06-02 Thread James Lowe
Hello

On Sat, 12 May 2018 09:24:17 +0200, David Kastrup  wrote:

> "James Lowe"  writes:
> 
> > Dev team,
> >
> > Don tacked a patch on the end of an already-fixed issue.
> >
> > https://sourceforge.net/p/testlilyissues/issues/5243
> >
> > I assume this needs a new issue?
> 
> Basically yes, and definitely with an explanation of why the committed
> fix is not considered sufficient.
> 
> -- 
> David Kastrup

I created https://sourceforge.net/p/testlilyissues/issues/5334/

Sorry this took so long to do.

The patch has been attached to that issue and rebased.

James



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread Knut Petersen



I don't think we should update a release last issued 5 years ago - so no 2.18.3.

It also seems that a security problem with no reported problems actually 
happening in 5 years can be so serious to warrant rushing out a new release?


The problem is known, it is published how to exploit the problem, and it is 
really easy to write an exploit.
I really think the problem is severe enough to justify a lilypond 2.18.3 
release.

stable/2.18 does not build on my openSuSE Tumbleweed system without a few 
patches, see issues #4814 and #4965.
Even with those patches make doc fails, but an easy fix is to default 
gs_load_fonts to true:

   diff --git a/scm/lily.scm b/scm/lily.scm
   index 9b0a6d2aad..5f565d8c07 100644
   --- a/scm/lily.scm
   +++ b/scm/lily.scm
   @@ -232,7 +232,7 @@ regression testing.")
  "Pad left edge of the output EPS bounding box by
 given amount (in mm).")
 (gs-load-fonts
   - #f
   + #t
  "Load fonts via Ghostscript.")
 (gs-load-lily-fonts
  #f



Knut
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread Phil Holmes
- Original Message - 
From: "David Kastrup" 

To: "Knut Petersen" 
Cc: "dondelelcaro" ; "lilypond-devel" 


Sent: Saturday, May 12, 2018 11:27 AM
Subject: Re: [testlilyissues:issues] Moderation action required



Knut Petersen  writes:


Am 12.05.2018 um 09:16 schrieb James Lowe:

Dev team,

Don tacked a patch on the end of an already-fixed issue.


James, they try to fix lilypond 2.18, not 2.20 or master.

2.18 is still insecure.


At this point of time we probably really need to decide to release 2.20,
come hell and high water, including its current faults.

Or pitch out 2.18.3.  At the very least it might make sense to add
purely compilation fixes (for keeping up with more current versions of
compilers etc) to the current stable branch in future even if one does
no proper release.  Possibly even security fixes.  That way there is
some semi-official way of dealing with bit rot.  Also makes it easier to
do regression testing 5 years later.

--
David Kastrup


I don't think we should update a release last issued 5 years ago - so no 
2.18.3.


It also seems that a security problem with no reported problems actually 
happening in 5 years can be so serious to warrant rushing out a new release?


--
Phil Holmes 



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread David Kastrup
Knut Petersen  writes:

> Am 12.05.2018 um 09:16 schrieb James Lowe:
>> Dev team,
>>
>> Don tacked a patch on the end of an already-fixed issue.
>
> James, they try to fix lilypond 2.18, not 2.20 or master.
>
> 2.18 is still insecure.

At this point of time we probably really need to decide to release 2.20,
come hell and high water, including its current faults.

Or pitch out 2.18.3.  At the very least it might make sense to add
purely compilation fixes (for keeping up with more current versions of
compilers etc) to the current stable branch in future even if one does
no proper release.  Possibly even security fixes.  That way there is
some semi-official way of dealing with bit rot.  Also makes it easier to
do regression testing 5 years later.

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread Knut Petersen

Am 12.05.2018 um 09:16 schrieb James Lowe:

Dev team,

Don tacked a patch on the end of an already-fixed issue.


James, they try to fix lilypond 2.18, not 2.20 or master.

2.18 is still insecure.

Knut

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread James Lowe
Don,

On Sat, 12 May 2018 09:24:17 +0200, David Kastrup  wrote:

> "James Lowe"  writes:
> 
> > Dev team,
> >
> > Don tacked a patch on the end of an already-fixed issue.
> >
> > https://sourceforge.net/p/testlilyissues/issues/5243
> >
> > I assume this needs a new issue?
> 
> Basically yes, and definitely with an explanation of why the committed
> fix is not considered sufficient.
> 

If you can add some meat to your comment, I can create a new ticket for your 
proposed patch.

James
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread David Kastrup
"James Lowe"  writes:

> Dev team,
>
> Don tacked a patch on the end of an already-fixed issue.
>
> https://sourceforge.net/p/testlilyissues/issues/5243
>
> I assume this needs a new issue?

Basically yes, and definitely with an explanation of why the committed
fix is not considered sufficient.

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [testlilyissues:issues] Moderation action required

2018-05-12 Thread James Lowe
Dev team,

Don tacked a patch on the end of an already-fixed issue.

https://sourceforge.net/p/testlilyissues/issues/5243

I assume this needs a new issue?

Let me know.

James

On Fri, 11 May 2018 16:52:11 -, "Don Armstrong" 
 wrote:

> The following submission requires approval at 
> https://sourceforge.net/p/testlilyissues/issues/_discuss/moderate before it 
> can be approved for posting:
> 
> I have just uploaded a fix to Debian which switches to using `system*` 
> instead of `system`:
> https://salsa.debian.org/debian/lilypond/commit/788b56e4b7f62637481af65b4b2929649c30fe78
> 
> Not sure if this is cross-platform enough, but it solves the issue for 
> systems with a working system* call.
> 
> 
> ---
> 
> Sent from sourceforge.net because you indicated interest in 
> 
> 
> 
> 
> To unsubscribe from further messages, please visit 
> 



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel