Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-13 | Fix GCC10 incompatibility via patch, drop old code | pancho horrillo | |
Thanks a bunch to Jerome Benoît, who kindly let me know¹ that the GCC10 incompatibility issue had been fixed² by Jeroen Roovers jer@gentoo.org at Gentoo. I've applied the patch² and removed the relaxing parameter to GCC. Also, I've dropped the install script, which at this point is ancient history. Fix indent style for sha512sums array. ¹: https://sourceforge.net/p/pam-ssh/bugs/18/#e743 ²: https://709312.bugs.gentoo.org/attachment.cgi?id=634046 | |||
2020-05-16 | Workaround issue with GCC 10 | pancho horrillo | |
GCC 10 defaults to `-fno-common`¹, producing a linker error with current codebase. As a workaround, I've forced `-fcommon` when configuring. See also the topic² on bbs.archlinux.org for more details. Also, it seems that the `validpgpkeys` entry was not added in `.SRCINFO`, possibly because I used `mksrcinfo` to create it. Now that I'm using `makepkg --printsrcinfo`, it gets added nicely. ¹: https://gcc.gnu.org/gcc-10/porting_to.html ²: https://bbs.archlinux.org/viewtopic.php?id=255727 | |||
2019-02-05 | Update to pam_ssh 2.3 | pancho horrillo | |
2018-05-09 | Update download URL so that we download using https | pancho horrillo | |
2017-05-07 | Depend on openssl-1.0 | pancho horrillo | |
2015-12-08 | Remove install script from source array | pancho horrillo | |
2015-06-29 | Initial import, release 2.1-2 | pancho horrillo | |