aboutsummaryrefslogtreecommitdiff
path: root/security/bitwarden_rs
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-0/+1
| | | | Notes: svn path=/head/; revision=569491
* Update to 1.19.0 and enable mysql client supportMichael Reifenberger2021-03-113-283/+325
| | | | | | | PR: 254077 Notes: svn path=/head/; revision=568097
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-0/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* Update to 1.18.0Michael Reifenberger2020-12-312-340/+343
| | | | Notes: svn path=/head/; revision=559763
* Try to fix pkg builder.Michael Reifenberger2020-12-264-3/+61
| | | | | | | | | Add sample environment config file. PR: 252129 # Used different approach. Notes: svn path=/head/; revision=559304
* Add web-vault and startscript.Michael Reifenberger2020-12-214-5/+187
| | | | Notes: svn path=/head/; revision=558869
* bitwarden_rs is a bitwarden clients (password manager) compatible backend serverMichael Reifenberger2020-12-183-0/+1058
implemented in rust. With the help of: jbeich@ Notes: svn path=/head/; revision=558370