]> git.pld-linux.org Git - packages/sipp.git/commitdiff
- up to 3.6.0 auto/th/sipp-3.6.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Nov 2019 12:27:44 +0000 (13:27 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Nov 2019 12:27:44 +0000 (13:27 +0100)
openssl.patch [deleted file]
sipp.spec

diff --git a/openssl.patch b/openssl.patch
deleted file mode 100644 (file)
index a4aced0..0000000
+++ /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")
index 1cdd6ad3b52378fa2508043b4e7a0eccba170738..cefaca0b55c507bedb71960225ba9100327a2fb8 100644 (file)
--- 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*
This page took 0.027541 seconds and 4 git commands to generate.