<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/nitrocli/base32/LICENSE-MIT, branch v0.3.4</title>
<subtitle>A command line tool for interacting with Nitrokey devices (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/nitrocli/atom?h=v0.3.4</id>
<link rel='self' href='https://git.ireas.org/mirrors/nitrocli/atom?h=v0.3.4'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/'/>
<updated>2020-04-04T21:39:19Z</updated>
<entry>
<title>Remove vendored dependencies</title>
<updated>2020-04-04T21:39:19Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-04-04T21:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=d0d9683df8398696147e7ee1fcffb2e4e957008c'/>
<id>urn:sha1:d0d9683df8398696147e7ee1fcffb2e4e957008c</id>
<content type='text'>
While it appears that by now we actually can get successful builds
without Cargo insisting on Internet access by virtue of using the
--frozen flag, maintaining vendored dependencies is somewhat of a pain
point. This state will also get worse with upcoming changes that replace
argparse in favor of structopt and pull in a slew of new dependencies by
doing so. Then there is also the repository structure aspect, which is
non-standard due to the way we vendor dependencies and a potential
source of confusion.
In order to fix these problems, this change removes all the vendored
dependencies we have.

Delete subrepo argparse/:argparse
Delete subrepo base32/:base32
Delete subrepo cc/:cc
Delete subrepo cfg-if/:cfg-if
Delete subrepo getrandom/:getrandom
Delete subrepo lazy-static/:lazy-static
Delete subrepo libc/:libc
Delete subrepo nitrokey-sys/:nitrokey-sys
Delete subrepo nitrokey/:nitrokey
Delete subrepo rand/:rand
</content>
</entry>
<entry>
<title>Add the base32 crate in version 0.4.0 as a dependency</title>
<updated>2019-01-14T02:37:08Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-05T23:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=cb5b22d0886a0a8c19cf1afeef55a8245357cf20'/>
<id>urn:sha1:cb5b22d0886a0a8c19cf1afeef55a8245357cf20</id>
<content type='text'>
To parse OTP secrets in base32 representation, we need a new dependency:
the base32 crate.

Import subrepo base32/:base32 at a74cd9246fc0e08d6f5cfcb644bfdf76dd438613
</content>
</entry>
</feed>
