Răsfoiți Sursa

libosip2: update to 5.3.1

Waldemar Brodkorb 3 luni în urmă
părinte
comite
5f8a61cd38

+ 3 - 3
package/libosip2/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		libosip2
-PKG_VERSION:=		3.3.0
-PKG_RELEASE:=		2
-PKG_HASH:=		d45e28deaa596b2d7457edefe916b4761adbd53d543180f4ff30f9c310a5f821
+PKG_VERSION:=		5.3.1
+PKG_RELEASE:=		1
+PKG_HASH:=		fe82fe841608266ac15a5c1118216da00c554d5006e2875a8ac3752b1e6adc79
 PKG_DESCR:=		session initiation protocol implementation
 PKG_SECTION:=		libs/net
 PKG_NEEDS:=		threads

+ 0 - 11
package/libosip2/patches/patch-configure

@@ -1,11 +0,0 @@
---- libosip2-3.3.0.orig/configure	2009-03-04 12:18:53.000000000 +0100
-+++ libosip2-3.3.0/configure	2011-01-21 14:27:29.384906610 +0100
-@@ -22308,7 +22308,7 @@ if test "x$Wpointer_arith_flag" = xyes; 
-   CPPFLAGS="$CPPFLAGS -Wpointer-arith"
- fi
- 
--SIP_CFLAGS="$SIP_CFLAGS $CFLAGS"
-+SIP_CFLAGS="$SIP_CFLAGS"
- 
- 
- 

+ 0 - 11
package/libosip2/patches/patch-scripts_ltmain_sh

@@ -1,11 +0,0 @@
---- libosip2-3.3.0.orig/scripts/ltmain.sh	2008-04-29 22:21:21.000000000 +0200
-+++ libosip2-3.3.0/scripts/ltmain.sh	2011-01-15 22:56:16.000000000 +0100
-@@ -1676,7 +1676,7 @@ EOF
-       # -F/path gives path to uninstalled frameworks, gcc on darwin
-       # @file GCC response files
-       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
--      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
-+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
- 
- 	# Unknown arguments in both finalize_command and compile_command need
- 	# to be aesthetically quoted because they are evaled later.