pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-lfs



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jan 17 13:47:44 UTC 2019

Modified Files:
        pkgsrc/devel/git-lfs: Makefile distinfo
Added Files:
        pkgsrc/devel/git-lfs/patches: patch-lfshttp_certs__solaris.go
Removed Files:
        pkgsrc/devel/git-lfs/patches: patch-lfsapi_certs__solaris.go

Log Message:
git-lfs: update to 2.6.1

2.6.1
This release contains miscellaneous bug fixes since v2.6.0. Most notably,
release v2.6.1 restores support for alternate repositories, which was
accidentally broken in v2.6.0.

2.6.0
This release adds better support for redirecting network calls from a Git LFS
API server to one that requires a different authentication mode, builds Git LFS
on Go 1.11, and numerous other bug fixes and modifications.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/git-lfs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/git-lfs/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/git-lfs/patches/patch-lfsapi_certs__solaris.go
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/git-lfs/patches/patch-lfshttp_certs__solaris.go

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

Modified files:

Index: pkgsrc/devel/git-lfs/Makefile
diff -u pkgsrc/devel/git-lfs/Makefile:1.4 pkgsrc/devel/git-lfs/Makefile:1.5
--- pkgsrc/devel/git-lfs/Makefile:1.4   Wed Dec 19 15:47:08 2018
+++ pkgsrc/devel/git-lfs/Makefile       Thu Jan 17 13:47:44 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/12/19 15:47:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/17 13:47:44 tnn Exp $
 
-DISTNAME=      git-lfs-2.5.1
-PKGREVISION=   2
+DISTNAME=      git-lfs-2.6.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=git-lfs/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,10 +18,12 @@ GO_DIST_BASE=       ${PKGNAME_NOREV}
 INSTALLATION_DIRS=     bin
 
 pre-build:
-       cp ${WRKSRC}/lfsapi/certs_openbsd.go ${WRKSRC}/lfsapi/certs_netbsd.go
+       cp ${WRKSRC}/lfshttp/certs_openbsd.go ${WRKSRC}/lfshttp/certs_netbsd.go
 # generate content for "git-lfs --help"
        ln -sf ${GO} ${BUILDLINK_DIR}/bin/go
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} GOPATH=${WRKDIR} ${GO} generate github.com/git-lfs/git-lfs/commands
+# https://github.com/git-lfs/git-lfs/pull/3377
+       rm -rf ${WRKSRC}/t/git-lfs-test-server-api
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKDIR}/bin/git-lfs ${DESTDIR}${PREFIX}/bin/git-lfs

Index: pkgsrc/devel/git-lfs/distinfo
diff -u pkgsrc/devel/git-lfs/distinfo:1.2 pkgsrc/devel/git-lfs/distinfo:1.3
--- pkgsrc/devel/git-lfs/distinfo:1.2   Fri Sep 14 09:26:18 2018
+++ pkgsrc/devel/git-lfs/distinfo       Thu Jan 17 13:47:44 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2018/09/14 09:26:18 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2019/01/17 13:47:44 tnn Exp $
 
-SHA1 (git-lfs-2.5.1.tar.gz) = d46dad152ebebb7f2b841f97250721430b5e11b0
-RMD160 (git-lfs-2.5.1.tar.gz) = 7f4263bf860075461d9612959a761e06639cec6f
-SHA512 (git-lfs-2.5.1.tar.gz) = 86b277795ffaba47244f3467e58c1103804f526511c4b0c21566dc05a97eb5d48d0de36f944d906255a8652b9fd698dca4dd50f89d344703b3c6d87117f7fbc1
-Size (git-lfs-2.5.1.tar.gz) = 946596 bytes
-SHA1 (patch-lfsapi_certs__solaris.go) = ba199666b19974045b82427033e987bfe97fef80
+SHA1 (git-lfs-2.6.1.tar.gz) = c948f1c23235e45e8b79b573bf7c619786a293ed
+RMD160 (git-lfs-2.6.1.tar.gz) = cbe21d44dbf5b340963965ec99c3d333d05b49a3
+SHA512 (git-lfs-2.6.1.tar.gz) = 1f45d8da4f67d37e85b061c219423863ed41ed4723dd1030e7287e422d84cd615ddd820765bd32a147264c0f4bf9d5e84185970442fd110ae9656be97de78663
+Size (git-lfs-2.6.1.tar.gz) = 1630301 bytes
+SHA1 (patch-lfshttp_certs__solaris.go) = d1bc60350e75d769585e311c543688e2e0eb5d72

Added files:

Index: pkgsrc/devel/git-lfs/patches/patch-lfshttp_certs__solaris.go
diff -u /dev/null pkgsrc/devel/git-lfs/patches/patch-lfshttp_certs__solaris.go:1.1
--- /dev/null   Thu Jan 17 13:47:44 2019
+++ pkgsrc/devel/git-lfs/patches/patch-lfshttp_certs__solaris.go        Thu Jan 17 13:47:44 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-lfshttp_certs__solaris.go,v 1.1 2019/01/17 13:47:44 tnn Exp $
+
+Add support for SunOS.
+
+--- lfshttp/certs_solaris.go.orig      2018-09-14 09:10:49.926008484 +0000
++++ lfshttp/certs_solaris.go
+@@ -0,0 +1,8 @@
++package lfsapi
++
++import "crypto/x509"
++
++func appendRootCAsForHostFromPlatform(pool *x509.CertPool, host string) *x509.CertPool {
++      // Do nothing, use golang default
++      return pool
++}



Home | Main Index | Thread Index | Old Index