Bug#966315: RFP: age -- simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability

2020-07-26 Thread Johan Fleury
retitle 966315 ITP: age -- simple, modern and secure encryption tool
thanks

I started working on this package and I put my changes on salsa[1].

I could use some help/review from the Golang team to solve these 3 errors 
reported by Lintian:

* E: age: statically-linked-binary usr/bin/age-keygen
* W: age: hardening-no-pie usr/bin/age
* W: age: hardening-no-relro usr/bin/age

I fixed this by overriding `dh_auto_build` in `d/rules`, but I’m not sure if 
that’s the correct way to do it:

```
override_dh_auto_build:
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang -- 
-buildmode=pie
```

[1] https://salsa.debian.org/Arcaik/age

--
Johan Fleury

signature.asc
Description: OpenPGP digital signature


Bug#966315: RFP: age -- simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability

2020-07-26 Thread Johan Fleury
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: jfle...@arcaik.net

* Package name: age
  Version : 1.0.0-beta4
  Upstream Author : Filippo Valsorda 
* URL : https://github.com/FiloSottile/age
* License : BSD-3-Clause
  Programming Lang: Golang
  Description : simple, modern and secure encryption tool with small 
explicit keys, no config options, and UNIX-style composability