<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/libzip, branch master</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 dependency in libzip-config.cmake.in (#17282)</title>
<updated>2021-04-29T22:54:14+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2021-04-29T22:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4d57adb52eab756b08ab4c6cb622b0a764bcf64b'/>
<id>4d57adb52eab756b08ab4c6cb622b0a764bcf64b</id>
<content type='text'>
* [libzip] fix dependency in libzip-config.cmake.in

* Update version files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [libzip] fix dependency in libzip-config.cmake.in

* Update version files</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] Relative pkgconfig paths (#15589)</title>
<updated>2021-01-13T04:12:44+00:00</updated>
<author>
<name>Adam</name>
<email>adam-bloom@users.noreply.github.com</email>
</author>
<published>2021-01-13T04:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0fe5f85e7bafcbe0e7a38cb661a975f32ac89bf0'/>
<id>0fe5f85e7bafcbe0e7a38cb661a975f32ac89bf0</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 to libzip 1.7.3 (#13625)</title>
<updated>2020-09-24T18:44:22+00:00</updated>
<author>
<name>Cédric Tabin</name>
<email>tabin.cedric@gmail.com</email>
</author>
<published>2020-09-24T18:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d961529d7ffd822390b229dbd8ad29a94630dda0'/>
<id>d961529d7ffd822390b229dbd8ad29a94630dda0</id>
<content type='text'>
* Update to libzip 1.7.3

* [libzip] Update CONTROL

Co-authored-by: Cédric Tabin &lt;cedric.tabin@gmail.com&gt;
Co-authored-by: wangli28 &lt;wangli28@beyondsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update to libzip 1.7.3

* [libzip] Update CONTROL

Co-authored-by: Cédric Tabin &lt;cedric.tabin@gmail.com&gt;
Co-authored-by: wangli28 &lt;wangli28@beyondsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] Fix find_package error (#12610)</title>
<updated>2020-08-07T18:47:36+00:00</updated>
<author>
<name>Lily</name>
<email>47812810+LilyWangL@users.noreply.github.com</email>
</author>
<published>2020-08-07T18:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=904e1203da430f2aadfeeb6fceefd8faf124339c'/>
<id>904e1203da430f2aadfeeb6fceefd8faf124339c</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 to 1.7.1 (#11982)</title>
<updated>2020-06-17T21:47:32+00:00</updated>
<author>
<name>JonLiu1993</name>
<email>63675417+JonLiu1993@users.noreply.github.com</email>
</author>
<published>2020-06-17T21:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4e2f4d3b03bdf5244691e549f726be5581a83fd8'/>
<id>4e2f4d3b03bdf5244691e549f726be5581a83fd8</id>
<content type='text'>
* [libzip] Update to 1.7.1

* Update ports/libzip/portfile.cmake

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [libzip] Update to 1.7.1

* Update ports/libzip/portfile.cmake

Co-authored-by: NancyLi1013 &lt;46708020+NancyLi1013@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libzip] update to rel-1-6-1 (#10784)</title>
<updated>2020-04-24T04:40:21+00:00</updated>
<author>
<name>mitzal</name>
<email>34011576+mitzal@users.noreply.github.com</email>
</author>
<published>2020-04-24T04:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=242897b0460afd99c0f064f269ae73c419435aef'/>
<id>242897b0460afd99c0f064f269ae73c419435aef</id>
<content type='text'>
* Libzip updated to rel-1-6-1

* [libzip] Add windows_crypto feature

The new BCrypt/CNG-based crypto uses BCryptDeriveKeyPBKDF2 which is only
available since WinNT 6.1. It is important to me as a consumer of libzip
through vcpkg to be able to turn this off.

* Additional options added.

* Common Crypto supported as an option for encryption backend.

Co-authored-by: Michał Janiszewski &lt;janisozaur+signed@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Libzip updated to rel-1-6-1

* [libzip] Add windows_crypto feature

The new BCrypt/CNG-based crypto uses BCryptDeriveKeyPBKDF2 which is only
available since WinNT 6.1. It is important to me as a consumer of libzip
through vcpkg to be able to turn this off.

* Additional options added.

* Common Crypto supported as an option for encryption backend.

Co-authored-by: Michał Janiszewski &lt;janisozaur+signed@gmail.com&gt;</pre>
</div>
</content>
</entry>
<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>
</feed>
