<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/packages, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>os400: upgrade ILE/RPG binding.</title>
<updated>2018-12-26T14:17:54+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-12-26T14:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9be7ced65f22ca789c8b852776fa3ae0e13ea17d'/>
<id>9be7ced65f22ca789c8b852776fa3ae0e13ea17d</id>
<content type='text'>
- Trailer function support.
- http 0.9 option.
- curl_easy_upkeep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Trailer function support.
- http 0.9 option.
- curl_easy_upkeep.
</pre>
</div>
</content>
</entry>
<entry>
<title>openvms: fix typos in documentation</title>
<updated>2018-12-25T21:43:44+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-25T21:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a12c6ac4a9f066741b8d3a9211a18400fbb1ab63'/>
<id>a12c6ac4a9f066741b8d3a9211a18400fbb1ab63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openvms: fix OpenSSL discovery on VAX</title>
<updated>2018-12-25T21:27:29+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-25T21:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=35221ecb14e1bb6c201ddf05d051fd15d8632fb3'/>
<id>35221ecb14e1bb6c201ddf05d051fd15d8632fb3</id>
<content type='text'>
The DCL code had a typo in one of the commands which would make the
OpenSSL discovery on VAX fail. The correct syntax is F$ENVIRONMENT.

Closes #3407
Reviewed-by: Viktor Szakats &lt;commit@vszakats.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DCL code had a typo in one of the commands which would make the
OpenSSL discovery on VAX fail. The correct syntax is F$ENVIRONMENT.

Closes #3407
Reviewed-by: Viktor Szakats &lt;commit@vszakats.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OS400: handle memory error in list conversion</title>
<updated>2018-12-13T09:15:00+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-12-13T09:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a58b27740fd78fee88b35104fa71b7019280ccff'/>
<id>a58b27740fd78fee88b35104fa71b7019280ccff</id>
<content type='text'>
Curl_slist_append_nodup() returns NULL when it fails to create a new
item for the specified list, and since the coding here reassigned the
new list on top of the old list it would result in a dangling pointer
and lost memory. Also, in case we hit an allocation failure at some
point during the conversion, with allocation succeeding again on the
subsequent call(s) we will return a truncated list around the malloc
failure point. Fix by assigning to a temporary list pointer, which can
be checked (which is the common pattern for slist appending), and free
all the resources on allocation failure.

Closes #3372
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Curl_slist_append_nodup() returns NULL when it fails to create a new
item for the specified list, and since the coding here reassigned the
new list on top of the old list it would result in a dangling pointer
and lost memory. Also, in case we hit an allocation failure at some
point during the conversion, with allocation succeeding again on the
subsequent call(s) we will return a truncated list around the malloc
failure point. Fix by assigning to a temporary list pointer, which can
be checked (which is the common pattern for slist appending), and free
all the resources on allocation failure.

Closes #3372
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>packages: remove old leftover files and dirs</title>
<updated>2018-12-05T14:29:24+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-11-30T15:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bae0d473f5912d38fc8da1f9850a70b015b53c9e'/>
<id>bae0d473f5912d38fc8da1f9850a70b015b53c9e</id>
<content type='text'>
This subdir has mostly become an attic of never-used cruft from the
past.

Closes #3331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This subdir has mostly become an attic of never-used cruft from the
past.

Closes #3331
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: replace all internal uses of CURLE_SSL_CACERT</title>
<updated>2018-11-20T13:57:00+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-11-20T01:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=78ff4e0de3c53b026bb23a92c5c7abe3d285038e'/>
<id>78ff4e0de3c53b026bb23a92c5c7abe3d285038e</id>
<content type='text'>
Closes #3291
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3291
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: add CURLOPT_CURLU to ILE/RPG binding.</title>
<updated>2018-11-19T14:23:00+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c19ed66a8dcd9b7dbbc422de3c98e53da5e38e38'/>
<id>c19ed66a8dcd9b7dbbc422de3c98e53da5e38e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: Add curl_easy_conn_upkeep() to ILE/RPG binding.</title>
<updated>2018-11-19T14:22:00+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ee90ca02e02ca5d262826e7248c51469524d3636'/>
<id>ee90ca02e02ca5d262826e7248c51469524d3636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os400: fix return type of curl_easy_pause() in ILE/RPG binding.</title>
<updated>2018-11-19T14:19:36+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2018-11-19T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=50397e1fd85e0cbd2de68272affd04bfe84bba5b'/>
<id>50397e1fd85e0cbd2de68272affd04bfe84bba5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: Remove SSLEAY leftovers</title>
<updated>2018-11-17T20:36:10+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2018-11-17T20:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1cccf2f94568b8391323c227f96eda6350d1a17a'/>
<id>1cccf2f94568b8391323c227f96eda6350d1a17a</id>
<content type='text'>
Commit 709cf76f6bb7dbac deprecated USE_SSLEAY, as curl since long isn't
compatible with the SSLeay library. This removes the few leftovers that
were omitted in the less frequently used platform targets.

Closes #3270
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 709cf76f6bb7dbac deprecated USE_SSLEAY, as curl since long isn't
compatible with the SSLeay library. This removes the few leftovers that
were omitted in the less frequently used platform targets.

Closes #3270
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
</feed>
