summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-11-13Fix GCC10 incompatibility via patch, drop old codepancho 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-16Workaround issue with GCC 10pancho 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-05Update to pam_ssh 2.3pancho horrillo
2018-05-09Update download URL so that we download using httpspancho horrillo
2017-05-07Depend on openssl-1.0pancho horrillo
2015-12-08Remove install script from source arraypancho horrillo
2015-06-29Initial import, release 2.1-2pancho horrillo