Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distro/adaptation/centos
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ libegl1: mesa-libEGL
libelf-dev: elfutils-devel
libelf1: elfutils-libelf
libevent-dev: libevent-devel
libevent-openssl-2:
libevent-openssl:
libexpat1-dev: expat-devel
libfabric-dev: libfabric-devel
libfdt-dev: libfdt-devel
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/debian-10
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gcc: gcc-9
lib32gcc-dev: lib32gcc-8-dev
lib64gcc-dev: lib64gcc-8-dev
libasan: libasan5
libevent-openssl-2: libevent-openssl-2.1-6
libevent-openssl: libevent-openssl-2.1-6
libevent: libevent-2.1-6
libgcc-dev: libgcc-8-dev
libgcrypt-dev: libgcrypt20-dev
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/debian-11
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lib64asan3: lib64asan6
lib64gcc-dev: lib64gcc-10-dev
lib64gcc1: lib64gcc-s1
libasan: libasan6
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libevent: libevent-2.1-7
libglut-dev:
libglut3:
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/debian-12
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lib64gcc-dev: lib64gcc-11-dev
lib64gcc1: lib64gcc-s1
libasan: libasan6
libcilkrts5:
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libevent: libevent-2.1-7
libgcc-dev: libgcc-11-dev
libgcrypt-dev: libgcrypt20-dev
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/debian-trixie_sid
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lib64gcc-dev: lib64gcc-11-dev
lib64gcc1: lib64gcc-s1
libasan: libasan6
libdw1: libdw1t64
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libevent: libevent-2.1-7
libgcc-dev: libgcc-11-dev
libgcrypt-dev: libgcrypt20-dev
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/fedora
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ libegl1: mesa-libEGL
libelf-dev: elfutils-devel
libelf1: elfutils-libelf
libevent-dev: libevent-devel
libevent-openssl-2:
libevent-openssl:
libexpat1-dev: expat-devel
libfabric-dev: libfabric-devel
libfdt-dev: libfdt-devel
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ libegl1: Mesa-libEGL1
libelf-dev: libelf-devel
libevdev: libevdev2
libevent-dev: libevent-devel
libevent-openssl-2: libevent-2_1-8
libevent-openssl: libevent-2_1-8
libfabric-dev: libfabric-devel
libfdt-dev: libfdt-devel
libffi-dev: libffi-devel
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bsdextrautils:
fsverity:
lib32gcc-dev: lib32gcc-10-dev
libcurl: libcurl4
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libgcrypt-dev: libgcrypt20-dev
libgsl: libgsl23
libipsec-mb: libipsec-mb0
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exfat-utils: exfatprogs
fuse: fuse3
lib32gcc-dev: lib32gcc-12-dev
libcurl: libcurl4
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libevent: libevent-2.1-7
libgsl: libgsl27
libipsec-mb: libipsec-mb1
Expand Down
2 changes: 1 addition & 1 deletion distro/adaptation/ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libaio:
libasound2:
libcurl:
libdw1: libdw1t64
libevent-openssl-2: libevent-openssl-2.1-7
libevent-openssl: libevent-openssl-2.1-7
libevent: libevent-2.1-7
libglut3: libglut3.12
libgsl: libgsl27
Expand Down
2 changes: 1 addition & 1 deletion programs/memtier/pkg/depends
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autoconf
bc
libevent
libevent-openssl-2
libevent-openssl
libpcre3
pkg-config
zlib1g
2 changes: 1 addition & 1 deletion programs/memtier/pkg/depends-dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libevent-dev
libevent-openssl-2
libevent-openssl
libpcre3-dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, this change is not necessary, looks need add back the new line

Copy link

@tanjingder tanjingder Mar 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is what you mean, I have added an empty line at line 4. But the libevent-openssl-2 is still change to libevent-openssl

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for pointing this out, the file is updated!

Loading