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:   fhajny
Date:           Fri Sep 14 09:26:18 UTC 2018

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

Log Message:
devel/git-lfs: Add support for SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/git-lfs/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/git-lfs/patches/patch-lfsapi_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/distinfo
diff -u pkgsrc/devel/git-lfs/distinfo:1.1 pkgsrc/devel/git-lfs/distinfo:1.2
--- pkgsrc/devel/git-lfs/distinfo:1.1   Tue Aug 21 15:49:03 2018
+++ pkgsrc/devel/git-lfs/distinfo       Fri Sep 14 09:26:18 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/08/21 15:49:03 tnn Exp $
+$NetBSD: distinfo,v 1.2 2018/09/14 09:26:18 fhajny 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

Added files:

Index: pkgsrc/devel/git-lfs/patches/patch-lfsapi_certs__solaris.go
diff -u /dev/null pkgsrc/devel/git-lfs/patches/patch-lfsapi_certs__solaris.go:1.1
--- /dev/null   Fri Sep 14 09:26:18 2018
+++ pkgsrc/devel/git-lfs/patches/patch-lfsapi_certs__solaris.go Fri Sep 14 09:26:18 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-lfsapi_certs__solaris.go,v 1.1 2018/09/14 09:26:18 fhajny Exp $
+
+Add support for SunOS.
+
+--- lfsapi/certs_solaris.go.orig       2018-09-14 09:10:49.926008484 +0000
++++ lfsapi/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