Add procps Debian dependency

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17516
This commit is contained in:
Brandon Williams 2022-04-04 14:40:09 -05:00
parent d23fa585c3
commit c9e1f42dd6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
4.0.4
* Clean up schema migration coordinator and tests (CASSANDRA-17533)
* Shut repair task executor down without interruption to avoid compromising shared channel proxies (CASSANDRA-17466)
@ -17,6 +18,11 @@
* dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415)
* Validate existence of DCs when repairing (CASSANDRA-17407)
Merged from 3.0:
=======
3.0.27
* Add procps dependency to RPM/Debian packages (CASSANDRA-17516)
* Suppress CVE-2021-44521 (CASSANDRA-17492)
>>>>>>> 6bdfe13283 (Add procps Debian dependency)
* ConnectionLimitHandler may leaks connection count if remote connection drops (CASSANDRA-17252)
* Require ant >= 1.10 (CASSANDRA-17428)
* Disallow CONTAINS for UPDATE and DELETE (CASSANDRA-15266)

2
debian/control vendored
View File

@ -11,7 +11,7 @@ Standards-Version: 3.8.3
Package: cassandra
Architecture: all
Depends: openjdk-8-jre-headless | java8-runtime, adduser, python3 (>= 3.6), ${misc:Depends}
Depends: openjdk-8-jre-headless | java8-runtime, adduser, python3 (>= 3.6), procps, ${misc:Depends}
Recommends: ntp | time-daemon
Suggests: cassandra-tools
Conflicts: apache-cassandra1