Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mutt: update to 2.2.2.
@ 2022-04-03 21:40 4ricci
  2022-04-04 15:24 ` freshprince
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 4ricci @ 2022-04-03 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages mutt
https://github.com/void-linux/void-packages/pull/36513

mutt: update to 2.2.2.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-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/36513.patch is attached

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

From b6ab8cd5b020f7a2db3dae3aa9ef2abb68a1a6ae Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Mon, 28 Mar 2022 11:02:57 +0200
Subject: [PATCH] mutt: update to 2.2.2.

---
 srcpkgs/mutt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mutt/template b/srcpkgs/mutt/template
index 7ae82f76bd8c..150370dc47e2 100644
--- a/srcpkgs/mutt/template
+++ b/srcpkgs/mutt/template
@@ -1,6 +1,6 @@
 # Template file for 'mutt'
 pkgname=mutt
-version=2.2.1
+version=2.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="http://www.mutt.org"
 changelog="http://mutt.org/relnotes/${version%.*}"
 distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
-checksum=b76d30d42b6c90aa9abf9f330e41800934eedf7b858a32c120ee3ae63587abb5
+checksum=10de870cf37646c0b3f5bcf579c3cc2fd9285bda1d04be9ad7c33ec2ee820fcc
 
 post_install() {
 	# provided by mime-types

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

* Re: mutt: update to 2.2.2.
  2022-04-03 21:40 [PR PATCH] mutt: update to 2.2.2 4ricci
@ 2022-04-04 15:24 ` freshprince
  2022-04-04 15:25 ` freshprince
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2022-04-04 15:24 UTC (permalink / raw)
  To: ml

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

New comment by freshprince on void-packages repository

https://github.com/void-linux/void-packages/pull/36513#issuecomment-1087698536

Comment:
`--with-regex` configure flag results in a warning:
```
configure: WARNING: unrecognized options: --with-regex
```

also could we please add `zlib-devel` to `hostmakedepends` so that we can use `imap_deflate`?

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

* Re: mutt: update to 2.2.2.
  2022-04-03 21:40 [PR PATCH] mutt: update to 2.2.2 4ricci
  2022-04-04 15:24 ` freshprince
@ 2022-04-04 15:25 ` freshprince
  2022-04-04 16:46 ` [PR PATCH] [Updated] " 4ricci
  2022-04-05  8:38 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: freshprince @ 2022-04-04 15:25 UTC (permalink / raw)
  To: ml

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

New comment by freshprince on void-packages repository

https://github.com/void-linux/void-packages/pull/36513#issuecomment-1087698536

Comment:
`--with-regex` configure flag results in a warning:
```
configure: WARNING: unrecognized options: --with-regex
```

also could we please add `zlib-devel` to `makedepends` so that we can use `imap_deflate`?

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

* Re: [PR PATCH] [Updated] mutt: update to 2.2.2.
  2022-04-03 21:40 [PR PATCH] mutt: update to 2.2.2 4ricci
  2022-04-04 15:24 ` freshprince
  2022-04-04 15:25 ` freshprince
@ 2022-04-04 16:46 ` 4ricci
  2022-04-05  8:38 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: 4ricci @ 2022-04-04 16:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages mutt
https://github.com/void-linux/void-packages/pull/36513

mutt: update to 2.2.2.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-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/36513.patch is attached

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

From 9189dd412998be9999f2fc8c7c81585655c7691d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Mon, 28 Mar 2022 11:02:57 +0200
Subject: [PATCH] mutt: update to 2.2.2, build with zlib

also remove --with-regex (not recognized since 1.13, and was wrong even before)
---
 srcpkgs/mutt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mutt/template b/srcpkgs/mutt/template
index 7ae82f76bd8c..6c0f0d04798b 100644
--- a/srcpkgs/mutt/template
+++ b/srcpkgs/mutt/template
@@ -1,16 +1,16 @@
 # Template file for 'mutt'
 pkgname=mutt
-version=2.2.1
+version=2.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
- --enable-gpgme --with-regex --with-idn2 --with-ssl --with-sasl --enable-sidebar
+ --enable-gpgme --with-idn2 --with-ssl --with-sasl --enable-sidebar
  --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname
  --with-gdbm=${XBPS_CROSS_BASE}/usr"
 conf_files="/etc/${pkgname}/Muttrc"
 hostmakedepends="perl pkg-config"
 makedepends="gdbm-devel gpgme-devel libidn2-devel openssl-devel libsasl-devel
- ncurses-devel"
+ ncurses-devel zlib-devel"
 depends="cyrus-sasl-modules mime-types"
 short_desc="Mutt Mail Client"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="http://www.mutt.org"
 changelog="http://mutt.org/relnotes/${version%.*}"
 distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
-checksum=b76d30d42b6c90aa9abf9f330e41800934eedf7b858a32c120ee3ae63587abb5
+checksum=10de870cf37646c0b3f5bcf579c3cc2fd9285bda1d04be9ad7c33ec2ee820fcc
 
 post_install() {
 	# provided by mime-types

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

* Re: [PR PATCH] [Merged]: mutt: update to 2.2.2.
  2022-04-03 21:40 [PR PATCH] mutt: update to 2.2.2 4ricci
                   ` (2 preceding siblings ...)
  2022-04-04 16:46 ` [PR PATCH] [Updated] " 4ricci
@ 2022-04-05  8:38 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-04-05  8:38 UTC (permalink / raw)
  To: ml

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

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

mutt: update to 2.2.2.
https://github.com/void-linux/void-packages/pull/36513

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-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-04-05  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 21:40 [PR PATCH] mutt: update to 2.2.2 4ricci
2022-04-04 15:24 ` freshprince
2022-04-04 15:25 ` freshprince
2022-04-04 16:46 ` [PR PATCH] [Updated] " 4ricci
2022-04-05  8:38 ` [PR PATCH] [Merged]: " sgn

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).