summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/oidc-agent: drop 3.3.5-r1Marek Szuba2021-04-273-115/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent-4.0.2: do not autodetect liblist.soMarek Szuba2021-03-121-0/+11
| | | | | | | | One, no automagic. Two, this picks up the library installed by dev-libs/liblist - which is NOT the correct one. Closes: https://bugs.gentoo.org/775494 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: remove oldMarek Szuba2021-03-112-99/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: bump to 4.0.2Marek Szuba2021-03-112-0/+103
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: bump to 3.3.5Marek Szuba2020-09-231-0/+48
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: respect CC while linking the shared libraryMarek Szuba2020-09-071-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: fix LDFLAGS propagationMarek Szuba2020-09-071-0/+18
| | | | | | | | | | | Upstream uses three different sets of linker flags: one for liboidc-agent.so (declared inline), one for oidc-token (CLIENT_LFLAGS) and one for everything else (LFLAGS). The previous version of the toolchain patch only injected LDFLAGS into the latter, hence QA warnings for the former two. Closes: https://bugs.gentoo.org/740778 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/oidc-agent: new packageMarek Szuba2020-06-194-0/+148
OpenID Connect equivalent of ssh-agent. Signed-off-by: Marek Szuba <marecki@gentoo.org>