Re: tntnet test-suite fails on rawhide due gcc version

2025-02-26 Thread Martin Gansser
Unfortunately, I have no idea how to implement this.
I have contacted the maintainer, but have not yet received any feedback.

Regards
Martin
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


definition of UDF_INIT missing in mariadb-connector-c-devel package

2025-02-26 Thread Martin Gansser
Hi,

I want to compile the package vdr-epg-daemon for rawhide, but this fails 
because in the devel-package mariadb-connector-c-devel-3.4.4-1.fc43.x86_64.rpm 
the definition of mariadb_com.h:} UDF_INIT; is no longer available.
Is there a way to re-enable this definition or get it from another package.

Reproducible: Always

Steps to Reproduce:
1. rpmbuild -ba vdr-epg-daemon.spec [1]

Actual Results:  
fails with this error message:
gcc -c  -Wall -fPIC -L/usr/lib64/mariadb -L/usr/lib64/ -lmariadb 
-I/usr/include/mysql -I/usr/include/mysql/mysql -DMYSQL_DYNAMIC_PLUGIN 
-DDEBUG_MYSQL=0 -O2 -flto=auto -ffat-lto-objects -fexceptions -g 
-grecord-gcc-switches -pipe -Wall -Werror=format-security 
-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 
-mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection 
-fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer  -I/usr/include/mysql -I/usr/include/mysql/mysql 
-I/usr/include/python3.13 -I/usr/include/python3.13 -ggdb -fno-stack-protector 
-O -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe 
-Wall -Wno-complain-wrong-lang -Werror=format-security 
-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 
-mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection 
-fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -I/usr/include/mysql -I/usr/include/mysql/mysql 
-I/usr/include/python3.13 -I/usr/include/python3.13 -ggdb -fno-stack-protector 
-O -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe 
-Wall -Wno-complain-wrong-lang -Werror=format-security 
-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 
-mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection 
-fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -shared src/epglvbase.c -o src/epglvbase.o
make[1]: Leaving directory 
'/builddir/build/BUILD/vdr-epg-daemon-1.3.29-build/vdr-epg-daemon-1.3.29/epglv' 
In file included from src/epglvbase.c:10: src/epglv.h:44:25: error: unknown 
type name ‘UDF_INIT’ 44 | my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* 
args, char* message); | ^~~~ src/epglv.h:44:41: 
error: unknown type name ‘UDF_ARGS’ 44 | my_bool base_epglv_init(UDF_INIT* 
init, UDF_ARGS* args, char* message); | 
^~~~ src/epglv.h:45:24: error: unknown type name ‘UDF_INIT’ 45 | void 
base_epglv_deinit(UDF_INIT* init); |^~~~ 
src/epglv.h:46:22: error: unknown type name ‘UDF_INIT’ 46 | long long 
base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null, | 
 ^~~~ src/epglv.h:46:38: error: unknown type name ‘UDF_ARGS’ 46 | long long 
base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null, | 
 ^~~~ src/epglvbase.c:47:25: error: unknown type name 
‘UDF_INIT’ 47 | my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* args, char* 
message) | ^~~~ src/epglvbase.c:47:41: error: 
unknown type name ‘UDF_ARGS’ 47 | my_bool base_epglv_init(UDF_INIT* init, 
UDF_ARGS* args, char* message) | 
^~~~ src/epglvbase.c:100:24: error: unknown type name ‘UDF_INIT’ 100 | void 
base_epglv_deinit(UDF_INIT* init) |^~~~ 
src/epglvbase.c:125:22: error: unknown type name ‘UDF_INIT’ 125 | long long 
base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null, char* error, |
  ^~~~ src/epglvbase.c:125:38: error: unknown type name 
‘UDF_ARGS’ 125 | long long base_epglv(UDF_INIT* init, UDF_ARGS* args, char* 
is_null, char* error, |  ^~~~ make[1]: 
*** [Makefile:52: src/epglvbase.o] Error 1

Expected Results:  
compilig w/o errors

[1} 
https://src.fedoraproject.org/rpms/vdr-epg-daemon/blob/rawhide/f/vdr-epg-daemon.spec
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2347087

How can I solve this ?

Regards
Martin
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list

Fedora eln compose report: 20250227.n.0 changes

2025-02-26 Thread Fedora ELN Report
OLD: Fedora-eln-20250226.n.0
NEW: Fedora-eln-20250227.n.0

= SUMMARY =
Added images:0
Dropped images:  0
Added packages:  0
Dropped packages:0
Upgraded packages:   18
Downgraded packages: 0

Size of added packages:  0 B
Size of dropped packages:0 B
Size of upgraded packages:   4.08 GiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   70.80 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =

= DROPPED IMAGES =

= ADDED PACKAGES =

= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  cim-schema-2.55.0-1.eln146
Old package:  cim-schema-2.54.1-6.eln145
Summary:  Common Information Model (CIM) Schema
RPMs: cim-schema
Size: 1.30 MiB
Size change:  249 B
Changelog:
  * Wed Feb 26 2025 Vitezslav Crhonek  - 2.55.0-1
  - Update to CIM Schema 2.55.0, including experimental classes


Package:  cinnamon-6.4.8-1.eln146
Old package:  cinnamon-6.4.7-1.eln146
Summary:  Window management and application launching for GNOME
RPMs: cinnamon
Size: 7.74 MiB
Size change:  -6.51 KiB
Changelog:
  * Wed Feb 26 2025 Leigh Scott  - 6.4.8-1
  - Update to 6.4.8


Package:  debugedit-5.1-5.eln146
Old package:  debugedit-5.1-4.eln145
Summary:  Tools and scripts for creating debuginfo and source file 
distributions, collect build-ids and rewrite source paths in DWARF data for 
debugging, tracing and profiling.
RPMs: debugedit
Size: 318.97 KiB
Size change:  -1.56 KiB
Changelog:
  * Wed Feb 26 2025 Mark Wielaard  - 5.1-5
  - Add debugedit-5.1-binutils-tools-override.patch


Package:  emacs-1:30.1-3.eln146
Old package:  emacs-1:29.4-53.eln146
Summary:  GNU Emacs text editor
RPMs: emacs emacs-common emacs-lucid emacs-nw emacsclient
Size: 1.57 GiB
Size change:  64.77 MiB
Changelog:
  * Mon Feb 24 2025 Peter Oliver  - 1:30.0.91-1
  - Update to version 30.0.91.

  * Mon Feb 24 2025 Bhavin Gandhi  - 1:30.0.91-2
  - Fix for failing uniquify-tests

  * Mon Feb 24 2025 Bhavin Gandhi  - 1:30.0.91-3
  - Elisp info has new image and a text file

  * Mon Feb 24 2025 Peter Oliver  - 1:30.0.92-1
  - Update to version 30.0.92.

  * Mon Feb 24 2025 Peter Oliver  - 1:30.0.93-1
  - Update to version 30.0.93.

  * Mon Feb 24 2025 Peter Oliver  - 1:30.0.93-2
  - Disable GC mark trace buffer for about 5% better GC performance.

  * Mon Feb 24 2025 Peter Oliver  - 1:30.1-1
  - Update to version 30.1.

  * Tue Feb 25 2025 Peter Oliver  - 1:30.1-2
  - Rebuild against tree-sitter-0.25.2-5.fc42

  * Tue Feb 25 2025 Peter Oliver  - 1:30.1-3
  - Abandon checks


Package:  fedpkg-1.45-10.eln146
Old package:  fedpkg-1.45-9.eln146
Summary:  Fedora utility for working with dist-git
RPMs: fedpkg
Size: 117.64 KiB
Size change:  586 B
Changelog:
  * Wed Feb 26 2025 Ond??ej Nosek  - 1.45-10
  - Dynamically exclude Rawhide branch from fedpkg branching
  - Do not auto-request EPEL x.y modules
  - Don't allow to request repositories in modules/ namespace


Package:  google-api-python-client-2:2.162.0-1.eln146
Old package:  google-api-python-client-2:2.161.0-1.eln146
Summary:  Google APIs Client Library for Python
RPMs: python3-google-api-client
Size: 4.61 MiB
Size change:  38.61 KiB
Changelog:
  * Wed Feb 26 2025 Packit  - 2:2.162.0-1
  - Update to 2.162.0 upstream release
  - Resolves: rhbz#2347632


Package:  grub2-1:2.12-25.eln146
Old package:  grub2-1:2.12-24.eln146
Summary:  Bootloader with support for Linux, Multiboot and more
RPMs: grub2-common grub2-efi-aa64 grub2-efi-aa64-cdboot 
grub2-efi-aa64-modules grub2-efi-x64 grub2-efi-x64-cdboot grub2-efi-x64-modules 
grub2-pc grub2-pc-modules grub2-ppc64le grub2-ppc64le-modules grub2-tools 
grub2-tools-efi grub2-tools-extra grub2-tools-minimal
Size: 24.00 MiB
Size change:  -17.98 KiB
Changelog:
  * Tue Feb 25 2025 Nicolas Frayer  2.12-25
  - fs/ext2: Rework out-of-bounds read for inline and external extents
  - Resolves: #2346804


Package:  icoutils-0.32.3-18.eln146
Old package:  icoutils-0.32.3-17.eln144
Summary:  Utility for extracting and converting Microsoft icon and cursor 
files
RPMs: icoutils
Size: 230.52 KiB
Size change:  -773 B
Changelog:
  * Fri Jan 17 2025 Fedora Release Engineering  - 
0.32.3-18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild


Package:  kernel-6.14.0-0.rc4.20250226gitac9c34d1e45a.38.eln146
Old package:  kernel-6.14.0-0.rc4.36.eln146
Summary:  The Linux kernel
RPMs: kernel kernel-64k kernel-64k-core kernel-64k-debug 
kernel-64k-debug-core kernel-64k-debug-devel kernel-64k-debug-devel-matched 
kernel-64k-debug-modules kernel-64k-debug-modules-core 
kernel-64k-debug-modules-extra kernel-64k-devel kernel-64k-devel-matched 
kernel-64k-modules kernel-64k-modules-core kernel-64k-modules-extra 
kernel-64k-uki-virt kernel-64k-uki-virt-addons kernel-abi-stablelists 
kernel

Re: F43 Change Proposal: Switch to JXL format for Default Wallpaper (self-contained)

2025-02-26 Thread Leigh Scott
> == Benefit to Fedora ==
> * The size of the default wallpaper is drastically reduced when using
> JXL format compared to PNG. An example is on this [Fedora 42 Default
> Wallpaper 
> ticket](https://gitlab.com/fedora/design/team/release-artwork/default-wallpaper/-/is...)
> showing both versions for comparison.
> == Scope ==

I fail to see saving a few megs as a benefit, it seems like a pointless change.
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-26 Thread Dmitry Belyavskiy
Dear Gary,

On Wed, Feb 26, 2025 at 4:07 PM Gary Buhrmaster 
wrote:

> On Wed, Feb 26, 2025 at 9:35 AM Daniel P. Berrangé 
> wrote:
>
> > Those are some high profile and/or important pieces of Fedora
> functionality
> > that seemingly depend on OpenSSL engines, and would (possibly[1]) need
> fixing
> > unless OpenSSL 3 is going to be kept in Fedora as a compat package in
> parallel
> > with OpenSSL 4 from F44 onwards ?
>
> While history may be different this time around,
> openssl 1.x was kept around as a compat package
> for around three years after openssl 3.x was
> released (until after the major upstream dependent
> packages had completed their migrations).  AFAIK
> no one has gone through and checked all the
> current users of openssl 3.x in Fedora to see if
> they are using deprecated functions, and have
> opened PRs upstream to help those upstreams
> remove those deprecated features, so the
> transition could happen sooner than a few years.
> Of course, your mileage will vary.
>

You are correct.
But I would strictly separate deprecated functions and deprecated functions
:)

I'd expect that ENGINE will eventually be removed relatively soon (in 4.0),
I'm not so sure about other deprecated API.

-- 
Dmitry Belyavskiy
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Fedocal] Reminder meeting : ELN SIG

2025-02-26 Thread yselkowitz
Dear all,

You are kindly invited to the meeting:
   ELN SIG on 2025-02-27 from 15:00:00 to 16:00:00 US/Eastern
   At meet...@fedoraproject.org

The meeting will be about:



Source: https://calendar.fedoraproject.org//meeting/10979/

-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-26 Thread Gary Buhrmaster
On Wed, Feb 26, 2025 at 9:35 AM Daniel P. Berrangé  wrote:

> Those are some high profile and/or important pieces of Fedora functionality
> that seemingly depend on OpenSSL engines, and would (possibly[1]) need fixing
> unless OpenSSL 3 is going to be kept in Fedora as a compat package in parallel
> with OpenSSL 4 from F44 onwards ?

While history may be different this time around,
openssl 1.x was kept around as a compat package
for around three years after openssl 3.x was
released (until after the major upstream dependent
packages had completed their migrations).  AFAIK
no one has gone through and checked all the
current users of openssl 3.x in Fedora to see if
they are using deprecated functions, and have
opened PRs upstream to help those upstreams
remove those deprecated features, so the
transition could happen sooner than a few years.
Of course, your mileage will vary.
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Orphaned packages looking for new maintainers

2025-02-26 Thread Davide Cavalca

On 2025-02-24 17:33, maxw...@gtmx.me wrote:
simh  orphan   0 
weeks ago


I picked this up and somewhat coaxed it into building again, but I'd be 
happy to have some co-maintainers if anybody's interested.


Cheers
Davide
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


z3 soname bump

2025-02-26 Thread Jerry James
In a week, I intend to build z3 4.14.0, which bumps soname.  I will
also rebuild the solidity and opam packages, which depend on the C++
and OCaml z3 interfaces, respectively.
-- 
Jerry James
http://www.jamezone.org/
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Flock to Fedora CFP Submission Date Extended - March 3rd

2025-02-26 Thread Aoife Moloney via devel-announce
Hi folks,

I wanted to share with you that the CFP deadline for Flock to Fedora has
been extended to close at 23:59 UTC on March 3rd 2025, so there is still
time to submit your proposal for a talk, workshop or BoFs if you would like
to present/host at Flock this year! We will be in Prague, Czechia from June
5 - 8, with June 8 being an optional social day based on the great feedback
we got from hosting a self-funded and optional trip to Niagara Falls last
year in Rochester. More details to come about that day, but the
important part is the CFP is *still_open*!

Please take a read of the community blog post

for much more details about the event and themes, and dont hesitate to
reach out if you have any questions.


Best of luck and hope to see many of you at Flock!
Aoife
-- 

Aoife Moloney

Fedora Operations Architect

Fedora Project

Matrix: @amoloney:fedora.im

IRC: amoloney
-- 
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-annou...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 Change Proposal: Switch to JXL format for Default Wallpaper (self-contained)

2025-02-26 Thread Michael Catanzaro
On Mon, Feb 24 2025 at 01:54:15 PM -05:00:00, Neal Gompa 
 wrote:

Didn't we already do this? I adapted KDE Plasma, MiracleWM, LXQt, and
COSMIC for this in F42 already.


And now GNOME is switching back to regular JPEG, see:

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6886#note_2360630
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/merge_requests/102

So if we're aiming for consistency, we have already failed


--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora rawhide compose report: 20250226.n.0 changes

2025-02-26 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20250225.n.0
NEW: Fedora-Rawhide-20250226.n.0

= SUMMARY =
Added images:2
Dropped images:  0
Added packages:  8
Dropped packages:5
Upgraded packages:   117
Downgraded packages: 0

Size of added packages:  61.15 MiB
Size of dropped packages:470.59 KiB
Size of upgraded packages:   9.43 GiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   117.09 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =
Image: Scientific_KDE live x86_64
Path: Labs/x86_64/iso/Fedora-Scientific_KDE-Live-x86_64-Rawhide-20250226.n.0.iso
Image: i3 live aarch64
Path: Spins/aarch64/iso/Fedora-i3-Live-aarch64-Rawhide-20250226.n.0.iso

= DROPPED IMAGES =

= ADDED PACKAGES =
Package: d2-0.6.8-1.fc43
Summary: Modern diagram scripting language that turns text to diagrams
RPMs:d2
Size:55.95 MiB

Package: kryoptic-0.1.0^20250225.gitb37f7ee1-2.fc43
Summary: PKCS #11 software token written in Rust
RPMs:kryoptic kryoptic-tools
Size:4.07 MiB

Package: rust-linicon-theme-1.2.0-1.fc43
Summary: Get the user's current icon the on Linux
RPMs:rust-linicon-theme+default-devel rust-linicon-theme-devel
Size:22.61 KiB

Package: rust-picky-krb-0.9.4-1.fc43
Summary: Encode/decode Kerberos ASN.1 DER structs
RPMs:rust-picky-krb+default-devel rust-picky-krb-devel
Size:83.35 KiB

Package: rust-sysinfo0.30-0.30.13-1.fc43
Summary: Library to get system information such as processes, CPUs, disks, 
components and networks
RPMs:rust-sysinfo0.30+c-interface-devel rust-sysinfo0.30+debug-devel 
rust-sysinfo0.30+default-devel rust-sysinfo0.30+linux-netdevs-devel 
rust-sysinfo0.30+linux-tmpfs-devel rust-sysinfo0.30+multithread-devel 
rust-sysinfo0.30+rayon-devel rust-sysinfo0.30+serde-devel rust-sysinfo0.30-devel
Size:224.29 KiB

Package: rust-tree-sitter-typescript-0.23.2-1.fc43
Summary: TypeScript and TSX grammars for tree-sitter
RPMs:rust-tree-sitter-typescript+default-devel 
rust-tree-sitter-typescript-devel
Size:430.63 KiB

Package: rust-tree-sitter-xml-0.7.0-1.fc43
Summary: XML & DTD grammars for tree-sitter
RPMs:rust-tree-sitter-xml+default-devel rust-tree-sitter-xml-devel
Size:71.32 KiB

Package: rust-yuvutils-rs-0.8.1-1.fc43
Summary: High performance utilities for YUV format handling and conversion
RPMs:rust-yuvutils-rs+avx-devel rust-yuvutils-rs+big_endian-devel 
rust-yuvutils-rs+default-devel rust-yuvutils-rs+fast_mode-devel 
rust-yuvutils-rs+nightly_f16-devel rust-yuvutils-rs+nightly_i8mm-devel 
rust-yuvutils-rs+professional_mode-devel rust-yuvutils-rs+rayon-devel 
rust-yuvutils-rs+rdm-devel rust-yuvutils-rs+rdp-devel 
rust-yuvutils-rs+sse-devel rust-yuvutils-rs-devel
Size:321.13 KiB


= DROPPED PACKAGES =
Package: rust-blosc2-rs-0.4.0-2.fc42
Summary: Bindings to C Blosc2
RPMs:rust-blosc2-rs+default-devel rust-blosc2-rs+prefer-external-lz4-devel 
rust-blosc2-rs+prefer-external-zlib-devel 
rust-blosc2-rs+prefer-external-zstd-devel 
rust-blosc2-rs+regenerate-bindings-devel rust-blosc2-rs+shared-devel 
rust-blosc2-rs+use-system-blosc2-devel rust-blosc2-rs-devel
Size:76.29 KiB

Package: rust-blosc2-sys-0.4.0-2.fc42
Summary: Bindings to C Blosc2
RPMs:rust-blosc2-sys+bindgen-devel rust-blosc2-sys+default-devel 
rust-blosc2-sys+prefer-external-lz4-devel 
rust-blosc2-sys+prefer-external-zlib-devel 
rust-blosc2-sys+prefer-external-zstd-devel 
rust-blosc2-sys+regenerate-bindings-devel rust-blosc2-sys+shared-devel 
rust-blosc2-sys+use-system-blosc2-devel rust-blosc2-sys-devel
Size:73.64 KiB

Package: rust-isal-rs-0.5.3-4.fc42
Summary: Isa-l Rust bindings
RPMs:rust-isal-rs+default-devel rust-isal-rs+shared-devel 
rust-isal-rs+use-system-isal-devel rust-isal-rs-devel
Size:42.91 KiB

Package: rust-isal-sys-0.5.3-3.fc42
Summary: Isa-l sys crate
RPMs:rust-isal-sys+default-devel rust-isal-sys+regenerate-bindings-devel 
rust-isal-sys+shared-devel rust-isal-sys+use-system-isal-devel 
rust-isal-sys-devel
Size:51.55 KiB

Package: rust-libcramjam0.6-0.6.0-6.fc42
Summary: Compression library combining a plethora of algorithms
RPMs:rust-libcramjam0.6+blosc2-devel rust-libcramjam0.6+blosc2-shared-devel 
rust-libcramjam0.6+brotli-devel rust-libcramjam0.6+bzip2-devel 
rust-libcramjam0.6+capi-devel rust-libcramjam0.6+default-devel 
rust-libcramjam0.6+deflate-devel rust-libcramjam0.6+deflate-shared-devel 
rust-libcramjam0.6+gzip-devel rust-libcramjam0.6+gzip-shared-devel 
rust-libcramjam0.6+ideflate-devel rust-libcramjam0.6+ideflate-shared-devel 
rust-libcramjam0.6+igzip-devel rust-libcramjam0.6+igzip-shared-devel 
rust-libcramjam0.6+isal-shared-devel rust-libcramjam0.6+izlib-devel 
rust-libcramjam0.6+izlib-shared-devel rust-libcramjam0.6+lz4-devel 
rust-libcramjam0.6+snappy-devel rust-libcramjam0.6+use-system-blosc2-devel 
rust-libcramjam0.6+use-system-isal-devel rust-libcramjam0.6+xz-devel 
rust-libcramjam0.6+xz-shared-devel rust-libcramjam0.6+zlib-devel 
rust-libc

Re: Orphaned packages looking for new maintainers

2025-02-26 Thread Dominik 'Rathann' Mierzejewski
On Tuesday, 25 February 2025 at 02:33, maxw...@gtmx.me wrote:
> Report started at 2025-02-25 01:00:06 UTC
> 
> The following packages are orphaned and will be retired when they
> are orphaned for six weeks, unless someone adopts them. If you know for sure
> that the package should be retired, please do so now with a proper reason:
> https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
[...]
> Package  (co)maintainers   Status 
> Change
> 


> gitg  @gnome-sig, ignatenkobrain,  0 weeks 
> ago  
>   orphan, pwalter, rathann
>   

Taken, I use it often.

Regards,
Dominik
-- 
Fedora   https://fedoraproject.org
Deep in the human unconscious is a pervasive need for a logical universe that
makes sense. But the real universe is always one step beyond logic.
-- from "The Sayings of Muad'Dib" by the Princess Irulan
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-26 Thread Daniel P . Berrangé
On Tue, Feb 25, 2025 at 03:48:43PM +, Richard W.M. Jones wrote:
> On Tue, Feb 25, 2025 at 01:55:35PM +, Zbigniew Jędrzejewski-Szmek wrote:
> > 'fedrq wr -b rawhide openssl-devel-engine | wc -l' says 62.
> 
> That list should have been in the proposal!  Here it is anyway ...

To pick a few packages out of that list...

> bind-32:9.18.33-1.fc43.src
> curl-8.12.1-1.fc43.src
> sendmail-8.18.1-5.fc42.src
> stunnel-5.74-2.fc42.src
> systemd-257.3-7.fc43.src
> tor-0.4.8.13-2.fc42.src
> tpm2-tss-engine-1.2.0-7.fc42.src
> wpa_supplicant-1:2.11-4.fc42.src

Those are some high profile and/or important pieces of Fedora functionality
that seemingly depend on OpenSSL engines, and would (possibly[1]) need fixing
unless OpenSSL 3 is going to be kept in Fedora as a compat package in parallel
with OpenSSL 4 from F44 onwards ?

With regards,
Daniel

[1] some like systemd have just a soft dep that is easily disabled,
eg it includes openssl/engine.h, but guarded by

if !defined(OPENSSL_NO_ENGINE) && !defined(OPENSSL_NO_DEPRECATED_3_0)
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|

-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-26 Thread Clemens Lang
Hi,

> On 26. Feb 2025, at 10:33, Daniel P. Berrangé  wrote:
> 
> On Tue, Feb 25, 2025 at 03:48:43PM +, Richard W.M. Jones wrote:
>> On Tue, Feb 25, 2025 at 01:55:35PM +, Zbigniew Jędrzejewski-Szmek wrote:
>>> 'fedrq wr -b rawhide openssl-devel-engine | wc -l' says 62.
>> 
>> That list should have been in the proposal!  Here it is anyway ...
> 
> To pick a few packages out of that list...
> 
>> curl-8.12.1-1.fc43.src

Let me further pick that list apart, just because I happen to know the 
situation for curl.
This is fixed upstream in https://github.com/curl/curl/pull/15587 and actually 
landed in 8.12.0.

The old code of course remains. There’s no good reason to keep enabling ENGINEs 
in curl, at least for PKCS#11 (which is the common use case), but it’ll show up 
on a list of things that use ENGINEs until we actually disable them.

I suspect a bunch of other entries on that list are in the same position.

-- 
Clemens Lang
RHEL Crypto Team
Red Hat

-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-26 Thread Dmitry Belyavskiy
Richard,

Many thanks for providing this list, I added it to the proposal

On Tue, Feb 25, 2025 at 4:49 PM Richard W.M. Jones 
wrote:

> On Tue, Feb 25, 2025 at 01:55:35PM +, Zbigniew Jędrzejewski-Szmek
> wrote:
> > 'fedrq wr -b rawhide openssl-devel-engine | wc -l' says 62.
>
> That list should have been in the proposal!  Here it is anyway ...
>
> bind-32:9.18.33-1.fc43.src
> boinc-client-8.0.2-2.fc42.src
> cpprest-2.10.19-6.fc42.src
> curl-8.12.1-1.fc43.src
> dotnet8.0-8.0.113-1.fc43.src
> erlang-26.2.5.9-1.fc43.src
> fsverity-utils-1.6-2.fc42.src
> fuse-encfs-1.9.5-24.fc42.src
> gambas3-3.20.1-2.fc43.src
> gdal-3.10.2-3.fc43.src
> grpc-1.48.4-46.fc43.src
> hitch-1.8.0-7.fc42.src
> httping-3.6-2.fc42.src
> kea-2.6.1-8.fc43.src
> libcoap-4.3.5-7.fc42.src
> minizip-ng-4.0.8-3.fc42.src
> mosquitto-2.0.20-5.fc43.src
> mstflint-4.25.0-8.fc42.src
> myproxy-6.2.16-8.fc42.src
> mysql8.0-8.0.40-3.fc42.src
> nbdkit-1.42.0-2.fc43.src# I fixed this one yesterday
> nextcloud-client-3.15.3-2.fc42.src
> nrpe-4.1.3-2.fc42.src
> ocspd-1.9.0-34.fc43.src
> openssl-gost-engine-3.0.3-6.fc42.src
> openssl-pkcs11-0.4.13-2.fc42.src
> osslsigncode-2.9-3.fc42.src
> pdns-4.9.3-1.fc42.src
> pdns-recursor-5.2.0-2.fc42.src
> poedit-3.5.2-3.fc42.src
> proxygen-2025.02.03.00-1.fc43.src
> pypy3.10-7.3.17-5.3.10.fc42.src
> pypy3.9-7.3.16-4.3.9.fc42.src
> pypy-7.3.17-2.fc42.src
> qbittorrent-1:5.0.3-2.fc42.src
> R-AsioHeaders-devel-1.22.1.2-2.fc42.noarch
> rb_libtorrent-2.0.11-1.fc42.src
> root-6.34.04-2.fc43.src
> R-openssl-2.2.0-2.fc42.src
> s2n-tls-1.5.10-2.fc42.src
> sbsigntools-0.9.5-8.fc42.src
> sendmail-8.18.1-5.fc42.src
> sslsplit-0.5.5-16.fc42.src
> strongswan-5.9.14-5.fc41.src
> stunnel-5.74-2.fc42.src
> systemd-257.3-7.fc43.src
> tinc-1.0.36-15.fc42.src
> tor-0.4.8.13-2.fc42.src
> tpm2-tss-engine-1.2.0-7.fc42.src
> trafficserver-9.2.6-1.fc42.src
> trojan-1.16.0-27.fc42.src
> uboot-tools-1:2025.04-0.4.rc2.fc43.src
> ufdbGuard-1.35.8-5.fc43.src
> uperf-1.0.8-6.fc42.src
> websocketpp-0.8.2-17.fc42.src
> wesnoth-1.19.9-1.fc43.src
> workflow-0.11.7-2.fc42.src
> wpa_supplicant-1:2.11-4.fc42.src
> xca-2.7.0-2.fc42.src
> xmms2-0.9.4-3.fc42.src
> yadifa-2.6.7-2.fc42.src
> znc-1.9.1-6.fc42.src
>
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-builder quickly builds VMs from scratch
> http://libguestfs.org/virt-builder.1.html
>
> --
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
Dmitry Belyavskiy
-- 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue