Bug 243423

Summary: [NEW PORT] security/horcrux: Split files into encrypted fragments
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jesseduffield/horcrux
Attachments:
Description Flags
horcrux-0.2.diff
none
horcrux-0.2.log none

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!