Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
Description
The MariaDB Connector/C++ binary tarball currently tarbombs the user. The binary tarball does not have a top-level directory for all of its files:
$ tar -tzvf mariadb-connector-cpp-0.9.2-beta-debian9-x86_64.tar.gz
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/mariadb/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/mariadb/plugin/
|
-rw-r--r-- buildbot/buildbot 63136 2020-05-11 05:01 lib/mariadb/plugin/auth_gssapi_client.so
|
-rw-r--r-- buildbot/buildbot 57608 2020-05-11 05:01 lib/mariadb/plugin/caching_sha2_password.so
|
-rw-r--r-- buildbot/buildbot 345760 2020-05-11 05:01 lib/mariadb/plugin/client_ed25519.so
|
-rw-r--r-- buildbot/buildbot 50968 2020-05-11 05:01 lib/mariadb/plugin/dialog.so
|
-rw-r--r-- buildbot/buildbot 36000 2020-05-11 05:01 lib/mariadb/plugin/mysql_clear_password.so
|
-rw-r--r-- buildbot/buildbot 50144 2020-05-11 05:01 lib/mariadb/plugin/sha256_password.so
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/mariadb/
|
-rw-r--r-- buildbot/buildbot 1380936 2020-05-11 04:59 lib/mariadb/libmariadb.so.3
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 lib/mariadb/
|
-rw-r--r-- buildbot/buildbot 24277864 2020-05-11 05:01 lib/mariadb/libmariadbcpp.so
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 share/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 share/doc/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 share/doc/mariadbcpp/
|
-rw-r--r-- buildbot/buildbot 26526 2020-05-11 04:59 share/doc/mariadbcpp/COPYING
|
-rw-r--r-- buildbot/buildbot 1620 2020-05-11 04:59 share/doc/mariadbcpp/README
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 include/
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 include/mariadbcpp/
|
-rw-r--r-- buildbot/buildbot 5913 2020-05-11 04:59 include/mariadbcpp/CallableStatement.h
|
-rw-r--r-- buildbot/buildbot 1438 2020-05-11 04:59 include/mariadbcpp/ConnCpp.h
|
-rw-r--r-- buildbot/buildbot 5119 2020-05-11 04:59 include/mariadbcpp/Connection.h
|
-rw-r--r-- buildbot/buildbot 14156 2020-05-11 04:59 include/mariadbcpp/DatabaseMetaData.h
|
-rw-r--r-- buildbot/buildbot 1918 2020-05-11 04:59 include/mariadbcpp/Driver.h
|
-rw-r--r-- buildbot/buildbot 8347 2020-05-11 04:59 include/mariadbcpp/Exception.h
|
-rw-r--r-- buildbot/buildbot 1940 2020-05-11 04:59 include/mariadbcpp/ParameterMetaData.h
|
-rw-r--r-- buildbot/buildbot 7173 2020-05-11 04:59 include/mariadbcpp/PreparedStatement.h
|
-rw-r--r-- buildbot/buildbot 13981 2020-05-11 04:59 include/mariadbcpp/ResultSet.h
|
-rw-r--r-- buildbot/buildbot 2546 2020-05-11 04:59 include/mariadbcpp/ResultSetMetaData.h
|
-rw-r--r-- buildbot/buildbot 3737 2020-05-11 04:59 include/mariadbcpp/SQLString.h
|
-rw-r--r-- buildbot/buildbot 1362 2020-05-11 04:59 include/mariadbcpp/Savepoint.h
|
-rw-r--r-- buildbot/buildbot 4057 2020-05-11 04:59 include/mariadbcpp/Statement.h
|
-rw-r--r-- buildbot/buildbot 1689 2020-05-11 04:59 include/mariadbcpp/Types.h
|
-rw-r--r-- buildbot/buildbot 1504 2020-05-11 04:59 include/mariadbcpp/Warning.h
|
drwxr-xr-x buildbot/buildbot 0 2020-05-11 05:01 include/mariadbcpp/compat/
|
-rw-r--r-- buildbot/buildbot 1131 2020-05-11 04:59 include/mariadbcpp/compat/Array.h
|
-rw-r--r-- buildbot/buildbot 1155 2020-05-11 04:59 include/mariadbcpp/compat/Executor.h
|
-rw-r--r-- buildbot/buildbot 1140 2020-05-11 04:59 include/mariadbcpp/compat/Object.h
|
-rw-r--r-- buildbot/buildbot 1166 2020-05-11 04:59 include/mariadbcpp/compat/SQLType.h
|
-rw-r--r-- buildbot/buildbot 1139 2020-05-11 04:59 include/mariadbcpp/compat/Struct.h
|
-rw-r--r-- buildbot/buildbot 3969 2020-05-11 04:59 include/mariadbcpp/jdbccompat.h
|
See here for a description of tarbombing and why it is bad:
Attachments
Issue Links
- relates to
-
ODBC-285 Connector/ODBC binary tarballs tarbomb the user
- Closed