FreeBSD Bugzilla – Attachment 161468 Details for
Bug 202633
lang/go {14}: security/vuxml: multiple vulnerabilties (CVE-2015-5739, CVE-2015-5740, CVE-2015-5741)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lang/go: patch against 2015Q3
go-1.4.3,1.patch (text/plain), 3.14 KB, created by
Jason Unovitch
on 2015-09-28 03:00:30 UTC
(
hide
)
Description:
lang/go: patch against 2015Q3
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-09-28 03:00:30 UTC
Size:
3.14 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398058) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= go >-PORTVERSION= 1.4.2 >+PORTVERSION= 1.4.3 > PORTEPOCH= 1 > CATEGORIES= lang > MASTER_SITES= http://golang.org/dl/ >@@ -13,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= shebangfix >+USES= compiler shebangfix > SHEBANG_LANG= sh > SHEBANG_FILES= ${WRKSRC}/src/*.bash \ > ${WRKSRC}/doc/progs/run \ >@@ -28,6 +28,11 @@ > > .include <bsd.port.pre.mk> > >+# If cc is clang, change it to clang to help Go identify the compiler >+.if ${COMPILER_TYPE} == "clang" && ${CC} == "cc" >+CC=clang >+.endif >+ > .if ${ARCH} == "i386" > GOARCH=386 > GOOBJ=8 >Index: distinfo >=================================================================== >--- distinfo (revision 398058) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (go1.4.2.src.tar.gz) = 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b >-SIZE (go1.4.2.src.tar.gz) = 10921896 >+SHA256 (go1.4.3.src.tar.gz) = 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 >+SIZE (go1.4.3.src.tar.gz) = 10875170 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 398058) >+++ pkg-plist (working copy) >@@ -1,7 +1,5 @@ > bin/go > bin/gofmt >-go/.hgignore >-go/.hgtags > go/AUTHORS > go/CONTRIBUTORS > go/LICENSE >@@ -190,6 +188,9 @@ > go/include/plan9/utf.h > go/include/u.h > go/include/utf.h >+go/lib/codereview/codereview.cfg >+go/lib/codereview/codereview.py >+go/lib/codereview/test.sh > go/lib/time/README > go/lib/time/update.bash > go/lib/time/zoneinfo.zip >@@ -341,33 +342,9 @@ > go/misc/chrome/gophertool/manifest.json > go/misc/chrome/gophertool/popup.html > go/misc/chrome/gophertool/popup.js >-go/misc/dashboard/codereview/app.yaml >-go/misc/dashboard/codereview/cron.yaml >-go/misc/dashboard/codereview/dashboard/cl.go >-go/misc/dashboard/codereview/dashboard/front.go >-go/misc/dashboard/codereview/dashboard/gc.go >-go/misc/dashboard/codereview/dashboard/mail.go >-go/misc/dashboard/codereview/dashboard/people.go >-go/misc/dashboard/codereview/index.yaml >-go/misc/dashboard/codereview/queue.yaml >-go/misc/dashboard/codereview/static/gopherstamp.jpg >-go/misc/dashboard/codereview/static/icon.png > go/misc/editors > go/misc/git/pre-commit > go/misc/linkcheck/linkcheck.go >-go/misc/makerelease/darwin/Distribution >-go/misc/makerelease/darwin/Resources/bg.png >-go/misc/makerelease/darwin/etc/paths.d/go >-go/misc/makerelease/darwin/scripts/postinstall >-go/misc/makerelease/darwin/scripts/preinstall >-go/misc/makerelease/makerelease.go >-go/misc/makerelease/windows/LICENSE.rtf >-go/misc/makerelease/windows/README.txt >-go/misc/makerelease/windows/images/Banner.jpg >-go/misc/makerelease/windows/images/Dialog.jpg >-go/misc/makerelease/windows/images/DialogLeft.jpg >-go/misc/makerelease/windows/images/gopher.ico >-go/misc/makerelease/windows/installer.wxs > go/misc/nacl/README > go/misc/nacl/go_nacl_386_exec > go/misc/nacl/go_nacl_amd64p32_exec >@@ -4338,6 +4315,7 @@ > go/test/fixedbugs/issue9537.go > go/test/fixedbugs/issue9604.go > go/test/fixedbugs/issue9634.go >+go/test/fixedbugs/issue10135.go > go/test/float_lit.go > go/test/float_lit2.go > go/test/float_lit3.go
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 202633
:
160318
| 161468 |
161469