public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/postfix] f43: New version
@ 2026-09-08 15:48 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-09-08 15:48 UTC (permalink / raw)
  To: git-commits

          A new commit has been pushed.

          Repo   : rpms/postfix
          Branch : f43
          Commit : d50db77cbda63f654d6d82d0c36889a0309b9245
          Author : Jaroslav Škarvada <jskarvad@redhat.com>
          Date   : 2026-09-08T17:48:11+02:00
          Stats  : +6/-2 in 2 file(s)
          URL    : https://src.fedoraproject.org/rpms/postfix/c/d50db77cbda63f654d6d82d0c36889a0309b9245?branch=f43

          Log:
          New version

Related: rhbz#2529649

---
diff --git a/postfix.spec b/postfix.spec
index deceab7..ee97d86 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -56,7 +56,7 @@
 
 Name: postfix
 Summary: Postfix Mail Transport Agent
-Version: 3.10.13
+Version: 3.10.14
 Release: 1%{?dist}
 Epoch: 2
 URL: http://www.postfix.org
@@ -844,6 +844,10 @@ fi
 %endif
 
 %changelog
+* Tue Sep 08 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.10.14-1
+- New version
+  Related: rhbz#2529649
+
 * Mon Aug 17 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.10.13-1
 - New version
   Resolves: rhbz#2513537

diff --git a/sources b/sources
index 736f372..c10708d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+SHA512 (postfix-3.10.14.tar.gz) = 91c854ba9831afb986ed5572d55425b1eeb1695902f3ae1b6385c7955d737f9498151fcac02cab236053e3a9bafc18ce0144575b770b0f9e4c73802131879776
 SHA512 (pflogsumm-1.1.6.tar.gz) = 4581d2120bc17cfb322fda8d293989a2754eb9fa2696e3a1cea9032e85ed6a566e75aea1f628a6c7bbc7b9d6bf47ffeb873f95d71d7cb7f0ee46e27e492cf630
-SHA512 (postfix-3.10.13.tar.gz) = d03d6ebcfd907201825bf294cda8eb0816ffdafee0e1c94a8e5a557a72468bd8f73ee13691f33895a37925ace8f0782723ab8937c41a3ff852757d06508c7f00

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/postfix] f43: New version
@ 2026-08-17 18:42 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-08-17 18:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/postfix
            Branch : f43
            Commit : eecfe25cb49357513512d3d7b8f0d876e6e09004
            Author : Jaroslav Škarvada <jskarvad@redhat.com>
            Date   : 2026-08-17T20:42:30+02:00
            Stats  : +34/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/postfix/c/eecfe25cb49357513512d3d7b8f0d876e6e09004?branch=f43

            Log:
            New version

  Resolves: rhbz#2513537

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>

---
diff --git a/postfix-3.10.13-linux-7-fix.patch b/postfix-3.10.13-linux-7-fix.patch
new file mode 100644
index 0000000..6f8e1d3
--- /dev/null
+++ b/postfix-3.10.13-linux-7-fix.patch
@@ -0,0 +1,26 @@
+diff --git a/makedefs b/makedefs
+index 186a3b9..d6a2eb8 100644
+--- a/makedefs
++++ b/makedefs
+@@ -682,7 +682,7 @@ EOF
+ 		: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+ 		: ${PLUGIN_LD="${CC-gcc} -shared"}
+ 		;;
+-    Linux.[3456].*)
++    Linux.[34567].*)
+ 		SYSTYPE=LINUX$RELEASE_MAJOR
+ 		case "$CCARGS" in
+ 		 *-DNO_DB*) ;;
+diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h
+index 3c1e93c..a6a2808 100644
+--- a/src/util/sys_defs.h
++++ b/src/util/sys_defs.h
+@@ -764,7 +764,7 @@ extern int initgroups(const char *, int);
+   * LINUX.
+   */
+ #if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) \
+-	|| defined(LINUX6)
++	|| defined(LINUX6) || defined(LINUX7)
+ #define SUPPORTED
+ #define UINT32_TYPE	unsigned int
+ #define UINT16_TYPE	unsigned short

diff --git a/postfix.spec b/postfix.spec
index d474d2c..deceab7 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -56,7 +56,7 @@
 
 Name: postfix
 Summary: Postfix Mail Transport Agent
-Version: 3.10.10
+Version: 3.10.13
 Release: 1%{?dist}
 Epoch: 2
 URL: http://www.postfix.org
@@ -101,6 +101,7 @@ Patch2: postfix-3.9.0-files.patch
 Patch3: postfix-3.9.0-alternatives.patch
 # probably rhbz#428996
 Patch4: postfix-3.10.10-large-fs.patch
+Patch5: postfix-3.10.13-linux-7-fix.patch
 # rhbz#1931403, sent upstream
 Patch9: pflogsumm-1.1.6-syslog-name-underscore-fix.patch
 Patch11: postfix-3.4.4-chroot-example-fix.patch
@@ -260,6 +261,7 @@ maps with Postfix, you need this.
 %patch -P2 -p1 -b .files
 %patch -P3 -p1 -b .alternatives
 %patch -P4 -p1 -b .large-fs
+%patch -P5 -p1 -b .linux-7-fix
 
 # Change DEF_SHLIB_DIR according to build host
 sed -i \
@@ -274,10 +276,6 @@ popd
 %endif
 %patch -P11 -p1 -b .chroot-example-fix
 
-# Backport 3.8-20221006 fix for uname -r detection
-sed -i makedefs -e '\@Linux\.@s|345|3456|'
-sed -i src/util/sys_defs.h -e 's@defined(LINUX5)@defined(LINUX5) || defined(LINUX6)@'
-
 for f in README_FILES/TLS_{LEGACY_,}README TLS_ACKNOWLEDGEMENTS; do
 	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
 		touch -r ${f}{,_} && mv -f ${f}{_,}
@@ -846,6 +844,10 @@ fi
 %endif
 
 %changelog
+* Mon Aug 17 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.10.13-1
+- New version
+  Resolves: rhbz#2513537
+
 * Mon May 18 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.10.10-1
 - New version
   Resolves: CVE-2026-43964

diff --git a/sources b/sources
index 2dec362..736f372 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (pflogsumm-1.1.6.tar.gz) = 4581d2120bc17cfb322fda8d293989a2754eb9fa2696e3a1cea9032e85ed6a566e75aea1f628a6c7bbc7b9d6bf47ffeb873f95d71d7cb7f0ee46e27e492cf630
-SHA512 (postfix-3.10.10.tar.gz) = 25d08769a1917a91721220cbf2ad518694f65182e550b77e663b27810428981c7955946eb96a439534098e77c52433e3984b484d2d7381128aa93630263106f5
+SHA512 (postfix-3.10.13.tar.gz) = d03d6ebcfd907201825bf294cda8eb0816ffdafee0e1c94a8e5a557a72468bd8f73ee13691f33895a37925ace8f0782723ab8937c41a3ff852757d06508c7f00

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-08 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 15:48 [rpms/postfix] f43: New version 
  -- strict thread matches above, loose matches on Subject: below --
2026-08-17 18:42 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox