<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/scripts/travis, branch bagder/manpages-https</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>travis: use libressl v3.1.4 instead of master</title>
<updated>2020-09-15T20:49:37+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T16:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9fe7b66203b3157213f1b6a22f545ffc2db6e47d'/>
<id>9fe7b66203b3157213f1b6a22f545ffc2db6e47d</id>
<content type='text'>
... as their git master seems too fragile to use (and 3.2.1 which is the
latest has a build failure).

Closes #5964
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as their git master seems too fragile to use (and 3.2.1 which is the
latest has a build failure).

Closes #5964
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: add a build using libressl (from git master)</title>
<updated>2020-09-07T20:50:15+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-07T09:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6f42e3b16968efded56238b4bce91242a0c29983'/>
<id>6f42e3b16968efded56238b4bce91242a0c29983</id>
<content type='text'>
The v3.2.1 tag (latest release atm) results in a broken build.

Closes #5932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The v3.2.1 tag (latest release atm) results in a broken build.

Closes #5932
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: add a CI job with openssl3 (from git master)</title>
<updated>2020-09-03T05:57:20+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-02T13:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=63a111a2770c04d9575386a87a34878226fe9c0e'/>
<id>63a111a2770c04d9575386a87a34878226fe9c0e</id>
<content type='text'>
Closes #5908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5908
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29</title>
<updated>2020-08-27T12:15:25+00:00</updated>
<author>
<name>Eric Curtin</name>
<email>ericcurtin17@gmail.com</email>
</author>
<published>2020-08-27T11:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9ee5701f12818e455c898c1a660cfd11d7e46518'/>
<id>9ee5701f12818e455c898c1a660cfd11d7e46518</id>
<content type='text'>
Closes #5871
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5871
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/script.sh: fix use of `-n' with unquoted envvar</title>
<updated>2020-08-04T07:51:01+00:00</updated>
<author>
<name>Thomas M. DuBuisson</name>
<email>tommd@musedev.io</email>
</author>
<published>2020-08-04T02:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=30974cb895756e159d21403c5960d52f0c55dfd7'/>
<id>30974cb895756e159d21403c5960d52f0c55dfd7</id>
<content type='text'>
Shellcheck tells us "-n doesn't work with unquoted arguments. quote or
use [[ ]]."

And testing shows:

```
docker run --rm -it ubuntu bash
root@fe85ce156856:/# [ -n $DOES_NOT_EXIST ] &amp;&amp; echo "I ran"
I ran
root@fe85ce156856:/# [ -n "$DOES_NOT_EXIST" ] &amp;&amp; echo "I ran"
root@fe85ce156856:/#
```

Closes #5773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shellcheck tells us "-n doesn't work with unquoted arguments. quote or
use [[ ]]."

And testing shows:

```
docker run --rm -it ubuntu bash
root@fe85ce156856:/# [ -n $DOES_NOT_EXIST ] &amp;&amp; echo "I ran"
I ran
root@fe85ce156856:/# [ -n "$DOES_NOT_EXIST" ] &amp;&amp; echo "I ran"
root@fe85ce156856:/#
```

Closes #5773
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: add ppc64le and s390x builds</title>
<updated>2020-07-31T21:33:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-07-31T17:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=daab7b2be74cda5e144a9dc3d10989d3522d2964'/>
<id>daab7b2be74cda5e144a9dc3d10989d3522d2964</id>
<content type='text'>
Closes #5752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5752
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: update quiche builds for new boringssl layout</title>
<updated>2020-07-18T10:35:21+00:00</updated>
<author>
<name>Alessandro Ghedini</name>
<email>alessandro@ghedini.me</email>
</author>
<published>2020-07-16T21:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d10cd52406b6adf41a86a3452efd57dee4876825'/>
<id>d10cd52406b6adf41a86a3452efd57dee4876825</id>
<content type='text'>
This is required after https://github.com/cloudflare/quiche/pull/593
moved BoringSSL around slightly.

This also means that Go is not needed to build BoringSSL anymore (the
one provided by quiche anyway).

Closes #5691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required after https://github.com/cloudflare/quiche/pull/593
moved BoringSSL around slightly.

This also means that Go is not needed to build BoringSSL anymore (the
one provided by quiche anyway).

Closes #5691
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: simplify quiche build instructions wrt boringssl</title>
<updated>2020-05-22T19:10:07+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2020-05-10T14:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=421171a8d4d8a59a02fa471d049280b33ea0e48a'/>
<id>421171a8d4d8a59a02fa471d049280b33ea0e48a</id>
<content type='text'>
quiche builds boringssl as static library, reuse that instead of
building another shared library.

Closes #5438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quiche builds boringssl as static library, reuse that instead of
building another shared library.

Closes #5438
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: remove the .checksrc fiddling</title>
<updated>2020-05-15T06:54:26+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-13T22:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5d54b5e6971cf26b35d11980d6953bf436419752'/>
<id>5d54b5e6971cf26b35d11980d6953bf436419752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Add ngtcp2 and quiche tests for CMake</title>
<updated>2020-05-10T21:36:54+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2020-05-08T22:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ac26be86f397ddd23bf0ad14ca2cb91a38665b53'/>
<id>ac26be86f397ddd23bf0ad14ca2cb91a38665b53</id>
<content type='text'>
To avoid an explosion of jobs, extend the existing CMake tests with
ngtcp2 and quiche support. macOS was previously moved to GitHub actions,
so the non-Linux case can be dropped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid an explosion of jobs, extend the existing CMake tests with
ngtcp2 and quiche support. macOS was previously moved to GitHub actions,
so the non-Linux case can be dropped.
</pre>
</div>
</content>
</entry>
</feed>
