Github messages for voidlinux
 help / color / mirror / Atom feed
From: balejk <balejk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] msmtp 1.8.26
Date: Wed, 01 May 2024 17:34:11 +0200	[thread overview]
Message-ID: <20240501153411.7B9B422065@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49127@inbox.vuxu.org>

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

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

https://github.com/balejk/void-packages msmtp-1.8.26
https://github.com/void-linux/void-packages/pull/49127

msmtp 1.8.26
- **gsasl: update to 2.2.1.**
- **mutt: revbump for libgsasl**
- **jreen: revbump for libgsasl**
- **msmtp: update to 1.8.26.**
---

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

#### Testing the changes
- I have tested msmtp, the other two packages (`mutt` and `jreen`) I only built for my architecture but did not try running them.

<!--
#### 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-musl)


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

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

From 05a706eb017d47483ce6daccf0c8c55de52a57e3 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Tue, 5 Mar 2024 12:48:19 +0100
Subject: [PATCH 1/5] gsasl: update to 2.2.1.

---
 common/shlibs          | 2 +-
 srcpkgs/gsasl/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 9dbc8f0d118823..8872faa597af73 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1180,7 +1180,7 @@ libspice-client-glib-2.0.so.8 spice-gtk-0.41_2
 libspice-controller.so.0 spice-gtk-0.41_2
 libvirt-gconfig-1.0.so.0 libvirt-glib-0.1.2_1
 libvirt-gobject-1.0.so.0 libvirt-glib-0.1.2_1
-libgsasl.so.7 libgsasl-1.8.0_1
+libgsasl.so.18 libgsasl-2.2.1_1
 libzmq.so.5 zeromq-4.1.2_1
 libstatgrab.so.10 libstatgrab-0.91_1
 libseccomp.so.2 libseccomp-2.0.0_1
diff --git a/srcpkgs/gsasl/template b/srcpkgs/gsasl/template
index 6dd6fb34a0fb89..0b0b649441cd16 100644
--- a/srcpkgs/gsasl/template
+++ b/srcpkgs/gsasl/template
@@ -1,6 +1,6 @@
 # Template file for 'gsasl'
 pkgname=gsasl
-version=1.10.0
+version=2.2.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-gssapi-impl=mit"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gsasl/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=85bcbd8ee6095ade7870263a28ebcb8832f541ea7393975494926015c07568d3
+checksum=d45b562e13bd13b9fc20b372f4b53269740cf6279f836f09ce11b9d32bcee075
 
 libgsasl_package() {
 	short_desc+=" - Runtime library"

From e813033812f4908afbe19c4c499377764647bf21 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 1 May 2024 17:21:00 +0200
Subject: [PATCH 2/5] mutt: revbump for libgsasl

---
 srcpkgs/mutt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mutt/template b/srcpkgs/mutt/template
index f2c02902467578..99ded33d3c22ef 100644
--- a/srcpkgs/mutt/template
+++ b/srcpkgs/mutt/template
@@ -1,7 +1,7 @@
 # Template file for 'mutt'
 pkgname=mutt
 version=2.2.13
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache
  --enable-gpgme --with-idn2 --with-ssl --without-sasl --with-gsasl

From a0531e404533e18ac2d8676a4c462e0ebd2e4656 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Tue, 5 Mar 2024 12:48:31 +0100
Subject: [PATCH 3/5] jreen: revbump for libgsasl

---
 srcpkgs/jreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/jreen/template b/srcpkgs/jreen/template
index f23ba29135460f..1a679671c3361e 100644
--- a/srcpkgs/jreen/template
+++ b/srcpkgs/jreen/template
@@ -1,7 +1,7 @@
 # Template file for 'jreen'
 pkgname=jreen
 version=1.3.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="gsasl-devel speex-devel qt5-devel zlib-devel"

From 0772e1aa3b7c17251f85e6c27ddc108d27864fec Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 1 May 2024 17:20:05 +0200
Subject: [PATCH 4/5] msmtp: update to 1.8.26.

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

diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template
index 0c2df61fed984d..2b2cdf47797404 100644
--- a/srcpkgs/msmtp/template
+++ b/srcpkgs/msmtp/template
@@ -1,6 +1,6 @@
 # Template file for 'msmtp'
 pkgname=msmtp
-version=1.8.25
+version=1.8.26
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_with msmtpd)
@@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-or-later"
 homepage="https://marlam.de/msmtp/"
 distfiles="https://marlam.de/msmtp/releases/msmtp-${version}.tar.xz"
-checksum=2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738
+checksum=6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8
 
 build_options="idn sasl gnome msmtpd"
 build_options_default="idn sasl msmtpd"

From fa3eca9edea2e1255244f17c07c3ea6debe351e9 Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Wed, 1 May 2024 17:33:37 +0200
Subject: [PATCH 5/5] msmtp: add changelog

---
 srcpkgs/msmtp/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template
index 2b2cdf47797404..52507bb4975900 100644
--- a/srcpkgs/msmtp/template
+++ b/srcpkgs/msmtp/template
@@ -16,6 +16,7 @@ short_desc="Mini SMTP client"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-or-later"
 homepage="https://marlam.de/msmtp/"
+changelog="https://git.marlam.de/gitweb/?p=msmtp.git;a=blob_plain;f=NEWS"
 distfiles="https://marlam.de/msmtp/releases/msmtp-${version}.tar.xz"
 checksum=6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8
 

  parent reply	other threads:[~2024-05-01 15:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 12:54 [PR PATCH] " balejk
2024-05-01 15:22 ` [PR PATCH] [Updated] " balejk
2024-05-01 15:28 ` balejk
2024-05-01 15:34 ` balejk [this message]
2024-05-01 15:53 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240501153411.7B9B422065@inbox.vuxu.org \
    --to=balejk@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).