Package Release Info

siproxd-0.8.2-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

siproxd
siproxd-doc

Change Logs

Version: 0.8.2-bp150.2.4
* Tue Jul 04 2017 ro@suse.de
- update to 0.8.2
  - We do now support dealing with anonymous calls
  - Support for SIP Trunks
  - Various interoperability issues have been resolved
  - various bugfixes have been implemented
- drop dejitter-implicit-func-fix.patch (obsolete)
- drop 0001-plugins_implicit_func_fix.patch (obsolete)
- add buildrequires for some texlive packages to build docu
* Mon Apr 24 2017 idonmez@suse.com
- Use %insserv_prereq for insserv dependency
* Thu Apr 20 2017 ro@suse.de
- add prereq for insserv
* Mon Feb 23 2015 dimstar@opensuse.org
- Drop libltdl BuildRequires: this is part of libtools and the old
  separate library has been removed from Factory.
* Wed Sep 24 2014 sfalken@opensuse.org
- Added 0001-plugins_implicit_func_fix.patch to clear post-build-
  check failure
* Mon Jul 21 2014 ro@suse.de
- use _rundir macro to fix build against factory
* Tue Jul 09 2013 toganm@opensuse.org
- Fix build errors
  * Fix implicit functions build error by the following patch
    dejitter-implicit-func-fix.patch
  * renumbered patches
  * Remove INSTALL file from docs
* Tue Nov 20 2012 dimstar@opensuse.org
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.
* Tue Jul 24 2012 werner@suse.de
- Add missing font
* Tue Jul 10 2012 werner@suse.de
- Make it build with latest TeXLive 2012 with new package layout
* Mon Mar 19 2012 ro@suse.de
- switch from user nobody to own user siproxd (bnc#710608)
* Thu Aug 18 2011 ro@suse.de
- update to 0.8.1
  - new Plugins: plugin_prefix: add a prefix on outgoing calls
    plugin_regex: regular expression rewriting (To header)
    for outgoing calls
  - adjustable pthrad stack size (smaller memory footprint on small
    embedded systems like OpenWRT routers)
  - plus various bugfixes
  - Upgrade Notes 0.8.0 to 0.8.1:
    merge your configuration file siproxd.conf (new config options)
- drop "Should-Start: SuSEfirewall2_setup" from init script
  (SuSEfirewall2_setup is configured as _last_ script to be started)
* Fri Jul 01 2011 aj@suse.de
- Fix build, we need /var/run/siproxd created to package it as
  ghost.
* Sat Apr 16 2011 toganm@opensuse.org
- Added syslog-ng.conf.addon as an example for use with syslog-ng
* Wed Jan 19 2011 toganm@opensuse.org
- update to 0.8.0
  * added logrotate to Requires
  * SuSEfirewall2.siproxd for services
  * siproxd-libs.patch
    Code to detect libltdl was placed before the code that populates
    the library locations.
    This caused libltdl to be undetected even after it was installed
    locally. The patch moves the library detection code in front of
    libltdl detection    and also adds standard library (and include)
    locations, ie. /usr/local/lib After applying the patch, autogen.sh
    needs to be run (which, among other things, rebuilds "configure").
  * siproxd-log.c.patch
    patch from debian use logger not user
  * siproxd-plugin_shortdial.c.patch
    fixes warning comparison is always false due to limited range of data type
  * siproxd-siproxd.c.patch
    fixes the warning by using a more portable method of printing size_t values
  * siproxd-sock.c.patch
    Fixes compile warning
  * siproxd-Makefile.am.patch
  * siproxd-configure.in.patch
    backported from 0.81.dev
  * removed siproxd-md5.patch as fixed in upstream
  * siproxd.plugin_fix_bogus_via.c.patch
  * added man page for siproxd
  * use CFLAGS -Wall only with GCC compiler (patch)
  * fixed UA masquerading which was always set ("foobar")- (patch
* Fri Apr 04 2008 ro@suse.de
- update to 0.7.0, no changes beside official release
* Thu Feb 28 2008 ro@suse.de
- fix build with current libosip2
* Sun Jan 13 2008 ro@suse.de
- update to snapshot version
  - Converting to use libosip2-3.x.x
    This means older libosip2 versions before 3.0.0
    are no longer supported and will fail to build!
- update to 0.6.1
  - DNS failure cache: do several attempts before blacklisting
  - Fix: Detach from controlling TTY if daemonized
  - Working on code that that will allow siproxd to use
    separate interfaces in its "in front of NAT router" setup.
    ( UA1[LAN0]--siproxd--LAN1--NAT--Internet--UA2 )
  - Small changes to compile again under OpenBSD.
- update to 0.6.0
  - Released 0.6.0
  - keep failed DNS attempts in cache for 10 minutes.
    This should protect from repeating DNS timeouts
    caused by broken DNS server (possible DOS)
  - added comment in siproxd.conf about hosts_allow_sip
  - some come cleanup in log.c (Bob Beers)
  - fixed an error in "my via" detection when using the
    "host_outbound" config directive
  - Some cleanup in dejitter code
  - Deal with PRACK requests (RFC3262)
  - Just discovered some patches originating from Debian
    project - included most of them as they make sense.
    (Hint: People, if you get fixes, please drop me a note
    and a .diff - I won't be biting you)
  - new feature: can masquerade User-agent header
  - new feature: can add ;rport to my own Via Headers
  - deal with locally running UAs on same host (inbound IF side)
  - Client-ID in RTP proxy is derived from Client IP address.
    This should fix an issue with unexpectedly timing-out RTP
    streams (actually too many RTP streams get started).
  - Hack to deal with Asterisks broken Alert-Info headers
    (Asterisk in some setups does include Alert-Info header
    without '<>'. Note, this is a configuration issue in
    Asterisk, not an Asterisk bug!)
  - Increased RTP buffer size
  - Various fixes due to a code review by Andrew Jones
  - route_determine_nexthop(): don't remove header
  - increased DNS cache
  - included RTCP support and a de-jitter feature
    (submitted by Hans Carlos Hofmann)
* Wed May 16 2007 ro@suse.de
- use libosip2-devel in buildrequires
* Tue Jun 20 2006 ro@suse.de
- update to 0.5.13 incorporating previous cvs fixes