summaryrefslogtreecommitdiff
path: root/net/hub
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-06-02Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-05-11Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-04-13Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-2/+2
2022-01-11hub: adapt github URL in DESCRwiz1-1/+1
github deprecated git://
2022-01-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-12-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-11-05Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-37/+37
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-08Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-07net: Remove SHA1 hashes for distfilesnia1-37/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-08-11Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-07-13Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-06-06Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-05-09hub: make the build use modulesbsiegert3-14/+192
Bump revision.
2021-05-08Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-03-19Revbump all Go packages after go115 updatebsiegert1-2/+2
2021-01-23Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-13Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-08Revbump all Go packages after Go 1.15 update.bsiegert1-2/+2
2020-10-15Revbump all Go packages after go115 update.bsiegert1-2/+2
2020-09-03Revbump all Go packages after default Go version was changed to 1.15.1bsiegert1-2/+2
2020-08-14Revbump all Go packages after go114 updatebsiegert1-2/+2
2020-07-17Revbump all Go packages after go114 update.bsiegert1-2/+2
2020-06-17Revbump Go packages after Go 1.14.4 update.bsiegert1-2/+2
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert1-2/+2
2020-03-21Revbump all Go packages after go113 update.bsiegert1-1/+2
2020-03-05hub: Update to 2.14.2leot2-8/+7
Changes: 2.14.2 ------ * Ensure man pages are shown at full width * Fix subject in `ci-status` docs * Indicate in docs that you can do plain `git push` after `hub pr checkout` #2467 * Fix using hub inside git worktree #2489 2.14.1 ------ * Fixed script/build when running from within the downloaded hub tarball
2020-02-02Revbump all Go packages after go113 update.bsiegert1-1/+2
2020-01-21hub: Update to 2.14.0leot2-8/+7
Changes: 2.14.0 ------ Features: * New command: `hub issue update` #2432 * New command: `hub issue transfer` #2363 * Support git flag `hub version --build-options` #2440 * Refuse to follow HTTP 301/302 redirects for non-GET requests #2442 Fixes: * Fix `hub help <cmd>` on Windows #2384 * Ensure that `grep` command is being used in shell completions #2390 * Consult global `git config color.ui` setting when `--color=auto` #2378 Improvements: * Print more user-friendly HTTP 40x errors #2446 * Enable debugging file uploads via `HUB_VERBOSE=1 hub release create -a <file>` * Improve parsing malformed YAML config files #2380
2020-01-10Revbump Go packages after Go default version bump.bsiegert1-2/+2
2020-01-09hub: Generate and install hub-* man pagesleot2-4/+43
Add necessary logic to generate and install hub man pages. We could use the existent targets provided by Makefile by introducing a gmake tool dependency and adjusting install.sh but it is probably easier to mimic it and rarely new commands are added to hub (so possible HUB_COMMANDS sync against ${WRKSRC}/Makefile should hopefully scale). We can revisit that in the future if that will not be the case. PKGREVISION++
2020-01-02hub: Update to 2.13.0leot2-8/+7
Changes: 2.13.0 ------ * New command: hub gist * Add git pr show --format=... flag * Add hub api --obey-ratelimit flag * hub help: support compressed man pages * Add hub release download --include=PATTERN flag * hub help: Enable hub help --web <command> * hub release: Retry attaching release assets on 5xx server errors * hub pr checkout fixes + handle case when the PR given matches the current branch + avoid overriding existing branch merge config * hub release: Fail fast when attempting to attach unavailable files * Honor HTTPS_PROXY, NO_PROXY environment variables * Strip "co-authored-by" lines when populating PR body from git log * git compatibility: have hub <cmd> --help open the man page * hub fork bash completion improvements * hub pr fish completion improvements 2.12.8 ------ * hub compare: improve upstream branch detection & error messages * hub compare: allow slash character in branch names * hub api: fix GraphQL requests made to Enterprise hosts * Docs: clarify --message, --file, and --edit flags 2.12.7 ------ * Fix password prompt on Windows
2019-12-13Revbump all Go packages after Go 1.12.14 update.bsiegert1-2/+2
2019-10-18Revbump all Go packages after lang/go112 updatebsiegert1-2/+2
2019-09-26Revbump all Go packages after 1.12.10 update.bsiegert1-1/+2
ok wiz@ for PMC
2019-09-22hub: Update to 2.12.6leot2-8/+7
Changes: 2.12.6 ------ * Fix Windows build 2.12.5 ------ * Correctly resolve ~/.ssh/config hostname aliases on Windows * Added hub pr to fish completions script * Have fish completions script wrap git if hub is aliased 2.12.4 ------ Bug fixes * Fix invocation of hub --paginate * Consistently expand all occurrences of {owner} and {repo} in hub api * Docs: unlist %NC/%Nc among available fields in hub pr list --format Enhancements * GitHub Actions compatibility: infer GITHUB_USER value from GITHUB_REPOSITORY if available * Handle TERM signal during password prompt in terminal * Use consistent quote style in hub sync output
2019-08-14Recursive bump of all packages using Go after Go 1.12.8 update.bsiegert1-1/+2
2019-07-21hub: Update to 2.12.3leot2-7/+7
Changes: 2.12.3 ------ * Allow hub use within GitHub Actions by specifying GITHUB_USER * Show friendlier error message when GITHUB_TOKEN is set, but fetching the current user fails
2019-07-10hub: Update to 2.12.2leot2-7/+7
Changes: 2.12.2 ------ * Improve `pull-request` push target detection for `git config push.default` is "upstream", but when the current branch does not have upstream configuration
2019-06-30hub: Update to 2.12.1leot2-7/+7
Changes: Fixes: - hub pull-request: Avoid crash when the current branch is pushed to a non-GitHub remote - BROWSER environment variable now supports values with spaces in them (must be shell-quoted) - hub help: support man appearing in a path that has spaces - Docs: mention that comma-separated lists must not have spaces