Update to v4.44_9807 (also fixes c23 problem)

This commit is contained in:
qwjyh 2025-07-24 19:04:44 +09:00
parent aa1f149b95
commit f0fb85df15
4 changed files with 17 additions and 16 deletions

View file

@ -1,7 +1,7 @@
pkgbase = softethervpn pkgbase = softethervpn
pkgdesc = Multi-protocol VPN Program from University of Tsukuba pkgdesc = Multi-protocol VPN Program from University of Tsukuba
pkgver = v4.42_9798 pkgver = v4.44_9807
pkgrel = 2 pkgrel = 1
url = https://www.softether.org/ url = https://www.softether.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -11,17 +11,17 @@ pkgbase = softethervpn
depends = bash depends = bash
depends = openssl depends = openssl
depends = zlib depends = zlib
source = https://www.softether-download.com/files/softether/v4.42-9798-rtm-2023.06.30-tree/Source_Code/softether-src-v4.42-9798-rtm.tar.gz source = https://www.softether-download.com/files/softether/v4.44-9807-rtm-2025.04.16-tree/Source_Code/softether-src-v4.44-9807-rtm.tar.gz
source = aarch64.patch source = aarch64.patch
source = linux_32bit.patch source = linux_32bit.patch
source = linux_64bit.patch source = linux_64bit.patch
source = softethervpn-bridge.service source = softethervpn-bridge.service
source = softethervpn-client.service source = softethervpn-client.service
source = softethervpn-server.service source = softethervpn-server.service
md5sums = bd70e9ae9a19c3f227c26d731503cc7f md5sums = 4905b5bf4b66b4b97a01dcbc6770b098
md5sums = 8b92f69f9d8d852a3739d0e48bad0454 md5sums = 8b92f69f9d8d852a3739d0e48bad0454
md5sums = 576277be87dd458c8d889d24a0072abe md5sums = 105f9c01688152265bc4a12787ea29be
md5sums = 1b3d536da4b9fa9a79f113089c13252e md5sums = f292f5b2afae004e3c6442c32fe7f92a
md5sums = 1d54c0065ae8947bd8455b9e2050c1af md5sums = 1d54c0065ae8947bd8455b9e2050c1af
md5sums = a1134fea991e6e00dc4910b1be16dc73 md5sums = a1134fea991e6e00dc4910b1be16dc73
md5sums = b54b4f68d56555ddfffc50c2c399624f md5sums = b54b4f68d56555ddfffc50c2c399624f

View file

@ -3,24 +3,25 @@
# Contributor: Jonathan Liu <net147@gmail.com> # Contributor: Jonathan Liu <net147@gmail.com>
pkgname=softethervpn pkgname=softethervpn
pkgver=v4.42_9798 pkgver=v4.44_9807
pkgrel=2 releasedate=2025.04.16
pkgrel=1
pkgdesc="Multi-protocol VPN Program from University of Tsukuba" pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
arch=('i686' 'x86_64' 'aarch64' 'armv7h') arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="https://www.softether.org/" url="https://www.softether.org/"
license=('Apache') license=('Apache')
depends=('bash' 'openssl' 'zlib') depends=('bash' 'openssl' 'zlib')
source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-2023.06.30-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz" source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-${releasedate}-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz"
'aarch64.patch' 'aarch64.patch'
'linux_32bit.patch' 'linux_32bit.patch'
'linux_64bit.patch' 'linux_64bit.patch'
'softethervpn-bridge.service' 'softethervpn-bridge.service'
'softethervpn-client.service' 'softethervpn-client.service'
'softethervpn-server.service') 'softethervpn-server.service')
md5sums=('bd70e9ae9a19c3f227c26d731503cc7f' md5sums=('4905b5bf4b66b4b97a01dcbc6770b098'
'8b92f69f9d8d852a3739d0e48bad0454' '8b92f69f9d8d852a3739d0e48bad0454'
'576277be87dd458c8d889d24a0072abe' '105f9c01688152265bc4a12787ea29be'
'1b3d536da4b9fa9a79f113089c13252e' 'f292f5b2afae004e3c6442c32fe7f92a'
'1d54c0065ae8947bd8455b9e2050c1af' '1d54c0065ae8947bd8455b9e2050c1af'
'a1134fea991e6e00dc4910b1be16dc73' 'a1134fea991e6e00dc4910b1be16dc73'
'b54b4f68d56555ddfffc50c2c399624f') 'b54b4f68d56555ddfffc50c2c399624f')

View file

@ -1,8 +1,8 @@
80c80 80c80
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) < OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG)
--- ---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) -fpermissive > OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) -fpermissive -std=gnu18
83c83 83c83
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) < OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE)
--- ---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) -fpermissive > OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) -fpermissive -std=gnu18

View file

@ -1,8 +1,8 @@
86c86 86c86
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) < OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG)
--- ---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) -fpermissive > OPTIONS_COMPILE=$(OPTIONS_COMPILE_DEBUG) -fpermissive -std=gnu18
89c89 89c89
< OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) < OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE)
--- ---
> OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) -fpermissive > OPTIONS_COMPILE=$(OPTIONS_COMPILE_RELEASE) -fpermissive -std=gnu18