GNU bug report logs -
#35255
[PATCH] gnu: Add go-github-com-gokyle-twofactor.
Previous Next
Reported by: Pkill -9 <pkill9 <at> runbox.com>
Date: Sat, 13 Apr 2019 10:09:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
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 35255 in the body.
You can then email your comments to 35255 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#35255
; Package
guix-patches
.
(Sat, 13 Apr 2019 10:09:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pkill -9 <pkill9 <at> runbox.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 13 Apr 2019 10:09:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-gokyle-twofactor): New variable.
---
This patch adds the first of four Golang packages required for building the browserpass binary (Used by the browserpass chromium extension to communicate with 'pass').
The license is declared MIT here: https://raw.githubusercontent.com/gokyle/twofactor/master/LICENSE
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0b44bd3..e1ae77d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2018 Pierre Neidhardt <mail <at> ambrevar.xyz>
;;; Copyright @ 2018, 2019 Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
;;; Copyright @ 2019 Giovanni Biscuolo <g <at> xelera.eu>
+;;; Copyright @ 2019 Pkill -9 <pkill9 <at> runbox.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3274,3 +3275,25 @@ test.
All locks are implemented with read-write mutexes. To use them like a regular
mutex, simply ignore the RLock/RUnlock functions.")
(license license:unlicense))))
+
+(define-public go-github-com-gokyle-twofactor
+ (package
+ (name "go-github-com-gokyle-twofactor")
+ (version "1.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gokyle/twofactor.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0fhbw6cyq054w4frfvbgmffijg0bd1shvawm3ddl4cf1l12x1qxh"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/gokyle/twofactor"))
+ (home-page "https://github.com/gokyle/twofactor")
+ (synopsis "Two-factor authentication")
+ (description "Golang package for providing two-factor authentication.")
+ (license license:expat)))
--
2.21.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35255
; Package
guix-patches
.
(Sat, 13 Apr 2019 17:47:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 35255 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, Apr 13, 2019 at 11:07:31AM +0100, Pkill -9 wrote:
> +(define-public go-github-com-gokyle-twofactor
Thank you!
> + (synopsis "Two-factor authentication")
> + (description "Golang package for providing two-factor authentication.")
Can you make the description a complete sentence, and possibly adding
some more details about the package?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#35255
; Package
guix-patches
.
(Sat, 27 Jan 2024 12:39:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 35255 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
The upstream project looks like abandoned for 4 years already, and I
can't see references in patch tracker where it may be used.
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Thu, 08 Feb 2024 18:14:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pkill -9 <pkill9 <at> runbox.com>
:
bug acknowledged by developer.
(Thu, 08 Feb 2024 18:14:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 35255-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
The upstream project is abandon and there is no active forks.
This patch will be no applied.
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 08 Mar 2024 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 62 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.