[packages/sipp] - up to 3.6.0

baggins baggins at pld-linux.org
Sun Nov 3 13:29:11 CET 2019


commit f2eeef5893c5a85eb8071a68af682a97257582d6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 3 13:27:44 2019 +0100

    - up to 3.6.0

 openssl.patch | 22 ----------------------
 sipp.spec     | 10 ++++------
 2 files changed, 4 insertions(+), 28 deletions(-)
---
diff --git a/sipp.spec b/sipp.spec
index 1cdd6ad..cefaca0 100644
--- a/sipp.spec
+++ b/sipp.spec
@@ -7,15 +7,14 @@
 Summary:	SIPp - a performance testing tool for the SIP protocol
 Summary(pl.UTF-8):	SIPp - narzędzie do testowania wydajności protokołu SIP
 Name:		sipp
-Version:	3.5.1
-Release:	4
+Version:	3.6.0
+Release:	1
 License:	GPL v2+ except two files under BSD
 Group:		Applications/Communications
 #Source0Download: https://github.com/SIPp/sipp/releases/
 Source0:	https://github.com/SIPp/sipp/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	c14e4c84975337ce952f03a38ddba7ec
+# Source0-md5:	1fd27333d179d786d3f6a67ee451fae9
 Patch0:		%{name}-OPTIONS_is_ping.patch
-Patch1:		openssl.patch
 URL:		http://sipp.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -64,7 +63,6 @@ do systemu SIP.
 %prep
 %setup -q
 %{?with_options_is_ping:%patch0 -p1}
-%patch1 -p1
 
 %build
 %{__aclocal}
@@ -90,6 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.md FAQ.md LICENSE.txt README.md THANKS
+%doc CHANGES.md LICENSE.txt README.md THANKS
 %attr(755,root,root) %{_bindir}/sipp
 %{_mandir}/man1/sipp.1*
diff --git a/openssl.patch b/openssl.patch
deleted file mode 100644
index a4aced0..0000000
--- a/openssl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- sipp-3.5.1/configure.ac~	2016-03-17 09:05:49.000000000 +0100
-+++ sipp-3.5.1/configure.ac	2018-09-19 11:05:52.515888932 +0200
-@@ -143,7 +143,7 @@ if test "$openssl" = 'yes'; then
-     AC_CHECK_HEADERS([openssl/rand.h],,[AC_MSG_ERROR([<openssl/rand.h> header missing])])
-     AC_CHECK_HEADERS([openssl/ssl.h],,[AC_MSG_ERROR([<openssl/ssl.h> header missing])])
-     AC_CHECK_HEADERS([openssl/x509v3.h],,[AC_MSG_ERROR([<openssl/x509v3.h> header missing])])
--    AC_CHECK_LIB([ssl], [SSL_library_init],,[AC_MSG_ERROR([ssl library missing])])
-+    AC_CHECK_LIB([ssl], [SSL_accept],,[AC_MSG_ERROR([ssl library missing])])
-     AC_CHECK_LIB([crypto], [CRYPTO_num_locks],,[AC_MSG_ERROR([crypto library missing])])
- fi
- # For Makefile.am
---- sipp-3.5.1/configure.ac~	2018-09-19 11:07:59.000000000 +0200
-+++ sipp-3.5.1/configure.ac	2018-09-19 11:10:01.516629476 +0200
-@@ -144,7 +144,7 @@ if test "$openssl" = 'yes'; then
-     AC_CHECK_HEADERS([openssl/ssl.h],,[AC_MSG_ERROR([<openssl/ssl.h> header missing])])
-     AC_CHECK_HEADERS([openssl/x509v3.h],,[AC_MSG_ERROR([<openssl/x509v3.h> header missing])])
-     AC_CHECK_LIB([ssl], [SSL_accept],,[AC_MSG_ERROR([ssl library missing])])
--    AC_CHECK_LIB([crypto], [CRYPTO_num_locks],,[AC_MSG_ERROR([crypto library missing])])
-+    AC_CHECK_LIB([crypto], [CRYPTO_free],,[AC_MSG_ERROR([crypto library missing])])
- fi
- # For Makefile.am
- AM_CONDITIONAL(HAVE_OPENSSL, test "$openssl" = "yes")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sipp.git/commitdiff/f2eeef5893c5a85eb8071a68af682a97257582d6



More information about the pld-cvs-commit mailing list