aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2023-12-27 23:32:25 -0500
committerTormod Volden <debian.tormod@gmail.com>2024-01-19 21:53:20 +0100
commit5e4b389f74d5201396af827a6647303b65bafaef (patch)
tree6a7e383730eeb26765c3ac9cd14c700e71687186
parent9a4ec8b3817adc6c06982616e5e9956eb3a9de3d (diff)
downloadlibusb-5e4b389f74d5201396af827a6647303b65bafaef.tar.gz
Replace all http://libusb.info/ with https
The libusb.info website, like most sites these days, auto-redirects to the https version anyway. Also replaced a couple of other http links to https, after verifying that they autoredirect to https. Note this changes the "describe" field in the version info returned by libusb_get_version(). This field is only there for ABI compatibility and contains the website URL. Closes #1407
-rw-r--r--.private/wbs.txt2
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--Xcode/common.xcconfig2
-rw-r--r--Xcode/debug.xcconfig2
-rw-r--r--Xcode/libusb.xcconfig2
-rw-r--r--Xcode/libusb_debug.xcconfig2
-rw-r--r--Xcode/libusb_release.xcconfig2
-rw-r--r--Xcode/release.xcconfig2
-rw-r--r--configure.ac2
-rw-r--r--libusb/core.c6
-rw-r--r--libusb/libusb.h2
-rw-r--r--libusb/strerror.c2
-rw-r--r--libusb/version_nano.h2
14 files changed, 17 insertions, 17 deletions
diff --git a/.private/wbs.txt b/.private/wbs.txt
index 0e4a76b..c6a7e82 100644
--- a/.private/wbs.txt
+++ b/.private/wbs.txt
@@ -39,5 +39,5 @@ o Additional information:
http://windows.libusb.info/#Driver_Installation
- The MinGW and MS generated DLLs are fully interchangeable, provided that you
use the import libs provided or generate one from the .def also provided.
- - If you find any issue, please visit http://libusb.info/ and check the
+ - If you find any issue, please visit https://libusb.info/ and check the
Support section
diff --git a/NEWS b/NEWS
index 07695ab..ba2a610 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-For the latest libusb news, please refer to the ChangeLog file, or visit:
-http://libusb.info
+For the latest libusb news, please refer to the ChangeLog file, or visit:
+https://libusb.info
diff --git a/README b/README
index bf24733..c25266a 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ be ported to other operating systems. Please see the [PORTING](PORTING)
file for more information.
libusb homepage:
-http://libusb.info/
+https://libusb.info/
Developers will wish to consult the API documentation:
http://api.libusb.info
diff --git a/Xcode/common.xcconfig b/Xcode/common.xcconfig
index 54e7fb2..2ab2aac 100644
--- a/Xcode/common.xcconfig
+++ b/Xcode/common.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Xcode/debug.xcconfig b/Xcode/debug.xcconfig
index e910ee8..68fdc5a 100644
--- a/Xcode/debug.xcconfig
+++ b/Xcode/debug.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Xcode/libusb.xcconfig b/Xcode/libusb.xcconfig
index 12f0c46..a41eab5 100644
--- a/Xcode/libusb.xcconfig
+++ b/Xcode/libusb.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Xcode/libusb_debug.xcconfig b/Xcode/libusb_debug.xcconfig
index 11bc4c3..bc2c08c 100644
--- a/Xcode/libusb_debug.xcconfig
+++ b/Xcode/libusb_debug.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Xcode/libusb_release.xcconfig b/Xcode/libusb_release.xcconfig
index 3bd47bb..10a339a 100644
--- a/Xcode/libusb_release.xcconfig
+++ b/Xcode/libusb_release.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Xcode/release.xcconfig b/Xcode/release.xcconfig
index ead284a..760df51 100644
--- a/Xcode/release.xcconfig
+++ b/Xcode/release.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/configure.ac b/configure.ac
index e8204f6..e578f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO])
LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC])
AC_PREREQ([2.69])
-AC_INIT([libusb-1.0], [LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC], [libusb-devel@lists.sourceforge.net], [libusb-1.0], [http://libusb.info])
+AC_INIT([libusb-1.0], [LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC], [libusb-devel@lists.sourceforge.net], [libusb-1.0], [https://libusb.info])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/libusb/core.c b/libusb/core.c
index f67a4a0..2a715bf 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -34,7 +34,7 @@
static const struct libusb_version libusb_version_internal =
{ LIBUSB_MAJOR, LIBUSB_MINOR, LIBUSB_MICRO, LIBUSB_NANO,
- LIBUSB_RC, "http://libusb.info" };
+ LIBUSB_RC, "https://libusb.info" };
static struct timespec timestamp_origin;
#if defined(ENABLE_LOGGING) && !defined(USE_SYSTEM_LOGGING_FACILITY)
static libusb_log_cb log_handler;
@@ -60,12 +60,12 @@ struct list_head active_contexts_list;
*
* libusb is an open source library that allows you to communicate with USB
* devices from user space. For more info, see the
- * <a href="http://libusb.info">libusb homepage</a>.
+ * <a href="https://libusb.info">libusb homepage</a>.
*
* This documentation is aimed at application developers wishing to
* communicate with USB peripherals from their own software. After reviewing
* this documentation, feedback and questions can be sent to the
- * <a href="http://mailing-list.libusb.info">libusb-devel mailing list</a>.
+ * <a href="https://mailing-list.libusb.info">libusb-devel mailing list</a>.
*
* This documentation assumes knowledge of how to operate USB devices from
* a software standpoint (descriptors, configurations, interfaces, endpoints,
diff --git a/libusb/libusb.h b/libusb/libusb.h
index c910d62..e416f09 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -5,7 +5,7 @@
* Copyright © 2012 Pete Batard <pete@akeo.ie>
* Copyright © 2012-2023 Nathan Hjelm <hjelmn@cs.unm.edu>
* Copyright © 2014-2020 Chris Dickens <christopher.a.dickens@gmail.com>
- * For more information, please visit: http://libusb.info
+ * For more information, please visit: https://libusb.info
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libusb/strerror.c b/libusb/strerror.c
index e88a763..847b106 100644
--- a/libusb/strerror.c
+++ b/libusb/strerror.c
@@ -28,7 +28,7 @@
* <li> Download the latest \c strerror.c from:<br>
* https://raw.github.com/libusb/libusb/master/libusb/strerror.c </li>
* <li> Open the file in an UTF-8 capable editor </li>
- * <li> Add the 2 letter <a href="http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1</a>
+ * <li> Add the 2 letter <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1</a>
* code for your locale at the end of \c usbi_locale_supported[]<br>
* Eg. for Chinese, you would add "zh" so that:
* \code... usbi_locale_supported[] = { "en", "nl", "fr" };\endcode
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 6775980..3a55cda 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11868
+#define LIBUSB_NANO 11869