pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/hub



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Feb 14 18:19:37 UTC 2019

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/hub/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/hub/Makefile
diff -u pkgsrc/net/hub/Makefile:1.18 pkgsrc/net/hub/Makefile:1.19
--- pkgsrc/net/hub/Makefile:1.18        Sun Jan 27 16:09:58 2019
+++ pkgsrc/net/hub/Makefile     Thu Feb 14 18:19:37 2019
@@ -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}

Index: pkgsrc/net/hub/distinfo
diff -u pkgsrc/net/hub/distinfo:1.11 pkgsrc/net/hub/distinfo:1.12
--- pkgsrc/net/hub/distinfo:1.11        Sun Jan 27 16:09:58 2019
+++ pkgsrc/net/hub/distinfo     Thu Feb 14 18:19:37 2019
@@ -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