]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Switch URLs from http or git to https
authorGuillem Jover <guillem@hadrons.org>
Wed, 10 Feb 2016 09:38:51 +0000 (10:38 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 13 Feb 2016 07:46:35 +0000 (08:46 +0100)
COPYING
README
src/libbsd-ctor.pc.in
src/libbsd-overlay.pc.in
src/libbsd.pc.in
src/progname.c
src/setproctitle.c

diff --git a/COPYING b/COPYING
index d04b25043626be10d2b3cba043872cf4897925b4..470416264a8406008e74c464476ab73de21849bf 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files:
  *
diff --git a/README b/README
index af221e64e62737c9c12770932a9b67982df04362..d516db063fd69b2f855a3680b7949121b471582a 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ code over and over again on each project.
 Releases
 --------
 
-  <http://libbsd.freedesktop.org/releases/>
+  <https://libbsd.freedesktop.org/releases/>
 
 
 Mailing List
@@ -17,7 +17,7 @@ Mailing List
 
 The subscription interface and web archives can be found at:
 
-  <http://lists.freedesktop.org/mailman/listinfo/libbsd>
+  <https://lists.freedesktop.org/mailman/listinfo/libbsd>
 
 The mail address is:
 
@@ -27,5 +27,10 @@ The mail address is:
 Source Repository
 -----------------
 
-  <http://cgit.freedesktop.org/libbsd>
-  <git://anongit.freedesktop.org/git/libbsd>
+The master repository can be browsed at:
+
+  <https://cgit.freedesktop.org/libbsd>
+
+and cloned from:
+
+  <https://anongit.freedesktop.org/git/libbsd>
index 117b823edf0286ab1babec8364201b4a8b1beb57..d183904d4f9cea24fc91def3ceb5e366a22d4f83 100644 (file)
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libbsd-ctor
 Description: Automatic constructor functions for libbsd
 Version: @VERSION@
-URL: http://libbsd.freedesktop.org/
+URL: https://libbsd.freedesktop.org/
 Cflags: -I${includedir}
 Libs: -L${libdir} -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor
 Requires: libbsd
index 2bbb1e2ece01ba89062934b2815d373d772da7cb..ac8bf89b31c93f28ab1d1fe38b931d2a417335eb 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libbsd
 Description: Utility functions from BSD systems (overlay)
 Version: @VERSION@
-URL: http://libbsd.freedesktop.org/
+URL: https://libbsd.freedesktop.org/
 Libs: -L${libdir} -lbsd
 Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
index 9f973230b6fabf2cf1128770114610937234d1ef..d141fea260f5caa8ab9125a2f9e81431bdbbec1b 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libbsd
 Description: Utility functions from BSD systems
 Version: @VERSION@
-URL: http://libbsd.freedesktop.org/
+URL: https://libbsd.freedesktop.org/
 Libs: -L${libdir} -lbsd
 Cflags: -I${includedir}
index 9bc5e4b77b8165fd3a6519825f581fe28ce688eb..10c3701b5533a51f40b6447df356a95f6c8fbd58 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* 
-  Rejected in glibc (http://sourceware.org/ml/libc-alpha/2006-03/msg00125.html)
-*/
+/*
+ * Rejected in glibc
+ * <https://sourceware.org/ml/libc-alpha/2006-03/msg00125.html>.
+ */
 
 #include <errno.h>
 #include <string.h>
index 11d8f7ae52ad4731faa889e3dced1c8f4d3582d3..c18c61c9cdff517e3c14af9587095cece6d1bb57 100644 (file)
@@ -56,7 +56,7 @@ spt_min(size_t a, size_t b)
 
 /*
  * For discussion on the portability of the various methods, see
- * http://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043136.html
+ * https://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043136.html
  */
 static int
 spt_clearenv(void)