diff --git a/.abf.yml b/.abf.yml index 8eb4a73..c803765 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - shadowsocks-rust-1.8.16.tar.gz: da5f17684297afde99ffcb5e61b615041416e40d + shadowsocks-rust-1.22.0.tar.gz: 3125bb53adbb73d782023584701c214f634e55be diff --git a/shadowsocks-rust.spec b/shadowsocks-rust.spec index 478a00f..b5a76d5 100644 --- a/shadowsocks-rust.spec +++ b/shadowsocks-rust.spec @@ -2,7 +2,7 @@ %define debug_package %nil Name: shadowsocks-rust -Version: 1.8.16 +Version: 1.22.0 Release: 1 Summary: Shadowsocks on rust URL: https://shadowsocks.org @@ -11,7 +11,7 @@ License: MIT Group: Networking/Other BuildRequires: rust BuildRequires: cargo -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(openssl3.3) Provides: ssserver == %{version} Provides: sslocal == %{version} Provides: ssmanager == %{version} @@ -24,6 +24,7 @@ shadowsocks is a fast tunnel proxy that helps you bypass firewalls %setup -q %build +export OPENSSL_DIR=/opt/openssl3.3 make build TARGET=release %install