Github messages for voidlinux
 help / color / mirror / Atom feed
From: balejk <balejk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] msmtp 1.8.26
Date: Tue, 05 Mar 2024 13:54:26 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49127@inbox.vuxu.org> (raw)

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

There is a new 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.**

The msmtp release is not tagged yet but I was testing one of the changes and had to bump gsasl, so I'm pushing it here so that it can be used once the tag is pushed out (which I expect to be very soon since the version has already been incremented in the source).

--


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

#### Testing the changes
- I have briefly tested manually built git version of msmtp, I have also built the other two packages (`mutt` and `jreen`) 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: 3887 bytes --]

From 1bfbf38b3e02359f433bc1b83ab3e8cbbc172db8 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/4] 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 27effd372a4cf6..11ce0a30fc1484 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1179,7 +1179,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 5190eca7514c31a09375d4cdba70f406a1de1abe Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Tue, 5 Mar 2024 12:48:31 +0100
Subject: [PATCH 2/4] 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 4dabcdd2bc9186..a332591cb14550 100644
--- a/srcpkgs/mutt/template
+++ b/srcpkgs/mutt/template
@@ -1,7 +1,7 @@
 # Template file for 'mutt'
 pkgname=mutt
 version=2.2.12
-revision=2
+revision=3
 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 7b685533c99e00bfe046c90a94f7fc97f83eee66 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/4] 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 36d00c0b04e527eeeef01cbb7a98643c148cbcce Mon Sep 17 00:00:00 2001
From: Karel Balej <balejk@matfyz.cz>
Date: Tue, 5 Mar 2024 12:53:35 +0100
Subject: [PATCH 4/4] 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..821ba44d560d98 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=
 
 build_options="idn sasl gnome msmtpd"
 build_options_default="idn sasl msmtpd"

             reply	other threads:[~2024-03-05 12:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 12:54 balejk [this message]
2024-05-01 15:22 ` [PR PATCH] [Updated] " balejk
2024-05-01 15:28 ` balejk
2024-05-01 15:34 ` [PR PATCH] [Updated] " balejk
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49127@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).