Browse Source

treewide: s/Yuibco/Yubico/

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel 3 years ago
parent
commit
f81b0152c8
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      libs/libyubikey/Makefile
  2. +2
    -2
      libs/yubico-pam/Makefile
  3. +2
    -2
      utils/ykclient/Makefile
  4. +2
    -2
      utils/ykpers/Makefile

+ 2
- 2
libs/libyubikey/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libyubikey
PKG_VERSION:=1.13
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=libyubikey-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://developers.yubico.com/yubico-c/Releases
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libyubikey
SECTION:=libs
CATEGORY:=Libraries
TITLE:=The Yuibco yubikey c library
TITLE:=The Yubico yubikey c library
URL:=https://developers.yubico.com/yubico-c/
endef


+ 2
- 2
libs/yubico-pam/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yubico-pam
PKG_VERSION:=2.26
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=pam_yubico-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://developers.yubico.com/yubico-pam/Releases
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/yubico-pam
SECTION:=libs
CATEGORY:=Libraries
TITLE:=The Yuibco PAM module
TITLE:=The Yubico PAM module
URL:=https://developers.yubico.com/yubico-pam/
DEPENDS:=+ykclient +ykpers +libyubikey +libpam +curl
endef


+ 2
- 2
utils/ykclient/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ykclient
PKG_VERSION:=2.15
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=ykclient-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://developers.yubico.com/yubico-c-client/Releases/
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ykclient
SECTION:=utils
CATEGORY:=Utilities
TITLE:=The Yuibco yubikey c client library
TITLE:=The Yubico yubikey c client library
URL:=https://developers.yubico.com/yubico-c-client/
DEPENDS:=curl
endef


+ 2
- 2
utils/ykpers/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ykpers
PKG_VERSION:=1.20.0
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://developers.yubico.com/yubikey-personalization/Releases
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ykpers
SECTION:=utils
CATEGORY:=Utilities
TITLE:=The Yuibco personalization package
TITLE:=The Yubico personalization package
URL:=https://developers.yubico.com/yubikey-personalization/
DEPENDS:=+curl +libyubikey +libjson-c +libusb-1.0
endef


Loading…
Cancel
Save