public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mod_gnutls] rawhide: Orphaned for 6+ weeks
Date: Fri, 26 Jun 2026 02:04:26 GMT	[thread overview]
Message-ID: <178243946643.1.16395205516389447665.rpms-mod_gnutls-03e1fa971968@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mod_gnutls
Branch : rawhide
Commit : 03e1fa971968a98a9cdfc47e7242c55f5462c584
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-06-25T21:04:21-05:00
Stats  : +1/-387 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/mod_gnutls/c/03e1fa971968a98a9cdfc47e7242c55f5462c584?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0d30f64..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-mod_gnutls-0.5.5.tar.bz2
-/mod_gnutls-0.5.10.tar.bz2
-/mod_gnutls-0.6.tar.gz
-/mod_gnutls-0.7.tar.bz2
-/mod_gnutls-0.7.3.tar.bz2
-/mod_gnutls-0.7.5.tar.bz2
-/mod_gnutls-0.8.1.tar.bz2
-/mod_gnutls-0.8.2.tar.bz2
-/mod_gnutls-0.8.4.tar.bz2
-/mod_gnutls-0.9.0.tar.bz2
-/mod_gnutls-0.12.0.tar.bz2

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks

diff --git a/mod_gnutls-0.5.10-httpd24.patch b/mod_gnutls-0.5.10-httpd24.patch
deleted file mode 100644
index bc529ef..0000000
--- a/mod_gnutls-0.5.10-httpd24.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Fix for httpd 2.4.
-
---- mod_gnutls-0.5.10/src/gnutls_hooks.c.httpd24
-+++ mod_gnutls-0.5.10/src/gnutls_hooks.c
-@@ -750,7 +750,12 @@ int mgs_hook_pre_connection(conn_rec * c
- 		return DECLINED;
- 	}
- 
-+#if AP_MODULE_MAGIC_AT_LEAST(20111130, 0)
-+        /* ### this is a bizarre test -- jorton */
-+	if (c->client_addr->hostname || strcmp(c->client_ip,c->local_ip) == 0) {
-+#else
- 	if (c->remote_addr->hostname || apr_strnatcmp(c->remote_ip,c->local_ip) == 0) {
-+#endif
-         /* Connection initiated by Apache (mod_proxy) => ignore */
-                 return OK;
-         }

diff --git a/mod_gnutls-0.5.10-no-extra.patch b/mod_gnutls-0.5.10-no-extra.patch
deleted file mode 100644
index c629f6b..0000000
--- a/mod_gnutls-0.5.10-no-extra.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up mod_gnutls-0.5.10/include/mod_gnutls.h.in.no-extra mod_gnutls-0.5.10/include/mod_gnutls.h.in
---- mod_gnutls-0.5.10/include/mod_gnutls.h.in.no-extra	2011-07-08 23:29:46.000000000 +0200
-+++ mod_gnutls-0.5.10/include/mod_gnutls.h.in	2013-03-07 09:08:49.833348848 +0100
-@@ -28,7 +28,6 @@
- #include "ap_release.h"
- 
- #include <gnutls/gnutls.h>
--#include <gnutls/extra.h>
- #include <gnutls/openpgp.h>
- #include <gnutls/x509.h>
- 

diff --git a/mod_gnutls.conf b/mod_gnutls.conf
deleted file mode 100644
index 063daa1..0000000
--- a/mod_gnutls.conf
+++ /dev/null
@@ -1,58 +0,0 @@
-LoadModule gnutls_module modules/mod_gnutls.so
-
-GnuTLSCache dbm "/var/cache/mod_gnutls"
-GnuTLSCacheTimeout 300
-GnuTLSPriorities @SYSTEM
-Listen 443
-
-# For PKCS #11 support
-# Load a specific PKCS #11 module (if not set all p11-kit registered
-# modules will be queried).
-#GnuTLSP11Module PATH_TO_LIBRARY
-
-<VirtualHost _default_:443>
-
-# General setup for the virtual host, inherited from global configuration
-DocumentRoot "/var/www/html"
-#ServerName www.example.com:443
-
-# Use separate log files for the SSL virtual host; note that LogLevel
-# is not inherited from httpd.conf.
-ErrorLog logs/ssl_error_log
-TransferLog logs/ssl_access_log
-LogLevel warn
-
-#   Enable GnuTLS for this virtual host
-GnuTLSEnable on
-
-# Enable Session Tickets for the server
-#GnuTLSSessionTickets on
-
-# Set the certificate and private key files. These can
-# also be PKCS #11 URLs.
-#GnuTLSCertificateFile /etc/pki/httpd/public/server.crt
-#GnuTLSKeyFile /etc/pki/httpd/private/server.key
-
-# You can also specify a key stored in a hardware/software security module (via PKCS #11),
-# by specifying PKCS #11 URLs. Note however, that apache is SELinux enabled and access
-# to certain modules may be denied. In that case it is recommended to open a bug on 
-# selinux-policy package, and/or contact the Fedora SELinux team at:
-# https://admin.fedoraproject.org/mailman/listinfo/selinux
-#
-#GnuTLSCertificateFile "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;serial=1fd5a8f7cc3ec73b;token=soft%20token;id=%46%3a%3f%03%18%46%22%a9%71%64%3f%60%ac%cd%fc%1f%88%c7%b6%31;object=server-soft;type=cert"
-#GnuTLSKeyFile "pkcs11:model=SoftHSM%20v2;manufacturer=SoftHSM%20project;serial=f0490bea351ba5b1;token=System%20softtoken;id=%00%01%02%03%04%05;object=server-key;type=private;pin-value=2092"
-
-# Set `GnuTLSPIN` if the key file is encrypted.
-#GnuTLSPIN 1234
-
-# Enable Client Certificate Verification
-# GnuTLSClientVerify [ignore|request|require]
-GnuTLSClientVerify ignore
-
-# Set the allowed ciphers, key exchange algorithms, MACs and compression
-# methods
-#GnuTLSPriorities @SYSTEM
-#GnuTLSPriorities PERFORMANCE
-
-</VirtualHost>                                  
-

diff --git a/mod_gnutls.spec b/mod_gnutls.spec
deleted file mode 100644
index cba2a89..0000000
--- a/mod_gnutls.spec
+++ /dev/null
@@ -1,257 +0,0 @@
-%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
-Name:      mod_gnutls
-Version:   0.12.0
-Release:   14%{?dist}
-Summary:   GnuTLS module for the Apache HTTP server
-# Automatically converted from old format: ASL 2.0 - review is highly recommended.
-License:   Apache-2.0
-URL:       http://mod.gnutls.org/
-Source0:   https://mod.gnutls.org/downloads/%{name}-%{version}.tar.bz2
-Source1:   mod_gnutls.conf
-ExcludeArch: %{ix86}  %{arm}
-BuildRequires: make
-BuildRequires: gnutls-devel, gnutls-utils, httpd-devel, apr-util-devel >= 1.3, libtool, autoconf, automake, softhsm-devel, python3, python3-pyyaml
-Requires:  apr-util >= 1.3, gnutls-utils, httpd-mmn = %{_httpd_mmn}
-
-%description
-mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1
-encryption for Apache HTTPD.  It is similar to mod_ssl in purpose, but does
-not use OpenSSL.  A primary benefit of using this module is the ability to
-configure multiple SSL certificates for a single IP-address/port combination
-(useful for securing virtual hosts).
-    
-Features
-    * Support for SSL 3.0, TLS 1.0 and TLS 1.1.
-    * Support for client certificates.
-    * Support for RFC 5081 OpenPGP certificate authentication.
-    * Support for Server Name Indication.
-    * Distributed SSL Session Cache via Memcached
-    * Local SSL Session Cache using DBM
-    * Sets enviromental vars for scripts (compatible with mod_ssl vars)
-    * Small and focused code base:
-         Lines of code in mod_gnutls: 3,593
-         Lines of code in mod_ssl: 15,324
-
-%prep
-%setup -q
-cp %{SOURCE1} .
-
-%build
-rm -f configure
-export APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
-export APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
-autoreconf -f -i
-
-rm -rf autom4te.cache
-
-%configure %{?_httpd_apxs:--with-apxs=%{_httpd_apxs}}
-%{__make} %{?_smp_mflags}
-
-%check
-# missing dependencies for running test
-# %{__make} check
-
-%install
-rm -rf %{buildroot}
-%{__install} -m 755 -D src/.libs/mod_gnutls.so %{buildroot}%{_libdir}/httpd/modules/mod_gnutls.so
-%{__install} -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/mod_gnutls.conf
-
-%pre
-rm -fr %{_localstatedir}/cache/mod_gnutls
-
-%files
-%doc README NOTICE LICENSE 
-%{_libdir}/httpd/modules/*.so
-%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_gnutls.conf
-
-%changelog
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 0.12.0-11
-- convert license to SPDX
-
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Mon May 30 2022 Jiri Kastner <jkastner@fedoraproject.org> - 0.12.0-4
-- exclude armhfp architecture
-
-* Mon May 30 2022 Jiri Kastner <jkastner@fedoraproject.org> - 0.12.0-3
-- exclude i686 architecture
-
-* Mon May 30 2022 Jiri Kastner <jkastner@fedoraproject.org> - 0.12.0-2
-- add missing build requirements
-
-* Mon May 30 2022 Jiri Kastner <jkastner@fedoraproject.org> - 0.12.0-1
-- update to 0.12.0
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Wed Jan 23 2019 Jiri Kastner <jkastner@redhat.com> - 0.9.0-1
-- update to 0.9.0
-
-* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 0.8.4-3
-- Rebuilt for libcrypt.so.2 (#1666033)
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Mon Apr 16 2018 Jiri Kastner <jkastner@redhat.com> - 0.8.4-1
-- update to 0.8.4
-
-* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.8.2-5
-- Rebuilt for switch to libxcrypt
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Wed Jan 11 2017 Jiri Kastner <jkastner@redhat.com> - 0.8.2-1
-- update to 0.8.2
-
-* Wed Dec 21 2016 Jiri Kastner <jkastner@redhat.com> - 0.8.1-1
-- update to 0.8.1
-
-* Tue Dec 13 2016 Jiri Kastner <jkastner@redhat.com> - 0.8.0-1
-- rebase to 0.8.0
-- softhsm-devel added to dependency and comments to config file regarding selinux (rhbs#1250975)
-
-* Mon Jun 13 2016 Jiri Kastner <jkastner@redhat.com> - 0.7.5-1
-- rebase to 0.7.5 (rhbz#1339412)
-
-* Sun Feb 14 2016 Jiri Kastner <jkastner@redhat.com> - 0.7.3-1
-- rebase to 0.7.3
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Mon Jul 20 2015 Jiri Kastner <jkastner@redhat.com> - 0.7-2
-- putting examples to mod_gnutls.conf (rhbz#1243837)
-
-* Tue Jul 14 2015 Jiri Kastner <jkastner@redhat.com> - 0.7-1
-- rebase to 0.7
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Tue Oct  7 2014 Jiri Kastner <jkastner@redhat.com> - 0.6-1
-- rebase to 0.6 (rhbz#1109115)
-
-* Fri Oct  3 2014 Jiri Kastner <jkastner@redhat.com> - 0.5.10-14
-- fix change to use system policy (rhbz#1109115) only on newer fedoras
-
-* Fri Sep 12 2014 Jiri Kastner <jkastner@redhat.com> - 0.5.10-13
-- config change to use system policy (rhbz#1109115)
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 0.5.10-10
-- fix _httpd_mmn expansion in absence of httpd-devel
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Mar  7 2013 Tomáš Mráz <tmraz@redhat.com> - 0.5.10-8
-- fix build with new GnuTLS
-
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Mar 29 2012 Joe Orton <jorton@redhat.com> - 0.5.10-6
-- fix build w/httpd 2.4
-
-* Tue Mar 27 2012 Jiri Kastner <jkastner@redhat.com> - 0.5.10-5
-- httpd 2.4 rebuild
-
-* Mon Mar 19 2012 Jiri Kastner <jkastner@redhat.com> - 0.5.10-4
-- removed httpd require
-
-* Wed Mar 14 2012 Jiri Kastner <jkastner@redhat.com> - 0.5.10-3
-- added dependency for httpd-mmn
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Thu Oct 27 2011 Jiri Kastner <jkastner@redhat.com> - 0.5.10-1
-- apr_memcache.m4 modified for correct cheking of apr_memcache in apr-util
-- removed /var/cache/mod_gnutls from 'files' and 'install' stanzas
-- added 'pre' stanza for removal of old cache
-- update to 0.5.10
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Thu Sep 17 2009 Erick Calder <rpm@arix.com> - 0.5.5-5
-- removed use of define {ooo}
-
-* Thu Sep 17 2009 Erick Calder <rpm@arix.com> - 0.5.5-4
-- dependency generator missed need for httpd.  added by hand.
-- abstracted Source0:
-
-* Tue Sep 15 2009 Erick Calder <rpm@arix.com> - 0.5.5-3
-- mention of SRP removed from description of package
-- added httpd-devel to build requires
-- fixed license (harmonized with httpd)
-
-* Tue Sep 15 2009 Erick Calder <rpm@arix.com> - 0.5.5-2
-- Added BuildRequires
-- removed comments stating the specfile was generated by cpan2rpm
-- added BuildRoot
-- added install clean
-
-* Fri Sep 11 2009 Erick Calder <rpm@arix.com> - 0.5.5-2
-- Initial build
-

diff --git a/mod_gnutls_apr_memcache_m4_dirty.patch b/mod_gnutls_apr_memcache_m4_dirty.patch
deleted file mode 100644
index 028ebe1..0000000
--- a/mod_gnutls_apr_memcache_m4_dirty.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- mod_gnutls-0.5.10/m4/apr_memcache.m4	2011-07-08 23:29:46.000000000 +0200
-+++ mod_gnutls-0.5.10/m4/apr_memcache.m4.new	2011-09-15 20:04:00.117806214 +0200
-@@ -40,21 +40,20 @@
- if test -n "$apr_memcache_includes"; then
-     apr_memcache_includedir=$apr_memcache_includes
- elif test -n "$apr_memcache_prefix"; then
--    apr_memcache_includedir=$apr_memcache_prefix/include/apr_memcache-0
-+    apr_memcache_includedir=$apr_memcache_prefix/include/aprutil-1
- else
--    apr_memcache_includedir=$includedir/apr_memcache-0
-+    apr_memcache_includedir=$includedir/aprutil-1
- fi
-+
- CFLAGS="-I$apr_memcache_includedir $CFLAGS"
- 
-+
- AC_CHECK_LIB(
--    apr_memcache,
-+    aprutil-1,
-     apr_memcache_create,
-     [
--	APR_MEMCACHE_LIBS="-lapr_memcache"
--	if test -n "$apr_memcache_libdir"; then
--	    APR_MEMCACHE_LIBS="-R$apr_memcache_libdir -L$apr_memcache_libdir $APR_MEMCACHE_LIBS"
--	fi
--	APR_MEMCACHE_CFLAGS="-I$apr_memcache_includedir"
-+    APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
-+    APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
-     ]
- )
- CFLAGS=$save_CFLAGS

diff --git a/sources b/sources
deleted file mode 100644
index 28cc94b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (mod_gnutls-0.12.0.tar.bz2) = 1ec32d0641dc8dc520726a4439edf2e9dbe582651aa4c782047d0499e5e7418b3145eb071d9e97aa4ec803e6818974efea2ed8ed18e5062cd7fdb90ef2e9e0f2

                 reply	other threads:[~2026-06-26  2:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178243946643.1.16395205516389447665.rpms-mod_gnutls-03e1fa971968@fedoraproject.org \
    --to=packaging-reports@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox