summaryrefslogtreecommitdiff
path: root/www-apache/mod_tls
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /www-apache/mod_tls
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'www-apache/mod_tls')
-rw-r--r--www-apache/mod_tls/Manifest1
-rw-r--r--www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch21
-rw-r--r--www-apache/mod_tls/files/mod_tls.conf5
-rw-r--r--www-apache/mod_tls/metadata.xml11
-rw-r--r--www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild42
-rw-r--r--www-apache/mod_tls/mod_tls-0.14.0.ebuild40
6 files changed, 0 insertions, 120 deletions
diff --git a/www-apache/mod_tls/Manifest b/www-apache/mod_tls/Manifest
deleted file mode 100644
index 90ccd3a96068..000000000000
--- a/www-apache/mod_tls/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_tls-0.14.0.tar.gz 206639 BLAKE2B fffdb26b171cba674c283e689728dc42fff75124c0a1e2590c31e0fea2d5ea840db4cdbaa5455eee46c1cdd5211532b80271c2cf63f98c246e34bda07d96508d SHA512 a48e0eba706358aa348b3feba84392b9ac43979f40ae4eb56b1a4cc9b3bf39c233cafa166edb193a3c20657d7c9f592941ac19b22852516d34d956586390c7c7
diff --git a/www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch b/www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch
deleted file mode 100644
index ef220bf8e07f..000000000000
--- a/www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.ac 2024-09-18 16:00:53.000000000 +0200
-+++ b/configure.ac 2025-08-08 10:05:06.225282494 +0200
-@@ -90,7 +90,6 @@
- AX_CHECK_COMPILE_FLAG([-Wall], [WERROR_CFLAGS="$WERROR_CFLAGS -Wall"])
- AX_CHECK_COMPILE_FLAG([-Wconversion], [WERROR_CFLAGS="$WERROR_CFLAGS -Wconversion"])
- AX_CHECK_COMPILE_FLAG([-Wextra], [WERROR_CFLAGS="$WERROR_CFLAGS -Wextra"])
-- AX_CHECK_COMPILE_FLAG([-Werror], [WERROR_CFLAGS="$WERROR_CFLAGS -Werror"])
- AX_CHECK_COMPILE_FLAG([-Wmissing-prototypes], [WERROR_CFLAGS="$WERROR_CFLAGS -Wmissing-prototypes"])
- AX_CHECK_COMPILE_FLAG([-Wstrict-prototypes], [WERROR_CFLAGS="$WERROR_CFLAGS -Wstrict-prototypes"])
- AX_CHECK_COMPILE_FLAG([-Wmissing-declarations], [WERROR_CFLAGS="$WERROR_CFLAGS -Wmissing-declarations"])
---- a/src/Makefile.am 2024-09-18 16:00:53.000000000 +0200
-+++ b/src/Makefile.am 2025-08-08 10:16:27.571458349 +0200
-@@ -23,7 +23,7 @@
- # mod_md for httpd
- #---------------------------------------------------------------------------------------------------
-
--mod_tls_la_CPPFLAGS = -g -I../src -std=c99 -D_GNU_SOURCE -Werror @WERROR_CFLAGS@
-+mod_tls_la_CPPFLAGS = -I../src -std=c99 -D_GNU_SOURCE @WERROR_CFLAGS@
- mod_tls_la_LDFLAGS = -lrustls -module -export-symbols-regex tls_module
-
-
diff --git a/www-apache/mod_tls/files/mod_tls.conf b/www-apache/mod_tls/files/mod_tls.conf
deleted file mode 100644
index 572db10cfcb3..000000000000
--- a/www-apache/mod_tls/files/mod_tls.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-<IfDefine TLS>
-
-LoadModule tls_module modules/mod_tls.so
-
-</IfDefine>
diff --git a/www-apache/mod_tls/metadata.xml b/www-apache/mod_tls/metadata.xml
deleted file mode 100644
index f536232054b7..000000000000
--- a/www-apache/mod_tls/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>apache-bugs@gentoo.org</email>
- <name>Apache project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">icing/mod_tls</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild b/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild
deleted file mode 100644
index bec4a0645e17..000000000000
--- a/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit apache-module autotools
-
-DESCRIPTION="A module that uses rustls to provide a memory safe TLS implementation in Rust"
-HOMEPAGE="https://github.com/icing/mod_tls"
-SRC_URI="https://github.com/icing/mod_tls/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ssl"
-
-RDEPEND="
- || ( =net-libs/rustls-ffi-0.15* =net-libs/rustls-ffi-0.14* )
- >=www-servers/apache-2.4.48[-apache2_modules_tls(-)]
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-werror.patch" )
-
-need_apache2_4
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-
- APACHE2_MOD_DEFINE="TLS"
- insinto "${APACHE_MODULES_CONFDIR}"
- newins "${FILESDIR}/mod_tls.conf" "41_mod_tls.conf"
-}
diff --git a/www-apache/mod_tls/mod_tls-0.14.0.ebuild b/www-apache/mod_tls/mod_tls-0.14.0.ebuild
deleted file mode 100644
index 9abd7d4fcce9..000000000000
--- a/www-apache/mod_tls/mod_tls-0.14.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit apache-module autotools
-
-DESCRIPTION="A module that uses rustls to provide a memory safe TLS implementation in Rust"
-HOMEPAGE="https://github.com/icing/mod_tls"
-SRC_URI="https://github.com/icing/mod_tls/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ssl"
-
-RDEPEND="
- =net-libs/rustls-ffi-0.14*
- >=www-servers/apache-2.4.48[-apache2_modules_tls(-)]
-"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-
- APACHE2_MOD_DEFINE="TLS"
- insinto "${APACHE_MODULES_CONFDIR}"
- newins "${FILESDIR}/mod_tls.conf" "41_mod_tls.conf"
-}