pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/hub hub: Update to 2.9.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9435830f1aa0
branches: trunk
changeset: 329781:9435830f1aa0
user: leot <leot%pkgsrc.org@localhost>
date: Thu Feb 14 18:19:37 2019 +0000
description:
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:
net/hub/Makefile | 4 ++--
net/hub/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 43e990f40732 -r 9435830f1aa0 net/hub/Makefile
--- a/net/hub/Makefile Thu Feb 14 17:43:32 2019 +0000
+++ b/net/hub/Makefile Thu Feb 14 18:19:37 2019 +0000
@@ -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}
diff -r 43e990f40732 -r 9435830f1aa0 net/hub/distinfo
--- a/net/hub/distinfo Thu Feb 14 17:43:32 2019 +0000
+++ b/net/hub/distinfo Thu Feb 14 18:19:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/01/27 16:09:58 leot Exp $
+$NetBSD: distinfo,v 1.12 2019/02/14 18:19:37 leot Exp $
-SHA1 (hub-2.8.3.tar.gz) = a0f72f331f5d5998d0c8f908b6e36a96f3dc459b
-RMD160 (hub-2.8.3.tar.gz) = 5df6d5ea078a0864653a57eadc68e88c48470cd3
-SHA512 (hub-2.8.3.tar.gz) = 31b1b5533647887628d2f956cc420d92e5a4781149517b0dd3acc29daea17ec9b1ef5dd098bbc02b5e837a5785a60c8190494032a9af4245252f896559bf3935
-Size (hub-2.8.3.tar.gz) = 1039672 bytes
+SHA1 (hub-2.9.0.tar.gz) = 6fbce0eab1ba3e1d789c28a40ec092e98d37f8cb
+RMD160 (hub-2.9.0.tar.gz) = ddfce055f5b58db4a73f46f55816fcf604188c60
+SHA512 (hub-2.9.0.tar.gz) = f21d09e7a1548c2fa01b50d9837f3e88ffcdc0bc98196e77b84458c65677582dd213f5f3cd28589c3ebc20abd55258dcc5faaed78e9e513914dc3d480f02f727
+Size (hub-2.9.0.tar.gz) = 1041659 bytes
Home |
Main Index |
Thread Index |
Old Index