GNU bug report logs -
#50114
[PATCH] gnu: mc: Bump up to 4.8.27
Previous Next
Reported by: Sergei Trofimovich <slyich <at> gmail.com>
Date: Wed, 18 Aug 2021 22:43:02 UTC
Severity: normal
Tags: patch
Done: Brice Waegeneire <brice <at> waegenei.re>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Fri, 20 Aug 2021 11:29:18 +0200
zimoun <zimon.toutoune <at> gmail.com> wrote:
> ... Usually, the header is:
> gnu: mc: Update to 4.8.27.
Updated in v2-0001-gnu-mc-Update-to-4.8.27.patch (attached).
> On Wed, 18 Aug 2021 at 23:42, Sergei Trofimovich <slyich <at> gmail.com> wrote:
> > While at it added 'release-monitoing-url property to allow
> > 'generic-html updater to fetch latest version from correct location.
> > Otherwise the only available updater is 'gnu-ftp (which forces downgrade
> > to ancient 4.6.1 release).
> >
> > * gnu/packages/mc.scm (mc): Update to 4.8.27. Explicitly set
> > release-monitoing-url to up to date location.
> > ---
> > gnu/packages/mc.scm | 8 +++++---
> > 1 file changed, 5 insertions(+), 3 deletions(-)
> >
> > diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
> > index b9dea3b446..e19bc02e7a 100644
> > --- a/gnu/packages/mc.scm
> > +++ b/gnu/packages/mc.scm
> > @@ -38,14 +38,14 @@
> > (define-public mc
> > (package
> > (name "mc")
> > - (version "4.8.26")
> > + (version "4.8.27")
> > (source
> > (origin
> > (method url-fetch)
> > - (uri (string-append "https://ftp.midnight-commander.org/mc-"
> > + (uri (string-append "http://ftp.midnight-commander.org/mc-"
> > version ".tar.xz"))
>
> I get with HTTPS:
>
> --8<---------------cut here---------------start------------->8---
> Starting download of /tmp/guix-file.hccu6E
> From https://ftp.midnight-commander.org/mc-4.8.27.tar.xz...
> X.509 server certificate for 'ftp.midnight-commander.org' does not match: C=US,postalCode=97331,ST=Oregon,L=Corvallis,street=121 Valley Library,O=Oregon State University,OU=CASS,CN=*.osuosl.org
> --8<---------------cut here---------------end--------------->8---
>
> Maybe, is it fixable?
I was on the fence of this: either use http://, but a link from home page
which redirects to osuosl mirror, or use direct osuosl mirror link that
provides https://. Switced to https:// osuosl link in
v2-0001-gnu-mc-Update-to-4.8.27.patch
--
Sergei
[v2-0001-gnu-mc-Update-to-4.8.27.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]
This bug report was last modified 3 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.