[packages/sofia-sip] - fix awk shebangs, rebuild with openssl 3.0.0, rel 4

baggins baggins at pld-linux.org
Sun Oct 3 22:22:34 CEST 2021


commit ecc510200073c579e941bc44aaf4dc39f7bb57ce
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 3 22:22:04 2021 +0200

    - fix awk shebangs, rebuild with openssl 3.0.0, rel 4

 sofia-sip.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/sofia-sip.spec b/sofia-sip.spec
index 160dace..d5ae42a 100644
--- a/sofia-sip.spec
+++ b/sofia-sip.spec
@@ -9,7 +9,7 @@ Summary:	Sofia SIP User-Agent library
 Summary(pl.UTF-8):	Biblioteka agenta użytkownika Sofia SIP
 Name:		sofia-sip
 Version:	1.12.11
-Release:	3
+Release:	4
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/sofia-sip/%{name}-%{version}.tar.gz
@@ -79,6 +79,10 @@ Działające z linii poleceń narzędzia do biblioteki Sofia SIP UA.
 %prep
 %setup -q
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+awk(\s|$),#!/bin/awk\1,' \
+      libsofia-sip-ua/msg/msg_parser.awk \
+      libsofia-sip-ua/su/tag_dll.awk
+
 %build
 %configure \
 	--with-openssl%{!?with_openssl:=no} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sofia-sip.git/commitdiff/ecc510200073c579e941bc44aaf4dc39f7bb57ce



More information about the pld-cvs-commit mailing list