Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libevent for openSUSE:Factory checked in at 2023-01-18 13:08:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libevent (Old) and /work/SRC/openSUSE:Factory/.libevent.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libevent" Wed Jan 18 13:08:08 2023 rev:42 rq:1058751 version:2.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/libevent/libevent.changes 2021-02-11 18:09:58.159892537 +0100 +++ /work/SRC/openSUSE:Factory/.libevent.new.32243/libevent.changes 2023-01-18 13:08:11.183918706 +0100 @@ -1,0 +2,10 @@ +Sun Jan 15 22:06:53 UTC 2023 - Cristian RodrÃguez <crrodrig...@opensuse.org> + +- Disable the select backend, this can be easily done by lying + to configure. This is done due to: + * using fd number > 1024 on an fd_set results in a runtime + fortify source assertion, preventing further doom. + * select will not be changed to handle fd > 1024. + * this limit is unreasonable low for this century. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libevent.spec ++++++ --- /var/tmp/diff_new_pack.bBaiHL/_old 2023-01-18 13:08:11.915922632 +0100 +++ /var/tmp/diff_new_pack.bBaiHL/_new 2023-01-18 13:08:11.919922653 +0100 @@ -1,7 +1,7 @@ # # spec file for package libevent # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -120,6 +120,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects ./autogen.sh +export ac_cv_func_select=no %configure \ --disable-libevent-regress make %{?_smp_mflags}