Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] postfix: update to 3.7.4.
@ 2023-01-22 14:39 benalb
  2023-01-22 15:51 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: benalb @ 2023-01-22 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by benalb against master on the void-packages repository

https://github.com/benalb/void-packages postfix
https://github.com/void-linux/void-packages/pull/41800

postfix: update to 3.7.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/41800.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-postfix-41800.patch --]
[-- Type: text/x-diff, Size: 2417 bytes --]

From 8529aeaa54e1cfb835f3bd9ca3e0d286d74424ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sun, 22 Jan 2023 15:33:54 +0100
Subject: [PATCH] postfix: update to 3.7.4.

---
 srcpkgs/postfix/patches/linux-6.patch | 26 --------------------------
 srcpkgs/postfix/template              |  4 ++--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/postfix/patches/linux-6.patch

diff --git a/srcpkgs/postfix/patches/linux-6.patch b/srcpkgs/postfix/patches/linux-6.patch
deleted file mode 100644
index e04a31ab271e..000000000000
--- a/srcpkgs/postfix/patches/linux-6.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://gitweb.gentoo.org/repo/gentoo.git/plain/mail-mta/postfix/files/linux-6.patch
-
---- a/makedefs	2022-01-23 21:53:41.000000000 +0100
-+++ b/makedefs	2022-09-07 19:07:02.000000000 +0200
-@@ -627,7 +627,8 @@
- 		: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
- 		: ${PLUGIN_LD="${CC-gcc} -shared"}
- 		;;
-- Linux.[345].*)	SYSTYPE=LINUX$RELEASE_MAJOR
-+    Linux.[3456].*)
-+		SYSTYPE=LINUX$RELEASE_MAJOR
- 		case "$CCARGS" in
- 		 *-DNO_DB*) ;;
- 		 *-DHAS_DB*) ;;
---- a/src/util/sys_defs.h	2021-12-05 19:59:27.000000000 +0100
-+++ b/src/util/sys_defs.h	2022-09-07 19:09:09.000000000 +0200
-@@ -751,7 +751,8 @@
-  /*
-   * LINUX.
-   */
--#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5)
-+#if defined(LINUX2) || defined(LINUX3) || defined(LINUX4) || defined(LINUX5) \
-+	|| defined(LINUX6)
- #define SUPPORTED
- #define UINT32_TYPE	unsigned int
- #define UINT16_TYPE	unsigned short
diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index 886a96352af0..b1c2cd4e8090 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,6 +1,6 @@
 # Template file for 'postfix'
 pkgname=postfix
-version=3.7.3
+version=3.7.4
 revision=1
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="IPL-1.0, EPL-2.0"
 homepage="https://www.postfix.org/"
 distfiles="http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${version}.tar.gz"
-checksum=d22f3d37ef75613d5d573b56fc51ef097f2c0d0b0e407923711f71c1fb72911b
+checksum=4c137a2303448f25993836837deeae87fac5d4d03af11ade8e9bead806328645
 
 system_accounts="postfix"
 postfix_homedir="/var/spool/postfix"

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

* Re: [PR PATCH] [Merged]: postfix: update to 3.7.4.
  2023-01-22 14:39 [PR PATCH] postfix: update to 3.7.4 benalb
@ 2023-01-22 15:51 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-01-22 15:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

There's a merged pull request on the void-packages repository

postfix: update to 3.7.4.
https://github.com/void-linux/void-packages/pull/41800

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

end of thread, other threads:[~2023-01-22 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 14:39 [PR PATCH] postfix: update to 3.7.4 benalb
2023-01-22 15:51 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).