Upgrade pwgen to 2.06 (#3690)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11640 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
480b659dda
commit
e3f6365d26
@ -9,14 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pwgen
|
PKG_NAME:=pwgen
|
||||||
PKG_VERSION:=2.05
|
PKG_VERSION:=2.06
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=b94546a346cb352054ea2d3d09f7f885
|
PKG_MD5SUM:=935aebcbe610fbc9de8125e7b7d71297
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -28,13 +26,13 @@ define Package/pwgen
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pwgen/description
|
define Package/pwgen/description
|
||||||
pwgen generates random, meaningless but pronounceable passwords.
|
pwgen generates random, meaningless but pronounceable passwords.
|
||||||
These passwords contain either only lowercase letters, or upper
|
These passwords contain either only lowercase letters, or upper
|
||||||
and lower case mixed, or digits thrown in.
|
and lower case mixed, or digits thrown in.
|
||||||
Uppercase letters and digits are placed in a way that eases
|
Uppercase letters and digits are placed in a way that eases
|
||||||
remembering their position when memorizing only the word.
|
remembering their position when memorizing only the word.
|
||||||
|
|
||||||
E.g. to generate a WPA preshared-key do:
|
E.g. to generate a WPA preshared-key do:
|
||||||
pwgen -c -n -s 63 1
|
pwgen -c -n -s 63 1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user