Applying patch for PR 267690 (java/openjdk*)

2022-12-12 Thread Osipov, Michael (LDA IT PLM 2)
Folks, can your some look at my patch for PR 267690? Fully tested and described. The patch is for OpenJDK 8 for now, but supply for 11 and 17 as well since the issue is present there too. Regards, Michael

Applying patch for PR 267625 (print/ghostscript9-agpl-base)

2022-12-12 Thread Osipov, Michael (LDA IT PLM 2)
Folks, can your some look at my patch for PR 267625? The port contains a CJK-related fonts custom patch which breaks vanilla GS and fails when converting valid PS files to PDF. My patch removes those custom patches from files/ to make it work as with vanilla GS. Regards, Michael

security/clamav

2022-12-12 Thread Janos Dohanics
Hello, Updating security/clamav fails apparently because of missing files: [...] ---> Uninstallation of clamav-0.104.2,1 ended at: Mon, 12 Dec 2022 07:52:37 -0500 (consumed 00:00:05) ---> Installation of security/clamav started at: Mon, 12 Dec 2022 07:52:37 -0500 ---> Installing the new vers

Re: security/clamav

2022-12-12 Thread The Doctor
On Mon, Dec 12, 2022 at 08:02:20AM -0500, Janos Dohanics wrote: > Hello, > > Updating security/clamav fails apparently because of missing files: > > [...] > ---> Uninstallation of clamav-0.104.2,1 ended at: Mon, 12 Dec 2022 07:52:37 > -0500 (consumed 00:00:05) > ---> Installation of security/c

Re: security/clamav

2022-12-12 Thread Janos Dohanics
On Mon, 12 Dec 2022 07:18:11 -0700 The Doctor wrote: > On Mon, Dec 12, 2022 at 08:02:20AM -0500, Janos Dohanics wrote: > > Hello, > > > > Updating security/clamav fails apparently because of missing files: > > > > [...] > > [...] > > A ticket has been opened on bugs. > > Please refer to to th

Re: security/clamav

2022-12-12 Thread The Doctor
On Mon, Dec 12, 2022 at 09:51:03AM -0500, Janos Dohanics wrote: > On Mon, 12 Dec 2022 07:18:11 -0700 > The Doctor wrote: > > > On Mon, Dec 12, 2022 at 08:02:20AM -0500, Janos Dohanics wrote: > > > Hello, > > > > > > Updating security/clamav fails apparently because of missing files: > > > > > >

bdb5 is EOL, but still the default version?

2022-12-12 Thread Mel Pilgrim
I get errors like this in audit logs: db5-5.3.28_8: Tag: expiration_date Value: 2022-06-30 db5-5.3.28_8: Tag: deprecated Value: EOLd, potential security issues, maybe use db18 instead But BDB_DEFAULT=5? If db5 is EOL and vulnerable, why not bump the default version to 18? FWIW, the only co

Unmaintained FreeBSD ports which are out of date

2022-12-12 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: security/clamav

2022-12-12 Thread Janos Dohanics
On Mon, 12 Dec 2022 08:32:48 -0700 The Doctor wrote: > On Mon, Dec 12, 2022 at 09:51:03AM -0500, Janos Dohanics wrote: > > On Mon, 12 Dec 2022 07:18:11 -0700 > > The Doctor wrote: > > > > > On Mon, Dec 12, 2022 at 08:02:20AM -0500, Janos Dohanics wrote: > > > > Hello, > > > > > > > > Updating

Re: bdb5 is EOL, but still the default version?

2022-12-12 Thread Dimitry Andric
On 12 Dec 2022, at 16:33, Mel Pilgrim wrote: > > I get errors like this in audit logs: > > db5-5.3.28_8: Tag: expiration_date Value: 2022-06-30 > db5-5.3.28_8: Tag: deprecated Value: EOLd, potential security issues, maybe > use db18 instead > > But BDB_DEFAULT=5? If db5 is EOL and vulnerable,

lang/rust is super slow to build

2022-12-12 Thread Pat Maddox
Using poudriere, lang/rust is at 2 hours and counting on my 10-core i9 w/ 128 gigs of RAM. Does that sound right? It seems extremely slow to me, but this is my first time building it. How long does it take others to build? What options are you using, or any other suggestions for shortening t

Re: lang/rust is super slow to build

2022-12-12 Thread Robert Clausecker
Hi Pat, Did you configure Poudriere to permit more than one job per package? The default is 1 job per package, with as many packages as you have cores being built in parallel. Yours, Robert Clausecker Am Mon, Dec 12, 2022 at 11:27:45AM -0800 schrieb Pat Maddox: > Using poudriere, lang/rust is at

Re: lang/rust is super slow to build

2022-12-12 Thread Edward Sanford Sutton, III
On 12/12/22 12:27, Pat Maddox wrote: > Using poudriere, lang/rust is at 2 hours and counting on my 10-core i9 > w/ 128 gigs of RAM. > > Does that sound right? It seems extremely slow to me, but this is my > first time building it. > > How long does it take others to build? What options are you usi

Re: Unmaintained FreeBSD ports which are out of date

2022-12-12 Thread Michael Dinon
__ On Monday, December 12, 2022, wrote: > Dear port maintainers, > > The portscout new distfile checker has detected that one or more > unmaintained ports appears to be out of date. Please take the opportunity > to check each of the ports listed below, and if possible and appropriate, > submit/c

Re: lang/rust is super slow to build

2022-12-12 Thread Pat Maddox
Okay! It took a few tries for me to recognize that it was ALLOW_MAKE_JOBS rather than PARALLEL_JOBS. Once I set it, it took 26 minutes to build Rust - that’s more like it :) Good to know that there can be some really long build times... for our lower specced build machine at work, I’ll confi

Procmail Version

2022-12-12 Thread Robert Simmons
There is a new version of procmail. Is updating the FreeBSD port to the new 3.24 a good idea? https://github.com/BuGlessRB/procmail/releases

Re: lang/rust is super slow to build

2022-12-12 Thread Tatsuki Makino
Actually, I recently created a spell to automate how to find packages that are taking a long time to create because of ALLOW_MAKE_JOBS* :) This is finding out what will be needed for more than 3 minutes. #!/bin/sh find -- /usr/local/poudriere/data/logs/bulk/latest-per-pkg/ -iname \*.log\  -exec g

Re: Procmail Version

2022-12-12 Thread Alexander Leidinger
Quoting Robert Simmons (from Mon, 12 Dec 2022 18:22:27 -0500): There is a new version of procmail. Is updating the FreeBSD port to the new 3.24 a good idea?   https://github.com/BuGlessRB/procmail/releases Have a look at $PORTSDIR/mail/procmail-bgrb/ Bye, Alexander. -- http://ww