Bug 258416 - sysutils/yadm: Update yadm to 3.1.1
Summary: sysutils/yadm: Update yadm to 3.1.1
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: Kevin Bowling
URL: https://github.com/TheLocehiliosan/ya...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-10 22:44 UTC by Adam Jimerson
Modified: 2021-09-11 00:26 UTC (History)
1 user (show)

See Also:
kbowling: merge-quarterly+


Attachments
Yadm update to 3.1.1 (841 bytes, patch)
2021-09-10 22:44 UTC, Adam Jimerson
vendion: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jimerson 2021-09-10 22:44:04 UTC
Created attachment 227818 [details]
Yadm update to 3.1.1

The attached patch updates yadm to 3.1.1.

Changelog

* Fix clone support for older versions of Git (#348)
* Fix support for multiple GPG recipients (#342)
* Find symlinks in bootstrap-in-dir (#340)

Poudriere testport: OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-11 00:24:53 UTC
A commit in branch main references this bug:

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

commit a83de89e747fffe4f387de5cb9931f74105a9727
Author:     Adam Jimerson <vendion@gmail.com>
AuthorDate: 2021-09-11 00:23:35 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-09-11 00:24:12 +0000

    sysutils/yadm: Update yadm to 3.1.1

    * Fix clone support for older versions of Git (#348)
    * Fix support for multiple GPG recipients (#342)
    * Find symlinks in bootstrap-in-dir (#340)

    PR:             258416

 sysutils/yadm/Makefile | 2 +-
 sysutils/yadm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-11 00:25:54 UTC
A commit in branch 2021Q3 references this bug:

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

commit 653650d41031ae9651279709d98374a97545b690
Author:     Adam Jimerson <vendion@gmail.com>
AuthorDate: 2021-09-11 00:23:35 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-09-11 00:25:03 +0000

    sysutils/yadm: Update yadm to 3.1.1

    * Fix clone support for older versions of Git (#348)
    * Fix support for multiple GPG recipients (#342)
    * Find symlinks in bootstrap-in-dir (#340)

    PR:             258416
    (cherry picked from commit a83de89e747fffe4f387de5cb9931f74105a9727)

 sysutils/yadm/Makefile | 2 +-
 sysutils/yadm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Kevin Bowling freebsd_committer freebsd_triage 2021-09-11 00:26:19 UTC
Thanks for your contribution!