<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/libzip, branch 2020.04</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[libzip]Fix the version in CONTROL file.</title>
<updated>2019-11-20T05:35:58+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-11-20T05:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2918ff5c4042f6078f21463ae3ef5478ac4d1eb7'/>
<id>2918ff5c4042f6078f21463ae3ef5478ac4d1eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip]Update patch to avoid patch failure.</title>
<updated>2019-11-06T03:21:32+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-11-06T03:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ce28d9322798438974431b416262b1d3ed89c89d'/>
<id>ce28d9322798438974431b416262b1d3ed89c89d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>Update libzip to 1.5.2 (#5656)</title>
<updated>2019-03-13T17:06:49+00:00</updated>
<author>
<name>Lars Ivar Hatledal</name>
<email>larsivarhatledal@gmail.com</email>
</author>
<published>2019-03-13T17:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7609de849764758011c0eb4bd3d4af171d376d57'/>
<id>7609de849764758011c0eb4bd3d4af171d376d57</id>
<content type='text'>
* Update libzip to 1.5.2

* Remove reference to patch in portfile

* Add patch to fix compilation on windows

* Prefer ninja and fix indentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update libzip to 1.5.2

* Remove reference to patch in portfile

* Add patch to fix compilation on windows

* Prefer ninja and fix indentation
</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] Add features to libzip (#5121)</title>
<updated>2019-02-04T19:05:42+00:00</updated>
<author>
<name>Lars Ivar Hatledal</name>
<email>larsivarhatledal@gmail.com</email>
</author>
<published>2019-02-04T19:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e9439ff5ca27c4d4ba43b33380f21933f32c61b7'/>
<id>e9439ff5ca27c4d4ba43b33380f21933f32c61b7</id>
<content type='text'>
* add features to libzip

* add documentation

* undo add bzip2 as linux build dependency

* Use default features, and remove mbedtls feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add features to libzip

* add documentation

* undo add bzip2 as linux build dependency

* Use default features, and remove mbedtls feature
</pre>
</div>
</content>
</entry>
<entry>
<title>New packages: libimobiledevice, getopt, readline (#3504)</title>
<updated>2018-08-08T11:15:13+00:00</updated>
<author>
<name>Frederik Carlier</name>
<email>frederik.carlier@quamotion.mobi</email>
</author>
<published>2018-08-08T11:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cc00cf05fb70ddec3197ca0ee7cbd47cc1c8ccfe'/>
<id>cc00cf05fb70ddec3197ca0ee7cbd47cc1c8ccfe</id>
<content type='text'>
* Add libplist

* Add libusbmuxd

* Fix typos

* Add getopt

* Add libimobiledevice

* Fix typos

* Add libideviceactivation

* Add ideviceinstaller

* Include utilities

* Install usbmuxd

* Add readline

* Fix readline on 64-bit windows

* Add libirecovery

* libideviceactivation: include tools

* Bump versions to fix build issues

* Bump versions

* Add idevicerestore

* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop

* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop

* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory

* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().

* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()

* [readline] Fix static builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add libplist

* Add libusbmuxd

* Fix typos

* Add getopt

* Add libimobiledevice

* Fix typos

* Add libideviceactivation

* Add ideviceinstaller

* Include utilities

* Install usbmuxd

* Add readline

* Fix readline on 64-bit windows

* Add libirecovery

* libideviceactivation: include tools

* Bump versions to fix build issues

* Bump versions

* Add idevicerestore

* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop

* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop

* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory

* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().

* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()

* [readline] Fix static builds
</pre>
</div>
</content>
</entry>
<entry>
<title>[abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-core-lib] Upgrades</title>
<updated>2018-04-13T06:32:09+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-04-12T11:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0764aafbd07fffa81e68aa1fe091b01ea429e29c'/>
<id>0764aafbd07fffa81e68aa1fe091b01ea429e29c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] Upgrade to 1.5.0</title>
<updated>2018-03-12T07:51:45+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2018-03-12T07:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=148cb369d8934d32e37ef8e15c95476ec8e5968a'/>
<id>148cb369d8934d32e37ef8e15c95476ec8e5968a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] Update with latest patches (#2990)</title>
<updated>2018-03-09T09:41:40+00:00</updated>
<author>
<name>Michał Janiszewski</name>
<email>janisozaur@users.noreply.github.com</email>
</author>
<published>2018-03-09T09:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d5ca6630393cd6fa2bd929672b1afd3a9bdd2728'/>
<id>d5ca6630393cd6fa2bd929672b1afd3a9bdd2728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] bump to 1.4.0</title>
<updated>2018-01-25T16:47:11+00:00</updated>
<author>
<name>Tobias Kohlbau</name>
<email>tobias@kohlbau.de</email>
</author>
<published>2018-01-23T16:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f04a4aee91babba8f9924f859bfd959fe34c2445'/>
<id>f04a4aee91babba8f9924f859bfd959fe34c2445</id>
<content type='text'>
Signed-off-by: Tobias Kohlbau &lt;tobias@kohlbau.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tobias Kohlbau &lt;tobias@kohlbau.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
