Switch URLs from http or git to https

This commit is contained in:
Guillem Jover 2016-02-10 10:38:51 +01:00
parent cbe3057703
commit ed84bec5aa
7 changed files with 18 additions and 12 deletions

View File

@ -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:
*

13
README
View File

@ -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>

View 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

View 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

View 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}

View File

@ -26,8 +26,9 @@
*/
/*
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>

View 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)