<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libp11, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-07-08T16:29:57Z</updated>
<entry>
<title>libp11: update to 0.4.16</title>
<updated>2025-07-08T16:29:57Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-04T17:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9f5262118024688333c7c124b6a0998fd23a7c30'/>
<id>urn:sha1:9f5262118024688333c7c124b6a0998fd23a7c30</id>
<content type='text'>
See release notes since 0.4.13:

https://github.com/OpenSC/libp11/releases/tag/libp11-0.4.14

https://github.com/OpenSC/libp11/releases/tag/libp11-0.4.15

https://github.com/OpenSC/libp11/releases/tag/libp11-0.4.16

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libp11: update to version 0.4.13</title>
<updated>2025-04-27T17:29:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-04-26T03:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=adbf8ed9d837c45b6f803ac6c6a8c56e7c866c6d'/>
<id>urn:sha1:adbf8ed9d837c45b6f803ac6c6a8c56e7c866c6d</id>
<content type='text'>
New in 0.4.13; 2024-12-13; Michał Trojnara
* Increased maximum PIN length (Michał Trojnara)
* Fixed several memory leaks (Michał Trojnara, Małgorzata Olszówka)
* Don't include libp11.rc VERSIONINFO into pkcs11 (Mikhail Titov)
* Reimplement CI with GitHub Actions (Michał Trojnara, Małgorzata Olszówka)
* Improved tests (Małgorzata Olszówka)
* Added static ENGINE (libpkcas11.a) build (Marouene Boubakri)
* Added a workaround broken foreign key handling in OpenSSL
  3.0.12-3.0.13, 3.1.4-3.1.5, 3.2.0-3.2.1 (Małgorzata Olszówka)
* Added a workaround for conflicting atexit() callbacks (Michał Trojnara)
* Always login with PIN If FORCE_LOGIN is specified in openssl config
  (Plamen Todorov)
* Added OAEP support to RSA_private_decrypt (Peter Popovec)
* Added PKCS11_enumerate_*_ext functions (Harshal Gohel)
* Fixed non-null-terminated label padding (Jorge Ramirez-Ortiz)
* Fixed several object management issues (Jakub Jelen)
* Deferred libp11 initialization until needed (Doug Engert)

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libp11: update to version 0.4.12</title>
<updated>2022-09-07T21:56:56Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-09-07T18:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3b50744769fe954b6713cca98c45325cc477df1'/>
<id>urn:sha1:d3b50744769fe954b6713cca98c45325cc477df1</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libp11: update to version 0.4.11</title>
<updated>2020-10-15T23:14:28Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-10-15T23:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66ad52fd1bcafc7fd6ca6c7a7887cac9bd68a054'/>
<id>urn:sha1:66ad52fd1bcafc7fd6ca6c7a7887cac9bd68a054</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>libp11: update to version 0.4.10</title>
<updated>2019-05-10T21:15:36Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2019-05-10T21:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b21fa2ef5b7e2fc08e0f7b5e7d1b1bc95533228d'/>
<id>urn:sha1:b21fa2ef5b7e2fc08e0f7b5e7d1b1bc95533228d</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libp11: Fix dependency breakage</title>
<updated>2019-03-04T06:41:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-03-04T06:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da07a9eb7cb58501275ed18fc5e9a19af7047d4d'/>
<id>urn:sha1:da07a9eb7cb58501275ed18fc5e9a19af7047d4d</id>
<content type='text'>
This requires a +.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>libp11: Mandate ENGINE support</title>
<updated>2019-01-03T20:05:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-03T20:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=12acb5b77a961d424e0d2ff4d908fb72b28d2e7e'/>
<id>urn:sha1:12acb5b77a961d424e0d2ff4d908fb72b28d2e7e</id>
<content type='text'>
libp11 uses OpenSSL's ENGINE quite extensively with seemingly no simple
way to disable it. Add it as a dependency.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libp11: Update to 0.4.9</title>
<updated>2018-09-08T18:14:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-09-08T18:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4d5007db6e091957ffc76d2db23909d846238830'/>
<id>urn:sha1:4d5007db6e091957ffc76d2db23909d846238830</id>
<content type='text'>
Reorganized Makefile a little bit for consistency with other packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
