Skip to content

Commit a36cec5

Browse files
committed
Bump version to 1.1.16
Bump libwandder dependency to 2.0.17
1 parent 3df8140 commit a36cec5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OpenLI -- open source ETSI-compliant Lawful Intercept software
22

3-
Version: 1.1.15
3+
Version: 1.1.16
44

55
---------------------------------------------------------------------------
66

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Super primitive configure script
22

3-
AC_INIT([openli],[1.1.15],[[email protected]])
3+
AC_INIT([openli],[1.1.16],[[email protected]])
44

55
AM_INIT_AUTOMAKE([subdir-objects])
66
AC_CONFIG_SRCDIR(src/collector/collector.c)

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: net
33
Priority: optional
44
Maintainer: Shane Alcock <[email protected]>
55
Build-Depends: debhelper-compat (= 12), dh-autoreconf,
6-
libtrace4-dev (>= 4.0.28), libyaml-dev, uthash-dev, libwandder2-dev (>=2.0.16),
6+
libtrace4-dev (>= 4.0.28), libyaml-dev, uthash-dev, libwandder2-dev (>=2.0.17),
77
libjudy-dev, libzmq3-dev, libgoogle-perftools-dev, libosip2-dev (>=5.0.0),
88
libssl-dev, librabbitmq-dev, libb64-dev, uuid-dev,
99
libmicrohttpd-dev, libjson-c-dev, libsqlcipher-dev, zlib1g-dev

rpm/openli.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: openli
2-
Version: 1.1.15
2+
Version: 1.1.16
33
Release: 1%{?dist}
44
Summary: Software for performing ETSI-compliant lawful intercept
55

@@ -17,7 +17,7 @@ BuildRequires: libyaml-devel
1717
BuildRequires: libtrace4-devel >= 4.0.28
1818
BuildRequires: Judy-devel
1919
BuildRequires: uthash-devel
20-
BuildRequires: libwandder2-devel >= 2.0.16
20+
BuildRequires: libwandder2-devel >= 2.0.17
2121
BuildRequires: zeromq-devel
2222
BuildRequires: gperftools-devel
2323
BuildRequires: libosip2-devel >= 5.0.0
@@ -317,6 +317,9 @@ fi
317317

318318

319319
%changelog
320+
* Thu Nov 22 2025 Shane Alcock <[email protected]> - 1.1.16-1
321+
- Updated for 1.1.16 release
322+
320323
* Mon Sep 29 2025 Shane Alcock <[email protected]> - 1.1.15-1
321324
- Updated for 1.1.15 release
322325

0 commit comments

Comments
 (0)