diff --git a/.travis.yml b/.travis.yml index 9997103..1d3dbcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ compiler: install: - sudo apt-get update || true - sudo apt-get install build-essential - - sudo apt-get install libpcap-dev libpcre3-dev autoconf automake autogen + - sudo apt-get install libpcap-dev libpcre2-dev autoconf automake autogen script: - ./build.sh diff --git a/README.md b/README.md index 6e22f52..3ff3e8e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SipGrep 2 * libpcap * libpcre -On Debian/Ubuntu: `sudo apt-get install libpcap-dev libpcre3-dev` +On Debian/Ubuntu: `sudo apt-get install libpcap-dev libpcre2-dev` On CentOS/RHEL: `yum install libpcap-devel pcre-devel` diff --git a/pkg/deb/debian/control b/pkg/deb/debian/control index 768f878..14153eb 100644 --- a/pkg/deb/debian/control +++ b/pkg/deb/debian/control @@ -7,7 +7,7 @@ Build-Depends: autotools-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1~), libpcap-dev, - libpcre3-dev, + libpcre2-dev, Standards-Version: 3.9.6 Homepage: https://github.com/sipcapture/sipgrep Vcs-git: git://anonscm.debian.org/pkg-voip/sipgrep.git diff --git a/src/sipgrep.c b/src/sipgrep.c index f92a0d7..207684f 100644 --- a/src/sipgrep.c +++ b/src/sipgrep.c @@ -2,7 +2,7 @@ * sipgrep - Monitoring tools * * Author: Alexandr Dubovikov - * (C) Homer Project 2014-16 (http://www.sipcapture.org) + * (C) Homer Project 2014-24 (http://www.sipcapture.org) * * Sipgrep is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by