unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57840: rust-sqlite3-src bundles sqlite3
@ 2022-09-15 21:22 Maxime Devos
  2022-09-16 10:33 ` Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Devos @ 2022-09-15 21:22 UTC (permalink / raw)
  To: 57840; +Cc: nicolas goaziou


[-- Attachment #1.1.1: Type: text/plain, Size: 1392 bytes --]

X-Debbugs-CC: Aleksandr Vityazev <avityazev@posteo.org>
X-Debbugs-CC: Nicolas Goaziou <mail@nicolasgoaziou.fr>

(^ the pseudo-header, IIUC)

The patch series 53315 by Aleksandr Vityazev and accepted by Nicolas 
Goaziou adds a crate rust-sqlite3-src that bundles sqlite3.

Bundling is against Guix policy for the reasons explained in the manual

I ask to:

  (a) Remove the bundled copy (and if needed, adjust build.rs to always
      do the pkg-config)

or

  (b) Remove rust-sqlite3-src and dependents.

Additionally, for the future, I ask to check packages for bundling,  and 
recommend the following tricks for detecting bundling:

   * if a crate name ends with -sys, there is a good chance it bundles
     things
   * likewise, if the synopsis or description mentions 'Bindings',
     there's a good chance it bundles things.
   * if a crate name contains some variation of the word 'source'
     (e.g., -src), that can indicate bundling.
   * if the Cargo.toml mentions 'bundled', 'system' or 'vendor' its
     [features], it is bundling things.
   * if the source code of a Rust package contains a .c or .h file,
     it's likely bundling things

I would like to note that the bundled copy (version 3.34.1) has known 
bugs that were fixed in later versions (including a CVE), according to 
the changelog on the sqlite website.

Greetings,
Maxime

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#57840: rust-sqlite3-src bundles sqlite3
  2022-09-15 21:22 bug#57840: rust-sqlite3-src bundles sqlite3 Maxime Devos
@ 2022-09-16 10:33 ` Maxime Devos
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Devos @ 2022-09-16 10:33 UTC (permalink / raw)
  To: 57840; +Cc: nicolas goaziou


[-- Attachment #1.1.1: Type: text/plain, Size: 158 bytes --]

Solved locally in antioxidant by adding 'sqlite' to the inputs of
rust-sqlite3-src and removing the 'source' directory in a snippet.

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-16 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 21:22 bug#57840: rust-sqlite3-src bundles sqlite3 Maxime Devos
2022-09-16 10:33 ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).