summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-auth/google-authenticator-libpam-hardened: migrate to sys-libs/pamMikle Kolyada2019-10-131-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-auth/google-authenticator-libpam-hardened: Initial live ebuildMichał Górny2018-09-092-0/+56
Initial live ebuild for my fork of my hardened google-authenticator PAM module. Includes support for SHA-2 HMAC and 8-digit OTP codes, removes bundled code and the possibility of incidentally sending your secrets over to Google.