From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0010ea244cc388bd78f0dfa93f58aaa03dca4180 Date: Sat, 02 Dec 2023 13:00:16 +0000 Message-ID: <4Sj95D5dl3z2xXq@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6108085269246688332==" List-Id: --===============6108085269246688332== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 0010ea244cc388bd78f0dfa93f58aaa03dca4180 (commit) via c0cd248a35a91be067f1ce18c962b7a7ccb71d5a (commit) via 72c3834077dbac13ebb2c8e40c25e16b516775e6 (commit) via ca3ca936f905fd135f9d16b0443aeeb0a0de3198 (commit) via 16e57320c765a023c7b480b0df2d9ce6fa28c4f3 (commit) from 240f3900577f54e8a9b2b680db464bfdd86e4044 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0010ea244cc388bd78f0dfa93f58aaa03dca4180 Author: Adolf Belka Date: Fri Dec 1 19:18:47 2023 +0100 meson: Update to version 1.3.0 =20 - IPFire-3.x - Update from version 0.64.1 to 1.3.0 - Changelog is too large to include here. Details can be reviewed at https://mesonbuild.com/Release-notes.html =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit c0cd248a35a91be067f1ce18c962b7a7ccb71d5a Author: Adolf Belka Date: Fri Dec 1 19:04:26 2023 +0100 multipath-tools: Update to version 0.9.7 =20 - IPFire-3.x - Update from version 0.9.4 to 0.9.7 - Changelog is the commits from the naster branch since version 0.4.5 https://github.com/opensvc/multipath-tools/commits/master =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 72c3834077dbac13ebb2c8e40c25e16b516775e6 Author: Adolf Belka Date: Fri Dec 1 18:53:14 2023 +0100 netpbm: Update to version 10.73.43 =20 - IPFire-3.x - Update from version 10.73.42 to 10.73.43 - Changelog 10.73.43 jpegtopnm: Many fixes to -dumpexif. Always broken. (-dumpexif was new in Netpbm 9.18 (September 2001)) pamtopng: fix -chroma option: always rejected. Always brok= en. pamtopng was new in Netpbm 10.70 (June 2015). pnmtopng: fix -rgb option: always rejected. Always broken -rgb was new in Netpbm 10.30 (October 2005). =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit ca3ca936f905fd135f9d16b0443aeeb0a0de3198 Author: Adolf Belka Date: Fri Dec 1 18:32:23 2023 +0100 newt: Update to version 0.52.24 =20 - IPFire-3.x - Update from version 0.52.21 to 0.52.24 - Changelog 0.52.24 - add support for python3.13 - fix compiler warnings 0.52.23 - fix automatic height of menu/list in whiptail (broken in 0.52.22) - fix automatic width of whiptail --yesno box - fix automatic width in whiptail with unicode characters - fix automatic width with whiptail --noitem and --notags options - fix spacing with longer tags in whiptail - avoid overlapping backtitle in whiptail with automatic height 0.52.22 - fix crash in whiptail with new libpopt - switch from usleep to nanosleep (Rosen Penev) - fix libnewt.pc to enable static linking (Alexey Sheplyakov) - fix LDFLAGS order in snack linking (Sam James) - use CFLAGS when compiling snack - improve configure.ac (Thomas Kuehne) - install header and libnewt.pc with shared library (Michael Olbrich) =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 16e57320c765a023c7b480b0df2d9ce6fa28c4f3 Author: Adolf Belka Date: Fri Dec 1 18:01:20 2023 +0100 openssl: Update to version 3.1.4 =20 - IPFire-3.x - Update from version 3.1.2 to 3.1.4 - Changelog 3.1.4 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit= _ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM paramet= ers that alter the key or IV length ([CVE-2023-5363]). 3.1.3 * Fix POLY1305 MAC implementation corrupting XMM registers on Windows. The POLY1305 MAC (message authentication code) implementation in Open= SSL does not save the contents of non-volatile XMM registers on Windows 64 platform when calculating the MAC of data larger than 64 bytes. Before returning to the caller all the XMM registers are set to zero rather = than restoring their previous content. The vulnerable code is used only on= newer x86_64 processors supporting the AVX512-IFMA instructions. The consequences of this kind of internal application state corruptio= n can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the w= orst consequences, where the attacker could get complete control of the application process. However given the contents of the registers are = just zeroized so the attacker cannot put arbitrary values inside, the most= likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service. ([CVE-2023-4807]) =20 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: meson/meson.nm | 6 ++---- multipath-tools/multipath-tools.nm | 2 +- netpbm/netpbm.nm | 4 ++-- newt/newt.nm | 4 ++-- openssl/openssl.nm | 4 ++-- 5 files changed, 9 insertions(+), 11 deletions(-) Difference in files: diff --git a/meson/meson.nm b/meson/meson.nm index 6daee06ce..9e615482b 100644 --- a/meson/meson.nm +++ b/meson/meson.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D meson -version =3D 0.64.1 +version =3D 1.3.0 release =3D 1 =20 groups =3D Applications/System @@ -19,11 +19,9 @@ description unit tests, coverage reports, Valgrind, CCache and the like. end =20 -source_dl =3D https://github.com/mesonbuild/meson/archive/%{version}/ +source_dl =3D https://github.com/mesonbuild/meson/releases/tag/%{version}/ =20 build - arches =3D noarch - requires bison boost-devel diff --git a/multipath-tools/multipath-tools.nm b/multipath-tools/multipath-t= ools.nm index 881c2dfd0..3de517cb5 100644 --- a/multipath-tools/multipath-tools.nm +++ b/multipath-tools/multipath-tools.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D multipath-tools -version =3D 0.9.4 +version =3D 0.9.7 release =3D 1 =20 groups =3D System/Base diff --git a/netpbm/netpbm.nm b/netpbm/netpbm.nm index bca23a696..ec2154450 100644 --- a/netpbm/netpbm.nm +++ b/netpbm/netpbm.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D netpbm -version =3D 10.73.42 -release =3D 3 +version =3D 10.73.43 +release =3D 1 =20 groups =3D System/Libraries url =3D https://netpbm.sourceforge.net/ diff --git a/newt/newt.nm b/newt/newt.nm index 67612cb94..6c0d52cb0 100644 --- a/newt/newt.nm +++ b/newt/newt.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D newt -version =3D 0.52.21 -release =3D 2 +version =3D 0.52.24 +release =3D 1 =20 groups =3D System/Libraries url =3D https://fedorahosted.org/releases/n/e/newt/ diff --git a/openssl/openssl.nm b/openssl/openssl.nm index 6d5d21863..19214a8e9 100644 --- a/openssl/openssl.nm +++ b/openssl/openssl.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D openssl -version =3D 3.1.2 -release =3D 2 +version =3D 3.1.4 +release =3D 1 =20 maintainer =3D Michael Tremer groups =3D System/Libraries hooks/post-receive -- IPFire 3.x development tree --===============6108085269246688332==--