Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipxe for openSUSE:Factory checked in at 2023-08-30 10:19:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipxe (Old) and /work/SRC/openSUSE:Factory/.ipxe.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipxe" Wed Aug 30 10:19:53 2023 rev:18 rq:1107778 version:1.21.1+git20230120.a99e435c Changes: -------- --- /work/SRC/openSUSE:Factory/ipxe/ipxe.changes 2023-02-07 18:49:41.663328161 +0100 +++ /work/SRC/openSUSE:Factory/.ipxe.new.1766/ipxe.changes 2023-08-30 10:22:32.088541497 +0200 @@ -1,0 +2,5 @@ +Wed Aug 23 21:47:48 UTC 2023 - Héctor Orón MartÃnez <hector.o...@gmail.com> + +- enable HTTPS downloads (jsc#PED-5536) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipxe.spec ++++++ --- /var/tmp/diff_new_pack.KmMdbc/_old 2023-08-30 10:22:34.432625167 +0200 +++ /var/tmp/diff_new_pack.KmMdbc/_new 2023-08-30 10:22:34.436625309 +0200 @@ -94,6 +94,12 @@ -e 's,//\(#define.*IMAGE_GZIP.*\),\1,' \ config/general.h +# enable HTTPS downloads +sed -i.bak \ + -e 's,#undef\(.*DOWNLOAD_PROTO_HTTPS.*\),#define\1,' \ + config/general.h + + make_ipxe() { # https://github.com/ipxe/ipxe/issues/620 [ `gcc -dumpversion` -ge 12 ] && TAG="NO_WERROR=1" || TAG=""