<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/versions/m-, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[mimalloc] Update to 2.0.2 (#20680)</title>
<updated>2021-10-13T21:48:09+00:00</updated>
<author>
<name>Rémy Tassoux</name>
<email>contact@rt2.fr</email>
</author>
<published>2021-10-13T21:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=fa55dc6197aac9e0fd8040e1558ef7eae4148f77'/>
<id>fa55dc6197aac9e0fd8040e1558ef7eae4148f77</id>
<content type='text'>
* [mimalloc] Update to 2.0.2

* [mimalloc] Update version files

Co-authored-by: Rémy Tassoux &lt;rt2@rasterizedworld.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [mimalloc] Update to 2.0.2

* [mimalloc] Update version files

Co-authored-by: Rémy Tassoux &lt;rt2@rasterizedworld.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[msdfgen] Update to 1.9.1 (#20639)</title>
<updated>2021-10-11T18:02:24+00:00</updated>
<author>
<name>chausner</name>
<email>15180557+chausner@users.noreply.github.com</email>
</author>
<published>2021-10-11T18:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=694b757525e36c8b3bcaf1b913b23c812d2fd211'/>
<id>694b757525e36c8b3bcaf1b913b23c812d2fd211</id>
<content type='text'>
* Update msdfgen to 1.9.1

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update msdfgen to 1.9.1

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[minisat-master-keying] Update to 2.3.6 (#20437)</title>
<updated>2021-09-30T21:32:46+00:00</updated>
<author>
<name>chausner</name>
<email>15180557+chausner@users.noreply.github.com</email>
</author>
<published>2021-09-30T21:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=25b1d9952298f02a3d45ee546bd39dfa2a50af54'/>
<id>25b1d9952298f02a3d45ee546bd39dfa2a50af54</id>
<content type='text'>
* Update minisat-master-keying to 2.3.6

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update minisat-master-keying to 2.3.6

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Build fixes from 2021-09-28's nightly build. (#20435)</title>
<updated>2021-09-30T01:03:18+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2021-09-30T01:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bba6b96de18482e118ee1b8883a195a232e2fdef'/>
<id>bba6b96de18482e118ee1b8883a195a232e2fdef</id>
<content type='text'>
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: https://github.com/microsoft/vcpkg/pull/19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: https://github.com/microsoft/vcpkg/pull/20148/

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by https://github.com/microsoft/vcpkg/pull/20388</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: https://github.com/microsoft/vcpkg/pull/19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: https://github.com/microsoft/vcpkg/pull/20148/

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by https://github.com/microsoft/vcpkg/pull/20388</pre>
</div>
</content>
</entry>
<entry>
<title>[minizip-ng] Make dependencies optional (#20324)</title>
<updated>2021-09-29T16:04:29+00:00</updated>
<author>
<name>Christian Fersch</name>
<email>christian.fersch@ptvgroup.com</email>
</author>
<published>2021-09-29T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9b6135efafdc26c77f35a8dc4e6db18a8174e662'/>
<id>9b6135efafdc26c77f35a8dc4e6db18a8174e662</id>
<content type='text'>
* [minizip-ng] Make dependencies optional

* minor changes from review

* improve implementation of crypto feature

* x-add-version

* split crypto into 3 features

* properly forward features</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [minizip-ng] Make dependencies optional

* minor changes from review

* improve implementation of crypto feature

* x-add-version

* split crypto into 3 features

* properly forward features</pre>
</div>
</content>
</entry>
<entry>
<title>[mozjpeg] Update to latest commit (#20401)</title>
<updated>2021-09-29T15:39:58+00:00</updated>
<author>
<name>JonLiu1993</name>
<email>63675417+JonLiu1993@users.noreply.github.com</email>
</author>
<published>2021-09-29T15:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bfe4e3a0b351b4621766fb11c073ef9609b58007'/>
<id>bfe4e3a0b351b4621766fb11c073ef9609b58007</id>
<content type='text'>
* [mozjpeg] Update to latest commit

* update version

* Convert patch format

* update version

* Add double quotes

* update version

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [mozjpeg] Update to latest commit

* update version

* Convert patch format

* update version

* Add double quotes

* update version

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[meshoptimizer] Update to 0.16 (#20395)</title>
<updated>2021-09-29T15:36:24+00:00</updated>
<author>
<name>chausner</name>
<email>15180557+chausner@users.noreply.github.com</email>
</author>
<published>2021-09-29T15:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=39ed6e65af18f838f4acb7b031f00d5328c59f5d'/>
<id>39ed6e65af18f838f4acb7b031f00d5328c59f5d</id>
<content type='text'>
* Update meshoptimizer to 0.16

* Update CI baseline

* Address PR feedback

* Update git-tree hash

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update meshoptimizer to 0.16

* Update CI baseline

* Address PR feedback

* Update git-tree hash

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[proj4] remove feature "database" (#20368)</title>
<updated>2021-09-29T15:34:53+00:00</updated>
<author>
<name>autoantwort</name>
<email>41973254+autoantwort@users.noreply.github.com</email>
</author>
<published>2021-09-29T15:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=88e23bcc0fe1fc629ca47e6f3456a2bfbece2764'/>
<id>88e23bcc0fe1fc629ca47e6f3456a2bfbece2764</id>
<content type='text'>
* [proj4] remove database feature

* [mapnik] remove dependency an feature 'database' of proj4

* add version files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [proj4] remove database feature

* [mapnik] remove dependency an feature 'database' of proj4

* add version files</pre>
</div>
</content>
</entry>
<entry>
<title>[mosquitto] Update to 2.0.12 (#20148)</title>
<updated>2021-09-28T00:51:07+00:00</updated>
<author>
<name>Antoine Hoarau</name>
<email>703240+ahoarau@users.noreply.github.com</email>
</author>
<published>2021-09-28T00:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5aec72b4f3f1ccda1176549f58abc24c7ee36ffe'/>
<id>5aec72b4f3f1ccda1176549f58abc24c7ee36ffe</id>
<content type='text'>
* update mosquitto to 2.0.12

* update json

* Update ports/mosquitto/vcpkg.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update ports/libwebsockets/vcpkg.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* add head ref

* remove plugins

* update jsons

* update libwebsockets

* Update versions/m-/mosquitto.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update versions/l-/libwebsockets.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update ports/mosquitto/portfile.cmake

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* update version

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update mosquitto to 2.0.12

* update json

* Update ports/mosquitto/vcpkg.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update ports/libwebsockets/vcpkg.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* add head ref

* remove plugins

* update jsons

* update libwebsockets

* Update versions/m-/mosquitto.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update versions/l-/libwebsockets.json

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* Update ports/mosquitto/portfile.cmake

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;

* update version

Co-authored-by: JonLiu1993 &lt;63675417+JonLiu1993@users.noreply.github.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[boost] update to 1.77.0 (#19556)</title>
<updated>2021-09-28T00:12:39+00:00</updated>
<author>
<name>Yury Bura</name>
<email>yurybura@gmail.com</email>
</author>
<published>2021-09-28T00:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cc471dc0f59b7b2066d6172c2893419412327a7a'/>
<id>cc471dc0f59b7b2066d6172c2893419412327a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
