Bug 277397 - net/pen: fix for blocking requests for source by fetch(1)
Summary: net/pen: fix for blocking requests for source by fetch(1)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rodrigo Osorio
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2024-02-29 20:18 UTC by Chris Hutchinson
Modified: 2024-03-15 13:11 UTC (History)
1 user (show)

See Also:


Attachments
patch against net/pen to get source (1.22 KB, patch)
2024-02-29 20:18 UTC, Chris Hutchinson
portmaster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2024-02-29 20:18:50 UTC
Created attachment 248830 [details]
patch against net/pen to get source

The host that supplies the source for this port rejects requests
by fetch(1). The patch attached to this pr(1) corrects that.

That's it.

Thanks!

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-15 13:10:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3108cacee82c9282e0002b5d044395b7c26dcb3e

commit 3108cacee82c9282e0002b5d044395b7c26dcb3e
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-03-14 10:27:39 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-03-15 13:08:51 +0000

    net/pen: fix distfile upload

    The host that supplies the source for this port rejects requests
    by fetch(1). This commit fix that by replacing fetch's user agent
    with curl/7.68.0

    Also apply portfmt linter

    PR:             277397
    Reported by:    Chris Hutchinson <portmaster@bsdforge.com> (maintainer)

 net/pen/Makefile | 44 +++++++++++++++++++++++++++-----------------
 1 file changed, 27 insertions(+), 17 deletions(-)
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2024-03-15 13:11:47 UTC
Committed with minor changes, thanks