Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.0_2 16 May 2021 14:58:54 |
Michael Reifenberger (mr) |
security/bitwarden_rs: Rename to security/vaultwarden
bitwarden_rs has been renamed to vaultwarden upstream.
Update to 1.21.0 accordingly.
Add UPDATING entry
PR: 255912, 255912
Reported by: Adrien freebsd@asdrip.fr |
1.19.0_2 11 May 2021 18:33:12 |
Tobias Kortkamp (tobik) |
Rebuild lang/rust consumers after d8837418ea743776 |
1.19.0_1 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
1.19.0_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.19.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.19.0_1 29 Mar 2021 18:10:46 |
tobik |
Rebuild lang/rust consumers after r569489 |
1.19.0 11 Mar 2021 14:58:51 |
mr |
Update to 1.19.0 and enable mysql client support
PR: 254077 |
1.18.0_2 14 Feb 2021 15:45:11 |
mikael |
lang/rust: Update to 1.50.0
- 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 |
1.18.0_1 06 Jan 2021 10:13:59 |
mikael |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
1.18.0 31 Dec 2020 18:27:44 |
mr |
Update to 1.18.0 |
1.17.0_2 26 Dec 2020 19:10:54 |
mr |
Try to fix pkg builder.
Add sample environment config file.
PR: 252129 # Used different approach. |
1.17.0_1 21 Dec 2020 23:40:01 |
mr |
Add web-vault and startscript. |
1.17.0 18 Dec 2020 13:27:17 |
mr |
bitwarden_rs is a bitwarden clients (password manager) compatible backend server
implemented in rust.
With the help of: jbeich@ |