Bug 267802 - ftp/curl: Update to 7.86.0
Summary: ftp/curl: Update to 7.86.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: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-16 03:07 UTC by takefu
Modified: 2022-12-14 01:37 UTC (History)
3 users (show)

See Also:
yasu: maintainer-feedback-
yasu: merge-quarterly?


Attachments
curl-7.86.0.patch (7.61 KB, patch)
2022-11-16 03:07 UTC, takefu
no flags Details | Diff
Updated patch file (12.90 KB, patch)
2022-11-29 08:27 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2022-11-16 03:07:41 UTC
Created attachment 238109 [details]
curl-7.86.0.patch

https://curl.se/changes.html#7_86_0
Comment 1 takefu 2022-11-16 03:47:13 UTC
fix
  portlint(1) and portclippy(1) compliant.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-11-29 08:27:41 UTC
Created attachment 238415 [details]
Updated patch file

* Fix plist error when DOCS option is on.
* Fix configure error when either GNUTLS or WOLFSSL option is on.
* Tidy up Makefile with portfmt.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-11-29 08:28:46 UTC
Set merge-quarterly flag as this version includes security fixes.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-12-14 01:01:07 UTC
Maintainer timeout. Take.
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-12-14 01:33:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78ae7128f649c06d9a3c82fb9258c953f8a39b58

commit 78ae7128f649c06d9a3c82fb9258c953f8a39b58
Author:     takefu <takefu@airport.fm>
AuthorDate: 2022-11-16 03:07:00 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-12-14 01:32:35 +0000

    ftp/curl: Update to 7.86.0

    While here,

    * Switch to DISTVERSION.
    * Pet portlint and portclippy.
    * Tidy up Makefile with portfmt.

    ChangeLog:      https://curl.se/changes.html#7_86_0
    PR:             267802
    Approved by:    maintainer timeout
    MFH:            2022Q4
    Security:       0f99a30c-7b4b-11ed-9168-080027f5fec9

 ftp/curl/Makefile  | 238 ++++++++++++++++++++++++++++-------------------------
 ftp/curl/distinfo  |   6 +-
 ftp/curl/pkg-plist |   6 ++
 3 files changed, 133 insertions(+), 117 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-12-14 01:35:53 UTC
A commit in branch 2022Q4 references this bug:

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

commit ca162ab86e62a84352d04fdafd41dc91a42f72f5
Author:     takefu <takefu@airport.fm>
AuthorDate: 2022-11-16 03:07:00 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-12-14 01:34:35 +0000

    ftp/curl: Update to 7.86.0

    While here,

    * Switch to DISTVERSION.
    * Pet portlint and portclippy.
    * Tidy up Makefile with portfmt.

    ChangeLog:      https://curl.se/changes.html#7_86_0
    PR:             267802
    Approved by:    maintainer timeout
    MFH:            2022Q4
    Security:       0f99a30c-7b4b-11ed-9168-080027f5fec9

    (cherry picked from commit 78ae7128f649c06d9a3c82fb9258c953f8a39b58)

 ftp/curl/Makefile  | 238 ++++++++++++++++++++++++++++-------------------------
 ftp/curl/distinfo  |   6 +-
 ftp/curl/pkg-plist |   6 ++
 3 files changed, 133 insertions(+), 117 deletions(-)
Comment 7 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-12-14 01:37:07 UTC
Committed with some more refinements. Thanks!