<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/dcf/tor-browser-build, branch bug_27827</title>
<subtitle>tor-browser-build repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/'/>
<entry>
<title>Bug 27827: pass -tmpdir to the linker in snowflake build</title>
<updated>2018-10-17T15:40:13+00:00</updated>
<author>
<name>David Fifield</name>
<email>david@bamsoftware.com</email>
</author>
<published>2018-10-17T00:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=f92f149ea8ffb9dd64a798453c85aa124a9391aa'/>
<id>f92f149ea8ffb9dd64a798453c85aa124a9391aa</id>
<content type='text'>
The update to go 1.11.1 fixed part of #27827, namely the
/tmp/go-buildRANDOMNUM paths embedded in the binary. However there is
still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes
from here:
https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946
The random path affects the Go build ID even if we overwrite the random
digits in the binary.

Luckily there's a -tmpdir flag that lets us override the random path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The update to go 1.11.1 fixed part of #27827, namely the
/tmp/go-buildRANDOMNUM paths embedded in the binary. However there is
still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes
from here:
https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946
The random path affects the Go build ID even if we overwrite the random
digits in the binary.

Luckily there's a -tmpdir flag that lets us override the random path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 27827: update go to 1.11.1</title>
<updated>2018-10-17T15:40:13+00:00</updated>
<author>
<name>David Fifield</name>
<email>david@bamsoftware.com</email>
</author>
<published>2018-10-17T15:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=6cdefb462010bf92ce57751f0c3ccb44ea45d353'/>
<id>6cdefb462010bf92ce57751f0c3ccb44ea45d353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'pc/bug26263-01'</title>
<updated>2018-10-17T11:47:17+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-10-17T11:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=8d7c170ac77f1a9901b1ef3fc36a9144ac3cd4cb'/>
<id>8d7c170ac77f1a9901b1ef3fc36a9144ac3cd4cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 21704: Abort install if CPU is missing SSE2 support</title>
<updated>2018-10-17T10:09:31+00:00</updated>
<author>
<name>Nicolas Vigier</name>
<email>boklm@torproject.org</email>
</author>
<published>2018-10-17T10:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=b71d1862ad5daf9c22edba498a11b9beeeb6c495'/>
<id>b71d1862ad5daf9c22edba498a11b9beeeb6c495</id>
<content type='text'>
Update tbb-windows-installer to v0.5, adding patch to abort install if
CPU is missing SSE2 support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update tbb-windows-installer to v0.5, adding patch to abort install if
CPU is missing SSE2 support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'boklm/bug_27218_v4'</title>
<updated>2018-10-16T18:02:12+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-10-16T18:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=d0bd427db75d980be121b12f30f59f18c4e47325'/>
<id>d0bd427db75d980be121b12f30f59f18c4e47325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 26263: app icon positioned incorrectly in macOS DMG installer window</title>
<updated>2018-10-16T17:42:00+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2018-10-16T17:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=8043f2546a8b24a6cead0e0e18e8053e490fc4b3'/>
<id>8043f2546a8b24a6cead0e0e18e8053e490fc4b3</id>
<content type='text'>
Use a new .DS_Store file that has the correct app icon position.
Incorporate a new background image with updated Tor Browser branding,
  including @1x and @2x (Retina) images.
Remove the .fseventsd/ directory, which is not needed in a DMG.
These changes also fix bug 25151: Update Tor Browser branding on
  installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a new .DS_Store file that has the correct app icon position.
Incorporate a new background image with updated Tor Browser branding,
  including @1x and @2x (Retina) images.
Remove the .fseventsd/ directory, which is not needed in a DMG.
These changes also fix bug 25151: Update Tor Browser branding on
  installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 28022: Use `/usr/bin/env bash` for bash invocation</title>
<updated>2018-10-16T11:33:51+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-10-15T17:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=c65b5af3d9c565d4e274fbd8606f0404623a19e1'/>
<id>c65b5af3d9c565d4e274fbd8606f0404623a19e1</id>
<content type='text'>
We use `/usr/bin/env` for invocation in other scripts already. Let's use
it in `execdesktop` as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use `/usr/bin/env` for invocation in other scripts already. Let's use
it in `execdesktop` as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 6111: Update URL for tor-browser-bundle-testsuite.git</title>
<updated>2018-10-15T14:39:35+00:00</updated>
<author>
<name>Nicolas Vigier</name>
<email>boklm@torproject.org</email>
</author>
<published>2018-10-15T14:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=ef8b470dc1a1361438f190844f42e18c7bc36375'/>
<id>ef8b470dc1a1361438f190844f42e18c7bc36375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 27218: generate multiple bundles in parallel</title>
<updated>2018-10-11T11:22:19+00:00</updated>
<author>
<name>Nicolas Vigier</name>
<email>boklm@torproject.org</email>
</author>
<published>2018-10-09T23:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=dfa0cc46fc0ef70f78313a651bffe178b4d1c4ee'/>
<id>dfa0cc46fc0ef70f78313a651bffe178b4d1c4ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 28002: fix the precomplete file in the en-US installer</title>
<updated>2018-10-11T11:20:10+00:00</updated>
<author>
<name>Nicolas Vigier</name>
<email>boklm@torproject.org</email>
</author>
<published>2018-10-11T10:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dcf/tor-browser-build.git/commit/?id=3fad7f22441cd2e106a2d5bd8ba7e4623fac409a'/>
<id>3fad7f22441cd2e106a2d5bd8ba7e4623fac409a</id>
<content type='text'>
The Windows installer for the en-US bundle was created from the
$TB_STAGE_DIR instead of the $PKG_DIR where the precomplete file has
been regenerated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Windows installer for the en-US bundle was created from the
$TB_STAGE_DIR instead of the $PKG_DIR where the precomplete file has
been regenerated.
</pre>
</div>
</content>
</entry>
</feed>
