diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /www-apache/mod_tls | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'www-apache/mod_tls')
| -rw-r--r-- | www-apache/mod_tls/Manifest | 1 | ||||
| -rw-r--r-- | www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch | 21 | ||||
| -rw-r--r-- | www-apache/mod_tls/files/mod_tls.conf | 5 | ||||
| -rw-r--r-- | www-apache/mod_tls/metadata.xml | 11 | ||||
| -rw-r--r-- | www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild | 42 | ||||
| -rw-r--r-- | www-apache/mod_tls/mod_tls-0.14.0.ebuild | 40 |
6 files changed, 120 insertions, 0 deletions
diff --git a/www-apache/mod_tls/Manifest b/www-apache/mod_tls/Manifest new file mode 100644 index 000000000000..90ccd3a96068 --- /dev/null +++ b/www-apache/mod_tls/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..ef220bf8e07f --- /dev/null +++ b/www-apache/mod_tls/files/mod_tls-0.14.0-werror.patch @@ -0,0 +1,21 @@ +--- 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 new file mode 100644 index 000000000000..572db10cfcb3 --- /dev/null +++ b/www-apache/mod_tls/files/mod_tls.conf @@ -0,0 +1,5 @@ +<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 new file mode 100644 index 000000000000..f536232054b7 --- /dev/null +++ b/www-apache/mod_tls/metadata.xml @@ -0,0 +1,11 @@ +<?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 new file mode 100644 index 000000000000..bec4a0645e17 --- /dev/null +++ b/www-apache/mod_tls/mod_tls-0.14.0-r1.ebuild @@ -0,0 +1,42 @@ +# 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 new file mode 100644 index 000000000000..9abd7d4fcce9 --- /dev/null +++ b/www-apache/mod_tls/mod_tls-0.14.0.ebuild @@ -0,0 +1,40 @@ +# 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" +} |
