[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 5 Oct 2024 05:51:24 -0400 (EDT) |
branch: master
commit e436346a0788c857bb44bdfa1196a17fe5f4d893
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 31 16:05:57 2024 +0200
* tp/texi2any.pl ($configured_url): replace http by https in
$configured_url.
---
ChangeLog | 5 +++++
tp/texi2any.pl | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f787593394..e4b01c451f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-31 Patrice Dumas <pertusus@free.fr>
+
+ * tp/texi2any.pl ($configured_url): replace http by https in
+ $configured_url.
+
2024-08-31 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/converters_defaults.txt (PACKAGE_URL),
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index b3f41b5d35..abb76befe9 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -275,7 +275,7 @@ $configured_name = 'GNU Texinfo'
if ($configured_name eq '@' .'PACKAGE_NAME@');
my $configured_name_version = "$configured_name $configured_version";
my $configured_url = '@PACKAGE_URL@';
-$configured_url = 'http://www.gnu.org/software/texinfo/'
+$configured_url = 'https://www.gnu.org/software/texinfo/'
if ($configured_url eq '@' .'PACKAGE_URL@');
my $texinfo_dtd_version = '@TEXINFO_DTD_VERSION@';