Bug 243423 - [NEW PORT] security/horcrux: Split files into encrypted fragments
Summary: [NEW PORT] security/horcrux: Split files into encrypted fragments
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL: https://github.com/jesseduffield/horcrux
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-18 09:43 UTC by Lewis Cook
Modified: 2020-01-18 18:58 UTC (History)
1 user (show)

See Also:


Attachments
horcrux-0.2.diff (2.54 KB, patch)
2020-01-18 09:43 UTC, Lewis Cook
no flags Details | Diff
horcrux-0.2.log (15.61 KB, text/plain)
2020-01-18 09:44 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-01-18 09:43:33 UTC
Created attachment 210835 [details]
horcrux-0.2.diff

Utility to split files into encrypted fragments
(using the shamir secret sharing scheme) so that
you don't need to remember a passcode.

WWW: https://github.com/jesseduffield/horcrux

QA:
   * Portlint: Looks fine;
   * Poudriere: Package built, application works as intended.
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-01-18 09:44:04 UTC
Created attachment 210836 [details]
horcrux-0.2.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-18 18:56:25 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jan 18 18:55:55 UTC 2020
New revision: 523481
URL: https://svnweb.freebsd.org/changeset/ports/523481

Log:
  Add security/horcrux: Split files into encrypted fragments

  Utility to split files into encrypted fragments
  (using the shamir secret sharing scheme) so that
  you don't need to remember a passcode.

  WWW: https://github.com/jesseduffield/horcrux

  PR:		243423
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/security/Makefile
  head/security/horcrux/
  head/security/horcrux/Makefile
  head/security/horcrux/distinfo
  head/security/horcrux/pkg-descr
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-01-18 18:57:26 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jan 18 18:56:44 UTC 2020
New revision: 53791
URL: https://svnweb.freebsd.org/changeset/doc/53791

Log:
  Add Lewis Cook to contributors

  Maintainer of:  audio/somafm-cli
      audio/spotify-tui
      misc/broot
      net-im/6cord
      security/horcrux
      sysutils/ansible-sysrc
      sysutils/glow
      sysutils/pfetch
      sysutils/ufetch
      x11-fonts/victor-mono-ttf

  PR:		243423

Changes:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2020-01-18 18:58:42 UTC
Committed, thanks!