From mboxrd@z Thu Jan  1 00:00:00 1970
From: Peter =?utf-8?q?M=C3=BCller?= <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 7481abecc3ae49406b8312af1dff521755f72428
Date: Fri, 29 Apr 2022 19:39:52 +0000
Message-ID: <4KqjVx3bP6z2xgR@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1075877452362458927=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============1075877452362458927==
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 2.x development tree".

The branch, next has been updated
       via  7481abecc3ae49406b8312af1dff521755f72428 (commit)
       via  8f855e933d52e7d8eca1cbfe947ab56ee9202232 (commit)
      from  9d5c3d36e08f4b459e17534c40cbbf3dd07d1d57 (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 7481abecc3ae49406b8312af1dff521755f72428
Author: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
Date:   Sat Apr 23 14:59:09 2022 +0000

    mcelog: Update to 181
   =20
    No changelog or release notes are provided. Please refer to
    https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/log/ for the
    source code history since the 175 release of mcelog.
   =20
    Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>

commit 8f855e933d52e7d8eca1cbfe947ab56ee9202232
Author: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
Date:   Sat Apr 23 14:47:00 2022 +0000

    Postfix: Update to 3.7.1
   =20
    Please refer to https://www.postfix.org/announcements/postfix-3.7.1.html
    for this versions' release notes.
   =20
    Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/mcelog                                   | 11 +++++++----
 lfs/postfix                                  |  6 +++---
 src/patches/mcelog-181-fix-Python-call.patch |  8 ++++++++
 3 files changed, 18 insertions(+), 7 deletions(-)
 create mode 100644 src/patches/mcelog-181-fix-Python-call.patch

Difference in files:
diff --git a/lfs/mcelog b/lfs/mcelog
index 8b75feecf..0f4694f2b 100644
--- a/lfs/mcelog
+++ b/lfs/mcelog
@@ -1,7 +1,7 @@
 ############################################################################=
###
 #                                                                           =
  #
 # IPFire.org - A linux based firewall                                       =
  #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                 =
    #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                 =
    #
 #                                                                           =
  #
 # This program is free software: you can redistribute it and/or modify      =
  #
 # it under the terms of the GNU General Public License as published by      =
  #
@@ -26,7 +26,7 @@ include Config
=20
 SUMMARY    =3D Log Machine Check Events
=20
-VER        =3D 175
+VER        =3D 181
=20
 THISAPP    =3D mcelog-$(VER)
 DL_FILE    =3D $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    =3D $(URL_IPFIRE)
 DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
 TARGET     =3D $(DIR_INFO)/$(THISAPP)
 PROG       =3D mcelog
-PAK_VER    =3D 2
+PAK_VER    =3D 3
 SUP_ARCH   =3D x86_64
=20
 DEPS       =3D
@@ -49,7 +49,7 @@ objects =3D $(DL_FILE)
=20
 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
=20
-$(DL_FILE)_BLAKE2 =3D a324af0f4961fb0f6f2af1b198e07a34c24fb5874edd550ca9bdfe=
452d84cf48d9565530a290a3cdba51eb4ad57f3bbe3d3c9b2beb6d3411195d6dccdb9dfd64
+$(DL_FILE)_BLAKE2 =3D 4e182c84ae15abf3673e0210940830c66377b275e05c0bf88ff219=
9ef1b87bf1e9bcff12ebd9c07e5af00d763369c96aae37c274174563fb3ae0db7bbd7306de
=20
 install : $(TARGET)
=20
@@ -83,6 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
=20
+	# Fix Python interpreter call in genconfig.py script
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/mcelog-181-fix-Python=
-call.patch
+
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
=20
diff --git a/lfs/postfix b/lfs/postfix
index 2fec602f3..6fe12c9c8 100644
--- a/lfs/postfix
+++ b/lfs/postfix
@@ -26,7 +26,7 @@ include Config
=20
 SUMMARY    =3D A fast, secure, and flexible mailer
=20
-VER        =3D 3.7.0
+VER        =3D 3.7.1
=20
 THISAPP    =3D postfix-$(VER)
 DL_FILE    =3D $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    =3D $(URL_IPFIRE)
 DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
 TARGET     =3D $(DIR_INFO)/$(THISAPP)
 PROG       =3D postfix
-PAK_VER    =3D 34
+PAK_VER    =3D 35
=20
 DEPS       =3D
=20
@@ -70,7 +70,7 @@ objects =3D $(DL_FILE)
=20
 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
=20
-$(DL_FILE)_BLAKE2 =3D 7388ad49862c97e20179a2d3ed26069f21e8a578790fcb8adc9f5b=
648202269bd4c07905931237dab905d991002bcfd9f03d11e6a85b46fcf0e3b72412d852eb
+$(DL_FILE)_BLAKE2 =3D d0bfdbc5105407e5143823e8e14b49e60d5c248eac435279a5fe80=
3b370b46a56de9aff39fdf94398758863f753e43e889e2dffbb393ab63cf486d4fd3f5cf99
=20
 install : $(TARGET)
=20
diff --git a/src/patches/mcelog-181-fix-Python-call.patch b/src/patches/mcelo=
g-181-fix-Python-call.patch
new file mode 100644
index 000000000..b0781f828
--- /dev/null
+++ b/src/patches/mcelog-181-fix-Python-call.patch
@@ -0,0 +1,8 @@
+--- mcelog-181.orig/genconfig.py	2022-04-23 14:54:26.721031777 +0000
++++ mcelog-181/genconfig.py	2022-04-23 14:54:35.577658935 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python3
+ # generate man config documentation from mcelog.conf example
+ # genconfig.py mcelog.conf intro.html
+ from __future__ import print_function


hooks/post-receive
--
IPFire 2.x development tree

--===============1075877452362458927==--