Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package expect for openSUSE:Factory checked in at 2022-05-22 20:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/expect (Old) and /work/SRC/openSUSE:Factory/.expect.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "expect" Sun May 22 20:25:51 2022 rev:32 rq:978082 version:5.45.4 Changes: -------- --- /work/SRC/openSUSE:Factory/expect/expect.changes 2022-01-17 22:33:49.210234762 +0100 +++ /work/SRC/openSUSE:Factory/.expect.new.1538/expect.changes 2022-05-22 20:25:52.646127195 +0200 @@ -1,0 +2,5 @@ +Tue Apr 19 21:54:42 UTC 2022 - Dirk M??ller <[email protected]> + +- add expect-5.45-format-security.patch + +------------------------------------------------------------------- New: ---- expect-5.45-format-security.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ expect.spec ++++++ --- /var/tmp/diff_new_pack.wP7xHA/_old 2022-05-22 20:25:53.354128235 +0200 +++ /var/tmp/diff_new_pack.wP7xHA/_new 2022-05-22 20:25:53.358128241 +0200 @@ -1,7 +1,7 @@ # # spec file for package expect # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Patch3: expect-log.patch Patch4: config-guess-sub-update.patch Patch5: expect-errorfd.patch +Patch6: expect-5.45-format-security.patch BuildRequires: autoconf BuildRequires: tcl-devel @@ -54,11 +55,7 @@ %prep %setup -q -n %name%version -%patch1 -%patch2 -%patch3 -%patch4 -%patch5 +%autopatch -p0 %build export CFLAGS="%{optflags} -fPIC -pie" ++++++ expect-5.45-format-security.patch ++++++ --- exp_clib.c.orig +++ exp_clib.c @@ -1938,8 +1938,8 @@ char *str; { if (exp_is_debugging) { - fprintf(stderr,str); - if (exp_logfile) fprintf(exp_logfile,str); + fprintf(stderr, "%s", str); + if (exp_logfile) fprintf(exp_logfile, "%s", str); } }
