diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /www-apache/mod_fastcgi_handler | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'www-apache/mod_fastcgi_handler')
5 files changed, 0 insertions, 73 deletions
diff --git a/www-apache/mod_fastcgi_handler/Manifest b/www-apache/mod_fastcgi_handler/Manifest deleted file mode 100644 index e2a76bcbc60f..000000000000 --- a/www-apache/mod_fastcgi_handler/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_fastcgi_handler-0.6.tar.gz 10974 BLAKE2B c5613ba343510845c04e75cef815a2ab938aae9b7e2bc78cd709d562734f01f950ceb0b8bcbf2db0e0897c19d61c8d8667a01d82693d5f99971c80b57f73107d SHA512 05b86eb584b74e86924e84dad74072ea4dc318d2d3f1826477cfc45d2f5ea86b8b35d946f5cb1b6472cf21f18636dd2132af06bd27774551f5f5c8c557ed7d6b diff --git a/www-apache/mod_fastcgi_handler/files/20_mod_fastcgi_handler.conf b/www-apache/mod_fastcgi_handler/files/20_mod_fastcgi_handler.conf deleted file mode 100644 index dd07c33cc100..000000000000 --- a/www-apache/mod_fastcgi_handler/files/20_mod_fastcgi_handler.conf +++ /dev/null @@ -1,5 +0,0 @@ -<IfDefine FASTCGI_HANDLER> -LoadModule fastcgi_handler_module modules/mod_fastcgi_handler.so -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_fastcgi_handler/files/mod_fastcgi_handler-0.6-implicit-function-decl.patch b/www-apache/mod_fastcgi_handler/files/mod_fastcgi_handler-0.6-implicit-function-decl.patch deleted file mode 100644 index 602590fb3ed5..000000000000 --- a/www-apache/mod_fastcgi_handler/files/mod_fastcgi_handler-0.6-implicit-function-decl.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://bugs.gentoo.org/875701 ---- a/fcgi_request.c -+++ b/fcgi_request.c -@@ -10,6 +10,7 @@ - - #include "fcgi_header.h" - #include "fcgi_request.h" -+#include "fcgi_server.h" - - #include "mod_fastcgi_handler.h" - ---- a/fcgi_server.c -+++ b/fcgi_server.c -@@ -7,6 +7,7 @@ - #include <httpd.h> - #include <http_config.h> - #include <http_log.h> -+#include <http_request.h> - #include <util_filter.h> - #include <util_script.h> - -@@ -424,6 +425,8 @@ int fcgi_server_parse_headers(fcgi_request_t *fr, uint16_t request_id, - */ - return HTTP_MOVED_TEMPORARILY; - } -+ -+ return ret; - } - - int fcgi_server_recv_stdout_stderr_record(fcgi_request_t *fr, diff --git a/www-apache/mod_fastcgi_handler/metadata.xml b/www-apache/mod_fastcgi_handler/metadata.xml deleted file mode 100644 index 5f33304011d5..000000000000 --- a/www-apache/mod_fastcgi_handler/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r3.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r3.ebuild deleted file mode 100644 index 2f1bc9162ce7..000000000000 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit apache-module - -DESCRIPTION="A simple FastCGI handler module" -HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler" -SRC_URI="https://github.com/hollow/mod_fastcgi_handler/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI_HANDLER" - -APXS2_ARGS="-o ${PN}.so -c *.c" - -PATCHES=( - "${FILESDIR}"/${PN}-0.6-implicit-function-decl.patch -) - -need_apache2 - -pkg_setup() { - # bug #653606 - # but true cause seems to be bug #616612 - _init_apache2 - _init_apache2_late -} |
