Can't find v0.10.3 in svn repo
Brought to you by:
soupboy
Is the svn repo on sf.net out of date, or has development moved to a different server/service?
I wanted to build 0.10.3 from the subversion repository, however I can find no reference to the string "0.10.3" in any commit in the repo, nor can I find a tag or branch name containing this text. The latest version merged to trunk appears to be 0.10.2-rc1, however this code does not diff clean against the code in the 0.10.3 tar.gz file.
Can you point me in the right direction?
Thanks.
And PS -- great module! Working as expected on Ubuntu 16.04.
TL;DR Yes it seems development has moved. First to pam_ssh_agent_auth and then further to pam_ssh_agent_auth-2.0 (github.com), both under https://github.com/jbeverly/.
The full reasoning leading to above summary is that in the sourceforge svn repository the latest tag is as already written in this tickets' description indeed 0.10.2-rc1, and the latest commit is from March of 2014.
It is however (currently) possible to download a tar-ball from sourceforge of version 0.10.3, which only lacks a few small commits, if diffed against the git repo of the first section above. Relevant commits are from year 2017.
The owner of this sorceforge repository, jbeverly, states in feature request #10
One could easily assume the github user profile jbeverly is operated by the same individual as jbeverly on sourceforge. If trusting that to be the case, the github account seems to contain the repository with everything from the 0.10.3 tar-ball and beyond. There is also the following sentence to be read:
I guess that means github is the place to look for the latest repositories, and that no new releases of this code base is really to expect but if they happen they might still possibly maybe happen here?