Re: tiff vulnerability in ports?

2016-08-06 Thread Matthew Seaman
On 06/08/2016 04:39, alphachi wrote: > Any update doesn't still land on ports tree, but now "pkg audit -F" won't > report graphics/tiff is vulnerable. There has been a revised judgement about the gif2tiff program, in that while it can be made to crash by a specially crafted gif file, that does not

Re: mariadb101-server vulnerability?

2016-08-06 Thread Kubilay Kocak
On 6/08/2016 7:23 AM, Michael Grimm wrote: > Hi — > > Kubilay Kocak wrote: > >> Unfortunately you are yet one more example of a user that's been left in >> the lurch without information or recourse wondering (rightfully) how >> they can resolve or mitigate this vulnerability. Our apologies. > >

poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Michael Grimm
Hi, I am used to build my ports by poudriere in parallel (-J x). But I do want to build specific ports in parallel per se (make -j x) just to speed up build times of huge ports like mariadb101-server. I did try to add an MAKEOPTS="-j8" into poudriere's specific jailname-make.conf file, and I d

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Kubilay Kocak
On 7/08/2016 1:16 AM, Michael Grimm wrote: > Hi, > > I am used to build my ports by poudriere in parallel (-J x). But I do want to > build specific ports in parallel per se (make -j x) just to speed up build > times of huge ports like mariadb101-server. > > I did try to add an MAKEOPTS="-j8" in

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Tobias Kortkamp
Hi Michael, you can set ALLOW_MAKE_JOBS_PACKAGES in /usr/local/etc/poudriere.conf to do that. # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # which holdup the rest of the queue to build more quickly. #ALLOW_MAKE

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Christian Schwarz
>From my poudriere.conf: # By default MAKE_JOBS is disabled to allow only one process per cpu # Use the following to allow it anyway ALLOW_MAKE_JOBS=no # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports

"pkgtools.conf" deprecated examples

2016-08-06 Thread Xavier
Hi, I noticed that /usr/local/etc/pkgtools.conf.sample still shows examples like "WITH_FOO=true" "WITHOUT_BAR=true", while it is deprecated, and should be : myport => 'WITH="FOO" WITHOUT="BAR"' Someone to fix, or perhaps I should submit a patch myself ? Thx Xav -- Xavier HUMBERT - Unix/W

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Michael Grimm
Christian Schwarz wrote: > From my poudriere.conf: > > # By default MAKE_JOBS is disabled to allow only one process per cpu > # Use the following to allow it anyway > ALLOW_MAKE_JOBS=no > > # List of packages that will always be allowed to use MAKE_JOBS > # regardless of ALLOW_MAKE_JOBS. T

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Ultima
If you plan on running build in parallel it maybe necessary to also set MAKE_JOBS_NUMBER_LIMIT= into the make.conf file as well. On Sat, Aug 6, 2016 at 11:49 AM, Michael Grimm wrote: > Christian Schwarz wrote: > > > From my poudriere.conf: > > > > # By default MAKE_JOBS is disabled to allow on

Re: mariadb101-server vulnerability?

2016-08-06 Thread Mark Felder
On Sat, Aug 6, 2016, at 07:34, Kubilay Kocak wrote: > On 6/08/2016 7:23 AM, Michael Grimm wrote: > > Hi — > > > > Kubilay Kocak wrote: > > > >> Unfortunately you are yet one more example of a user that's been left in > >> the lurch without information or recourse wondering (rightfully) how > >