shithub: opus-tools

Download patch

ref: ad46470e40cdc0576d98fc755b054318757b02a0
parent: e0998a3ab94fe1afe427de90c24824e09fb6629a
author: Mark Harris <mark.hsj@gmail.com>
date: Mon Jan 1 18:24:17 EST 2018

Update http URLs to https where appropriate

--- a/COPYING
+++ b/COPYING
@@ -27,7 +27,7 @@
 
 
 Opusinfo is a fork of ogginfo from the vorbis-tools package
-(http://www.xiph.org). It is available under the GPL:
+(https://www.xiph.org). It is available under the GPL:
 
 		    GNU GENERAL PUBLIC LICENSE
 		       Version 2, June 1991
--- a/configure.ac
+++ b/configure.ac
@@ -120,8 +120,7 @@
   dnl fall back to the old school test
   XIPH_PATH_OGG(, AC_MSG_ERROR([
     libogg is required to build this package!
-    please see http://www.xiph.org/ for how to
-    obtain a copy.
+    Please see https://www.xiph.org/ for how to obtain a copy.
   ]))
   saved_CFLAGS="$CFLAGS"
   saved_LIBS="$LIBS"
@@ -141,8 +140,7 @@
   dnl fall back to the old school test
   XIPH_PATH_OPUS(, AC_MSG_ERROR([
     Opus is required to build this package!
-    please see http://opus-codec.org/ for how to
-    obtain a copy.
+    Please see https://opus-codec.org/ for how to obtain a copy.
   ]))
  ])
 
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -146,7 +146,7 @@
 
 _PKG_TEXT
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
+To get pkg-config, see <https://pkg-config.freedesktop.org/>.])
         ])
 else
 	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
--- a/man/opusenc.1
+++ b/man/opusenc.1
@@ -192,7 +192,7 @@
 Add an extra comment.  This may be used multiple times.  The argument
 should be in the form "tag=value".
 See the vorbis-comment specification for well known tag names:
-http://www.xiph.org/vorbis/doc/v-comment.html
+https://www.xiph.org/vorbis/doc/v-comment.html
 .IP "--picture filename|specification"
 Attach album art for the track.
 
--- a/src/opusinfo.c
+++ b/src/opusinfo.c
@@ -929,7 +929,7 @@
 
 static void usage(void) {
     version ();
-    printf (_(" by the Xiph.Org Foundation (http://www.xiph.org/)\n\n"));
+    printf (_(" by the Xiph.Org Foundation (https://www.xiph.org/)\n\n"));
     printf(_("(c) 2003-2005 Michael Smith <msmith@xiph.org>\n"
              "(c) 2012 Gregory Maxwell <greg@xiph.org>\n\n"
              "Opusinfo is a fork of ogginfo from the vorbis-tools package\n"