On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch also simplifies the release process. > > Please comment, Carl Eugen
> download | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > c16157dd6203b7d2f8adbf991030fe43ba8e79dc > 0001-download-Fix-the-main-download-link-to-point-to-a-sn.patch > From cfefed3d6e67d029960f1042c20a34c8026d3fc6 Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos <ceffm...@gmail.com> > Date: Thu, 28 Mar 2019 11:59:00 +0100 > Subject: [PATCH] download: Fix the main download link to point to a snapshot. > > There is no release support, this also simplifies the release process. Well, we do try to provide security fixes for releases. So its not "no support" > --- > src/download | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/download b/src/download > index b760804..a90be61 100644 > --- a/src/download > +++ b/src/download > @@ -1,10 +1,10 @@ > > <div id="download"> > <div class="btn-download-wrapper"> > - <a href="https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2" class="btn > btn-success"> > + <a href="https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2" class="btn > btn-success"> > <i class="fa fa-cloud-download"></i> > Download > - <small>ffmpeg-4.1.2.tar.bz2</small> > + <small>ffmpeg-snapshot.tar.bz2</small> Iam not sure if this is wise. This would increase the burden for security fixes because now any fix to a bug in no release can be ignored. But if distros would ship random master checkouts everything even if its fixed an hour later could be relevant to some distribution besides, i need to make a new 4.1 release because we backported a bug thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you drop bombs on a foreign country and kill a hundred thousand innocent people, expect your government to call the consequence "unprovoked inhuman terrorist attacks" and use it to justify dropping more bombs and killing more people. The technology changed, the idea is old.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".