Bug 243135 - security/clamfs: Update to 1.2.0
Summary: security/clamfs: Update to 1.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/burghardt/clamfs/r...
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2020-01-06 19:57 UTC by Krzysztof Burghardt
Modified: 2022-07-16 23:14 UTC (History)
6 users (show)

See Also:
koobs: maintainer-feedback? (anastasios)
koobs: maintainer-feedback? (krzysztof)
anastasios: maintainer-feedback+
anastasios: maintainer-feedback+


Attachments
patch for clamfs-1.2.0 (1.20 KB, patch)
2020-01-06 19:57 UTC, Krzysztof Burghardt
no flags Details | Diff
patch for update to 1.2.0 (1.51 KB, patch)
2022-04-27 17:44 UTC, Thibault Payet
monwarez: maintainer-approval? (anastasios)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Burghardt 2020-01-06 19:57:51 UTC
Created attachment 210486 [details]
patch for clamfs-1.2.0
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-07-01 07:59:01 UTC
Thanks for submitting update!

Failed to build in poudriere: https://gist.github.com/0faa099b835b17206594a73881148b05

BTW, PORTREVISION needs to be reset when PORTVERSION get bumped.
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2020-07-02 10:09:48 UTC
> libfuse3.so:sysutils/fusefs-libs3
This is wrong; to depend on FUSE v3, you just need to specify version: USES=... fuse:3

Also, the port apparently cannot be built when fusefs-libs-2.x package is installed (both ports can coexist).  Since this is common situation (because v2 being the default), it would be nice if you could account for that.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2020-07-03 04:02:34 UTC
^Triage: Use feedback flag to request feedback
Comment 4 Thibault Payet 2022-04-27 16:34:38 UTC
Also we need pkgconfig in USES else the ./configure script fail
Comment 5 Thibault Payet 2022-04-27 17:44:18 UTC
Created attachment 233539 [details]
patch for update to 1.2.0

It passes QA
Comment 6 Thibault Payet 2022-04-27 17:52:33 UTC
(In reply to Alexey Dokuchaev from comment #2)
I don't know ho much work need to be done to be able to build it with a system where v2 and v3 of fusefs are installed. If an user really want to build it in a non clean environment they could simply pkg delete -f fusefs-libs , build it , and then pkg install fusefs-libs (or pkg add). Given some Linux distribution just simply dropped fusefs version 2, it is very unlikely that the upstream project will want some patches to be able to built it with both version of fusefs-libs installed.
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-07-16 23:11:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97efbe298b4985f21bc76c612f8ae2cf9415b6a5

commit 97efbe298b4985f21bc76c612f8ae2cf9415b6a5
Author:     Thibault Payet <monwarez@mailoo.org>
AuthorDate: 2022-07-16 23:08:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-16 23:10:32 +0000

    security/clamfs: Update to 1.2.0

    ChangeLog:      https://github.com/burghardt/clamfs/releases/tag/clamfs-1.2.0
    PR:             243135

 security/clamfs/Makefile | 9 ++++-----
 security/clamfs/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 8 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-16 23:14:34 UTC
Committed, thanks!