wok rev 21653
Up exosip (5.1.0), siproxd (0.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 30 17:55:07 2019 +0200 (2019-05-30) |
parents | 6f210e7f620d |
children | f444a6b0c9e0 |
files | exosip-dev/receipt exosip/receipt siproxd/receipt |
line diff
1.1 --- a/exosip-dev/receipt Thu May 30 10:22:59 2019 +0100 1.2 +++ b/exosip-dev/receipt Thu May 30 17:55:07 2019 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="exosip-dev" 1.7 -VERSION="3.6.0" 1.8 +VERSION="5.1.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="extended SIP development library." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/exosip/receipt Thu May 30 10:22:59 2019 +0100 2.2 +++ b/exosip/receipt Thu May 30 17:55:07 2019 +0200 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="exosip" 2.7 -VERSION="3.6.0" 2.8 +VERSION="5.1.0" 2.9 CATEGORY="network" 2.10 SHORT_DESC="extended SIP library." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -SOURCE="libeXosip2" 2.14 +SOURCE="libexosip2" 2.15 TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 WEB_SITE="http://savannah.nongnu.org/projects/exosip/" 2.17 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 2.18 @@ -16,7 +16,6 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - cd $src 2.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.25 make &&
3.1 --- a/siproxd/receipt Thu May 30 10:22:59 2019 +0100 3.2 +++ b/siproxd/receipt Thu May 30 17:55:07 2019 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="siproxd" 3.7 -VERSION="0.8.1" 3.8 +VERSION="0.8.2" 3.9 CATEGORY="network" 3.10 SHORT_DESC="A masquerading SIP Proxy Server." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -17,7 +17,6 @@ 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 { 3.16 - cd $src 3.17 sed -i 's/.*const ident.*/#undef lt_preloaded_symbols\n#define lt_preloaded_symbols lt_libltdl_LTX_preloaded_symbols\nextern const lt_dlsymlist lt_preloaded_symbols[];\n&/' src/plugins.c 3.18 ./configure --prefix=/usr --mandir=/usr/share/man \ 3.19 --sysconfdir=/etc/siproxd \