Re: [ptxdist] [PATCH v5 1/6] sdl2: add new package

2018-07-27 Thread Michael Grzeschik
On Thu, Jul 26, 2018 at 07:39:20PM +0200, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* > - padded prompt entry with extra spaces > v2 -> v3: - added patch to add egl cflags on configure.in and enabled >

Re: [ptxdist] [PATCH 1/3] monit: Fix largefile configure options

2018-07-27 Thread Michael Olbrich
On Fri, Jul 27, 2018 at 11:55:29AM +0200, Alexander Dahl wrote: > Am Freitag, 27. Juli 2018, 11:42:42 CEST schrieb Roland Hieber: > > On Fri, Jul 27, 2018 at 10:59:13AM +0200, Alexander Dahl wrote: > > > + $(GLOBAL_LARGE_FILE_OPTION) \ > > > > > > --enable-optimized \ > > >

Re: [ptxdist] [PATCH 1/3] monit: Fix largefile configure options

2018-07-27 Thread Alexander Dahl
Hello Roland, Am Freitag, 27. Juli 2018, 11:42:42 CEST schrieb Roland Hieber: > On Fri, Jul 27, 2018 at 10:59:13AM +0200, Alexander Dahl wrote: > > + $(GLOBAL_LARGE_FILE_OPTION) \ > > > > --enable-optimized \ > > --disable-profiling \ > > > > - $(GLOBAL_LARGE_FILE_OPTION) \ > > +

Re: [ptxdist] [PATCH 1/3] monit: Fix largefile configure options

2018-07-27 Thread Roland Hieber
Hei hei, On Fri, Jul 27, 2018 at 10:59:13AM +0200, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > rules/monit.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/monit.make b/rules/monit.make > index 2870e8056..a72c8e77d 100644 > ---

[ptxdist] [PATCH 0/3] monit: Upgrade from two years old version

2018-07-27 Thread Alexander Dahl
Hei hei, since 5.17.1 from March 2016 there were some new releases for monit, including bug fixes, security fixes, build fixes, and new features. This series does a little cleanup on the old version and then upgrades to 5.25.2, introducing one new option. Greets Alex Alexander Dahl (3):

[ptxdist] [PATCH 1/3] monit: Fix largefile configure options

2018-07-27 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/monit.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/monit.make b/rules/monit.make index 2870e8056..a72c8e77d 100644 --- a/rules/monit.make +++ b/rules/monit.make @@ -35,9 +35,10 @@ MONIT_CONF_ENV := $(CROSS_ENV) \

[ptxdist] [PATCH 2/3] monit: Add license file hash

2018-07-27 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/monit.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/monit.make b/rules/monit.make index a72c8e77d..99266622d 100644 --- a/rules/monit.make +++ b/rules/monit.make @@ -1,6 +1,6 @@ # -*-makefile-*- # -# Copyright (C)

[ptxdist] [PATCH 3/3] monit: version bump 5.17.1 -> 5.25.2

2018-07-27 Thread Alexander Dahl
This includes a lot of fixes and new features, including a fix for CVE-2016-7067 in monit 5.20.0. See https://mmonit.com/monit/changes/ for complete release notes. Signed-off-by: Alexander Dahl --- rules/monit.in | 5 + rules/monit.make | 6 -- 2 files changed, 9 insertions(+), 2