<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openssl-new.git/crypto/objects/objects.pl, branch master</title>
<subtitle>github.com: openssl/openssl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/'/>
<entry>
<title>Add a local perl module to get year last changed</title>
<updated>2021-03-31T11:59:53+00:00</updated>
<author>
<name>Rich Salz</name>
<email>rsalz@akamai.com</email>
</author>
<published>2021-01-06T01:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=c37b94795730a857485c6cebac6402c03246dce5'/>
<id>c37b94795730a857485c6cebac6402c03246dce5</id>
<content type='text'>
This is used for generating a more-correct copyright statement
for the "build_generated" targets.

Fixes: #13765

Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
Reviewed-by: Tomas Mraz &lt;tomas@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/13791)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used for generating a more-correct copyright statement
for the "build_generated" targets.

Fixes: #13765

Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
Reviewed-by: Tomas Mraz &lt;tomas@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/13791)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2021-02-18T15:05:17+00:00</updated>
<author>
<name>Matt Caswell</name>
<email>matt@openssl.org</email>
</author>
<published>2021-02-18T14:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=a28d06f3e9cbc5594c7985c99a0c6bac5261ae67'/>
<id>a28d06f3e9cbc5594c7985c99a0c6bac5261ae67</id>
<content type='text'>
Reviewed-by: Tomas Mraz &lt;tomas@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/14235)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Tomas Mraz &lt;tomas@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/14235)
</pre>
</div>
</content>
</entry>
<entry>
<title>include/openssl: add a few missing #pragma once directives</title>
<updated>2021-02-10T22:20:57+00:00</updated>
<author>
<name>FdaSilvaYY</name>
<email>fdasilvayy@gmail.com</email>
</author>
<published>2021-02-06T21:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=d59068bd145ad6def4cd0cff2ea2acae28543e8a'/>
<id>d59068bd145ad6def4cd0cff2ea2acae28543e8a</id>
<content type='text'>
Reviewed-by: Paul Dale &lt;pauli@openssl.org&gt;
Reviewed-by: Matthias St. Pierre &lt;Matthias.St.Pierre@ncp-e.com&gt;
(Merged from https://github.com/openssl/openssl/pull/14096)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Paul Dale &lt;pauli@openssl.org&gt;
Reviewed-by: Matthias St. Pierre &lt;Matthias.St.Pierre@ncp-e.com&gt;
(Merged from https://github.com/openssl/openssl/pull/14096)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2020-04-23T12:55:52+00:00</updated>
<author>
<name>Matt Caswell</name>
<email>matt@openssl.org</email>
</author>
<published>2020-04-23T12:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=33388b44b67145af2181b1e9528c381c8ea0d1b6'/>
<id>33388b44b67145af2181b1e9528c381c8ea0d1b6</id>
<content type='text'>
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/11616)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/11616)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make generated copyright year be "now"</title>
<updated>2020-01-07T20:53:15+00:00</updated>
<author>
<name>Rich Salz</name>
<email>rsalz@akamai.com</email>
</author>
<published>2020-01-07T20:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=339638b586e77c189e8294f931b99b03d1f08dbd'/>
<id>339638b586e77c189e8294f931b99b03d1f08dbd</id>
<content type='text'>
Always use the current year in generating output files, rather than
trying to base is on the modtime of the script or input, as that can
vary depending on the ability of the local OS to keep those accurate.

Fixes #10744

Reviewed-by: Shane Lontis &lt;shane.lontis@oracle.com&gt;
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/10776)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always use the current year in generating output files, rather than
trying to base is on the modtime of the script or input, as that can
vary depending on the ability of the local OS to keep those accurate.

Fixes #10744

Reviewed-by: Shane Lontis &lt;shane.lontis@oracle.com&gt;
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/10776)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update generator copyright year.</title>
<updated>2019-01-07T19:01:58+00:00</updated>
<author>
<name>Viktor Dukhovni</name>
<email>openssl-users@dukhovni.org</email>
</author>
<published>2019-01-02T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=b2f16a2271c40faed168c8bd89b562919a18cb3f'/>
<id>b2f16a2271c40faed168c8bd89b562919a18cb3f</id>
<content type='text'>
Some Travis builds appear to fail because generated objects get
2019 copyrights now, and the diff complains.

Reviewed-by: Bernd Edlinger &lt;bernd.edlinger@hotmail.de&gt;
Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/7986)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some Travis builds appear to fail because generated objects get
2019 copyrights now, and the diff complains.

Reviewed-by: Bernd Edlinger &lt;bernd.edlinger@hotmail.de&gt;
Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/7986)
</pre>
</div>
</content>
</entry>
<entry>
<title>Following the license change, modify the boilerplates in crypto/objects/</title>
<updated>2018-12-06T14:07:30+00:00</updated>
<author>
<name>Richard Levitte</name>
<email>levitte@openssl.org</email>
</author>
<published>2018-12-06T12:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=3f870de74ed206631a762a648551adf9c41253a0'/>
<id>3f870de74ed206631a762a648551adf9c41253a0</id>
<content type='text'>
[skip ci]

Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/7804)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]

Reviewed-by: Matt Caswell &lt;matt@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/7804)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make some perl scripts output to stdout</title>
<updated>2018-02-27T21:06:12+00:00</updated>
<author>
<name>Rich Salz</name>
<email>rsalz@openssl.org</email>
</author>
<published>2018-02-27T20:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=22defb43507ce026a9eb717df433f1ba7531ffe7'/>
<id>22defb43507ce026a9eb717df433f1ba7531ffe7</id>
<content type='text'>
And only generate one output "file" at a time for objects.pl

Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/5432)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And only generate one output "file" at a time for objects.pl

Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/5432)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-02-27T13:59:42+00:00</updated>
<author>
<name>Matt Caswell</name>
<email>matt@openssl.org</email>
</author>
<published>2018-02-27T13:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=0d66475908a5679ee588641c43b3cb6a2d6b164a'/>
<id>0d66475908a5679ee588641c43b3cb6a2d6b164a</id>
<content type='text'>
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate copyright year properly</title>
<updated>2018-02-13T18:22:30+00:00</updated>
<author>
<name>Rich Salz</name>
<email>rsalz@openssl.org</email>
</author>
<published>2018-02-13T18:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openssl-new.git/commit/?id=97d37b85d4e1a218fdc61dbe0dff3e7c8ff36121'/>
<id>97d37b85d4e1a218fdc61dbe0dff3e7c8ff36121</id>
<content type='text'>
Output copyright year depends on any input file(s) and the script.
This is not perfect, but better than what we had.
Also run 'make update'

Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/5350)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Output copyright year depends on any input file(s) and the script.
This is not perfect, but better than what we had.
Also run 'make update'

Reviewed-by: Richard Levitte &lt;levitte@openssl.org&gt;
(Merged from https://github.com/openssl/openssl/pull/5350)
</pre>
</div>
</content>
</entry>
</feed>
