1.2.11 release

This commit is contained in:
Jason Rhinelander 2022-03-29 23:36:00 -03:00
parent 9dde79a7e7
commit 02323ec8e9
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ local distro_docker = 'registry.oxen.rocks/lokinet-ci-ubuntu-' + distro + '-buil
local apt_get_quiet = 'apt-get -o=Dpkg::Use-Pty=0 -q';
local repo_suffix = ''; // can be /beta or /staging for non-primary repo deps
local repo_suffix = '/staging'; // can be /beta or /staging for non-primary repo deps
local submodules = {
name: 'submodules',

2
debian/changelog vendored
View File

@ -2,7 +2,7 @@ oxenmq (1.2.11-1~ubuntu2204) jammy; urgency=medium
* 1.2.11 + jammy release.
-- Jason Rhinelander <jason@imaginary.ca> Tue, 29 Mar 2022 23:17:42 -0300
-- Jason Rhinelander <jason@imaginary.ca> Tue, 29 Mar 2022 23:35:58 -0300
oxenmq (1.2.10-1~ubuntu2110) impish; urgency=medium

6
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: oxenmq
Priority: optional
Maintainer: Jason Rhinelander <jason@imaginary.ca>
Build-Depends: debhelper-compat (= 11), cmake (>= 3.5), g++, pkg-config, libzmq3-dev (>= 4.3), libsodium-dev
Build-Depends: debhelper-compat (= 11), cmake (>= 3.5), g++, pkg-config, libzmq3-dev (>= 4.3), libsodium-dev, liboxenc-dev
Standards-Version: 4.4.1
Section: libs
Homepage: https://github.com/oxen-io/oxen-mq
@ -9,7 +9,7 @@ Homepage: https://github.com/oxen-io/oxen-mq
Package: liboxenmq-dev
Section: libdevel
Architecture: any
Depends: liboxenmq1.2.10 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Depends: liboxenmq1.2.11 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev
Description: zeromq-based Oxen message passing library (headers)
This C++17 library contains an abstraction layer around ZeroMQ to support
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
to build software using oxenmq.
Package: liboxenmq1.2.10
Package: liboxenmq1.2.11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Oxen message passing library