Package Details: softethervpn-beta v4.28_9669-1

Git Clone URL: https://aur.archlinux.org/softethervpn-beta.git (read-only, click to copy)
Package Base: softethervpn-beta
Description: Multi-protocol VPN Program from University of Tsukuba
Upstream URL: http://www.softether.org/
Keywords: SoftetherVPN Tunnel VPN
Licenses: GPL
Submitter: nicholascw
Maintainer: None
Last Packager: nicholascw
Votes: 0
Popularity: 0.000000
First Submitted: 2017-11-15 07:45 (UTC)
Last Updated: 2018-09-26 08:29 (UTC)

Latest Comments

lepokle commented on 2018-10-04 09:29 (UTC)

Hi shykokou,

thanks, that worked for me.

@nicholascw I've cloned this repo but it didn't work without the other changes.

nicholascw commented on 2018-09-30 17:43 (UTC)

As I didn't change anything in openssl.patch, I believe ther CRLF>>LF is done by Git. I'll try commit the original file again but without your --binary option added see if that works for you.

shyokou commented on 2018-09-29 08:28 (UTC) (edited on 2018-09-29 08:31 (UTC) by shyokou)

hello, lepokle ;^)

a temporary workaround:

  1. convert 'openssl.patch' from LF to CRLF by running 'sed -i.bak -e "s#\r*$#\r#g" "${srcdir}/openssl.patch"', then update its 'sha1sum' in 'PKGBUILD' ...

  2. add '--binary' to the relevant 'patch' line 'patch -Np1 -i "${srcdir}/openssl.patch"', e.g., 'patch --binary -Np1 -i "${srcdir}/openssl.patch"', in 'PKGBUILD' ...

at least for me, it toddled anyway ...

lepokle commented on 2018-09-27 09:39 (UTC) (edited on 2018-09-27 09:39 (UTC) by lepokle)

Hi, the new version does not build for me since the openssl patch cannot be applied. Anyone else?

Thanks!

shyokou commented on 2018-09-26 07:02 (UTC)

hello, nicholascw ;^)

softether 4.28-9669 beta 2018.09.11 released, please update your pkgver= without that leading 'v' ...

as if you should put source url in source=() rather than directly 'wget' and 'tar' et cetera ...

well that version+date way ...

EricT commented on 2018-01-09 10:31 (UTC)

Hello,

In PKGBUILD : you wget softether-src-v4.24-9652-beta.tar.gz and you tar xzvf softether-src-v4.24-9651-beta.tar.gz and mv v4.24-9651 SoftEtherVPN

Just fix 1 to 2 tar xzvf softether-src-v4.24-9652-beta.tar.gz mv v4.24-9652 SoftEtherVPN