Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1983230 Details for
Bug 2231252
Review Request: yass - lightweight and secure http/socks proxy
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6265743 to 6271270
spec-from-6265743-to-6271270.diff (text/plain), 3.77 KB, created by
Fedora Review Service
on 2023-08-14 02:56:03 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6265743 to 6271270
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2023-08-14 02:56:03 UTC
Size:
3.77 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6265743 >+++ https://copr.fedorainfracloud.org/coprs/build/6271270 >@@ -2,11 +2,33 @@ > # with flag -DENABLE_LTO > %global _lto_cflags %nil > >+# requires recent version of xxhash >+%if 0%{?fedora} >+%global enable_xxhash_opt on >+%else >+%global enable_xxhash_opt off >+%endif >+ >+# requires recent version of http_parser >+%if 0%{?fedora} >+%global enable_http_parser_opt on >+%else >+%global enable_http_parser_opt off >+%endif >+ >+# test failed in copr >+%bcond_with tests_cares >+%if !%{with tests_cares} >+%global yass_test_opt --no_cares_tests >+%else >+%global yass_test_opt %nil >+%endif >+ > # requires recent version of c-ares > %if 0%{?fedora} >-%global enable_system_cares on >-%else >-%global enable_system_cares off >+%global enable_system_cares_opt on >+%else >+%global enable_system_cares_opt off > %endif > > # libc++ is only built with clang now >@@ -30,12 +52,12 @@ > > Name: yass > Version: 1.3.14 >-Release: 1%{?dist} >-Summary: lightweight and secure http/socks4/socks5 proxy >- >-License: GPLv2 >-URL: https://github.com/Chilledheart/yass >-Source0: https://github.com/Chilledheart/yass/archive/refs/tags/%{version}.tar.gz >+Release: 34%{?dist} >+Summary: Lightweight and Secure http/socks4/socks5 Proxy >+ >+License: GPL-2.0-only >+URL: https://github.com/Chilledheart/%{name} >+Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz > %if 0%{?rhel} == 9 || 0%{?fedora} > BuildRequires: gtk4-devel > %else >@@ -52,11 +74,13 @@ > %endif > %if 0%{?fedora} > BuildRequires: clang, lld >+BuildRequires: xxhash-devel >+BuildRequires: http-parser-devel >+BuildRequires: c-ares-devel > %endif > BuildRequires: ninja-build, gcc, gcc-c++, golang >= 1.4 > BuildRequires: glib2-devel > BuildRequires: zlib-devel >-BuildRequires: c-ares-devel > BuildRequires: libnghttp2-devel > BuildRequires: curl-devel > BuildRequires: desktop-file-utils >@@ -64,8 +88,8 @@ > Requires: ca-certificates > > %description >-Yet Another Shadow Socket is a lightweight and secure http/socks4/socks5 proxy for >-embedded devices and low end boxes. >+yass is a lightweight and secure http/socks proxy >+for embedded devices and low end boxes. > > %prep > %setup -q -n %{name}-%{version} >@@ -76,7 +100,8 @@ > # old c-ares doesn't contain ares_getaddrinfo api > cmake3 -G Ninja -DCMAKE_BUILD_TYPE=Release \ > -DBUILD_BENCHMARKS=on -DBUILD_TESTS=on -DGUI=on -DCLI=on -DSERVER=on \ >- -DUSE_SYSTEM_ZLIB=on -DUSE_SYSTEM_CARES="%enable_system_cares" -DUSE_SYSTEM_NGHTTP2=on \ >+ -DUSE_SYSTEM_ZLIB=on -DUSE_SYSTEM_CARES="%enable_system_cares_opt" -DUSE_SYSTEM_NGHTTP2=on \ >+ -DUSE_SYSTEM_XXHASH="%enable_xxhash_opt" -DUSE_SYSTEM_HTTP_PARSER="%enable_http_parser_opt" \ > -DUSE_LIBCXX="%enable_libcxx_opt" \ > -DENABLE_LLD="%enable_lld_opt" -DUSE_BUILTIN_CA_BUNDLE_CRT=off .. > ninja >@@ -84,7 +109,7 @@ > > %check > cd build >-./yass_test --no_cares_tests >+./yass_test %yass_test_opt > ./yass_benchmark > cd .. > >@@ -120,22 +145,22 @@ > %{_datadir}/locale/en/LC_MESSAGES/yass.mo > > %package server >-Summary: lightweight and secure http/socks4/socks5 proxy (server side) >+Summary: Lightweight and Secure http/socks4/socks5 Proxy (Server Side) > > %description server >-Yet Another Shadow Socket is a lightweight and secure http/socks4/socks5 proxy for >-embedded devices and low end boxes. >+yass is a lightweight and secure http/socks proxy >+for embedded devices and low end boxes. > > %files server > %defattr(-,root,root) > %{_bindir}/yass_server > > %package client >-Summary: lightweight and secure http/socks4/socks5 proxy (client side) >+Summary: Lightweight and Secure http/socks4/socks5 Proxy (Client Side) > > %description client >-Yet Another Shadow Socket is a lightweight and secure http/socks4/socks5 proxy for >-embedded devices and low end boxes. >+yass is a lightweight and secure http/socks proxy >+for embedded devices and low end boxes. > > %files client > %defattr(-,root,root)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2231252
:
1982956
| 1983230 |
1983232
|
1983734