unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35512] [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security.
@ 2019-04-30 21:41 wednesday
  2019-04-30 21:43 ` [bug#35512] [PATCH 1/1] gnu: emacs: Add mailutils to inputs wednesday
  2019-10-12 14:46 ` bug#35512: [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: wednesday @ 2019-04-30 21:41 UTC (permalink / raw)
  To: 35512; +Cc: wednesday

If mailutils is not present on the system, then emacs will fall back to using
it's own limited version of movemail that retrieves POP3 only from insecure channels..
This link explains some more details:
https://bugs.launchpad.net/ubuntu/+source/emacs/+bug/1814179

wednesday (1):
  gnu: emacs: Add mailutils to inputs.

 gnu/packages/emacs.scm | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#35512] [PATCH 1/1] gnu: emacs: Add mailutils to inputs.
  2019-04-30 21:41 [bug#35512] [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security wednesday
@ 2019-04-30 21:43 ` wednesday
  2019-10-12 14:46 ` bug#35512: [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: wednesday @ 2019-04-30 21:43 UTC (permalink / raw)
  To: 35512; +Cc: wednesday

* gnu/packages/emacs.scm (emacs)[inputs]: Add mailutils to replace insecure
  built-in movemail.
---
 gnu/packages/emacs.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..a5e7000468 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019 Jesse John Gildersleve <jessejohngildersleve@zohomail.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -55,6 +56,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages linux) ; alsa-lib
+  #:use-module (gnu packages mail) ; for mailutils
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages texinfo)
@@ -146,6 +148,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("mailutils" ,mailutils)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#35512: [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security.
  2019-04-30 21:41 [bug#35512] [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security wednesday
  2019-04-30 21:43 ` [bug#35512] [PATCH 1/1] gnu: emacs: Add mailutils to inputs wednesday
@ 2019-10-12 14:46 ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2019-10-12 14:46 UTC (permalink / raw)
  To: 35512-done, wednesday

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

Wednesday,

wednesday 写道:
> If mailutils is not present on the system, then emacs will fall 
> back to using
> it's own limited version of movemail that retrieves POP3 only 
> from insecure channels..
> This link explains some more details:
> https://bugs.launchpad.net/ubuntu/+source/emacs/+bug/1814179

Thank you for the patch and the clear explanation.  Sorry it 
languished for so long.

Pushed as 5ce153b1106fe44a9910d08663b4b9cd2a27b2d6, with the 
comment moved from the commit message to the code.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-12 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 21:41 [bug#35512] [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security wednesday
2019-04-30 21:43 ` [bug#35512] [PATCH 1/1] gnu: emacs: Add mailutils to inputs wednesday
2019-10-12 14:46 ` bug#35512: [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).