From: Jan Rękorajski Date: Tue, 28 Sep 2021 21:27:50 +0000 (+0200) Subject: - rebuild with openssl 3.0.0, rel 2 X-Git-Tag: auto/th/OSPToolkit-4.13.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2FOSPToolkit.git;a=commitdiff_plain;h=HEAD - rebuild with openssl 3.0.0, rel 2 --- diff --git a/OSPToolkit.spec b/OSPToolkit.spec index afe55a8..e92f9ba 100644 --- a/OSPToolkit.spec +++ b/OSPToolkit.spec @@ -2,7 +2,7 @@ Summary: Implementation of the ETSI OSP VoIP Peering protocol Summary(pl.UTF-8): Implementacja protokołu ETSI OSP VoIP Peering Name: OSPToolkit Version: 4.13.0 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://downloads.sourceforge.net/osp-toolkit/%{name}-%{version}.tar.gz diff --git a/sharedlib.patch b/sharedlib.patch index 018ec36..a3445e0 100644 --- a/sharedlib.patch +++ b/sharedlib.patch @@ -1,14 +1,15 @@ ---- TK-3_5_3-20091006/src/Makefile 2010-01-02 00:35:45.127259952 +0200 -+++ TK-3_5_3-20091006/src/Makefile 2010-01-02 00:37:28.447659057 +0200 -@@ -56,6 +56,7 @@ - ospciscoext.o ospcapind.o ospcapcnf.o $(SSLOBJ) +diff -urNp -x '*.orig' TK-4_13_0-20161107.org/src/Makefile TK-4_13_0-20161107/src/Makefile +--- TK-4_13_0-20161107.org/src/Makefile 2016-01-25 03:47:52.000000000 +0100 ++++ TK-4_13_0-20161107/src/Makefile 2021-09-28 23:27:25.531460395 +0200 +@@ -56,6 +56,7 @@ OSPOBJS = osppkcs1.o osppkcs8.o osppkcs7 + ospciscoext.o ospcapind.o ospcapcnf.o ospstir.o $(SSLOBJ) OSPLIB = $(LIBDIR)/libosptk.a +OSPLIBSO = $(LIBDIR)/libosptk.so.0.0.0 .SUFFIXES: .o .c -@@ -72,14 +73,20 @@ +@@ -72,14 +73,20 @@ default: build: $(OSPLIB)