File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Signatures" : {
3- "apr-1.7.2 .tar.gz" : " 3d8999b216f7b6235343a4e3d456ce9379aa9a380ffb308512f133f0c5eb2db9 "
3+ "apr-1.7.5 .tar.gz" : " 3375fa365d67bcf945e52b52cba07abea57ef530f40b281ffbe977a9251361db "
44 }
55}
Original file line number Diff line number Diff line change 11%define aprver 1
22Summary: The Apache Portable Runtime
33Name: apr
4- Version: 1.7.2
5- Release: 2 %{?dist }
4+ Version: 1.7.5
5+ Release: 1 %{?dist }
66License: ASL 2.0
77Vendor: Microsoft Corporation
88Distribution: Mariner
99Group: System Environment/Libraries
1010URL: https://apr.apache.org/
1111Source0: https://dlcdn.apache.org/%{name }/%{name }-%{version }.tar.gz
12+ Patch0: skip-known-test-failure.patch
1213%if %{with_check }
1314# test_serv_by_name test requires /etc/services file from iana-etc package
1415BuildRequires: iana-etc
@@ -25,7 +26,7 @@ Requires: %{name} = %{version}-%{release}
2526It contains the libraries and header files to create applications
2627
2728%prep
28- %setup -q
29+ %autosetup -p1
2930
3031%build
3132./configure --prefix=%{_prefix } \
@@ -64,6 +65,10 @@ make -j1 check
6465%{_libdir }/pkgconfig
6566
6667%changelog
68+ * Wed Oct 16 2024 Muhammad Falak <mwani@microsoft.com> - 1.7.5-1
69+ - Upgrade version to address CVE-2023-49582
70+ - Enable ptests
71+
6772* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 1.7.2-2
6873- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
6974
Original file line number Diff line number Diff line change 1+ From d4aa66b790e48f4745bcc6623b286577f2e0aef0 Mon Sep 17 00:00:00 2001
2+ From: Muhammad Falak R Wani <falakreyaz@gmail.com>
3+ Date: Wed, 16 Oct 2024 19:47:33 +0530
4+ Subject: [PATCH] test: skip known test failure
5+
6+ Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
7+ ---
8+ test/Makefile.in | 7 +++++++
9+ 1 file changed, 7 insertions(+)
10+
11+ diff --git a/test/Makefile.in b/test/Makefile.in
12+ index e3b71e0..b609c74 100644
13+ --- a/test/Makefile.in
14+ +++ b/test/Makefile.in
15+ @@ -172,6 +172,13 @@ check: $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
16+ progfailed="$$progfailed '$$prog mode $$mode'"; \
17+ fi; \
18+ done; \
19+ + elif test "$$prog" = 'testall'; then \
20+ + ./$$prog -v -x testsock; \
21+ + status=$$?; \
22+ + if test $$status != 0; then \
23+ + teststatus=$$status; \
24+ + progfailed="$$progfailed $$prog"; \
25+ + fi; \
26+ else \
27+ ./$$prog -v; \
28+ status=$$?; \
29+ - -
30+ 2.40.1
31+
Original file line number Diff line number Diff line change 505505 "type": "other",
506506 "other": {
507507 "name": "apr",
508- "version": "1.7.2 ",
509- "downloadUrl": "https://dlcdn.apache.org/apr/apr-1.7.2 .tar.gz"
508+ "version": "1.7.5 ",
509+ "downloadUrl": "https://dlcdn.apache.org/apr/apr-1.7.5 .tar.gz"
510510 }
511511 }
512512 },
You can’t perform that action at this time.
0 commit comments