FreeBSD Bugzilla – Attachment 194851 Details for
Bug 229482
devel/bazel update to 0.15.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to be applied to devel/bazel to update to 0.15.0
bazel.diff (text/plain), 2.25 KB, created by
Klaus Aehlig
on 2018-07-03 05:47:27 UTC
(
hide
)
Description:
patch to be applied to devel/bazel to update to 0.15.0
Filename:
MIME Type:
Creator:
Klaus Aehlig
Created:
2018-07-03 05:47:27 UTC
Size:
2.25 KB
patch
obsolete
>diff -ruN bazel.orig/Makefile bazel/Makefile >--- bazel.orig/Makefile 2018-07-03 07:20:17.994878000 +0200 >+++ bazel/Makefile 2018-07-03 07:46:39.254422000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/bazel/Makefile 473009 2018-06-21 23:52:37Z linimon $ > > PORTNAME= bazel >-DISTVERSION= 0.14.0 >+DISTVERSION= 0.15.0 > CATEGORIES= devel java > MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ > DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist >@@ -24,7 +24,7 @@ > # In bazel, a release is always code-wise identical to the final release candidate. > # Hence we can also download that one and so have a simple way to also test earlier release > # candidates. >-FINALRC= 5 >+FINALRC= 3 > > USES= shebangfix zip:infozip python > SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) >diff -ruN bazel.orig/distinfo bazel/distinfo >--- bazel.orig/distinfo 2018-07-03 07:20:18.009133000 +0200 >+++ bazel/distinfo 2018-07-03 07:44:12.106192000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1527632804 >-SHA256 (bazel-0.14.0rc5-dist.zip) = cb646bac37a81790fb394a84b03a1865c5fbb35d403273f5fee1f0564fa3a585 >-SIZE (bazel-0.14.0rc5-dist.zip) = 89412764 >+TIMESTAMP = 1530596096 >+SHA256 (bazel-0.15.0rc3-dist.zip) = abb1023ce35ca4d06de1b40f6ef32413955182afc44ddf5745c732db43a20b19 >+SIZE (bazel-0.15.0rc3-dist.zip) = 89671544 >diff -ruN bazel.orig/files/patch-third_party_ijar_mapped_file_unix.cc bazel/files/patch-third_party_ijar_mapped_file_unix.cc >--- bazel.orig/files/patch-third_party_ijar_mapped_file_unix.cc 2018-07-03 07:20:17.994788000 +0200 >+++ bazel/files/patch-third_party_ijar_mapped_file_unix.cc 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- third_party/ijar/mapped_file_unix.cc.orig 2018-04-09 14:20:44 UTC >-+++ third_party/ijar/mapped_file_unix.cc >-@@ -110,7 +110,7 @@ >- >- // Ensure that any buffer overflow in JarStripper will result in >- // SIGSEGV or SIGBUS by over-allocating beyond the end of the file. >-- size_t mmap_length = std::min(estimated_size + sysconf(_SC_PAGESIZE), >-+ size_t mmap_length = std::min(estimated_size + ((size_t)sysconf(_SC_PAGESIZE)), >- std::numeric_limits<size_t>::max()); >- void* mapped = mmap(NULL, mmap_length, PROT_WRITE, MAP_SHARED, fd, 0); >- if (mapped == MAP_FAILED) {
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
Flags:
aehlig
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229482
:
194848
|
194850
| 194851