Updated to version 1.2.8.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R3699:c2caf62c2ec1: Updated to version 1.2.8.
- Get access to a VPN setup that uses FortiVPNSSL.
- Connect to that VPN.
- Try to access some resources on that network (e.g. smb network shares or a RDP server) and verify it can connect.
- Disconnect
- Try again to connect to these network connectioins and see it fail.
Diff Detail
Diff Detail
- Repository
- R3699 network-manager-fortisslvpn
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Ah fuck it... same issue as before.
Unclear how to resolve this. Steps I did to get to here.
- git clone https://dev.solus-project.com/source/network-manager-fortisslvpn.git
- cd network-manager-fortisslvpn/
- yupdate 1.2.8 https://download.gnome.org/sources/NetworkManager-fortisslvpn/1.2/NetworkManager-fortisslvpn-1.2.8.tar.xz
- git diff (see the rel 6 to rel 7 in the diff)
- vim package.yml (change the setup step from %autogen to %configure)
- make
- sudo eopkg it network-manager-fortisslvpn-1.2.8-7-1-x86_64.eopkg (and do the tests)
- git diff (see package.yml and pspec_x86_64.xml marked red)
- git add package.yml pspec_x86_64.xml
- git commit --amend
- arc diff
Comment Actions
- Merge branch 'master' of https://dev.solus-project.com/source/network-manager-fortisslvpn
Comment Actions
Resolved it by doing
- git pull (don't know why this isn't the latest after a clone)
- git merge (which fails because of conflicts)
- meld package.yml (remove diff syntax)
- meld pspec_x86_64.xml (remove diff syntax)
- git add package.yml pspec_x86_64.xml
- git commit (git commit --amend doesn't work in this case)
- arc diff
This comment was removed by JoshStrobl.
Comment Actions
@JoshStrobl , what needs to happen to get this in next Fridays update? I'm probably the only user but the previous version is simply broken and either requires the fix I proposed, or this update.