all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/8] Remove mysql
@ 2023-04-17 13:29 Efraim Flashner
  2023-04-17 13:32 ` [bug#62903] [PATCH 1/8] gnu: sysbench: Build with mariadb Efraim Flashner
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Efraim Flashner @ 2023-04-17 13:29 UTC (permalink / raw)
  To: guix-patches, guix-devel; +Cc: Efraim Flashner

I saw that a fix was applied to mysql on core-updates to have it build
with openssl-1.1, and I figured that rather than have a version that was
several years out of date (and surely had many many security
vulnerabilities) it would be better to try to just remove it.
`mariadb:dev` provides the `mysql_config` binary that some packages
search for so I used it as a drop-in replacement. Nothing seemed broken
to me after building some packages, so to the best of my knowledge of
these disparate packages and languages all is fine.

Efraim Flashner (8):
  gnu: sysbench: Build with mariadb.
  gnu: ghc-mysql: Build with mariadb.
  gnu: neko: Build with mariadb.
  gnu: inspircd: Build with mariadb.
  gnu: ulogd: Build with mariadb.
  gnu: opensmtpd-extras: Build with mariadb.
  gnu: sbcl-clsql: Build with mariadb.
  gnu: cl-clsql: Build with mariadb.

 gnu/packages/benchmark.scm   |  9 +--------
 gnu/packages/haskell-xyz.scm |  4 ++--
 gnu/packages/haxe.scm        |  3 ++-
 gnu/packages/irc.scm         |  4 ++--
 gnu/packages/linux.scm       |  6 +++---
 gnu/packages/lisp-xyz.scm    | 18 ++++++++++--------
 gnu/packages/mail.scm        |  4 ++--
 7 files changed, 22 insertions(+), 26 deletions(-)


base-commit: 2d06dfc050114dba44e791d8decc8eaa705fee01
-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted



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

end of thread, other threads:[~2023-05-20 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 13:29 [PATCH 0/8] Remove mysql Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 1/8] gnu: sysbench: Build with mariadb Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 2/8] gnu: ghc-mysql: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 3/8] gnu: neko: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 4/8] gnu: inspircd: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 5/8] gnu: ulogd: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 6/8] gnu: opensmtpd-extras: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 7/8] gnu: sbcl-clsql: " Efraim Flashner
2023-04-17 13:32 ` [bug#62903] [PATCH 8/8] gnu: cl-clsql: " Efraim Flashner
2023-04-19 10:51 ` [bug#62903] [PATCH 0/8] Remove mysql Andreas Enge
2023-04-19 14:18   ` Efraim Flashner
2023-05-20 19:59 ` Efraim Flashner

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.