diff options
author | leot <leot@pkgsrc.org> | 2019-02-14 18:19:37 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-02-14 18:19:37 +0000 |
commit | 199fd9a505aa7fd734d70bc80b6b678a1b9e561c (patch) | |
tree | 3797cb180c456928eae5b5a600e7df3423a06f13 /net/hub/Makefile | |
parent | e0955a2c8f3a8ef9618a46276a14df87effcc1e3 (diff) | |
download | pkgsrc-199fd9a505aa7fd734d70bc80b6b678a1b9e561c.tar.gz |
hub: Update to 2.9.0
Changes:
2.9.0
-----
Features
- Add support for hub ci-status --format <FORMAT> string
- Add hub create --remote-name <REMOTE> flag
- Allow passing in a raw request body via hub api --input <FILE>
- Cache HTTP 4xx (except 403) server responses in hub api --cache
Fixes
- Ensure consistent ordering of hub ci-status -v results
- Avoid crashing on invalid GitHub hostname
- Fix parsing empty string within command-line arguments
2.8.4
-----
- Add hub api -H flag to set HTTP request headers
- Add hub api -i flag to output HTTP response headers
- Change how hub api deals with HTTP errors:
- HTTP response is now printed on stdout regardless of HTTP status
- No longer print an extra newline after HTTP response body
- No more Error: HTTP {STATUS} message on stderr
- hub exits with status 22 instead of 1
- Fix hub execution under WSL (Windows Subsystem for Linux)
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 21a923d5970..7e0d4212ca9 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/01/27 16:09:58 leot Exp $ +# $NetBSD: Makefile,v 1.19 2019/02/14 18:19:37 leot Exp $ -DISTNAME= hub-2.8.3 +DISTNAME= hub-2.9.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |