commit sofia-sip for openSUSE:Factory
Hello community, here is the log from the commit of package sofia-sip for openSUSE:Factory checked in at Tue May 3 09:34:46 CEST 2011. -------- --- sofia-sip/sofia-sip.changes 2009-01-23 09:35:23.000000000 +0100 +++ /mounts/work_src_done/STABLE/sofia-sip/sofia-sip.changes 2011-04-29 23:15:48.000000000 +0200 @@ -1,0 +2,24 @@ +Fri Apr 29 22:40:31 UTC 2011 - dimstar@opensuse.org + +- Update to version 1.12.11: + + Application can feed hashed passwords (HA1) instead of plain + text password to the iptsec authentication library. + + Using NTATAG_EXTRA_100() with server transactions. Applications + can now control whether stack sends extra 100 Trying responses + after N1 timer or retransmissions. + + nta_leg_tag(leg, NULL) now always returns the tag (old or new). + + SOA uses addresses present in SDP if they are local. + + Deferrable timers were added. + + Timing out forked INVITE client transactions is now done by + stack. + + An INVITE transaction that has been timed out with stack timer + C is now CANCELed automatically. Previously, such INVITE client + transactions were restarted instead of timing out under certain + circumstances. + + Added s2check library for writing check-based module tests for + network protocols. + + User Via header with NULL host and port gets filled + automatically. +- Use source services: download_url, recompress, set_version. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sofia-sip-1.12.10.tar.bz2 New: ---- _service _service:recompress:download_url:sofia-sip-1.12.11.tar.bz2 _service:set_version:sofia-sip.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _service:set_version:sofia-sip.spec ++++++ # # spec file for package sofia-sip # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: sofia-sip Version: 1.12.11 Release: 1 %define pkg_major 1.12 # License: LGPLv2.1+ Group: Development/Libraries/C and C++ # BuildRoot: %{_tmppath}/%{name}-%{version}-build %define with_doxygen 0 %if 0%{?sles_version} == 9 %define with_glib 0 %else %define with_glib 1 %endif BuildRequires: gcc-c++ openssl-devel %if 0%{?with_glib} BuildRequires: glib2-devel %endif %if 0%{?with_doxygen} BuildRequires: doxygen graphviz %endif Provides: %{name}-utils = %{version}-%{release} # Url: http://sofia-sip.sf.net/ Source: http://prdownloads.sourceforge.net/sofia-sip/sofia-sip-%{version}.tar.bz2 # Summary: A RFC3261 compliant SIP User-Agent library %description Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. This package holds the cli tools what ship with sofia-sip. Authors: -------- Pekka Pessi <pekka.pessi -at nokia -dot com> Martti Mela <martti.mela -at nokia -dot com> Kai Vehmanen <kai.vehmanen -at nokia -dot com> %package devel License: LGPLv2.1+ Group: Development/Libraries/C and C++ Requires: libsofia-sip-ua0 = %{version} %if 0%{?with_glib} Requires: libsofia-sip-ua-glib3 = %{version} Requires: glib2-devel %endif Requires: openssl-devel # Summary: Development files for sofia-sip %description devel Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. This package holds the development files. Authors: -------- Pekka Pessi <pekka.pessi -at nokia -dot com> Martti Mela <martti.mela -at nokia -dot com> Kai Vehmanen <kai.vehmanen -at nokia -dot com> %package -n libsofia-sip-ua0 License: LGPLv2.1+ Group: Development/Libraries/C and C++ # Summary: A RFC3261 compliant SIP User-Agent library %description -n libsofia-sip-ua0 Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. This package holds the shared libraries. Authors: -------- Pekka Pessi <pekka.pessi -at nokia -dot com> Martti Mela <martti.mela -at nokia -dot com> Kai Vehmanen <kai.vehmanen -at nokia -dot com> %if 0%{?with_glib} %package -n libsofia-sip-ua-glib3 License: LGPLv2.1+ Group: Development/Libraries/C and C++ Provides: %{name}-glib = %{version}-%{release} # Summary: A RFC3261 compliant SIP User-Agent library (glib2 bindings) %description -n libsofia-sip-ua-glib3 Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. This package holds the glib2 bindings. Authors: -------- Pekka Pessi <pekka.pessi -at nokia -dot com> Martti Mela <martti.mela -at nokia -dot com> Kai Vehmanen <kai.vehmanen -at nokia -dot com> %endif %prep %setup %build %configure --disable-static # TODO: --enable-ntlm --with-rt # TODO: where to find the needed lib: --with-sigcomp # TODO: what kernel headers do we need? --enable-sctp %{__make} %if 0%{?with_doxygen} %{__make} doxygen %endif %check #%{__make} check %install %makeinstall %{__install} -d -m 0755 %{buildroot}%{_docdir}/%{name}/ %{__cp} -av AUTHORS ChangeLog* COPYING COPYRIGHTS README* RELEASE TODO %{buildroot}%{_docdir}/%{name}/ %if 0%{?with_doxygen} %{__cp} -av libsofia-sip-ua/docs/html %{buildroot}%{_docdir}/%{name}/manual %endif %{__rm} -vf %{buildroot}%{_libdir}/*.la %post -n libsofia-sip-ua0 -p /sbin/ldconfig %postun -n libsofia-sip-ua0 -p /sbin/ldconfig %if 0%{?with_glib} %post -n libsofia-sip-ua-glib3 -p /sbin/ldconfig %postun -n libsofia-sip-ua-glib3 -p /sbin/ldconfig %endif %clean %{__rm} -rf %{buildroot} %files -n libsofia-sip-ua0 %defattr(-,root,root,-) %{_libdir}/libsofia-sip-ua.so.0* %dir %{_docdir}/%{name}/ %doc %{_docdir}/%{name}/AUTHORS %doc %{_docdir}/%{name}/ChangeLog* %doc %{_docdir}/%{name}/COPYING %doc %{_docdir}/%{name}/COPYRIGHTS %doc %{_docdir}/%{name}/README* %doc %{_docdir}/%{name}/RELEASE %doc %{_docdir}/%{name}/TODO %files %defattr(-,root,root,-) %{_bindir}/addrinfo %{_bindir}/localinfo %{_bindir}/sip-date %{_bindir}/sip-dig %{_bindir}/sip-options %{_bindir}/stunc %{_mandir}/man1/addrinfo.1* %{_mandir}/man1/localinfo.1* %{_mandir}/man1/sip-date.1* %{_mandir}/man1/sip-dig.1* %{_mandir}/man1/sip-options.1* %{_mandir}/man1/stunc.1* %if 0%{?with_glib} %files -n libsofia-sip-ua-glib3 %defattr(-,root,root,-) %{_libdir}/libsofia-sip-ua-glib.so.3* %endif %files devel %defattr(-,root,root,-) %dir %{_includedir}/sofia-sip-%{pkg_major}/ %{_includedir}/sofia-sip-%{pkg_major}/sofia-sip/ %{_includedir}/sofia-sip-%{pkg_major}/sofia-resolv/ %{_libdir}/libsofia-sip-ua.so %if 0%{?with_glib} %{_libdir}/libsofia-sip-ua-glib.so %{_libdir}/pkgconfig/sofia-sip-ua-glib.pc %endif %{_libdir}/pkgconfig/sofia-sip-ua.pc %{_datadir}/sofia-sip/ %if 0%{?with_doxygen} %doc %{_docdir}/%{name}/manual %endif %changelog ++++++ sofia-sip.spec ++++++ --- /var/tmp/diff_new_pack.8VN2Eu/_old 2011-05-03 09:32:23.000000000 +0200 +++ /var/tmp/diff_new_pack.8VN2Eu/_new 2011-05-03 09:32:23.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package sofia-sip (Version 1.12.10) +# spec file for package sofia-sip # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ Name: sofia-sip Version: 1.12.10 -Release: 1 +Release: 11 %define pkg_major 1.12 # -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ # BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,7 +66,7 @@ Kai Vehmanen <kai.vehmanen -at nokia -dot com> %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Requires: libsofia-sip-ua0 = %{version} %if 0%{?with_glib} @@ -96,7 +96,7 @@ Kai Vehmanen <kai.vehmanen -at nokia -dot com> %package -n libsofia-sip-ua0 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ # Summary: A RFC3261 compliant SIP User-Agent library @@ -122,7 +122,7 @@ %if 0%{?with_glib} %package -n libsofia-sip-ua-glib3 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Provides: %{name}-glib = %{version}-%{release} # ++++++ _service ++++++ <services> <service name="download_url"> <param name="protocol">http</param> <param name="host">sourceforge.net</param> <param name="path">/projects/sofia-sip/files/sofia-sip/1.12.11/sofia-sip-1.12.11.tar.gz</param> </service> <service name="recompress"> <param name="file">_service:download_url:*.tar.gz</param> <param name="compression">bz2</param> </service> <service name="set_version" /> </services> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de