5 Commits

Author SHA1 Message Date
jason.lau e376bba755 google-authenticator-libpam: update 1.0.9 -> 1.11
Changes from 1.09 to 1.10:
  - Shorten syslog name to work with rsyslog (#172)
  - Update config file with grace period in all cases (#193)
  - Remove printing QR code using Google Charts URL (service shut down)

  Changes from 1.10 to 1.11:
  - Change secret key bits from 128 to 160 bits (#266, #271)
  - Add support for black & white terminals (#268, #270)
  - Fix grace_period for IPv6 link-local addresses (#265)

  Also fix the .bb recipe:
  - Fix typo: RDEPNEDS -> RDEPENDS
  - Use new override syntax: RDEPENDS:pam-google-authenticator
    (replaces old underscore style RDEPENDS_pam-google-authenticator)

Signed-off-by: Haitao Liu <haitao.liu@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Zhang Peng c3ddb212cf meta-security: fix incorrect HOMEPAGE variable names
Several recipes used non-standard variable names for the homepage
URL (HOME_PAGE, HOME_URL, HOMEDIR) which are not recognized by
bitbake. Rename them all to the correct HOMEPAGE variable.

Affected recipes:
- glome: HOME_PAGE -> HOMEPAGE
- google-authenticator-libpam: HOME_PAGE -> HOMEPAGE
- arpwatch: HOME_PAGE -> HOMEPAGE
- openscap: HOME_URL -> HOMEPAGE
- scap-security-guide: HOME_URL -> HOMEPAGE
- lynis: HOMEDIR -> HOMEPAGE

Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-15 00:18:23 +03:00
Scott Murray 0272225ccd Adapt to S/UNPACKDIR changes
Remove or update S definitions as required to work with oe-core
S/UNPACKDIR changes.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2025-07-04 12:41:20 -04:00
Armin Kuster ca10975033 recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-07-29 20:07:01 -04:00
Armin Kuster b46386395b google-authenticator-libpam: update to 1.09
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-01-30 12:13:54 -08:00