File pam_ssh_agent_auth.changes of Package pam_ssh_agent_auth
-------------------------------------------------------------------
Thu Nov 7 20:51:24 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding the following patches:
* bsd-misc.patch -> address "duplicate __progname" issue
* dot-c.patch -> this is basically '1000-gcc-14.patch' from Debian's patches
for v0.10.3 via udd.debian.org
-------------------------------------------------------------------
Thu Nov 7 17:11:49 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Uncommenting out 'Patch0: gcc14-configure.patch' for factory-auto bot.
-------------------------------------------------------------------
Thu Nov 7 16:17:27 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding (disabled) 'gcc14-configure.patch' so gcc14 build issues can be
partially addressed in the future; throws:
"configure: error: *** compiler cannot create working executables,
check config.log ***"
otherwise.
* More info here:
- https://github.com/jbeverly/pam_ssh_agent_auth/issues/45
- https://github.com/jbeverly/pam_ssh_agent_auth/issues/47
- Switching over to CC=gcc-13 until gcc14 builds can be fixed
-------------------------------------------------------------------
Tue Jan 11 20:54:12 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- [Re-]Adding pam_ssh_agent_auth-0.10.4.tar.gz which was removed,
repackaged and required.
-------------------------------------------------------------------
Tue Jan 11 20:52:26 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Switching to https://github.com/FlorianFranzen/pam_ssh_agent_auth,
branch: "just-one-big-cookie" for ed25519 & Yubikey support.
-------------------------------------------------------------------
Tue Oct 19 10:50:15 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %_pam_moudledir - which was actually my recommendation.
- Pass --libexecdir=%{_pam_moduledir} to configure as the
build system very badly abused libexecdir for the install
location.
-------------------------------------------------------------------
Mon Oct 18 14:46:42 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
- Updating spec file per @dimstar's recommendations.
-------------------------------------------------------------------
Sat Apr 17 00:54:49 UTC 2021 - scott.bradnick@suse.com
- Update to version 0.10.4:
* test pubkeys from SSH_AUTH_INFO_0 against authorized_keys. (#15)
* Check against the correct OPENSSL_VERSION_NUMBER
* Adapt to OpenSSL 1.1.1.
* proc_pid_cmdline: fix type for feof(3)/fgetc(3)
* authfd.c: check return value of seteuid(2)
* Fix for release, and fix some review items.
* ed25519 support
* helps to actually add the implementation
* initial support for ecdsa ssh keys
* merging 0.10.2-rc1 into trunk