1.2.16 deb pre-release with epoll support

This commit is contained in:
Jason Rhinelander 2023-09-14 16:29:11 -03:00
parent 788463a4d3
commit 053930f704
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
oxenmq (1.2.16-0pre1-1~deb12) bookworm; urgency=medium
* Drop long-deprecated liblokimq-dev package
* Redo random string generation
* Bump version
* Update oxen-encoding submodule
* Add epoll support for Linux
* Rediff patches
-- Jason Rhinelander <jason@imaginary.ca> Thu, 14 Sep 2023 16:28:36 -0300
oxenmq (1.2.14-1~deb12) bookworm; urgency=medium oxenmq (1.2.14-1~deb12) bookworm; urgency=medium
[ Jason Rhinelander ] [ Jason Rhinelander ]

4
debian/control vendored
View File

@ -9,7 +9,7 @@ Homepage: https://github.com/oxen-io/oxen-mq
Package: liboxenmq-dev Package: liboxenmq-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: liboxenmq1.2.14 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev (>= 1.0.4) Depends: liboxenmq1.2.16 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev (>= 1.0.4)
Description: zeromq-based Oxen message passing library (headers) Description: zeromq-based Oxen message passing library (headers)
This C++17 library contains an abstraction layer around ZeroMQ to support This C++17 library contains an abstraction layer around ZeroMQ to support
integration with Oxen authentication, RPC, and message passing. It is integration with Oxen authentication, RPC, and message passing. It is
@ -22,7 +22,7 @@ Description: zeromq-based Oxen message passing library (headers)
This package contains the library headers and other development files needed This package contains the library headers and other development files needed
to build software using oxenmq. to build software using oxenmq.
Package: liboxenmq1.2.14 Package: liboxenmq1.2.16
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Oxen message passing library Description: zeromq-based Oxen message passing library