Index: head/security/vault/Makefile =================================================================== --- head/security/vault/Makefile (revision 437601) +++ head/security/vault/Makefile (revision 437602) @@ -1,39 +1,36 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security MAINTAINER= swills@FreeBSD.org COMMENT= Tool for securely accessing secrets LICENSE= MPL BUILD_DEPENDS= go>=1.7.1:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} - -STRIP= # stripping can break go binaries USE_RC_SUBR= vault USERS= vault GROUPS= vault PLIST_FILES= bin/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/version/version.go do-build: @cd ${WRKSRC}; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/security/vault/distinfo =================================================================== --- head/security/vault/distinfo (revision 437601) +++ head/security/vault/distinfo (revision 437602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483015796 -SHA256 (hashicorp-vault-v0.6.4_GH0.tar.gz) = efe8649e899b8e5cd5838f896e1d0340b83611fa6f2bd03ffc219827c665ff4e -SIZE (hashicorp-vault-v0.6.4_GH0.tar.gz) = 5167905 +TIMESTAMP = 1490895339 +SHA256 (hashicorp-vault-v0.7.0_GH0.tar.gz) = 85a15b393f89858b52d09bd884aaf3b5996fd75ec02989b9c9cc932545751368 +SIZE (hashicorp-vault-v0.7.0_GH0.tar.gz) = 5826086 Index: head/security/vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go =================================================================== --- head/security/vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go (revision 437601) +++ head/security/vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go (nonexistent) @@ -1,11 +0,0 @@ ---- vendor/github.com/hashicorp/go-syslog/builtin.go.orig 2016-12-30 09:29:42 UTC -+++ vendor/github.com/hashicorp/go-syslog/builtin.go -@@ -199,7 +199,7 @@ func (n *netConn) close() error { - // local machine using a Unix domain socket. - func unixSyslog() (conn serverConn, err error) { - logTypes := []string{"unixgram", "unix"} -- logPaths := []string{"/dev/log", "/var/run/syslog"} -+ logPaths := []string{"/dev/log", "/var/run/syslog", "/var/run/log"} - for _, network := range logTypes { - for _, path := range logPaths { - conn, err := net.DialTimeout(network, path, localDeadline) Property changes on: head/security/vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property