<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib/libcrypto/Makefile, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC:	r304636</title>
<updated>2016-08-31T20:30:49+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-08-31T20:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27279c93d1d75b12546780fe823794dce6a0c3d8'/>
<id>27279c93d1d75b12546780fe823794dce6a0c3d8</id>
<content type='text'>
Build OpenSSL assembly sources for arm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build OpenSSL assembly sources for arm.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:	r304320</title>
<updated>2016-08-31T20:21:03+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-08-31T20:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=702a86ec0f1cfad021599b9a415f01237ba80f8f'/>
<id>702a86ec0f1cfad021599b9a415f01237ba80f8f</id>
<content type='text'>
Disable assembly sources when compiler/assembler cannot compile certain
instructions.  For example, GCC 4.2.1 + binutils 2.17.50 does not support
AVX instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable assembly sources when compiler/assembler cannot compile certain
instructions.  For example, GCC 4.2.1 + binutils 2.17.50 does not support
AVX instructions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable linker error if libcrypto.so contains a relocation against text.  It</title>
<updated>2016-05-11T16:45:58+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-05-11T16:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=169235ef8a128c6b100061da8817e28114d61af5'/>
<id>169235ef8a128c6b100061da8817e28114d61af5</id>
<content type='text'>
is position independent on all platforms since r299389.

Submitted by:	kib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is position independent on all platforms since r299389.

Submitted by:	kib
</pre>
</div>
</content>
</entry>
<entry>
<title>Make libcrypto.so position independent on i386.</title>
<updated>2016-05-10T20:31:09+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-05-10T20:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cdeae6df9712540bbb8e52a216b948b9a06240fb'/>
<id>cdeae6df9712540bbb8e52a216b948b9a06240fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r299139: these are generated files</title>
<updated>2016-05-06T13:04:45+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-05-06T13:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4ca587a28a30067d9247e2a6e8101a4fc86ca09'/>
<id>c4ca587a28a30067d9247e2a6e8101a4fc86ca09</id>
<content type='text'>
We'll need to properly generate PIC/non-PIC from the source .pl files.

Reported by:	jkim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll need to properly generate PIC/non-PIC from the source .pl files.

Reported by:	jkim
</pre>
</div>
</content>
</entry>
<entry>
<title>Make libcrypto position independent on i386</title>
<updated>2016-05-05T21:25:41+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-05-05T21:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50b5c1f0e659018e482db46ea6dbd5d413c2e087'/>
<id>50b5c1f0e659018e482db46ea6dbd5d413c2e087</id>
<content type='text'>
Prior to this change libcrypto ended up with a .text relocation.

Submitted by:	Rafael Espíndola (earlier version)
Reviewed by:	kib
Approved by:	so (glebius)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D6164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change libcrypto ended up with a .text relocation.

Submitted by:	Rafael Espíndola (earlier version)
Reviewed by:	kib
Approved by:	so (glebius)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D6164
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo.  I did not mean it, really.</title>
<updated>2015-11-06T18:24:49+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2015-11-06T18:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=352dda694dfe2ef8190649b4a09e749d259774a2'/>
<id>352dda694dfe2ef8190649b4a09e749d259774a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up OpenSSL makefiles.</title>
<updated>2015-11-06T17:39:17+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2015-11-06T17:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7c49e6c15730f2ddd9189a4ee77cd1d54b2f33e'/>
<id>d7c49e6c15730f2ddd9189a4ee77cd1d54b2f33e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge OpenSSL 1.0.2d.</title>
<updated>2015-10-30T20:51:33+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2015-10-30T20:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7bded2db17780f5b59bc532689d8a9541f06901e'/>
<id>7bded2db17780f5b59bc532689d8a9541f06901e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace afterinstall: hack from r111083 with 'make delete-old' functionality.</title>
<updated>2015-09-19T03:46:10+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-09-19T03:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55e031ccadc718142e929d453b87412c0460ff0b'/>
<id>55e031ccadc718142e929d453b87412c0460ff0b</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	EMC / Isilon Storage Division
</pre>
</div>
</content>
</entry>
</feed>
