Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 844706

Summary: mail-filter/opensmtpd-filter-rspamd: uses deprecated Go eclass (DeprecatedEclass)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Jason A. Donenfeld <zx2c4>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/27881
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 844532    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:55:25 UTC
This package uses a deprecated Go eclass. It must be migrated to go-module.eclass. Fixing this does not require a revbump as it'll already be successfully installed.

$ pkgcheck scan -k DeprecatedEclass mail-filter/opensmtpd-filter-rspamd
mail-filter/opensmtpd-filter-rspamd
  DeprecatedEclass: version 0.1.6: uses deprecated eclass: golang-base (migrate to go-module.eclass)
Comment 1 William Hubbs gentoo-dev 2024-12-16 18:17:21 UTC
There is now a new version of this package, 0.1.8, which fixes this
issue by converting to a go module.

Pleas bump.

Thanks,

William
Comment 2 Larry the Git Cow gentoo-dev 2025-01-31 14:43:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c5bcab2cb5a6eff744c212ccea79c4f287a144

commit 12c5bcab2cb5a6eff744c212ccea79c4f287a144
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-31 14:42:48 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-31 14:43:00 +0000

    mail-filter/opensmtpd-filter-rspamd: drop 0.1.6
    
    Closes: https://bugs.gentoo.org/844706
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 mail-filter/opensmtpd-filter-rspamd/Manifest       |  1 -
 .../opensmtpd-filter-rspamd-0.1.6.ebuild           | 32 ----------------------
 2 files changed, 33 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b383832a0d84a6c5d550e254a6300f1205d64c36

commit b383832a0d84a6c5d550e254a6300f1205d64c36
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-01-31 14:41:58 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-01-31 14:43:00 +0000

    mail-filter/opensmtpd-filter-rspamd: add 0.1.8
    
    Closes: https://github.com/gentoo/gentoo/pull/27881
    Closes: https://bugs.gentoo.org/764650
    Bug: https://bugs.gentoo.org/844706
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 mail-filter/opensmtpd-filter-rspamd/Manifest       |  2 ++
 .../opensmtpd-filter-rspamd-0.1.8.ebuild           | 30 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)