Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] postfix: update to 3.7.0.
@ 2022-02-06 17:03 benalb
  2022-02-06 20:41 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-02-06 17:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1047 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/35442

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

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

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35442.patch is attached

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

From cbe3cb6cf8b51d88c61e1c3a697dd2ec6e907e13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sun, 6 Feb 2022 18:02:37 +0100
Subject: [PATCH] postfix: update to 3.7.0.

---
 srcpkgs/postfix/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index 81a9d596164f..184f5df48bb0 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
-version=3.6.4
-revision=2
+version=3.7.0
+revision=1
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre-devel
  postgresql-libs-devel sqlite-devel"
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="IPL-1.0, EPL-2.0"
 homepage="http://www.postfix.org/"
 distfiles="http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${version}.tar.gz"
-checksum=8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e
+checksum=645c6a74959703f8dff5b696b2df2e8bc0c91ac530127a21c998e3defbb9528c
 
 system_accounts="postfix"
 postfix_homedir="/var/spool/postfix"

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

* Re: [PR REVIEW] postfix: update to 3.7.0.
  2022-02-06 17:03 [PR PATCH] postfix: update to 3.7.0 benalb
  2022-02-06 20:41 ` [PR REVIEW] " paper42
@ 2022-02-06 20:41 ` paper42
  2022-02-07  9:39 ` [PR PATCH] [Updated] " benalb
  2022-02-08 21:47 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-06 20:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35442#discussion_r800230457

Comment:
I think we can use pcre2:

> Support for library APIs: OpenSSL 3.0.0, PCRE2, Berkeley DB 18. 

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

* Re: [PR REVIEW] postfix: update to 3.7.0.
  2022-02-06 17:03 [PR PATCH] postfix: update to 3.7.0 benalb
@ 2022-02-06 20:41 ` paper42
  2022-02-06 20:41 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-06 20:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35442#discussion_r800230522

Comment:
```suggestion
homepage="https://www.postfix.org/"
```

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

* Re: [PR PATCH] [Updated] postfix: update to 3.7.0.
  2022-02-06 17:03 [PR PATCH] postfix: update to 3.7.0 benalb
  2022-02-06 20:41 ` [PR REVIEW] " paper42
  2022-02-06 20:41 ` paper42
@ 2022-02-07  9:39 ` benalb
  2022-02-08 21:47 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-02-07  9:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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/35442

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

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

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35442.patch is attached

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

From fd98bea5dd38a12f50d86800d8bdbb5fe2790243 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sun, 6 Feb 2022 18:02:37 +0100
Subject: [PATCH] postfix: update to 3.7.0.

---
 srcpkgs/postfix/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index 81a9d596164f..38a7e61f2171 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,16 +1,16 @@
 # Template file for 'postfix'
 pkgname=postfix
-version=3.6.4
-revision=2
+version=3.7.0
+revision=1
 hostmakedepends="perl m4"
-makedepends="icu-devel libldap-devel libmariadbclient-devel pcre-devel
+makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"
 short_desc="High-performance mail transport agent"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="IPL-1.0, EPL-2.0"
-homepage="http://www.postfix.org/"
+homepage="https://www.postfix.org/"
 distfiles="http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${version}.tar.gz"
-checksum=8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e
+checksum=645c6a74959703f8dff5b696b2df2e8bc0c91ac530127a21c998e3defbb9528c
 
 system_accounts="postfix"
 postfix_homedir="/var/spool/postfix"

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

* Re: [PR PATCH] [Merged]: postfix: update to 3.7.0.
  2022-02-06 17:03 [PR PATCH] postfix: update to 3.7.0 benalb
                   ` (2 preceding siblings ...)
  2022-02-07  9:39 ` [PR PATCH] [Updated] " benalb
@ 2022-02-08 21:47 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-08 21:47 UTC (permalink / raw)
  To: ml

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

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

postfix: update to 3.7.0.
https://github.com/void-linux/void-packages/pull/35442

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

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

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 5+ messages in thread

end of thread, other threads:[~2022-02-08 21:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 17:03 [PR PATCH] postfix: update to 3.7.0 benalb
2022-02-06 20:41 ` [PR REVIEW] " paper42
2022-02-06 20:41 ` paper42
2022-02-07  9:39 ` [PR PATCH] [Updated] " benalb
2022-02-08 21:47 ` [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).