enaess / network-manager-sstp

Secure Socket Tunneling Protocol Extention for Network Manager
1 stars 0 forks source link

Version constraint on ppp #3

Closed Chris00 closed 9 years ago

Chris00 commented 10 years ago

Could you explain the reason of the version constraint on ppp, namely ppp (<< 2.4.6)? It compiles fine (and seems to run fine) without it.

Cyber1000 commented 9 years ago

I'm also interested on this issue. Fedora 21/22 have newer Version of ppp, so NetworkManager-sstp can only be installed with a "nodependency" Flag.

enaess commented 9 years ago

I doubt there is any real version constraint on 2.4.5, but it's not yet been fully tested with 2.4.6. I've been working on an update to the project as of lately to bring it up to date with the current network-manager-pptp project.

enaess commented 9 years ago

Updated the rpm .spec file to use the version installed of PPP on FC 21/22.

sakal commented 8 years ago

Today current available ppp version in debian is 2.4.7-1+2 . May be time to bump requirements?

enaess commented 8 years ago

Or remove the upper bound of the requirements. I'll see if I can shoehorn this into my weekend. Thanks for reporting this issue.