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

13
README
View File

@ -9,7 +9,7 @@ code over and over again on each project.
Releases Releases
-------- --------
<http://libbsd.freedesktop.org/releases/> <https://libbsd.freedesktop.org/releases/>
Mailing List Mailing List
@ -17,7 +17,7 @@ Mailing List
The subscription interface and web archives can be found at: 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: The mail address is:
@ -27,5 +27,10 @@ The mail address is:
Source Repository Source Repository
----------------- -----------------
<http://cgit.freedesktop.org/libbsd> The master repository can be browsed at:
<git://anongit.freedesktop.org/git/libbsd>
<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 Name: libbsd-ctor
Description: Automatic constructor functions for libbsd Description: Automatic constructor functions for libbsd
Version: @VERSION@ Version: @VERSION@
URL: http://libbsd.freedesktop.org/ URL: https://libbsd.freedesktop.org/
Cflags: -I${includedir} Cflags: -I${includedir}
Libs: -L${libdir} -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor Libs: -L${libdir} -Wl,-z,nodlopen -Wl,-u,libbsd_init_func -lbsd-ctor
Requires: libbsd Requires: libbsd

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libbsd Name: libbsd
Description: Utility functions from BSD systems (overlay) Description: Utility functions from BSD systems (overlay)
Version: @VERSION@ Version: @VERSION@
URL: http://libbsd.freedesktop.org/ URL: https://libbsd.freedesktop.org/
Libs: -L${libdir} -lbsd Libs: -L${libdir} -lbsd
Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libbsd Name: libbsd
Description: Utility functions from BSD systems Description: Utility functions from BSD systems
Version: @VERSION@ Version: @VERSION@
URL: http://libbsd.freedesktop.org/ URL: https://libbsd.freedesktop.org/
Libs: -L${libdir} -lbsd Libs: -L${libdir} -lbsd
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -25,9 +25,10 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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 <errno.h>
#include <string.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 * 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 static int
spt_clearenv(void) spt_clearenv(void)