summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2020-10-14 06:24:54 +0000
committerPeter Eisentraut2020-10-14 06:24:54 +0000
commit39b4a951003a6545268e141272e123929d0d710f (patch)
treea1391d596783629a78a1c598179f0a3db4b94a0f
parent4e118fc33e3ca5244c11a81a71bd25cf9ed3d484 (diff)
Use https for gnu.org links
Mostly already done, but there were some stragglers.
-rw-r--r--doc/src/sgml/installation.sgml2
-rw-r--r--src/include/c.h3
-rw-r--r--src/include/port/atomics/generic-gcc.h4
-rw-r--r--src/interfaces/ecpg/Makefile2
-rw-r--r--src/tools/RELEASE_CHANGES2
5 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 3f12acb7189..3ac588dfb5c 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -239,7 +239,7 @@ su - postgres
class="osname">Linux</systemitem>, <systemitem class="osname">NetBSD</systemitem>,
<systemitem class="osname">Solaris</systemitem>), for other systems you
can download an add-on package from <ulink
- url="http://www.gnu.org/software/gettext/"></ulink>.
+ url="https://www.gnu.org/software/gettext/"></ulink>.
If you are using the <application>Gettext</application> implementation in
the <acronym>GNU</acronym> C library then you will additionally
need the <productname>GNU Gettext</productname> package for some
diff --git a/src/include/c.h b/src/include/c.h
index 2c61ca8aa89..aca36c757ec 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -1132,7 +1132,8 @@ typedef union PGAlignedXLogBlock
* access to the original string and translated string, and for cases where
* immediate translation is not possible, like when initializing global
* variables.
- * http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
+ *
+ * https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
*/
#define gettext_noop(x) (x)
diff --git a/src/include/port/atomics/generic-gcc.h b/src/include/port/atomics/generic-gcc.h
index 2d84305f26b..1a3dce34ed3 100644
--- a/src/include/port/atomics/generic-gcc.h
+++ b/src/include/port/atomics/generic-gcc.h
@@ -10,9 +10,9 @@
*
* Documentation:
* * Legacy __sync Built-in Functions for Atomic Memory Access
- * http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
+ * https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
* * Built-in functions for memory model aware atomic operations
- * http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
+ * https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
*
* src/include/port/atomics/generic-gcc.h
*
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
index 41460a17c96..a8f91e3dc2b 100644
--- a/src/interfaces/ecpg/Makefile
+++ b/src/interfaces/ecpg/Makefile
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
-# http://savannah.gnu.org/bugs/?30653
+# https://savannah.gnu.org/bugs/?30653
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
# (There are some other parallelism bugs in the subdirectory makefiles
# themselves, but there's little point in fixing them as long as we have
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 6ba9121e303..5206640341d 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -73,7 +73,7 @@ but there may be reasons to do them at other times as well.
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
* Update config.guess and config.sub
- (from http://savannah.gnu.org/projects/config)
+ (from https://savannah.gnu.org/projects/config)
* Update inet/cidr data types with newest Bind patches