Skip to content

Commit 72689b1

Browse files
committed
libqrexec SONAME bump
The previous two changes were ABI breaks.
1 parent 1c39aa1 commit 72689b1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Homepage: https://www.qubes-os.org
1919
Package: qubes-core-qrexec
2020
Architecture: any
2121
Depends:
22-
libqrexec-utils2 (= ${binary:Version}),
22+
libqrexec-utils4 (= ${binary:Version}),
2323
python3-qrexec,
2424
${shlibs:Depends},
2525
${misc:Depends}
@@ -36,7 +36,7 @@ Description: Qubes qrexec agent
3636
Agent part of Qubes RPC system. A daemon responsible for starting processes as
3737
requested by dom0 or other VMs, according to dom0-enforced policy.
3838

39-
Package: libqrexec-utils2
39+
Package: libqrexec-utils4
4040
Architecture: any
4141
Depends: ${shlibs:Depends}, ${misc:Depends}
4242
Breaks: qubes-utils (<< 3.1.4)
@@ -47,7 +47,7 @@ Description: Library of common functions of qrexec agent and daemon
4747
Package: libqrexec-utils-dev
4848
Architecture: any
4949
Section: libdevel
50-
Depends: libqrexec-utils2 (= ${binary:Version}), ${misc:Depends}
50+
Depends: libqrexec-utils4 (= ${binary:Version}), ${misc:Depends}
5151
Breaks: qubes-utils (<< 3.1.4)
5252
Replaces: qubes-utils (<< 3.1.4)
5353
Description: Development headers for libqrexec-utils

debian/libqrexec-utils2.install

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/libqrexec-utils2.shlibs

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/libqrexec-utils4.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/libqrexec-utils.so.4*

debian/libqrexec-utils4.shlibs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libqrexec-utils 4 libqrexec-utils4 (>=4.2.18)

libqrexec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CFLAGS += -I. -I../libqrexec -g -O2 -Wall -Wextra -Werror \
1010

1111
LDFLAGS += -pie -Wl,-z,relro,-z,now -shared
1212

13-
SO_VER=3
13+
SO_VER=4
1414
VCHANLIBS := $(shell pkg-config --libs vchan)
1515
LIBDIR ?= /usr/lib
1616
INCLUDEDIR ?= /usr/include

0 commit comments

Comments
 (0)