<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/oath-toolkit/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2023-05-21T11:42:53Z</updated>
<entry>
<title>oath-toolkit: Add oath PAM authentication module</title>
<updated>2023-05-21T11:42:53Z</updated>
<author>
<name>Thlv Alivs</name>
</author>
<published>2023-05-20T04:21:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=80dad35294197d537fe50f4e6143c74acfaf02b0'/>
<id>urn:sha1:80dad35294197d537fe50f4e6143c74acfaf02b0</id>
<content type='text'>
will install to /usr/lib/security/pam_oath.so

Signed-off-by: Thlv Alivs &lt;zgmzzzz18@gmail.com&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: splitting liboath from oath-toolkit</title>
<updated>2023-05-21T11:42:53Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-20T02:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0ef5f50a839b57da407a0bdcc4898dec19e8e973'/>
<id>urn:sha1:0ef5f50a839b57da407a0bdcc4898dec19e8e973</id>
<content type='text'>
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: add InstallDev section</title>
<updated>2023-05-18T07:18:35Z</updated>
<author>
<name>Thlv Alivs</name>
</author>
<published>2023-05-17T15:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a0c44d24e98338afdf54275ad369e5da5f4a1ae4'/>
<id>urn:sha1:a0c44d24e98338afdf54275ad369e5da5f4a1ae4</id>
<content type='text'>
This package seems to be missing an InstallDev section. Had a compile
failure for an application that needs to compile against liboath

Signed-off-by: Thlv Alivs &lt;zgmzzzz18@gmail.com&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: update to 2.6.5</title>
<updated>2021-01-10T01:59:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-10T00:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3456cf54a93a7f3b8446f1ec6e344031802dd919'/>
<id>urn:sha1:3456cf54a93a7f3b8446f1ec6e344031802dd919</id>
<content type='text'>
Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: update to 2.6.4</title>
<updated>2020-11-24T01:17:18Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-23T23:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=266a74846c37e6b5cd5748fd7aee529264dfb669'/>
<id>urn:sha1:266a74846c37e6b5cd5748fd7aee529264dfb669</id>
<content type='text'>
remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&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-03.infra.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>treewide: avoid deref symlinks when installing .so</title>
<updated>2019-06-21T01:52:32Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-06-20T13:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb'/>
<id>urn:sha1:9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb</id>
<content type='text'>
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

	grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: Fix compilation with uClibc-ng</title>
<updated>2019-05-12T07:34:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-11T23:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c201e5814585fe75ee7034d501752ede92afacd8'/>
<id>urn:sha1:c201e5814585fe75ee7034d501752ede92afacd8</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>oath-toolkit: Add patch from Fedora to fix compilation</title>
<updated>2018-10-11T19:13:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-11T19:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ea3981e0a51ffcf8ad7ffe54fdb61070a218d338'/>
<id>urn:sha1:ea3981e0a51ffcf8ad7ffe54fdb61070a218d338</id>
<content type='text'>
Probably a result of GCC7 that it fails now.

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Reorganized Makefile slightly for consistency with other packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
