Your message dated Mon, 05 Jun 2023 18:00:12 +0000
with message-id <e1q6ev2-005zqg...@fasolo.debian.org>
and subject line Bug#1035949: fixed in mariadb 1:10.11.3-2~exp1
has caused the Debian Bug report #1035949,
regarding mariadb: upgrade issue: mariadb-server-10.5 fails to stop after all 
other -10.5 packages were removed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1035949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mariadb
Version: 1:10.11.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + zoph

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'bullseye'.
It installed fine in 'bullseye', then the upgrade to 'bookworm' fails.

This failure is observable while testing the zoph package.
Since timing is unfortunate and upgrading zoph causes db accesses while
the db is temporarily down, I tried to first upgrade
default-mysql-server (as I usually do in this case) by running
  apt-get install default-mysql-server
immediately after switching sources.list to bookworm (and running
apt-get update to refresh the lists.)

>From the attached log (scroll to the bottom...):

  Upgrading early: default-mysql-server
...
  Starting 2 pkgProblemResolver with broken count: 0
  Done
  The following packages were automatically installed and are no longer 
required:
    libaio1 libsnappy1v5
  Use 'sudo apt autoremove' to remove them.
  The following additional packages will be installed:
    gcc-12-base libc-bin libc6 libdaxctl1 libkmod2 libndctl6 libpmem1 libssl3
    libstdc++6 liburing2 libzstd1 mariadb-client mariadb-client-core
    mariadb-common mariadb-server mariadb-server-core
  Suggested packages:
    glibc-doc libc-l10n locales libnss-nis libnss-nisplus mailx mariadb-test
    netcat-openbsd
  Recommended packages:
    manpages libdbd-mariadb-perl | libdbd-mysql-perl libterm-readkey-perl
    libhtml-template-perl mariadb-plugin-provider-bzip2
    mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma
    mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy pv
  The following packages will be REMOVED:
    mariadb-client-10.5 mariadb-client-core-10.5 mariadb-server-10.5
    mariadb-server-core-10.5
  The following NEW packages will be installed:
    gcc-12-base libdaxctl1 libkmod2 libndctl6 libpmem1 libssl3 liburing2
    mariadb-client mariadb-client-core mariadb-server mariadb-server-core
  The following packages will be upgraded:
    default-mysql-server libc-bin libc6 libstdc++6 libzstd1 mariadb-common
  6 upgraded, 11 newly installed, 4 to remove and 189 not upgraded.
  Need to get 21.1 MB of archives.
...
  Preparing to unpack .../libc6_2.36-9_amd64.deb ...
  Unpacking libc6:amd64 (2.36-9) over (2.31-13+deb11u6) ...
  Setting up libc6:amd64 (2.36-9) ...
  Preparing to unpack .../libc-bin_2.36-9_amd64.deb ...
  Unpacking libc-bin (2.36-9) over (2.31-13+deb11u6) ...
  Setting up libc-bin (2.36-9) ...
  Preparing to unpack .../mariadb-common_1%3a10.11.2-1_all.deb ...
  Unpacking mariadb-common (1:10.11.2-1) over (1:10.5.19-0+deb11u2) ...
  Preparing to unpack .../default-mysql-server_1.1.0_all.deb ...
  Unpacking default-mysql-server (1.1.0) over (1.0.7) ...
  dpkg: mariadb-client-10.5: dependency problems, but removing anyway as you 
requested:
   mariadb-server-10.5 depends on mariadb-client-10.5 (>= 1:10.5.19-0+deb11u2).
   dbconfig-mysql depends on default-mysql-client | virtual-mysql-client; 
however:
    Package default-mysql-client is not installed.
    Package virtual-mysql-client is not installed.
    Package mariadb-client-10.5 which provides virtual-mysql-client is to be 
removed.

  Removing mariadb-client-10.5 (1:10.5.19-0+deb11u2) ...
  Removing mariadb-client-core-10.5 (1:10.5.19-0+deb11u2) ...
  dpkg: mariadb-server-10.5: dependency problems, but removing anyway as you 
requested:
   zoph depends on default-mysql-server | virtual-mysql-server; however:
    Package default-mysql-server is not configured yet.
    Package virtual-mysql-server is not installed.
    Package mariadb-server-10.5 which provides virtual-mysql-server is to be 
removed.

  Removing mariadb-server-10.5 (1:10.5.19-0+deb11u2) ...
  invoke-rc.d: could not determine current runlevel
  Stopping MariaDB database server: mariadbd [ESC][31mfailed![ESC][39;49m
  invoke-rc.d: initscript mariadb, action "stop" failed.
  dpkg: error processing package mariadb-server-10.5 (--remove):
   installed mariadb-server-10.5 package pre-removal script subprocess returned 
error exit status 1
  dpkg: too many errors, stopping
  Errors were encountered while processing:
   mariadb-server-10.5
  Processing was halted because there were too many errors.
  E: Sub-process /usr/bin/dpkg returned an error code (1)


Here apt choses a suboptimal removal order: mariadb-server-10.5 gets
removed (and therefore stopped, but that fails) only after
mariadb-client-10.5 and mariadb-client-core-10.5 are already gone.

I have tried the early upgrade scenario only with one other package that
needs it (icinga2-ido-mysql), and there it worked flawless.
Some bits from the log:

...
  Preparing to unpack .../mariadb-common_1%3a10.11.2-1_all.deb ...
  Unpacking mariadb-common (1:10.11.2-1) over (1:10.5.19-0+deb11u2) ...
  Preparing to unpack .../default-mysql-server_1.1.0_all.deb ...
  Unpacking default-mysql-server (1.1.0) over (1.0.7) ...
  Removing mariadb-server-10.5 (1:10.5.19-0+deb11u2) ...
  invoke-rc.d: could not determine current runlevel
  Stopping MariaDB database server: mariadbd.
  Removing mariadb-client-10.5 (1:10.5.19-0+deb11u2) ...
  Removing mariadb-client-core-10.5 (1:10.5.19-0+deb11u2) ...
  Removing mariadb-server-core-10.5 (1:10.5.19-0+deb11u2) ...
...


Do you have a test in you CI that does something equivalent to

* apt-get install default-mysql-server
* sed s/bullseye/bookworm/ sources.list
* apt-get install default-mysql-server # early upgrade
* apt-get dist-upgrade


cheers,

Andreas

Attachment: zoph_1.0.1-3.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: mariadb
Source-Version: 1:10.11.3-2~exp1
Done: Otto Kekäläinen <o...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mariadb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1035...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otto Kekäläinen <o...@debian.org> (supplier of updated mariadb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 04 Jun 2023 11:22:27 -0700
Source: mariadb
Binary: libmariadb-dev libmariadb-dev-compat libmariadb3 libmariadbd-dev 
libmariadbd19 mariadb-backup mariadb-client mariadb-client-core mariadb-common 
mariadb-plugin-connect mariadb-plugin-cracklib-password-check 
mariadb-plugin-gssapi-client mariadb-plugin-gssapi-server 
mariadb-plugin-hashicorp-key-management mariadb-plugin-mroonga 
mariadb-plugin-oqgraph mariadb-plugin-provider-bzip2 
mariadb-plugin-provider-lz4 mariadb-plugin-provider-lzma 
mariadb-plugin-provider-lzo mariadb-plugin-provider-snappy 
mariadb-plugin-rocksdb mariadb-plugin-s3 mariadb-plugin-spider mariadb-server 
mariadb-server-10.5 mariadb-server-core mariadb-test mariadb-test-data
Architecture: source amd64 all
Version: 1:10.11.3-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Otto Kekäläinen <o...@debian.org>
Description:
 libmariadb-dev - MariaDB database development files
 libmariadb-dev-compat - MariaDB Connector/C, compatibility symlinks
 libmariadb3 - MariaDB database client library
 libmariadbd-dev - MariaDB embedded database, development files
 libmariadbd19 - MariaDB embedded database, shared library
 mariadb-backup - Backup tool for MariaDB server
 mariadb-client - MariaDB database client binaries
 mariadb-client-core - MariaDB database core client binaries
 mariadb-common - MariaDB common configuration files
 mariadb-plugin-connect - Connect storage engine for MariaDB
 mariadb-plugin-cracklib-password-check - CrackLib Password Validation Plugin 
for MariaDB
 mariadb-plugin-gssapi-client - GSSAPI authentication plugin for MariaDB client
 mariadb-plugin-gssapi-server - GSSAPI authentication plugin for MariaDB server
 mariadb-plugin-hashicorp-key-management - Hashicorp Key Management plugin for 
MariaDB
 mariadb-plugin-mroonga - Mroonga storage engine for MariaDB
 mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB
 mariadb-plugin-provider-bzip2 - BZip2 compression support in the server and 
storage engines
 mariadb-plugin-provider-lz4 - LZ4 compression support in the server and 
storage engines
 mariadb-plugin-provider-lzma - LZMA compression support in the server and 
storage engines
 mariadb-plugin-provider-lzo - LZO compression support in the server and 
storage engines
 mariadb-plugin-provider-snappy - Snappy compression support in the server and 
storage engines
 mariadb-plugin-rocksdb - RocksDB storage engine for MariaDB
 mariadb-plugin-s3 - Amazon S3 archival storage engine for MariaDB
 mariadb-plugin-spider - Spider storage engine for MariaDB
 mariadb-server - MariaDB database server binaries
 mariadb-server-10.5 - MariaDB database server binaries
 mariadb-server-core - MariaDB database core server files
 mariadb-test - MariaDB database regression test suite
 mariadb-test-data - MariaDB database regression test suite - data files
Closes: 1035949
Changes:
 mariadb (1:10.11.3-2~exp1) experimental; urgency=medium
 .
   [ Andreas Beckmann ]
   * Introduce transitional mariadb-server-10.5 (Closes: #1035949)
Checksums-Sha1:
 e00e3c8de91d64a7a814686384b16e1bc02bb6bc 5075 mariadb_10.11.3-2~exp1.dsc
 18ff1f20f50d472ba37c064c813a0661cdc38bf8 272632 
mariadb_10.11.3-2~exp1.debian.tar.xz
 ede08353a2c1774d08ad1e2f4e11218c6cd33f23 22836 
libmariadb-dev-compat_10.11.3-2~exp1_amd64.deb
 2ce77a1d3e544d2e4f46b95cff025fbf3bc1ae1c 264284 
libmariadb-dev_10.11.3-2~exp1_amd64.deb
 d1ca5ca3930721c2e118b07bed2190bdf928e00d 172224 
libmariadb3_10.11.3-2~exp1_amd64.deb
 65de725b926e3753308627a570b912427cb75e7e 6376220 
libmariadbd-dev_10.11.3-2~exp1_amd64.deb
 46cecacbec0d1db45a95fcfa3416c5fc17a6601d 5136380 
libmariadbd19_10.11.3-2~exp1_amd64.deb
 d884ac51a828bc38d2bbfc524a66e1c9d7b5b3b5 6537660 
mariadb-backup_10.11.3-2~exp1_amd64.deb
 345d2a346b5500eacf96b15b39d5394ce7b3a51b 868716 
mariadb-client-core_10.11.3-2~exp1_amd64.deb
 20021f8dee2e7cc7285ed9e8335d51a06e43871e 2932924 
mariadb-client_10.11.3-2~exp1_amd64.deb
 629a955b53fc1bce677f5e673ff5d4f82e6a6dcb 24052 
mariadb-common_10.11.3-2~exp1_all.deb
 8a9de500d7ee9898a480e5da2a37c0b0b7593008 533700 
mariadb-plugin-connect_10.11.3-2~exp1_amd64.deb
 74666cf03e94196f5b2a43ab2f3435593bcc9eab 24688 
mariadb-plugin-cracklib-password-check_10.11.3-2~exp1_amd64.deb
 f49fdfe5e6c4a7ec5e23b9de262863ee3494230c 25500 
mariadb-plugin-gssapi-client_10.11.3-2~exp1_amd64.deb
 9801293e69621d6d240407e9e41bcff6ea802bc3 26972 
mariadb-plugin-gssapi-server_10.11.3-2~exp1_amd64.deb
 7a7287b02c872e007d33c820d80beb28698cf31a 49264 
mariadb-plugin-hashicorp-key-management_10.11.3-2~exp1_amd64.deb
 fb532d98c33fa14b6f1bf7c318bd12a06bb79ee0 1163992 
mariadb-plugin-mroonga_10.11.3-2~exp1_amd64.deb
 15ca6223f9fbbf0058f33f7bc10a37548694809b 85088 
mariadb-plugin-oqgraph_10.11.3-2~exp1_amd64.deb
 26491e40023b8a3f171ba9ccfd037ad424a0dfcb 24460 
mariadb-plugin-provider-bzip2_10.11.3-2~exp1_amd64.deb
 e4b843c5c0aee6c442d4e477d377a60f8987a57b 24364 
mariadb-plugin-provider-lz4_10.11.3-2~exp1_amd64.deb
 10c4005f2d1112657fa1acf42d3c0730c7291d39 24416 
mariadb-plugin-provider-lzma_10.11.3-2~exp1_amd64.deb
 8c188119998e4a972cdf32ba9e0b8d48321b752d 24356 
mariadb-plugin-provider-lzo_10.11.3-2~exp1_amd64.deb
 47cdf849489fe8a1588ca4f14143b675469dd245 24400 
mariadb-plugin-provider-snappy_10.11.3-2~exp1_amd64.deb
 d831d5b42ed619c048b5876abbb78e331671b9a1 2485572 
mariadb-plugin-rocksdb_10.11.3-2~exp1_amd64.deb
 e599b3c94ee39982875d78e3615a880e39523596 842216 
mariadb-plugin-s3_10.11.3-2~exp1_amd64.deb
 da94bc7c80cf2636b15e277ee00b4c65dcc91eab 350172 
mariadb-plugin-spider_10.11.3-2~exp1_amd64.deb
 ab239c5e1ea0d1cd1426dc1e99c85fb57c3a1dc5 22560 
mariadb-server-10.5_10.11.3-2~exp1_amd64.deb
 013c6b8e0f513ad5c3872c250084a77dca798b1b 7226576 
mariadb-server-core_10.11.3-2~exp1_amd64.deb
 22e0f12b975ce2cd979d37a77c1b0f0589aa1dce 3657620 
mariadb-server_10.11.3-2~exp1_amd64.deb
 0fcf92f60ba1f8c171c9f41854c1cbc8cdab1038 18734052 
mariadb-test-data_10.11.3-2~exp1_all.deb
 35dafb292193d4fe279bb04272b10839b42a134c 12298848 
mariadb-test_10.11.3-2~exp1_amd64.deb
 5b44ef75201d44eb0a1d1ee09591eb7859b59820 18042 
mariadb_10.11.3-2~exp1_amd64.buildinfo
Checksums-Sha256:
 31f2043567f2b43ebc2826bc2369e6e4d6eb9e82eb8511fd641a54fad758a611 5075 
mariadb_10.11.3-2~exp1.dsc
 09ca37a754aa239507ffbe88a02e4f2df28fe18a19ac5452d9f10cb492f90327 272632 
mariadb_10.11.3-2~exp1.debian.tar.xz
 d822db8ccea732d137c741f0d656394e4d4d299db56dfa62f8ce1c4ea6a90780 22836 
libmariadb-dev-compat_10.11.3-2~exp1_amd64.deb
 e3bff6703f33bcfa19e5392384b791775287b30a3650ce3e3b25b349a11d6914 264284 
libmariadb-dev_10.11.3-2~exp1_amd64.deb
 0b9ab195b5d2e601d90cf5883d46957bd4194d5067dc38f932c3a88cc5c17cad 172224 
libmariadb3_10.11.3-2~exp1_amd64.deb
 56c16718053874bdc4e6f3a7ae6b289749657cd3ca13bcc5a5e2f84df8501182 6376220 
libmariadbd-dev_10.11.3-2~exp1_amd64.deb
 626e8c3a92d3d0e1273a6e53fb672dea6eafd0eaea04b168dd361c6467890da1 5136380 
libmariadbd19_10.11.3-2~exp1_amd64.deb
 0434a788964b6d270a7452bf8d0068b20477ee6d787eca1979977f27f1986ae4 6537660 
mariadb-backup_10.11.3-2~exp1_amd64.deb
 ee6b12d616117408ffb175ea90952a23e8dc37b2228493afe2a75a2094a29f58 868716 
mariadb-client-core_10.11.3-2~exp1_amd64.deb
 4cf828032811ac82b540fb1a5629ba54761efae911d04ef2873e28535e0a3025 2932924 
mariadb-client_10.11.3-2~exp1_amd64.deb
 fe3d3cea0df81773e923cac57f201fc7872939bf8baf3f773fbe5a0c455c9de4 24052 
mariadb-common_10.11.3-2~exp1_all.deb
 0d2c983f30a90af46f06d544da88547439e3118eb81d0cc09550bc53afdca036 533700 
mariadb-plugin-connect_10.11.3-2~exp1_amd64.deb
 5ed9c2ab03837a75ea9ff1b428e6f740f4d00587b0ded242ed771ba87fa1b8d2 24688 
mariadb-plugin-cracklib-password-check_10.11.3-2~exp1_amd64.deb
 6d66bc3b81bdb111dcc20cd395908f29f92c50373ee78e7b6f71a129c7f5099e 25500 
mariadb-plugin-gssapi-client_10.11.3-2~exp1_amd64.deb
 e9005ad5d9f6d4e92ee82673e6d74f5feca87e102673d8876230d99dc2aa0515 26972 
mariadb-plugin-gssapi-server_10.11.3-2~exp1_amd64.deb
 f316c50922fc7e62a9542abad41616918968f9523e9c22db965afec6d5406065 49264 
mariadb-plugin-hashicorp-key-management_10.11.3-2~exp1_amd64.deb
 bd37acaf495fcc18d54864da8ffa597129790613bbab0f9721af3687ff9adfc4 1163992 
mariadb-plugin-mroonga_10.11.3-2~exp1_amd64.deb
 d9d7175f9213aff55b5363b8f5326d88766512663660ae12563bad5d92ada5aa 85088 
mariadb-plugin-oqgraph_10.11.3-2~exp1_amd64.deb
 f14ab8e7845ef1234cc40fb0d47197a3e28cb19f47258ff04aac577be6add971 24460 
mariadb-plugin-provider-bzip2_10.11.3-2~exp1_amd64.deb
 840864f9e86e02af750ecb47b8d8868fad6807e2772303f7ace0b252ca25d39c 24364 
mariadb-plugin-provider-lz4_10.11.3-2~exp1_amd64.deb
 31afb856bde1fb755596e929e25369e957bc506b62cf181c0e59cc5d95d12746 24416 
mariadb-plugin-provider-lzma_10.11.3-2~exp1_amd64.deb
 f4ff3d6080c3168888c8a63d12539d5605514d7d6469fc1a26c6b52e8307e3ff 24356 
mariadb-plugin-provider-lzo_10.11.3-2~exp1_amd64.deb
 671c0ded87e393b6cea724086aee1c461646ba756f292d1626abeba487515e0b 24400 
mariadb-plugin-provider-snappy_10.11.3-2~exp1_amd64.deb
 326faabe31768989786cab769b41e605f4d5a8fa990ae2fd2c0b021d406ea888 2485572 
mariadb-plugin-rocksdb_10.11.3-2~exp1_amd64.deb
 57951a7ad40666d74627de69fedb51800a80067674c26f494b09c99662dfd785 842216 
mariadb-plugin-s3_10.11.3-2~exp1_amd64.deb
 1ece810d126df3afeadfe73f94748f0a26d355723292e476496cac00c1e584b2 350172 
mariadb-plugin-spider_10.11.3-2~exp1_amd64.deb
 0af81c28b11b97968cb822530996593c9a5a7620e37ad604178c1d1287a82431 22560 
mariadb-server-10.5_10.11.3-2~exp1_amd64.deb
 25d0fc871ea50d08521506f816c99794f39dc1351def08b74ca96264b8134e78 7226576 
mariadb-server-core_10.11.3-2~exp1_amd64.deb
 8a3ce9d13ee32bd7406fc5aa4606c22cab9ed37d0583f5fbc8521e2698a2cfeb 3657620 
mariadb-server_10.11.3-2~exp1_amd64.deb
 ff8d0bb260e1efe38e51e36791de1b753813b19ce7abdae35b6d3b3fbf9a7c6b 18734052 
mariadb-test-data_10.11.3-2~exp1_all.deb
 8d273f32c92938b881e0e609045de0c61ebe96b137f30659a3e58dff20fa270d 12298848 
mariadb-test_10.11.3-2~exp1_amd64.deb
 f75fb8053ed90c2747ef355a05c4023a32baca6a2c4c001abf1d3264e21c9d0f 18042 
mariadb_10.11.3-2~exp1_amd64.buildinfo
Files:
 ba4ddb8322505bcb00cb4956e715aaab 5075 database optional 
mariadb_10.11.3-2~exp1.dsc
 6060319e9fb2a2fb132dd8934df7ee60 272632 database optional 
mariadb_10.11.3-2~exp1.debian.tar.xz
 449d5feda0b70c90f00a71e622d35364 22836 libdevel optional 
libmariadb-dev-compat_10.11.3-2~exp1_amd64.deb
 f4e63e96d85ac1d86dea5d9eaacd7c54 264284 libdevel optional 
libmariadb-dev_10.11.3-2~exp1_amd64.deb
 2ac92a8253d130f60749fbfe335d23b2 172224 libs optional 
libmariadb3_10.11.3-2~exp1_amd64.deb
 76a718c28a2c7a118d35c93162002c53 6376220 libdevel optional 
libmariadbd-dev_10.11.3-2~exp1_amd64.deb
 518250d8dd495b4789dc6d7086cc1c91 5136380 libs optional 
libmariadbd19_10.11.3-2~exp1_amd64.deb
 46baf565e598943314c88c73a8cf1138 6537660 database optional 
mariadb-backup_10.11.3-2~exp1_amd64.deb
 e2e68663648506b3e250d5ccd4c0dab9 868716 database optional 
mariadb-client-core_10.11.3-2~exp1_amd64.deb
 6e27bc6165c10de29b574125f547ee32 2932924 database optional 
mariadb-client_10.11.3-2~exp1_amd64.deb
 c2ffb3f43392ff17b3a18300def762ff 24052 database optional 
mariadb-common_10.11.3-2~exp1_all.deb
 4fbd5a1ebdec6aff2cdc41307532f980 533700 database optional 
mariadb-plugin-connect_10.11.3-2~exp1_amd64.deb
 95d40c4e214cfca62f1d9fcecf359585 24688 database optional 
mariadb-plugin-cracklib-password-check_10.11.3-2~exp1_amd64.deb
 99203fcf7183147b9bcd81b60a748d73 25500 database optional 
mariadb-plugin-gssapi-client_10.11.3-2~exp1_amd64.deb
 35c50946ed2eaa516c982c338f4b35d0 26972 database optional 
mariadb-plugin-gssapi-server_10.11.3-2~exp1_amd64.deb
 e6fe8e564a5d24def68fad726c768396 49264 database optional 
mariadb-plugin-hashicorp-key-management_10.11.3-2~exp1_amd64.deb
 acfcea9c2b751f1db85b4e8c23b404d7 1163992 database optional 
mariadb-plugin-mroonga_10.11.3-2~exp1_amd64.deb
 aef16e57d34da8fe82be85c12113e632 85088 database optional 
mariadb-plugin-oqgraph_10.11.3-2~exp1_amd64.deb
 c73be6cb822341d37dab38b4455b57f0 24460 database optional 
mariadb-plugin-provider-bzip2_10.11.3-2~exp1_amd64.deb
 d3ec14c48262fb545b92545a79716812 24364 database optional 
mariadb-plugin-provider-lz4_10.11.3-2~exp1_amd64.deb
 f6e0ac67a7cb13b67b1398d292083567 24416 database optional 
mariadb-plugin-provider-lzma_10.11.3-2~exp1_amd64.deb
 9e5f62f44ae6586ff80f5e8a633bddd9 24356 database optional 
mariadb-plugin-provider-lzo_10.11.3-2~exp1_amd64.deb
 b0f2ed56fd1b6d1d1e822d2cf8868d76 24400 database optional 
mariadb-plugin-provider-snappy_10.11.3-2~exp1_amd64.deb
 7ee123afd02e01a3e9701d4913946a2d 2485572 database optional 
mariadb-plugin-rocksdb_10.11.3-2~exp1_amd64.deb
 181b2835a2f09a2477af09965ce7c48d 842216 database optional 
mariadb-plugin-s3_10.11.3-2~exp1_amd64.deb
 d412144fad00d94de121fa8667e1e695 350172 database optional 
mariadb-plugin-spider_10.11.3-2~exp1_amd64.deb
 a32573d1ae0cbe0690a890e4739ceff2 22560 database optional 
mariadb-server-10.5_10.11.3-2~exp1_amd64.deb
 9ff585d1f4fcd944d4e529fd5761131e 7226576 database optional 
mariadb-server-core_10.11.3-2~exp1_amd64.deb
 8653a797bb24b01b10e19bd741dec323 3657620 database optional 
mariadb-server_10.11.3-2~exp1_amd64.deb
 179c0a96326deae4fcb8ae4c610eb355 18734052 database optional 
mariadb-test-data_10.11.3-2~exp1_all.deb
 b5ebff7751594ace31e27d59e1cefedd 12298848 database optional 
mariadb-test_10.11.3-2~exp1_amd64.deb
 78091b10291a0bd60581ceff19265c40 18042 database optional 
mariadb_10.11.3-2~exp1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmR9EFoACgkQvthEn87o
2ogeVw/8CvIuODnNa8oTc5IhX1UuEA+9JhRso0M4ifF3JWGB9Bf5c/GvtdWwa/nU
juABQl2aqQnsjTRWx58eATILf0/TLvxDEZ2pw91nTp/tdyzIuDWsKWai3LPx+9u7
piTFPFqLWuTKseEQzVbvnP/nl6Ocbit2TARWigBIMs+zFtVsPZsOa1TT/nzWV1OS
GuskZlU5ElWqPLHKGg2oKIFKHjlXbQPAg01SJX82+pXxuxmD/ZbSi5irsFoDcisL
1MMN3MVM0kWuajU0c9ivBxCFidIGl6hFchu09F0IChJxAPokyl03HTZaGmE1VBtf
NFhsLt+5TM2wivCBYn7N7bi2oDQ66u9/RV4trFYGIiQIovuUrk8fQ47DZ3z2nA/9
7pznDsnflUVGQRBcjZMly+sosFrtp9ajFzJ0LV7GBBN8CZufEypu9DEPvfdS3rFJ
nIHmyuyCLCobHoE4I+FHD0+pDuCraQSMWPp0Xcx7sarVzXnNQFZoatzIIhfq9gRH
7ZKRhgZwRHoqM+53H+29ud1YU1WmCLG1XYB6Y5la2/1GWKsjsabOXP89wZ99/wKj
YcONlS7qZ3RW4VtRFjo83om36AA11MBzeEaB0wC9g+tqjYvArS10ORS8R67m2tPe
i7YyTRfMzK2wzHHcHNMhrHfxabx6+dYSyxnlyjQXttk7I4hoYTE=
=A1So
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to