From 5b90db8f5a823c51f6ca94abd4ecb7f02fa63e55 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sat, 15 Mar 2025 07:50:55 -0400 Subject: [PATCH 1/2] Fix source code url for apache http server --- software/apache-http-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/apache-http-server.yml b/software/apache-http-server.yml index 30a2808f2f8..df0d9fe33a9 100644 --- a/software/apache-http-server.yml +++ b/software/apache-http-server.yml @@ -1,6 +1,6 @@ name: "Apache HTTP Server" website_url: "https://httpd.apache.org/" -source_code_url: "https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/" +source_code_url: "https://github.com/apache/httpd" description: "Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards." licenses: - Apache-2.0 From 0682964e94215e65da8a5126b52203832ff8b4d6 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:12:17 -0400 Subject: [PATCH 2/2] Adjust it to proper link --- software/apache-http-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/apache-http-server.yml b/software/apache-http-server.yml index df0d9fe33a9..9e989066db5 100644 --- a/software/apache-http-server.yml +++ b/software/apache-http-server.yml @@ -1,6 +1,6 @@ name: "Apache HTTP Server" website_url: "https://httpd.apache.org/" -source_code_url: "https://github.com/apache/httpd" +source_code_url: "https://svn.apache.org/repos/asf/httpd/httpd/trunk/" description: "Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards." licenses: - Apache-2.0