Skip to content

Commit

Permalink
replaced libpcre3 to libpcre2 in the control file
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Mar 21, 2024
1 parent 3719b3e commit a174ab7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion pkg/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/sipgrep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* sipgrep - Monitoring tools
*
* Author: Alexandr Dubovikov <[email protected]>
* (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
Expand Down

0 comments on commit a174ab7

Please sign in to comment.