[Fedocal] Reminder meeting : ELN SIG

2024-11-21 Thread sgallagh
Dear all, You are kindly invited to the meeting: ELN SIG on 2024-11-22 from 12:00:00 to 13:00:00 US/Eastern At fedora-meet...@irc.libera.chat The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/10881/ -- ___ devel m

SPDX Statistics - 305 packages remaining

2024-11-21 Thread Miroslav Suchý
Hot news: - I walked through all packages with "Public Domain" license. For all such packages I identified the public domain dedication and added it to https://gitlab.com/fedora/legal/fedora-license-data/-/blob/main/public-domain-text.txt?ref_type=heads Richard F. did the review and I opened P

Re: Intel's Clear Linux optimizations

2024-11-21 Thread statanalytica
Statanalytica is a platform where we provide live tutoring and consultation in data science, data analytics, accounts, and statistics to our clients around the world. Get Instant statistics help from the best experts. https://statanalytica.com/ -- ___

Do you Need best assignment help

2024-11-21 Thread statanalytica
Statanalytica is a platform where we provide live tutoring and consultation in data science, data analytics, accounts, and statistics to our clients worldwide. Get Instant statistics help from the best experts. https://statanalytica.com/ -- ___ devel m

Re: Findings by static analyzers in Fedora 42 Critical Path Packages

2024-11-21 Thread Siteshwar Vashisht
On Tue, Nov 19, 2024 at 6:08 PM David Malcolm wrote: > > On Tue, 2024-11-19 at 17:25 +0100, František Šumšal wrote: > > On 11/19/24 10:22, František Šumšal wrote: > > > On 11/19/24 09:07, Kamil Dudka wrote: > > > > On Monday, November 18, 2024 6:57:03 PM GMT+1 František Šumšal > > > > wrote: > > >

Re: pkcs11-provider update breaks eduroam

2024-11-21 Thread Davide Caratti
hello, On Wed, Nov 20, 2024 at 12:48 PM Dmitry Belyavskiy wrote: > [...] >> > The idea here was to auto-enable pkcs11-provider when it is installed, >> > which still makes sense to me. The issue here I think is that many people >> > ended up with pkcs11-provider installed because of a recommen

Re: pkcs11-provider update breaks eduroam

2024-11-21 Thread Arthur Bols via devel
On 21/11/2024 13:06, Davide Caratti wrote: yes. The problem is in md4_vector() [1], the legacy provider has a non-NULL pointer and EVP_md4() fetches correctly. However, when pkcs11-provider is installed, EVP_DigestInit_ex() fails. I tried this patch [2] on upstream wpa_supplicant, and it seem to

Fedora eln compose report: 20241121.n.1 changes

2024-11-21 Thread Fedora ELN Report
OLD: Fedora-eln-20241120.n.0 NEW: Fedora-eln-20241121.n.1 = SUMMARY = Added images:2 Dropped images: 0 Added packages: 0 Dropped packages:10 Upgraded packages: 20 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:3.85 MiB Size of

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2024-11-21 Thread Miro Hrončok
On 21. 11. 24 23:11, William Cohen wrote: Sediment has been designed to work with the RPM build process. Currently, one needs to use modified RPM macros. These can be created quickly by writing the output of the sediment make_sediment_rpmmacros command into ~/.rpmmacros. One will also need to d

Fedora eln compose report: 20241122.n.0 changes

2024-11-21 Thread Fedora ELN Report
OLD: Fedora-eln-20241121.n.1 NEW: Fedora-eln-20241122.n.0 = SUMMARY = Added images:1 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 24 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size of

Re: pkcs11-provider update breaks eduroam

2024-11-21 Thread Dmitry Belyavskiy
Dear Davide, On Thu, Nov 21, 2024 at 1:07 PM Davide Caratti wrote: > hello, > > On Wed, Nov 20, 2024 at 12:48 PM Dmitry Belyavskiy > wrote: > > > > [...] > >> > The idea here was to auto-enable pkcs11-provider when it is > installed, which still makes sense to me. The issue here I think is that

ImageFactory retirement

2024-11-21 Thread Neal Gompa
Hey folks, Now that Fedora Linux 41 is out the door and Fedora Linux 39 will be EOL next Tuesday, it's now time to continue down the path that was outlined[1] when the Fedora Linux 40 Change to use KIWI for images[2] was approved. The Fedora Cloud Working Group is not interested in continuing to

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2024-11-21 Thread William Cohen
On 11/21/24 17:32, Miro Hrončok wrote: > On 21. 11. 24 23:11, William Cohen wrote: >> Sediment has been designed to work with the RPM build process. >> Currently, one needs to use modified RPM macros.  These can be created >> quickly by writing the output of the sediment make_sediment_rpmmacros >>

Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2024-11-21 Thread William Cohen
Hi All, There is always a desire to make code run faster and use less memory. Code layout optimization is one technique used accomplish those goals by locating strongly connected functions together to reduce the number of memory pages containing actively executing code and to reduce the amount of