Skip to content

Commit 331c06e

Browse files
committed
use libssl3
1 parent 9917062 commit 331c06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies for libfds and IPFIXcol2 (Ubuntu/Debian)
4141
run: |
4242
apt-get update
43-
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev libssl-dev
43+
apt-get -y install git gcc g++ cmake make libxml2-dev liblz4-dev libzstd-dev libssl3
4444
apt-get -y install python3-docutils zlib1g-dev pkg-config librdkafka-dev
4545
apt-get -y install debhelper devscripts build-essential fakeroot zip
4646
env:

pkg/deb/templates/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Standards-Version: 3.9.8
77
Build-Depends: debhelper (>= 9), cmake (>= 2.8.8), make (>= 4.0),
88
libfds-dev, gcc (>= 4.8), g++ (>= 4.8), pkg-config,
99
zlib1g-dev, python3-docutils | python-docutils,
10-
librdkafka-dev, libssl
10+
librdkafka-dev, libssl3
1111

1212
Package: @CPACK_PACKAGE_NAME@
1313
Architecture: any

0 commit comments

Comments
 (0)