From 51df3b63c594a7e35446d2e2e19637e54240b0b2 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 5 Dec 2015 14:24:05 -0600 Subject: [PATCH] Use HTTPS for all links to website --- README | 4 ++-- archlinux/PKGBUILD | 4 ++-- debian/control | 2 +- debian/copyright | 2 +- debian/watch | 2 +- include/wimlib.h | 14 +++++++------- rpm/wimtools.spec | 4 ++-- src/ntfs-3g_apply.c | 2 +- wimlib.pc.in | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README b/README index ffa855c4..2fce0898 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ for Debian and RPM packaging are in the debian/ and rpm/ directories. To install wimlib and wimlib-imagex on Windows, just download and extract the ZIP file containing the latest binaries. See README.WINDOWS for more details. -All official wimlib releases are available from http://wimlib.net. +All official wimlib releases are available from https://wimlib.net. WIM FILES @@ -45,7 +45,7 @@ file extension rather than ".wim". They are supported in wimlib since v1.6.0. IMAGEX IMPLEMENTATION wimlib itself is a C library, and it provides a documented public API (See: -http://wimlib.net/apidoc) for other programs to use. However, it is also +https://wimlib.net/apidoc) for other programs to use. However, it is also distributed with a command-line program called "wimlib-imagex" that uses this library to implement an imaging tool similar to Microsoft's ImageX. wimlib-imagex supports almost all the capabilities of Microsoft's ImageX as well diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 29aa2f79..b8195b1f 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.8.3 pkgrel=1 pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") -url="http://wimlib.net" +url="https://wimlib.net" license=("custom") depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr") optdepends=("cdrkit: for making ISO image of Windows PE" @@ -14,7 +14,7 @@ optdepends=("cdrkit: for making ISO image of Windows PE" "cabextract: for extracting Windows PE from the WAIK" "ntfsprogs: for making NTFS filesystems") checkdepends=("ntfsprogs") -source=("http://wimlib.net/downloads/$pkgname-$pkgver.tar.gz") +source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" diff --git a/debian/control b/debian/control index 3b14344f..f424296a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8.9.7), autotools-dev, pkg-config, Build-Depends-Indep: doxygen Standards-Version: 3.9.3 Section: libs -Homepage: http://wimlib.net +Homepage: https://wimlib.net Vcs-Git: git://wimlib.net/wimlib Package: wimlib15 diff --git a/debian/copyright b/debian/copyright index af3dd447..16ffdee6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: wimlib -Source: http://wimlib.net +Source: https://wimlib.net Files: * Copyright: 2012, 2013, 2014 Eric Biggers diff --git a/debian/watch b/debian/watch index 14f0e546..0d727f66 100644 --- a/debian/watch +++ b/debian/watch @@ -3,4 +3,4 @@ # Compulsory line, this is a version 3 file version=3 -http://wimlib.net/downloads/wimlib-(.*)\.tar\.gz +https://wimlib.net/downloads/wimlib-(.*)\.tar\.gz diff --git a/include/wimlib.h b/include/wimlib.h index 95c51b21..09462278 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -3,7 +3,7 @@ * @brief External header for wimlib. * * This file contains comments for generating documentation with Doxygen. The - * built HTML documentation can be viewed at http://wimlib.net/apidoc. Make + * built HTML documentation can be viewed at https://wimlib.net/apidoc. Make * sure to see the Modules page to make more sense of * the declarations in this header. */ @@ -16,14 +16,14 @@ * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex * program, please see the manual pages and also the README + * href="https://wimlib.net/gitlist/wimlib/blob/master/README">README * file. * * @section sec_installing Installing * * @subsection UNIX * - * Download the source code from http://wimlib.net. Install the library by + * Download the source code from https://wimlib.net. Install the library by * running configure && make && sudo make install. See the README for * information about configuration options. To use wimlib in your program after * installing it, include wimlib.h and link your program with -lwim. @@ -32,8 +32,8 @@ * * Download the Windows binary distribution with the appropriate architecture * (i686 or x86_64 --- also called "x86" and "amd64" respectively) from - * http://wimlib.net. Link your program with the libwim-15.dll file. Make sure - * to also download the source code so you can get wimlib.h, as it is not + * https://wimlib.net. Link your program with the libwim-15.dll file. Make + * sure to also download the source code so you can get wimlib.h, as it is not * included in the binary distribution. If you need to access the DLL from * other programming languages, note that the calling convention is "cdecl". * @@ -43,8 +43,8 @@ * distribution. * * There is also the source - * code of wimlib-imagex, which is complicated but uses most + * href="https://wimlib.net/gitlist/wimlib/blob/master/programs/imagex.c"> + * source code of wimlib-imagex, which is complicated but uses most * capabilities of wimlib. * * @section backwards_compatibility Backwards Compatibility diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index fcb1f77b..df9f3da7 100644 --- a/rpm/wimtools.spec +++ b/rpm/wimtools.spec @@ -3,9 +3,9 @@ Summary: Tools to create, extract, modify, and mount WIM files Version: 1.8.3 Release: 1 License: GPLv3+ -URL: http://wimlib.net +URL: https://wimlib.net Packager: Eric Biggers -Source: http://wimlib.net/downloads/wimlib-%{version}.tar.gz +Source: https://wimlib.net/downloads/wimlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index 2b4a1efb..ccfd6fde 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -455,7 +455,7 @@ ntfs_3g_set_metadata(ntfs_inode *ni, const struct wim_inode *inode, "the security descriptor is invalid. If you " "are extracting a Windows 10 image, this may be " "caused by a known bug in libntfs-3g. See: " - "http://wimlib.net/forums/viewtopic.php?f=1&t=4 " + "https://wimlib.net/forums/viewtopic.php?f=1&t=4 " "for more information.\n\n"); } return ret; diff --git a/wimlib.pc.in b/wimlib.pc.in index 518f554e..9230a2c0 100644 --- a/wimlib.pc.in +++ b/wimlib.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: wimlib Description: Library to extract, create, modify, and mount Windows Imaging (WIM) files -URL: http://wimlib.net +URL: https://wimlib.net Version: @VERSION@ Libs: -L${libdir} -lwim Requires.private: @PKGCONFIG_PRIVATE_REQUIRES@ -- 2.43.0