已开启
update config.sub and config.guess #95
dpdwaj创建于 2025年10月23日
update config.sub and config.guess #95
已开启
从refs/pull/95/head合入到master
共 1 个文件变更+7-3
| @@ -2,7 +2,7 @@ | |||
| 2 | %global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} | 2 | %global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} |
| 3 | Name: trafficserver | 3 | Name: trafficserver |
| 4 | Version: 9.2.11 | 4 | Version: 9.2.11 |
| 5 | -Release: 1 | 5 | +Release: 2 |
| 6 | Summary: Apache Traffic Server, a reverse, forward and transparent HTTP proxy cache | 6 | Summary: Apache Traffic Server, a reverse, forward and transparent HTTP proxy cache |
| 7 | License: Apache-2.0 | 7 | License: Apache-2.0 |
| 8 | URL: https://trafficserver.apache.org/ | 8 | URL: https://trafficserver.apache.org/ |
| @@ -14,7 +14,7 @@ Patch0003: config-layout-openEuler.patch | |||
| 14 | Patch0004: Modify-storage.config-for-traffic_cache_tool.patch | 14 | Patch0004: Modify-storage.config-for-traffic_cache_tool.patch |
| 15 | Patch0005: add-riscv-support.patch | 15 | Patch0005: add-riscv-support.patch |
| 16 | Patch0006: add-loong64-support.patch | 16 | Patch0006: add-loong64-support.patch |
| 17 | -BuildRequires: expat-devel hwloc-devel openssl-devel pcre-devel zlib-devel xz-devel | 17 | +BuildRequires: expat-devel hwloc-devel openssl-devel pcre-devel zlib-devel xz-devel libtool |
| 18 | BuildRequires: libcurl-devel ncurses-devel gcc gcc-c++ perl-ExtUtils-MakeMaker | 18 | BuildRequires: libcurl-devel ncurses-devel gcc gcc-c++ perl-ExtUtils-MakeMaker |
| 19 | BuildRequires: libcap-devel cmake libunwind-devel automake chrpath | 19 | BuildRequires: libcap-devel cmake libunwind-devel automake chrpath |
| 20 | Requires: expat hwloc openssl pcre zlib xz libcurl | 20 | Requires: expat hwloc openssl pcre zlib xz libcurl |
| @@ -40,7 +40,7 @@ This package contains some Perl APIs for talking to the ATS management port. | |||
| 40 | %autosetup -n %{name}-%{version} -p1 | 40 | %autosetup -n %{name}-%{version} -p1 |
| 41 | 41 | ||
| 42 | %build | 42 | %build |
| 43 | -autoreconf | 43 | +autoreconf -fiv |
| 44 | ./configure \ | 44 | ./configure \ |
| 45 | --enable-layout=%{vendor} \ | 45 | --enable-layout=%{vendor} \ |
| 46 | --libdir=%{_libdir}/trafficserver \ | 46 | --libdir=%{_libdir}/trafficserver \ |
| @@ -134,6 +134,10 @@ getent passwd ats >/dev/null || useradd -r -u 176 -g ats -d / -s /sbin/nologin - | |||
| 134 | %{_datadir}/pkgconfig/trafficserver.pc | 134 | %{_datadir}/pkgconfig/trafficserver.pc |
| 135 | 135 | ||
| 136 | %changelog | 136 | %changelog |
| 137 | +* Thu Oct 23 2025 doupengda <doupengda@loongson.cn> - 9.2.11-2 | ||
| 138 | +- add support for loongarch64 | ||
| 139 | +- update config.sub and config.guess | ||
| 140 | + | ||
| 137 | * Mon Jun 30 2025 yaoxin <1024769339@qq.com> - 9.2.11-1 | 141 | * Mon Jun 30 2025 yaoxin <1024769339@qq.com> - 9.2.11-1 |
| 138 | - Update to 9.2.11 for fix CVE-2025-49763 and CVE-2025-31698 | 142 | - Update to 9.2.11 for fix CVE-2025-49763 and CVE-2025-31698 |
| 139 | 143 | ||