diff options
| author | Jiri Slachta | 2019-01-05 08:38:47 +0000 |
|---|---|---|
| committer | GitHub | 2019-01-05 08:38:47 +0000 |
| commit | 8c9c629971271934040e9e3d71a20f89c2e189e8 (patch) | |
| tree | 939d4bdfb3668fecb9c0e0425a696f6b5ffd6edf | |
| parent | 8431d7d044ffff516692318f1e5aa6d110d6f746 (diff) | |
| parent | 4589d07a8165036bbf10d92b03b58af09041164b (diff) | |
| download | telephony-8c9c629971271934040e9e3d71a20f89c2e189e8.tar.gz | |
Merge pull request #403 from micmac1/sipp
sipp: update to 3.5.2
| -rw-r--r-- | net/sipp/Makefile | 8 | ||||
| -rw-r--r-- | net/sipp/patches/01-ncurses-not-curses.patch | 11 | ||||
| -rw-r--r-- | net/sipp/patches/110-reproducible-builds.patch | 11 |
3 files changed, 4 insertions, 26 deletions
diff --git a/net/sipp/Makefile b/net/sipp/Makefile index 814839a..2f85d96 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013-2018 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipp -PKG_VERSION:=3.5.1 -PKG_RELEASE:=3 +PKG_VERSION:=3.5.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SIPp/sipp/releases/download/v$(PKG_VERSION) -PKG_HASH:=56421ba7b43b67e9b04e21894b726502a82a6149fc86ba06df33dfc7252a1891 +PKG_HASH:=875fc2dc2e46064aa8af576a26166b45e8a0ae22ec2ae0481baf197931c59609 PKG_LICENSE:=GPL-2.0+ BSD-3-Clause Zlib PKG_LICENSE_FILES:=LICENSE.txt diff --git a/net/sipp/patches/01-ncurses-not-curses.patch b/net/sipp/patches/01-ncurses-not-curses.patch deleted file mode 100644 index 196373a..0000000 --- a/net/sipp/patches/01-ncurses-not-curses.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -84,7 +84,7 @@ case "$host" in - esac - - # ==================== checks for libraries ============================= --AC_CHECK_LIB(curses,initscr,,[AC_MSG_ERROR([ncurses library missing])]) -+AC_CHECK_LIB(ncurses,initscr,,[AC_MSG_ERROR([ncurses library missing])]) - AC_CHECK_LIB(pthread, pthread_mutex_init, THREAD_LIBS="-lpthread", - AC_MSG_ERROR(pthread library needed!)) - diff --git a/net/sipp/patches/110-reproducible-builds.patch b/net/sipp/patches/110-reproducible-builds.patch deleted file mode 100644 index 0a00f68..0000000 --- a/net/sipp/patches/110-reproducible-builds.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/sipp.cpp -+++ b/src/sipp.cpp -@@ -1396,7 +1396,7 @@ int main(int argc, char *argv[]) - #ifdef RTP_STREAM - "-RTPSTREAM" - #endif -- " built " __DATE__ ", " __TIME__); -+ ); - - printf - (" This program is free software; you can redistribute it and/or\n" |