mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 08:00:57 +01:00
Switch URLs from http or git to https
This commit is contained in:
parent
cbe3057703
commit
ed84bec5aa
2
COPYING
2
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:
|
||||
*
|
||||
|
13
README
13
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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user