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)]
Your bug report
#50114: [PATCH] gnu: mc: Bump up to 4.8.27
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 50114 <at> debbugs.gnu.org.
--
50114: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50114
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Sergei,
Thank you for the patch. The new source domain is referenced by upstream in
doc/MIRRORS.txt¹.
Pushed as d1d9206180763f8291c82b1a6240b3640bd4f238.
¹ https://github.com/MidnightCommander/mc/blob/0aaf74777d65ac2539b73c14d2e4e2baecb13451/doc/MIRRORS.txt#L7
Cheers,
- Brice
[Message part 3 (message/rfc822, inline)]
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"))
(sha256
- (base32 "09vc2vf6k12a8k5gdss6hcskwfcbyalrkhn65nidkwlm0p2svpn6"))))
+ (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("pkg-config" ,pkg-config)))
@@ -97,6 +97,8 @@
(("usr/bin") "/"))
#t)))))
(home-page "https://www.midnight-commander.org")
+ (properties
+ `((release-monitoring-url . "http://ftp.midnight-commander.org/")))
(synopsis "Graphical file manager")
(description
"GNU Midnight Commander is a command-line file manager laid out in a
--
2.33.0
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.