all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "36091@debbugs.gnu.org" <36091@debbugs.gnu.org>
Subject: [bug#36091] [PATCH v2 1/6] gnu: Add emacs-ntlm.
Date: Thu, 04 Nov 2021 21:34:11 +0000	[thread overview]
Message-ID: <TvhoMHsJFd5QgFKaV25ehP_0_ToQAw0V3MYBitNmllKAyWJ5HoB7DL24rXUfcxqI-3d0YOGN81qpmJtMNY_nJgjFFxiVNwXm8cSfVlGzN_o=@protonmail.com> (raw)
In-Reply-To: <n_YztFw412lx5VOCWh9kbK1K-3vlVj0Na5mHSEyssAoeogh2jfjsh_jF45h7BkvsQ_3ogOou9tFM5dfUFksumlwP5UCMnCLwE_cLx_dRRmw=@protonmail.com>

* gnu/packages/emacs-xyz.scm (emacs-ntlm): New variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 624fe957e3..f4aa3259db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
 ;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
 ;;; Copyright © 2019, 2020, 2021 Joseph LaFreniere <joseph@lafreniere.xyz>
+;;; Copyright © 2019 Todor Kondić <tk.code@protonmail.com>15669
 ;;; Copyright © 2019 Amar Singh <nly@disroot.org>
 ;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull@hotmail.fr>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
@@ -25643,6 +25644,25 @@ (define-public emacs-evil-cleverparens
 corresponding Evil keys.")
       (license license:expat))))

+(define-public emacs-ntlm
+  (package
+    (name "emacs-ntlm")
+    (version "2.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/ntlm-" version ".el"))
+       (sha256
+        (base32
+         "01d0bcmh8a36qf871w6bc05kjk9bmnh843m9869xw06zyvqwg9mv"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/ntlm.html")
+    (synopsis "NTLM (NT LanManager) authentication support")
+    (description "This library is a direct translation of the Samba release
+2.2.0 implementation of Windows NT and LanManager compatible password
+encryption.")
+    (license license:gpl3+)))
+
 (define-public emacs-evil-traces
   (let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
         (revision "2"))
--
2.33.1




  parent reply	other threads:[~2021-11-04 21:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 11:29 [bug#36091] [PATCH] gnu: Add emacs-excorporate TK
2019-06-05  6:33 ` Oleg Pykhalov
2019-12-10  5:31   ` Brett Gilio
2021-11-04 21:34 ` phodina via Guix-patches via [this message]
2021-11-04 21:35 ` [bug#36091] [PATCH v2 2/6] gnu: Add emacs-nadvice phodina via Guix-patches via
2021-11-04 21:35 ` [bug#36091] [PATCH v2 3/6] gnu: Add emacs-url-http-ntlm phodina via Guix-patches via
2021-11-04 21:36 ` [bug#36091] [PATCH v2 4/6] gnu: Add emacs-soap-client phodina via Guix-patches via
2021-11-04 21:36 ` [bug#36091] [PATCH v2 5/6] gnu: Add emacs-fsm phodina via Guix-patches via
2021-11-04 21:37 ` [bug#36091] [PATCH v2 6/6] gnu: Add emacs-excorporate phodina via Guix-patches via
2021-11-04 21:39 ` [bug#36091] " phodina via Guix-patches via
2021-11-06  9:45   ` bug#36091: " Nicolas Goaziou
2021-11-06 16:19     ` [bug#36091] " phodina via Guix-patches via
2021-11-07 20:27       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='TvhoMHsJFd5QgFKaV25ehP_0_ToQAw0V3MYBitNmllKAyWJ5HoB7DL24rXUfcxqI-3d0YOGN81qpmJtMNY_nJgjFFxiVNwXm8cSfVlGzN_o=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=36091@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.