Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 May 2022 08:00:34 4.0.3_9
|
Tobias Kortkamp (tobik)  |
lang/rust: Relink ports after the Rust 1.60.0 update |
30 Apr 2022 08:03:20 4.0.3_8
|
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
24 Mar 2022 00:50:45 4.0.3_8
|
Jan Beich (jbeich)  |
security/authenticator: runtime broken after 3da07b6b1695
$ authenticator
ld-elf.so.1: /usr/local/bin/authenticator: Undefined symbol
"adw_leaflet_set_can_swipe_back@LIBADWAITA_1_0"
$ poudriere testport -j 130amd64 security/authenticator
[...]
= note: ld: error: undefined symbol: adw_leaflet_set_can_swipe_back
>>> referenced by libadwaita.3d16eeaf-cgu.3
>>>
libadwaita-881a92bfe1b5add6.libadwaita.3d16eeaf-cgu.3.rcgu.o:(libadwaita::auto::leaflet::Leaflet::set_can_swipe_back::h18ac8777b066b1b0)
>>> in archive
>>>
_build/target/x86_64-unknown-freebsd/release/deps/liblibadwaita-881a92bfe1b5add6.rlib
cc: error: linker command failed with exit code 1 (use -v to see
invocation) |
15 Mar 2022 09:51:58 4.0.3_8
|
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.59.0 |
03 Feb 2022 14:02:32 4.0.3_7
|
Tobias Kortkamp (tobik)  |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
17 Jan 2022 11:57:45 4.0.3_6
|
Tobias Kortkamp (tobik)  |
lang/rust: Bump revisions after 1.58.0 |
04 Jan 2022 23:33:23 4.0.3_5
|
Jan Beich (jbeich)  |
security/authenticator: unbreak build with Meson 0.61.0
data/meson.build:34:0: ERROR: Function does not take positional arguments.
data/meson.build:61:0: ERROR: Function does not take positional arguments.
PR: 260943
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 |
28 Dec 2021 17:25:35 4.0.3_5
|
Jan Beich (jbeich)  |
security/authenticator: sort distfiles after 8259bf7a5dec |
05 Dec 2021 12:35:42 4.0.3_5
|
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for Rust 1.57.0 |
25 Oct 2021 08:55:19 4.0.3_4
|
Tobias Kortkamp (tobik)  |
*: Rebuild for Rust 1.56.0 |
25 Oct 2021 08:49:14 4.0.3_3
|
Tobias Kortkamp (tobik)  |
security/authenticator: Chase USES=cargo's new git source support
PR: 256581 |
10 Oct 2021 19:44:42 4.0.3_3
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
19 Sep 2021 09:03:23 4.0.3_3
|
Tobias Kortkamp (tobik)  |
*: Rebuild lang/rust consumers after the 1.55.0 update |
19 Sep 2021 09:03:22 4.0.3_2
|
Tobias Kortkamp (tobik)  |
Uses/cargo: Unbreak ports with CARGO_BUILD_TARGET set
While here fix their WITH_DEBUG builds too. |
28 Aug 2021 13:42:06 4.0.3_2
|
Mikael Urankar (mikael)  |
lang/rust: Rebuild consumers for 1.54.0 |
24 Aug 2021 08:56:17 4.0.3_1
|
Jan Beich (jbeich)  |
security/authenticator: unbreak with libadwaita >= 2021-05-20 snapshot
$ authenticator
(<unknown>:1234): GLib-GObject-WARNING **: specified class size for type
'UrlRow' is smaller than the parent type's 'AdwActionRow' class size
(<unknown>:1234): GLib-GObject-WARNING **: cannot add private field to invalid
(non-instantiatable) type '<invalid>'
thread 'main' panicked at 'assertion failed: type_.is_valid()',
src/widgets/url_row.rs:17:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
23 Aug 2021 12:52:23 4.0.3
|
Jan Beich (jbeich)  |
security/authenticator: add new port
Simple application for generating Two-Factor Authentication Codes.
Features:
- Time-based/Counter-based/Steam methods support
- SHA-1/SHA-256/SHA-512 algorithms support
- QR code scanner using a camera or from a screenshot
- Lock the application with a password
- Beautiful UI
- Backup/Restore from/into known applications like FreeOTP+, andOTP
https://gitlab.gnome.org/World/Authenticator |