FreeBSD Bugzilla – Attachment 178388 Details for
Bug 215664
security/vault: syslog socket path fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch
vault.patch (text/plain), 2.02 KB, created by
Pavel Timofeev
on 2016-12-30 09:46:47 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2016-12-30 09:46:47 UTC
Size:
2.02 KB
patch
obsolete
>diff -ruN /root/vault.orig/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go >--- /root/vault.orig/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go 1970-01-01 03:00:00.000000000 +0300 >+++ vault/files/patch-vendor_github.com_hashicorp_go-syslog_builtin.go 2016-12-30 12:42:30.529986000 +0300 >@@ -0,0 +1,11 @@ >+--- 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) >diff -ruN /root/vault.orig/files/patch-version_version.go vault/files/patch-version_version.go >--- /root/vault.orig/files/patch-version_version.go 2016-12-30 12:40:23.485510000 +0300 >+++ vault/files/patch-version_version.go 2016-12-30 12:42:23.770511000 +0300 >@@ -1,12 +1,12 @@ >---- version/version.go.orig 2016-09-20 13:24:40 UTC >+--- version/version.go.orig 2016-12-16 21:07:16 UTC > +++ version/version.go >-@@ -10,8 +10,8 @@ var ( >- GitCommit string >- GitDescribe string >+@@ -13,8 +13,8 @@ var ( >+ // Whether cgo is enabled or not; set at build time >+ CgoEnabled bool > > - Version = "unknown" > - VersionPrerelease = "unknown" >-+ Version = "%%PORTVERSION%%" >++ Version = "0.6.4" > + VersionPrerelease = "" > ) > >diff -ruN /root/vault.orig/Makefile vault/Makefile >--- /root/vault.orig/Makefile 2016-12-30 12:40:23.485202000 +0300 >+++ vault/Makefile 2016-12-30 12:43:13.446442000 +0300 >@@ -3,6 +3,7 @@ > PORTNAME= vault > PORTVERSION= 0.6.4 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= swills@FreeBSD.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215664
:
178388
|
178389