[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 43d71f0 web: change links to https

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Fri Mar 9 23:12:58 EET 2018


The branch, master has been updated
       via  43d71f0b4dea0dd6f1e9c9b6f79d0faf8b8f91c7 (commit)
      from  12b108af14de44abcae20908c0fc04ef132cde73 (commit)


- Log -----------------------------------------------------------------
commit 43d71f0b4dea0dd6f1e9c9b6f79d0faf8b8f91c7
Author:     Lou Logan <lou at lrcd.com>
AuthorDate: Fri Mar 9 11:58:26 2018 -0900
Commit:     Lou Logan <lou at lrcd.com>
CommitDate: Fri Mar 9 12:07:58 2018 -0900

    web: change links to https
    
    Only affects files in src directory.
    
    Signed-off-by: Lou Logan <lou at lrcd.com>

diff --git a/src/contact b/src/contact
index 945e664..bb88dcf 100644
--- a/src/contact
+++ b/src/contact
@@ -133,7 +133,7 @@
         Archives</h3>
       <p>
         Our IRC channels are publically logged and archives of both channels can be
-        viewed at <a href="http://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/">
+        viewed at <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/">
           ffmpeg-devel-irc</a>.
       </p>
 
diff --git a/src/documentation b/src/documentation
index debca83..4bae4ff 100644
--- a/src/documentation
+++ b/src/documentation
@@ -114,7 +114,7 @@
       <h3><strong>Community Contributed Documentation</strong></h3>
       <ul>
         <li><a href="https://trac.ffmpeg.org/wiki">Official FFmpeg Wiki</a></li>
-        <li><a href="http://wiki.multimedia.cx/">MultimediaWiki</a></li>
+        <li><a href="https://wiki.multimedia.cx/">MultimediaWiki</a></li>
         <li><a href="http://dranger.com/ffmpeg/">An FFmpeg and SDL Tutorial</a>
           by Stephen Dranger, explains how to write a video player based on FFmpeg
           (<a href="https://github.com/chelyaev/ffmpeg-tutorial">updated source code</a>).</li>
diff --git a/src/donations b/src/donations
index e8ff356..3c139ce 100644
--- a/src/donations
+++ b/src/donations
@@ -28,7 +28,7 @@
       <p>US Dollars only</p><br><br>
       <div class="text-center">
         <a class="btn btn-success btn-lg"
-           href="http://www.spi-inc.org/donations/">
+           href="https://www.spi-inc.org/donations/">
           Use SPI</a><br><br>
       </div>
     <p class="with-icon">
diff --git a/src/download b/src/download
index 6783c35..5488102 100644
--- a/src/download
+++ b/src/download
@@ -1,7 +1,7 @@
 
 <div id="download">
   <div class="btn-download-wrapper">
-    <a href="http://ffmpeg.org/releases/ffmpeg-3.4.2.tar.bz2" class="btn btn-success">
+    <a href="https://ffmpeg.org/releases/ffmpeg-3.4.2.tar.bz2" class="btn btn-success">
       <i class="fa fa-cloud-download"></i>
       Download
       <small>ffmpeg-3.4.2.tar.bz2</small>
@@ -56,7 +56,7 @@
               <a class="list-group-item" href="https://tracker.debian.org/pkg/ffmpeg">
                 <strong>Debian</strong> – Official packages for Stable-Backports, Testing, Unstable
               </a>
-              <a class="list-group-item" href="http://www.deb-multimedia.org/">
+              <a class="list-group-item" href="https://www.deb-multimedia.org/">
                 <strong>Debian</strong> – deb-multimedia packages for Oldstable, Stable, Testing, Unstable
               </a>
               <a href="https://launchpad.net/ubuntu/+source/ffmpeg" class="list-group-item">
@@ -66,14 +66,14 @@
                 <strong>Ubuntu</strong> – Ubuntu Multimedia for Trusty PPA. Provides static binaries
                 from most recent release branch.
               </a>
-              <a class="list-group-item" href="http://rpmfusion.org/">
+              <a class="list-group-item" href="https://rpmfusion.org/">
                 <strong>Fedora</strong> and <strong>Red Hat Enterprise Linux</strong> packages
               </a>
             </div> <!-- list-group -->
 
             <h3>Linux Static Builds</h3>
             <div class="list-group">
-              <a class="list-group-item" href="http://johnvansickle.com/ffmpeg/">32-bit and
+              <a class="list-group-item" href="https://johnvansickle.com/ffmpeg/">32-bit and
                 64-bit for kernel 2.6.32 and above</a>
             </div> <!-- list-group -->
 
@@ -83,7 +83,7 @@
             <h3>Windows Packages</h3>
 
             <div class="list-group">
-              <a class="list-group-item" href="http://ffmpeg.zeranoe.com/builds/">
+              <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/">
                 <strong>Windows</strong> Builds
               </a>
             </div> <!-- list-group -->
@@ -94,7 +94,7 @@
             <h3>OS X Packages</h3>
 
             <div class="list-group">
-              <a class="list-group-item" href="http://evermeet.cx/ffmpeg/">
+              <a class="list-group-item" href="https://evermeet.cx/ffmpeg/">
                 Static builds for <strong>OS X Intel 64-bit</strong>
               </a>
               <a class="list-group-item" href="http://ffmpegmac.net/">
@@ -130,7 +130,7 @@
 
         <p>
           You can retrieve the source code through
-          <a href="http://git-scm.com/" target="_blank">Git</a>
+          <a href="https://git-scm.com/" target="_blank">Git</a>
           by using the command:
         </p>
 
@@ -182,7 +182,7 @@
     Git Repositories</h4>
 
   <p>
-    Since FFmpeg is developed with <a href="http://git-scm.com/">Git</a>,
+    Since FFmpeg is developed with <a href="https://git-scm.com/">Git</a>,
     multiple repositories from developers and groups of developers are available.
   </p>
 
diff --git a/src/olddownload b/src/olddownload
index cc3c9ae..a8fd6bb 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -199,8 +199,8 @@ libpostproc    53.  0.100</pre>
       <small><a href="releases/ffmpeg-2.4.14.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.14">Changelog</a></small>
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a>
+      <small><a href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.14">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a>
     </div> <!-- col -->
   </div> <!-- row -->
 
@@ -236,8 +236,8 @@ libpostproc    52.  3.100</pre>
       <small><a href="releases/ffmpeg-2.3.6.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.3.6">Changelog</a></small>
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=489d066">Release Notes</a>
+      <small><a href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.3.6">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=489d066">Release Notes</a>
     </div> <!-- col -->
   </div> <!-- row -->
 
@@ -272,7 +272,7 @@ libpostproc    52.  3.100</pre>
       <small><a href="releases/ffmpeg-2.2.16.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.2.16">Changelog</a>
+      <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.2.16">Changelog</a>
     </div> <!-- col -->
   </div> <!-- row -->
 
@@ -308,7 +308,7 @@ libpostproc    52.  3.100</pre>
       <small><a href="releases/ffmpeg-2.1.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.8">Changelog</a>
+      <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.8">Changelog</a>
     </div> <!-- col -->
   </div> <!-- row -->
 
@@ -343,7 +343,7 @@ libpostproc    52.  3.100</pre>
     <small><a href="releases/ffmpeg-2.0.7.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.0.7">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.0.7">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -378,7 +378,7 @@ libpostproc    52.  2.100</pre>
       <small><a href="releases/ffmpeg-1.2.12.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.2.12">Changelog</a>
+      <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.2.12">Changelog</a>
     </div> <!-- col -->
   </div> <!-- row -->
 
@@ -413,7 +413,7 @@ libpostproc    52.  2.100</pre>
     <small><a href="releases/ffmpeg-1.1.16.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.1.16">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.1.16">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -448,7 +448,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-1.0.10.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.0.10">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n1.0.10">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -483,7 +483,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.11.5.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.11.5">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.11.5">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -517,7 +517,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.10.16.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.10.16">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.10.16">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -540,7 +540,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.9.4.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.9.4">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.9.4">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -563,7 +563,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.8.15.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.8.15">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.8.15">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -585,7 +585,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.7.17.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.7.17">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.7.17">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -607,7 +607,7 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.6.7.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.6.7">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.6.7">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->
 
@@ -632,6 +632,6 @@ libpostproc    52.  0.100</pre>
     <small><a href="releases/ffmpeg-0.5.15.tar.gz.asc">PGP signature</a></small>
   </div> <!-- col -->
   <div class="col-md-4 text-right">
-    <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.5.15">Changelog</a>
+    <a class="btn btn-success" href="https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n0.5.15">Changelog</a>
   </div> <!-- col -->
 </div> <!-- row -->

-----------------------------------------------------------------------

Summary of changes:
 src/contact       |  2 +-
 src/documentation |  2 +-
 src/donations     |  2 +-
 src/download      | 16 ++++++++--------
 src/olddownload   | 34 +++++++++++++++++-----------------
 5 files changed, 28 insertions(+), 28 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list