<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/yubico-pam, 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-11-23T07:18:41Z</updated>
<entry>
<title>yubico-pam: remove package</title>
<updated>2025-11-23T07:18:41Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-11-22T11:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63637c3a4178b92b60e606e30c1f5caa1d639899'/>
<id>urn:sha1:63637c3a4178b92b60e606e30c1f5caa1d639899</id>
<content type='text'>
Upstream stopped yubico-pam developments.
https://github.com/Yubico/yubico-pam
No packages depends on this.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>yubico-pam: update to 2.27</title>
<updated>2021-04-15T02:06:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-12T07:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=30dfe5c71e9754b14518fb73d457f78ddb121a9b'/>
<id>urn:sha1:30dfe5c71e9754b14518fb73d457f78ddb121a9b</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: s/Yuibco/Yubico/</title>
<updated>2021-02-20T23:08:40Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2020-12-12T04:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f81b0152c8155305da1fc6aa0f2f031b9e7cf8e3'/>
<id>urn:sha1:f81b0152c8155305da1fc6aa0f2f031b9e7cf8e3</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>yubico-pam: fix compilation with fixed ykpers</title>
<updated>2020-07-07T21:54:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-07T21:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=508e19c054a73b3b6294c850d0e66442cd9b4baf'/>
<id>urn:sha1:508e19c054a73b3b6294c850d0e66442cd9b4baf</id>
<content type='text'>
Massively cleaned up the Makefile for simplicity.

Added PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>yubico-pam: Initial checkin of makefile</title>
<updated>2019-03-22T14:34:48Z</updated>
<author>
<name>Stuart B. Wilkins</name>
</author>
<published>2018-12-22T13:57:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b7f04aa6f6315a0b3c2bb005480991c9b28b0540'/>
<id>urn:sha1:b7f04aa6f6315a0b3c2bb005480991c9b28b0540</id>
<content type='text'>
Signed-off-by: Stuart B. Wilkins &lt;stuwilkins@mac.com&gt;
</content>
</entry>
</feed>
