head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.25.17.31.18; author vins; state Exp; branches; next ; commitid nSYoyUIyGP0yzNrG; desc @@ 1.1 log @mail/meli: update to 0.8.13 # pkgsrc changes * Remove deprecated README. * Move patch to vendored crate from files dir to patches/vendor # upstream changes * Fix severe issue when calling gettimeofday with a tz arg that may result in segfaults. * Fix AUTHENTICATE use in imap backend when SASL-IR is not available. * Several other misc fixes. * Updates various dependencies to newer versions. * Add tab_width option to specify how many spaces a tab character should occupy. * Add support for mbox files with meli view /path/to/file command. @ text @$NetBSD$ "bundled" feature is needed to support SQLite > 3.14 https://github.com/rusqlite/rusqlite/issues/1507 --- libsqlite3-sys-0.35.0/Cargo.toml.orig 2026-01-25 16:49:56.338917782 +0000 +++ libsqlite3-sys-0.35.0/Cargo.toml @@@@ -53,7 +53,7 @@@@ bundled-windows = [ ] bundled_bindings = [] column_metadata = [] -default = ["min_sqlite_version_3_14_0"] +default = ["min_sqlite_version_3_14_0", "bundled"] in_gecko = [] loadable_extension = [ "prettyplease", @