GNU bug report logs - #61273
[PATCH 0/2] Update mpop.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sat, 4 Feb 2023 08:03:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61273 in the body.
You can then email your comments to 61273 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61273; Package guix-patches. (Sat, 04 Feb 2023 08:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 04 Feb 2023 08:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 0/2] Update mpop.
Date: Sat,  4 Feb 2023 09:01:39 +0100
Update mpop and add release-monitoring-url.

Timotej Lazar (2):
  gnu: mpop: Add release-monitoring-url.
  gnu: mpop: Update to 1.4.18.

 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61273; Package guix-patches. (Sat, 04 Feb 2023 08:05:02 GMT) Full text and rfc822 format available.

Message #8 received at 61273 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 61273 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 1/2] gnu: mpop: Add release-monitoring-url.
Date: Sat,  4 Feb 2023 09:04:26 +0100
* gnu/packages/mail.scm (mpop)[properties]: New field.
---
 gnu/packages/mail.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 80e2ce2a9b..756d246dff 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2905,6 +2905,8 @@ (define-public mpop
     (native-inputs
      (list pkg-config))
     (home-page "https://marlam.de/mpop/")
+    (properties
+     '((release-monitoring-url . "https://marlam.de/mpop/download/")))
     (synopsis "POP3 mail client")
     (description "mpop is a small and fast POP3 client suitable as a
 fetchmail replacement.
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61273; Package guix-patches. (Sat, 04 Feb 2023 08:05:02 GMT) Full text and rfc822 format available.

Message #11 received at 61273 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: 61273 <at> debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH 2/2] gnu: mpop: Update to 1.4.18.
Date: Sat,  4 Feb 2023 09:04:28 +0100
* gnu/packages/mail.scm (mpop): Update to 1.4.18.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 756d246dff..a060db9a9e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2891,14 +2891,14 @@ (define-public mblaze
 (define-public mpop
   (package
     (name "mpop")
-    (version "1.4.17")
+    (version "1.4.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/mpop/releases/"
                            "mpop-" version ".tar.xz"))
        (sha256
-        (base32 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
+        (base32 "1dw5kwflga26kfjl999lilq14vvk6fcapryihakr9l7phh0rb6b0"))))
     (build-system gnu-build-system)
     (inputs
      (list gnutls))
-- 
2.39.1





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 05 Feb 2023 13:05:02 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Sun, 05 Feb 2023 13:05:02 GMT) Full text and rfc822 format available.

Message #16 received at 61273-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 61273-done <at> debbugs.gnu.org
Subject: Re: [bug#61273] [PATCH 0/2] Update mpop.
Date: Sun, 5 Feb 2023 14:04:30 +0100
On Sat, Feb 04, 2023 at 09:01:39AM +0100, Timotej Lazar wrote:
> Update mpop and add release-monitoring-url.
> 
> Timotej Lazar (2):
>   gnu: mpop: Add release-monitoring-url.
>   gnu: mpop: Update to 1.4.18.

Thanks! Pushed as cf219e35ecd08ff51d216224732b29f9b92adf1e




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Mar 2023 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.