Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0_2 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
4.4.0_1 08 Nov 2024 01:23:36 |
Jason E. Hale (jhale) |
security/authenticator: Convert to USE_GSTREAMER=rust |
4.4.0_1 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
4.4.0_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
4.4.0 03 Sep 2024 13:26:30 |
Jan Beich (jbeich) |
security/authenticator: drop maintainership |
4.4.0 01 Sep 2024 03:17:22 |
Jan Beich (jbeich) |
security/authenticator: update to 4.4.0
Changes: https://gitlab.gnome.org/World/Authenticator/-/compare/4.3.1...4.4.0
Reported by: Repology |
4.3.1_14 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
4.3.1_13 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
4.3.1_12 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.3.1_11 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
4.3.1_10 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
4.3.1_9 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
4.3.1_8 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
4.3.1_7 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
4.3.1_6 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
4.3.1_5 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
4.3.1_4 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
4.3.1_3 12 Jul 2023 21:44:31 |
Jan Beich (jbeich) |
security/authenticator: drop GL_TAGNAME |
4.3.1_3 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
4.3.1_3 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
4.3.1_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
4.3.1_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
4.3.1 22 Apr 2023 14:40:04 |
Jan Beich (jbeich) |
security/authenticator: mark BROKEN on i386 after 8cc97869cbf5
error[E0277]: the trait bound `[core::arch::x86::__m128i; 11]: Zeroize` is not
satisfied
--> cargo-crates/aes-0.8.2/src/ni.rs:195:43
|
195 | zeroize::Zeroize::zeroize(&mut self.round_keys);
| ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait
`Zeroize` is not implemented for `[core::arch::x86::__m128i; 11]`
| |
| required by a bound introduced by this call
...
330 | / define_aes_impl!(
331 | | Aes128,
332 | | Aes128Enc,
333 | | Aes128Dec,
... | (Only the first 15 lines of the commit message are shown above ) |
4.3.1 22 Apr 2023 14:36:57 |
Jan Beich (jbeich) |
security/authenticator: update to 4.3.1
Changes: https://gitlab.gnome.org/World/Authenticator/-/compare/4.2.0...4.3.1
Reported by: GitLab (notify releases) |
4.2.0_5 20 Apr 2023 00:57:18 |
Jan Beich (jbeich) |
security/authenticator: drop gtk4 < 4.10 workaround after a4aab0806301 |
4.2.0_4 06 Apr 2023 00:50:13 |
Jan Beich (jbeich) |
security/authenticator: convert to WRKSRC_crate |
4.2.0_4 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
4.2.0_3 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
4.2.0_2 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
4.2.0_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
4.2.0 27 Dec 2022 14:39:26 |
Jan Beich (jbeich) |
security/authenticator: update to 4.2.0
Changes: https://gitlab.gnome.org/World/Authenticator/-/compare/4.1.6...4.2.0
Reported by: GitLab (notify releases) |
4.1.6_3 24 Dec 2022 16:56:12 |
Jan Beich (jbeich) |
devel/rust-bindgen: switch to LLVM_CONFIG from USES=llvm |
4.1.6_3 24 Dec 2022 16:35:30 |
Jan Beich (jbeich) |
security/authenticator: convert to USES=llvm |
4.1.6_3 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
4.1.6_2 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
4.1.6_1 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
4.1.6_1 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
4.1.6 16 Oct 2022 00:18:09 |
Jan Beich (jbeich) |
security/authenticator: re-enable camera after 7f9937ae4015 |
4.1.6 15 Oct 2022 21:21:45 |
Jan Beich (jbeich) |
security/authenticator: drop gstreamer1 < 1.18 workaround after e3b732b4791c |
4.1.6 16 Sep 2022 16:56:48 |
Jan Beich (jbeich) |
security/authenticator: update to 4.1.6
Changes: https://gitlab.gnome.org/World/Authenticator/-/compare/4.0.3...4.1.6
Reported by: Repology |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.3_12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.3_12 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
4.0.3_11 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
4.0.3_12 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
4.0.3_11 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
4.0.3_10 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
4.0.3_9 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
4.0.3_8 30 Apr 2022 08:03:20 |
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 |
4.0.3_8 24 Mar 2022 00:50:45 |
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) |
4.0.3_8 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
4.0.3_7 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
4.0.3_6 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
4.0.3_5 04 Jan 2022 23:33:23 |
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 |
4.0.3_5 28 Dec 2021 17:25:35 |
Jan Beich (jbeich) |
security/authenticator: sort distfiles after 8259bf7a5dec |
4.0.3_5 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
4.0.3_4 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
4.0.3_3 25 Oct 2021 08:49:14 |
Tobias Kortkamp (tobik) |
security/authenticator: Chase USES=cargo's new git source support
PR: 256581 |
4.0.3_3 10 Oct 2021 19:44:42 |
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) |
4.0.3_3 19 Sep 2021 09:03:23 |
Tobias Kortkamp (tobik) |
*: Rebuild lang/rust consumers after the 1.55.0 update |
4.0.3_2 19 Sep 2021 09:03:22 |
Tobias Kortkamp (tobik) |
Uses/cargo: Unbreak ports with CARGO_BUILD_TARGET set
While here fix their WITH_DEBUG builds too. |
4.0.3_2 28 Aug 2021 13:42:06 |
Mikael Urankar (mikael) |
lang/rust: Rebuild consumers for 1.54.0 |
4.0.3_1 24 Aug 2021 08:56:17 |
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 |
4.0.3 23 Aug 2021 12:52:23 |
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 |