public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/postfix] f44: New version
@ 2026-08-17 18:34
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-08-17 18:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/postfix
Branch : f44
Commit : 9bdd5f554b1731b1ebcb46a7bf36f446f0d22a57
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-08-17T20:33:53+02:00
Stats : +28/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/postfix/c/9bdd5f554b1731b1ebcb46a7bf36f446f0d22a57?branch=f44
Log:
New version
Resolves: rhbz#2513537
---
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 b3ee0fa..26c25c0 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -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
@@ -263,6 +264,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 \
@@ -281,10 +283,6 @@ popd
%patch -P12 -p1 -b .warning
%endif
-# 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}{_,}
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/postfix] f44: New version
@ 2026-09-08 15:45
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-09-08 15:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/postfix
Branch : f44
Commit : 1ad0eab5231a891636063db935b1f527fa2eba72
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-09-08T17:44:59+02:00
Stats : +6/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/postfix/c/1ad0eab5231a891636063db935b1f527fa2eba72?branch=f44
Log:
New version
Related: rhbz#2529649
---
diff --git a/postfix.spec b/postfix.spec
index 26c25c0..1c443d1 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
@@ -851,6 +851,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] 3+ messages in thread* [rpms/postfix] f44: New version
@ 2026-08-17 17:51
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-08-17 17:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/postfix
Branch : f44
Commit : 7aafe05c32c09928412b0b8cbbd9975b7ff04fa3
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-08-17T19:51:28+02:00
Stats : +6/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/postfix/c/7aafe05c32c09928412b0b8cbbd9975b7ff04fa3?branch=f44
Log:
New version
Resolves: rhbz#2513537
---
diff --git a/postfix.spec b/postfix.spec
index 80672b6..b3ee0fa 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
@@ -853,6 +853,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] 3+ messages in thread
end of thread, other threads:[~2026-09-08 15:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 18:34 [rpms/postfix] f44: New version
-- strict thread matches above, loose matches on Subject: below --
2026-09-08 15:45
2026-08-17 17:51
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox