-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:
*
Releases
--------
- <http://libbsd.freedesktop.org/releases/>
+ <https://libbsd.freedesktop.org/releases/>
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:
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>
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
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
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}
* 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>
/*
* 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)