Skip to content

Commit

Permalink
update packaging with openssl 3 depency
Browse files Browse the repository at this point in the history
cleanup packaging
  • Loading branch information
mirostauder committed Nov 19, 2024
1 parent d8d2c87 commit 6f45d75
Show file tree
Hide file tree
Showing 35 changed files with 16 additions and 1,796 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
service: _build
image: proxysql/packaging:build-debian12-v3.0.0
volumes:
- ./docker/images/proxysql/deb-compliant/latest-package/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
service: _build
image: proxysql/packaging:build-ubuntu22-v3.0.0
volumes:
- ./docker/images/proxysql/deb-compliant/latest-package/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
Expand All @@ -162,7 +162,7 @@ services:
service: _build
image: proxysql/packaging:build-ubuntu24-v3.0.0
volumes:
- ./docker/images/proxysql/deb-compliant/latest-package/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
Expand Down
18 changes: 9 additions & 9 deletions docker/images/proxysql/deb-compliant/ctl/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Version: PKG_VERSION_CURVER
Maintainer: ProxySQL LLC <[email protected]>
Copyright: copyright
Architecture: PKG_ARCH
Depends: libgnutls28 | libgnutls-deb0-28 | libgnutls30
Depends: libgnutls28 | libgnutls30, libssl (>= 3.0.0) | libssl3 (>= 3.0.0)
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/
etc/proxysql.cnf /
etc/proxysql.cnf /etc/
etc/logrotate.d/proxysql /etc/logrotate.d/
systemd/system/proxysql-initial.service /lib/
systemd/system/proxysql.service /lib/
tools/proxysql_galera_checker.sh /usr/share/proxysql/
tools/proxysql_galera_writer.pl /usr/share/proxysql/
Description: High performance MySQL proxy
ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
systemd/system/proxysql-initial.service /lib/systemd/system/
systemd/system/proxysql.service /lib/systemd/system/
tools/proxysql_galera_checker.sh /usr/share/proxysql/tools/
tools/proxysql_galera_writer.pl /usr/share/proxysql/tools/
Description: High performance MySQL and PostgreSQL proxy
ProxySQL is a fast, reliable MySQL and PostgreSQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
.
It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface.
It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld and postgres from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface.
File: postinst
#!/bin/sh -e
if [ ! -d /var/lib/proxysql ]; then mkdir /var/lib/proxysql ; fi
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions docker/images/proxysql/deb-compliant/pre-systemd/ctl/proxysql.ctl

This file was deleted.

Loading

0 comments on commit 6f45d75

Please sign in to comment.