Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8
@ 2023-10-04 10:27 omar-polo
  2023-10-04 20:28 ` mithodin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: omar-polo @ 2023-10-04 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/omar-polo/void-packages opensmtdp-filter-rspamd-0.1.8
https://github.com/void-linux/void-packages/pull/46426

opensmtpd-filter-rspamd: update to 0.1.8
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (amd64-musl)

This brings in a rather important IMHO security fix: it's possible to crash filter-rspamd by attempting to log in as a user with a "|" character in it.  Doing so will also quit opensmtpd since it dies once a filter exits.

Furthermore, this update will also be needed for the next opensmtpd version since it'll bump the protocol version.

I haven't actually run this on void linux, but I'm using it on other systems and the [diff is quite small](https://github.com/poolpOrg/filter-rspamd/compare/v0.1.7...v0.1.8), I don't expect actual breakages.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-opensmtdp-filter-rspamd-0.1.8-46426.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

From 72ed2305883d091b6e9b530686a215b204df6d5e Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Wed, 4 Oct 2023 11:31:35 +0200
Subject: [PATCH] opensmtpd-filter-rspamd: update to 0.1.8

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

diff --git a/srcpkgs/opensmtpd-filter-rspamd/template b/srcpkgs/opensmtpd-filter-rspamd/template
index 16d5fe58650d5..df700085bed4f 100644
--- a/srcpkgs/opensmtpd-filter-rspamd/template
+++ b/srcpkgs/opensmtpd-filter-rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'opensmtpd-filter-rspamd'
 pkgname=opensmtpd-filter-rspamd
-version=0.1.7
-revision=3
+version=0.1.8
+revision=1
 build_style=go
 go_import_path="github.com/poolpOrg/filter-rspamd"
 short_desc="Filter incoming mail based on sender reputation"
@@ -9,7 +9,7 @@ maintainer="Lucas L. Treffenstädt <lucas@treffenstaedt.de>"
 license="ISC"
 homepage="https://github.com/poolpOrg/filter-rspamd"
 distfiles="https://github.com/poolpOrg/filter-rspamd/archive/v${version}.tar.gz"
-checksum=734733c3b672b660bcfe8f0008b09c84469f051f7381230d332265981af6f287
+checksum=42b3e8d35feac813e695245b55c552126728de1a3219fb4dc64c62935f831f29
 
 do_install() {
 	vlicense LICENSE

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

* Re: opensmtpd-filter-rspamd: update to 0.1.8
  2023-10-04 10:27 [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8 omar-polo
@ 2023-10-04 20:28 ` mithodin
  2023-10-25  7:45 ` omar-polo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mithodin @ 2023-10-04 20:28 UTC (permalink / raw)
  To: ml

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

New comment by mithodin on void-packages repository

https://github.com/void-linux/void-packages/pull/46426#issuecomment-1747591404

Comment:
Cheers, thanks for the email. It looks straightforward enough, I'd prefer to give it a test run on my server first, though.

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

* Re: opensmtpd-filter-rspamd: update to 0.1.8
  2023-10-04 10:27 [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8 omar-polo
  2023-10-04 20:28 ` mithodin
@ 2023-10-25  7:45 ` omar-polo
  2023-10-25  8:10 ` mithodin
  2023-11-07 16:44 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: omar-polo @ 2023-10-25  7:45 UTC (permalink / raw)
  To: ml

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

New comment by omar-polo on void-packages repository

https://github.com/void-linux/void-packages/pull/46426#issuecomment-1778699765

Comment:
friendly ping :)

OpenSMTPD 7.4.0p0 was released today and will need this to not break the update for users.

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

* Re: opensmtpd-filter-rspamd: update to 0.1.8
  2023-10-04 10:27 [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8 omar-polo
  2023-10-04 20:28 ` mithodin
  2023-10-25  7:45 ` omar-polo
@ 2023-10-25  8:10 ` mithodin
  2023-11-07 16:44 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: mithodin @ 2023-10-25  8:10 UTC (permalink / raw)
  To: ml

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

New comment by mithodin on void-packages repository

https://github.com/void-linux/void-packages/pull/46426#issuecomment-1778739239

Comment:
Hi, sorry, I'm really quite busy so I haven't gotten around to it. In any case, I don't have merge permissions. So if anyone can merge this, don't wait on my accord.

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

* Re: [PR PATCH] [Merged]: opensmtpd-filter-rspamd: update to 0.1.8
  2023-10-04 10:27 [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8 omar-polo
                   ` (2 preceding siblings ...)
  2023-10-25  8:10 ` mithodin
@ 2023-11-07 16:44 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-11-07 16:44 UTC (permalink / raw)
  To: ml

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

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

opensmtpd-filter-rspamd: update to 0.1.8
https://github.com/void-linux/void-packages/pull/46426

Description:
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (amd64-musl)

This brings in a rather important IMHO security fix: it's possible to crash filter-rspamd by attempting to log in as a user with a "|" character in it.  Doing so will also quit opensmtpd since it dies once a filter exits.

Furthermore, this update will also be needed for the next opensmtpd version since it'll bump the protocol version.

I haven't actually run this on void linux, but I'm using it on other systems and the [diff is quite small](https://github.com/poolpOrg/filter-rspamd/compare/v0.1.7...v0.1.8), I don't expect actual breakages.

(edit: I've mailed the maintainer since I don't know their github account)

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

end of thread, other threads:[~2023-11-07 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 10:27 [PR PATCH] opensmtpd-filter-rspamd: update to 0.1.8 omar-polo
2023-10-04 20:28 ` mithodin
2023-10-25  7:45 ` omar-polo
2023-10-25  8:10 ` mithodin
2023-11-07 16:44 ` [PR PATCH] [Merged]: " leahneukirchen

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