%global _hardened_build 1 %if 0%{?el6}%{?el7}%{?fedora} %global opensips_user opensips %global opensips_group opensips %else %global opensips_user root %global opensips_group root %endif %global EXCLUDE_MODULES cachedb_cassandra cachedb_couchbase cachedb_mongodb %{!?_with_oracle:db_oracle} lua osp sngtc Summary: Open Source SIP Server Name: opensips Version: 1.10.5 Release: 4%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: https://opensips.org/pub/%{name}/%{version}/%{name}-%{version}_src.tar.gz Patch1: opensips-0001-Consistently-use-rtpproxy-switches.patch Patch2: opensips-0002-Cleanup-Oracle-s-makefiles.patch Patch3: opensips-0003-Removed-all-async-Oracle-operations-they-didn-t-work.patch Patch4: opensips-0004-db_oracle-Fix-default-ret-result.patch # FIXME remove this outdated patch in the next major version (1.11.x) Patch5: opensips-0005-Fix-for-old-Perl-in-RHEL5.patch Patch6: opensips-0006-Don-t-modify-interim-return-value.patch Patch7: opensips-0007-Return-actual-payload-ID-in-case-of-a-dynamic-payloa.patch Patch8: opensips-0008-Use-additional-auth-field-Sip-Source-IP-Address.patch Patch9: opensips-0009-Don-t-remove-pthread-library-explicitly-from-mi_xmlr.patch Patch10: opensips-0010-Fix-fixing-hdr-names-shorter-than-3-chars.patch URL: https://opensips.org BuildRequires: expat-devel BuildRequires: libxml2-devel BuildRequires: bison BuildRequires: flex BuildRequires: subversion # needed by snmpstats BuildRequires: radiusclient-ng-devel BuildRequires: mysql-devel BuildRequires: postgresql-devel # required by snmpstats module BuildRequires: lm_sensors-devel BuildRequires: net-snmp-devel BuildRequires: unixODBC-devel BuildRequires: openssl-devel BuildRequires: expat-devel BuildRequires: xmlrpc-c-devel BuildRequires: libconfuse-devel %if 0%{?el6} BuildRequires: db4-devel %else BuildRequires: libdb-devel %endif BuildRequires: openldap-devel BuildRequires: curl-devel BuildRequires: GeoIP-devel BuildRequires: pcre-devel BuildRequires: python-devel %if 0%{?el7}%{?fedora} BuildRequires: systemd-units %endif BuildRequires: libxslt BuildRequires: lynx BuildRequires: ncurses-devel BuildRequireS: json-c-devel #Initscripts %if 0%{?el7}%{?fedora} # Users and groups Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd Requires(postun): systemd %else Requires(post): chkconfig Requires(preun):chkconfig Requires(preun):initscripts %endif Obsoletes: %{name}-event_datagram %description OpenSIPS or Open SIP Server is a very fast and flexible SIP (RFC3261) proxy server. Written entirely in C, opensips can handle thousands calls per second even on low-budget hardware. A C Shell like scripting language provides full control over the server's behaviour. It's modular architecture allows only required functionality to be loaded. Currently the following modules are available: digest authentication, CPL scripts, instant messaging, MySQL and UNIXODBC support, a presence agent, radius authentication, record routing, an SMS gateway, a jabber gateway, a transaction and dialog module, OSP module, statistics support, registrar and user location. %package aaa_radius Summary: RADIUS backend for AAA api Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description aaa_radius This module provides the RADIUS backend for the AAA API - group, auth, uri module use the AAA API for performing RADIUS ops. %package acc Summary: Accounts transactions information to different backends Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description acc ACC module is used to account transactions information to different backends like syslog, SQL, AAA. %package auth_aaa Summary: Performs authentication using an AAA server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description auth_aaa This module contains functions that are used to perform authentication using an AAA server. Basically the proxy will pass along the credentials to the AAA server which will in turn send a reply containing result of the authentication. So basically the whole authentication is done in the AAA server. %package auth_diameter Summary: Performs authentication using a Diameter server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description auth_diameter This module implements SIP authentication and authorization with DIAMETER server, namely DIameter Server Client (DISC). %package b2bua Summary: Back-2-Back User Agent Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description b2bua B2BUA is an implementation of the behavior of a B2BUA as defined in RFC 3261 that offers the possibility to build certain services on top of it. %package carrierroute Summary: Routing extension suitable for carriers Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description carrierroute A module which provides routing, balancing and blacklisting capabilities. %package cpl-c Summary: Call Processing Language interpreter Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description cpl-c This module implements a CPL (Call Processing Language) interpreter. Support for uploading/downloading/removing scripts via SIP REGISTER method is present. %package db_berkeley Summary: Berkeley DB backend support Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description db_berkeley This is a module which integrates the Berkeley DB into OpenSIPS. It implements the DB API defined in OpenSIPS. %package db_http Summary: HTTP DB backend support Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description db_http This module provides access to a database that is implemented as a HTTP server. %package event_rabbitmq Summary: Event RabbitMQ module Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: librabbitmq-devel %description event_rabbitmq This module provides the implementation of a RabbitMQ client for the Event Interface. It is used to send AMQP messages to a RabbitMQ server each time the Event Interface triggers an event subscribed for. %package h350 Summary: H350 implementation Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description h350 The OpenSIPS H350 module enables an OpenSIPS SIP proxy server to access SIP account data stored in an LDAP [RFC4510] directory containing H.350 [H.350] commObjects. %package httpd Summary: HTTP transport layer implementation Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: libmicrohttpd-devel %description httpd This module provides an HTTP transport layer for OpenSIPS. %package jabber Summary: Gateway between OpenSIPS and a jabber server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description jabber Jabber module that integrates XODE XML parser for parsing Jabber messages. %package json Summary: A JSON variables within the script Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description json This module introduces a new type of variable that provides both serialization and de-serialization from JSON format. %package ldap Summary: LDAP connector Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description ldap The LDAP module implements an LDAP search interface for OpenSIPS. #%package lua #Summary: Helps implement your own OpenSIPS extensions in Lua #Group: System Environment/Daemons #Requires: %{name}%{?_isa} = %{version}-%{release} #BuildRequires: lua-devel #%description lua #The time needed when writing a new OpenSIPS module unfortunately is quite #high, while the options provided by the configuration file are limited to #the features implemented in the modules. With this Lua module, you can #easily implement your own OpenSIPS extensions in Lua. %package memcached Summary: Memcached connector Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: libmemcached-devel %description memcached Memcached module is an implementation of a cache system designed to work with a memcached server. %package mmgeoip Summary: Wrapper for the MaxMind GeoIP API Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description mmgeoip Mmgeoip is a lightweight wrapper for the MaxMind GeoIP API. It adds IP address-to-location lookup capability to OpenSIPS scripts. %package mysql Summary: MySQL storage support for the OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description mysql The %{name}-mysql package contains the MySQL plugin for %{name}, which allows a MySQL-Database to be used for persistent storage. %if 0%{?_with_oracle} %package oracle Summary: Oracle Storage Support for the OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: oracle-instantclient-devel %description oracle The %{name}-oracle package contains the Oracle plugin for %{name}, which allows a Oracle-Database to be used for persistent storage. %endif %package peering Summary: Radius peering Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description peering Peering module allows SIP providers (operators or organizations) to verify from a broker if source or destination of a SIP request is a trusted peer. %package perl Summary: Helps implement your own OpenSIPS extensions in Perl Group: System Environment/Daemons # require perl-devel for >F7 and perl for <=F6 BuildRequires: perl(ExtUtils::MakeMaker) %if 0%{?el6} BuildRequires: perl(ExtUtils::Embed) %else BuildRequires: perl(ExtUtils::Embed), perl-devel %endif Requires: %{name}%{?_isa} = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perl The time needed when writing a new OpenSIPS module unfortunately is quite high, while the options provided by the configuration file are limited to the features implemented in the modules. With this Perl module, you can easily implement your own OpenSIPS extensions in Perl. This allows for simple access to the full world of CPAN modules. SIP URI rewriting could be implemented based on regular expressions; accessing arbitrary data backends, e.g. LDAP or Berkeley DB files, is now extremely simple. %package perlvdb Summary: Perl virtual database engine Group: System Environment/Daemons # require perl-devel for >F7 and perl for <=F6 BuildRequires: perl(ExtUtils::MakeMaker) Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-perl%{?_isa} = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perlvdb The Perl Virtual Database (VDB) provides a virtualization framework for OpenSIPS's database access. It does not handle a particular database engine itself but lets the user relay database requests to arbitrary Perl functions. %package pi_http Summary: A HTTP provisioning interface for OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-httpd%{?_isa} = %{version}-%{release} %description pi_http This module provides an HTTP provisioning interface for OpenSIPS. It is using the OpenSIPS's internal database API to provide a simple way of manipulating records inside OpenSIPS's tables. %package postgresql Summary: PostgreSQL Storage Support for the OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description postgresql The %{name}-postgresql package contains the PostgreSQL plugin for %{name}, which allows a PostgreSQL-Database to be used for persistent storage. %package presence Summary: Presence server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description presence This module implements a presence server. It handles PUBLISH and SUBSCRIBE messages and generates NOTIFY messages. It offers support for aggregation of published presence information for the same presentity using more devices. It can also filter the information provided to watchers according to privacy rules. %package presence_callinfo Summary: SIMPLE Presence extension Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} %description presence_callinfo The module enables the handling of "call-info" and "line-seize" events inside the presence module. It is used with the general event handling module: presence and it constructs and adds "Call-Info" headers to notification events. To send "call-info" notification to watchers, a third-party application must publish "call-info" events to the presence server. %package presence_dialoginfo Summary: Extension to Presence server for Dialog-Info Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} %description presence_dialoginfo The module enables the handling of "Event: dialog" (as defined in RFC 4235) inside of the presence module. This can be used distribute the dialog-info status to the subscribed watchers. %package presence_mwi Summary: Extension to Presence server for Message Waiting Indication Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} %description presence_mwi The module does specific handling for notify-subscribe message-summary (message waiting indication) events as specified in RFC 3842. It is used with the general event handling module, presence. It constructs and adds message-summary event to it. %package presence_xcapdiff Summary: Extension to Presence server for XCAP-DIFF event Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} Requires: %{name}-pua_mi%{?_isa} = %{version}-%{release} %description presence_xcapdiff The presence_xcapdiff is an OpenSIPS module that adds support for the "xcap-diff" event to presence and pua. %package presence_xml Summary: SIMPLE Presence extension Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} Requires: %{name}-xcap_client%{?_isa} = %{version}-%{release} %description presence_xml The module does specific handling for notify-subscribe events using xml bodies. It is used with the general event handling module, presence. %package pua Summary: Offer the functionality of a presence user agent client Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description pua This module offer the functionality of a presence user agent client, sending Subscribe and Publish messages. %package pua_bla Summary: BLA extension for PUA Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} %description pua_bla The pua_bla module enables Bridged Line Appearances support according to the specifications in draft-anil-sipping-bla-03.txt. %package pua_dialoginfo Summary: Dialog-Info extension for PUA Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} %description pua_dialoginfo The pua_dialoginfo retrieves dialog state information from the dialog module and PUBLISHes the dialog-information using the pua module. Thus, in combination with the presence_xml module this can be used to derive dialog-info from the dialog module and NOTIFY the subscribed watchers about dialog-info changes. %package pua_mi Summary: Connector between usrloc and MI interface Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} %description pua_mi The pua_mi sends offer the possibility to publish presence information via MI transports. Using this module you can create independent applications/scripts to publish not sip-related information (e.g., system resources like CPU-usage, memory, number of active subscribers ...) %package pua_usrloc Summary: Connector between usrloc and pua modules Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} %description pua_usrloc This module is the connector between usrloc and pua modules. It creates the environment to send PUBLISH requests for user location records, on specific events (e.g., when new record is added in usrloc, a PUBLISH with status open (online) is issued; when expires, it sends closed (offline)). Using this module, phones which have no support for presence can be seen as online/offline. %package pua_xmpp Summary: SIMPLE-XMPP Presence gateway Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} Requires: %{name}-xmpp%{?_isa} = %{version}-%{release} %description pua_xmpp This module is a gateway for presence between SIP and XMPP. It translates one format into another and uses xmpp, pua and presence modules to manage the transmition of presence state information. %package python Summary: Python scripting support Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description python Helps implement your own OpenSIPS extensions in Python %package redis Summary: Redis connector Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: hiredis-devel %description redis This module is an implementation of a cache system designed to work with a Redis server. %package regex Summary: RegExp via PCRE library Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description regex This module offers matching operations against regular expressions using the powerful PCRE library. %package rest_client Summary: HTTP client module for OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description rest_client This module provides a means of interacting with an HTTP server by doing RESTful queries, such as GET and POST. %package rls Summary: Resource List Server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-pua%{?_isa} = %{version}-%{release} Requires: %{name}-presence%{?_isa} = %{version}-%{release} Requires: %{name}-xcap%{?_isa} = %{version}-%{release} %description rls The modules is a Resource List Server implementation following the specification in RFC 4662 and RFC 4826. %package seas Summary: Transfers the execution logic control to a given external entity Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description seas SEAS module enables OpenSIPS to transfer the execution logic control of a sip message to a given external entity, called the Application Server. When the OpenSIPS script is being executed on an incoming SIP message, invocation of the as_relay_t() function makes this module send the message along with some transaction information to the specified Application Server. The Application Server then executes some call-control logic code, and tells OpenSIPS to take some actions, ie. forward the message downstream, or respond to the message with a SIP repy, etc %package sms Summary: Gateway between SIP and GSM networks via sms Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description sms This module provides a way of communication between SIP network (via SIP MESSAGE) and GSM networks (via ShortMessageService). Communication is possible from SIP to SMS and vice versa. The module provides facilities like SMS confirmation--the gateway can confirm to the SIP user if his message really reached its destination as a SMS--or multi-part messages--if a SIP messages is too long it will be split and sent as multiple SMS. %package snmpstats Summary: SNMP management interface for the OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description snmpstats The %{name}-snmpstats package provides an SNMP management interface to OpenSIPS. Specifically, it provides general SNMP queryable scalar statistics, table representations of more complicated data such as user and contact information, and alarm monitoring capabilities. %package tlsops Summary: TLS-relating functions for the OpenSIPS Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description tlsops The %{name}-tlsops package implements TLS related functions to use in the routing script, and exports pseudo variables with certificate and TLS parameters. %package unixodbc Summary: OpenSIPS unixODBC Storage support Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description unixodbc The %{name}-unixodbc package contains the unixODBC plugin for %{name}, which allows a unixODBC to be used for persistent storage %package xcap Summary: XCAP common functions Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description xcap The module contains several parameters and functions common to all modules using XCAP capabilities. %package xcap_client Summary: XCAP client Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description xcap_client The modules is an XCAP client for OpenSIPS that can be used by other modules. It fetches XCAP elements, either documents or part of them, by sending HTTP GET requests. It also offers support for conditional queries. It uses libcurl library as a client-side HTTP transfer library. %package xmlrpc Summary: A xmlrpc server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description xmlrpc This module implements a xmlrpc server that handles xmlrpc requests and generates xmlrpc responses. When a xmlrpc message is received a default method is executed. %package xmlrpc_ng Summary: A xmlrpc server (new version) Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-httpd%{?_isa} = %{version}-%{release} %description xmlrpc_ng This module implements a xmlrpc server that handles xmlrpc requests and generates xmlrpc responses. When a xmlrpc message is received a default method is executed. %package xmpp Summary: Gateway between OpenSIPS and a jabber server Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} %description xmpp This modules is a gateway between Openser and a jabber server. It enables the exchange of instant messages between SIP clients and XMPP(jabber) clients. %prep %setup -q -n %{name}-%{version}-tls %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 # Patch no.5 removed %patch6 -p1 -b .dont_modify %patch7 -p1 -b .return_actual_payload_id %patch8 -p1 -b .additional_auth_field_src_ip %patch9 -p1 -b .restore_pthread_linkage %patch10 -p1 -b .short_headers %build LOCALBASE=/usr NICER=0 CFLAGS="%{optflags} -fgnu89-inline" LDFLAGS="%{?__global_ldflags}" %{?_with_oracle:ORAHOME="$ORACLE_HOME"} %{__make} all %{?_smp_mflags} TLS=1 \ exclude_modules="%EXCLUDE_MODULES" \ cfg-target=%{_sysconfdir}/opensips/ \ modules-prefix=%{buildroot}%{_prefix} \ modules-dir=%{_lib}/%{name}/modules %install make install TLS=1 LIBDIR=%{_lib} \ exclude_modules="%EXCLUDE_MODULES" \ basedir=%{buildroot} prefix=%{_prefix} \ cfg-prefix=%{buildroot} \ modules-prefix=%{buildroot}/%{_prefix} \ modules-dir=%{_lib}/%{name}/modules \ DBTEXTON=yes # fixed dbtext documentation installation # clean some things mkdir -p %{buildroot}/%{perl_vendorlib} if [ -d "%{buildroot}/%{_prefix}/perl" ]; then # for fedora>=11 mv %{buildroot}/%{_prefix}/perl/* \ %{buildroot}/%{perl_vendorlib}/ else # for fedora<=10 mv %{buildroot}/%{_libdir}/opensips/perl/* \ %{buildroot}/%{perl_vendorlib}/ fi mv %{buildroot}/%{_sysconfdir}/opensips/tls/README \ %{buildroot}/%{_docdir}/opensips/README.tls rm -f %{buildroot}%{_docdir}/opensips/INSTALL mv %{buildroot}/%{_docdir}/opensips docdir # recode documentation for i in docdir/*; do mv -f $i $i.old iconv -f iso8859-1 -t UTF-8 $i.old > $i rm -f $i.old done %if 0%{?el6} install -p -D -m 755 packaging/fedora/opensips.init %{buildroot}%{_initrddir}/opensips %else # install systemd files install -D -m 0644 -p packaging/fedora/%{name}.service %{buildroot}%{_unitdir}/%{name}.service install -D -m 0644 -p packaging/fedora/%{name}.tmpfiles.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf install -D -m 0755 -p packaging/fedora/%{name}.m4cfg %{buildroot}%{_sbindir}/opensips-m4cfg %endif %if 0%{?el6}%{?el7}%{?fedora} mkdir -p %{buildroot}%{_localstatedir}/run/%{name} %endif echo -e "\nETCDIR=\"%{_sysconfdir}/opensips\"\n" \ >> %{buildroot}%{_sysconfdir}/%{name}/opensipsctlrc #install sysconfig file install -D -p -m 644 packaging/fedora/%{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name} %pre %if 0%{?el6}%{?el7}%{?fedora} getent group %{name} >/dev/null || groupadd -r %{name} getent passwd %{name} >/dev/null || \ useradd -r -g %{name} -d %{_localstatedir}/run/%{name} -s /sbin/nologin \ -c "OpenSIPS SIP Server" %{name} 2>/dev/null || : %endif %post %if 0%{?el6} /sbin/chkconfig --add %{name} %else %systemd_post %{name}.service %endif %preun %if 0%{?el6} if [ $1 = 0 ] ; then /sbin/service %{name} stop >/dev/null 2>&1 /sbin/chkconfig --del %{name} fi %else %systemd_preun %{name}.service %endif %files %{_sbindir}/opensips %{_sbindir}/opensipsctl %{_sbindir}/opensipsdbctl %{_sbindir}/opensipsunix %{_sbindir}/osipsconfig %{_sbindir}/osipsconsole %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips/tls %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips/tls/rootCA %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips/tls/rootCA/certs %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips/tls/rootCA/private %attr(750,%{opensips_user},%{opensips_group}) %dir %{_sysconfdir}/opensips/tls/user %dir %{_libdir}/opensips/ %dir %{_libdir}/opensips/modules/ %dir %{_libdir}/opensips/opensipsctl/ %dir %{_libdir}/opensips/opensipsctl/dbtextdb/ %if 0%{?el6} %attr(755,root,root) %{_initrddir}/opensips %else %{_sbindir}/opensips-m4cfg %{_unitdir}/%{name}.service %{_tmpfilesdir}/%{name}.conf %endif %if 0%{?el6}%{?el7}%{?fedora} %dir %attr(0755, opensips, opensips) %{_localstatedir}/run/%{name} %endif %config(noreplace) %{_sysconfdir}/opensips/dictionary.opensips %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %attr(640,%{opensips_user},%{opensips_group}) %config(noreplace) %{_sysconfdir}/opensips/opensips.cfg %attr(640,%{opensips_user},%{opensips_group}) %config(noreplace) %{_sysconfdir}/opensips/opensipsctlrc %attr(640,%{opensips_user},%{opensips_group}) %config(noreplace) %{_sysconfdir}/opensips/osipsconsolerc # these files are just an examples so no need to restrict access to them %config(noreplace) %{_sysconfdir}/opensips/tls/ca.conf %config(noreplace) %{_sysconfdir}/opensips/tls/request.conf %config(noreplace) %{_sysconfdir}/opensips/tls/rootCA/cacert.pem %config(noreplace) %{_sysconfdir}/opensips/tls/rootCA/certs/01.pem %config(noreplace) %{_sysconfdir}/opensips/tls/rootCA/index.txt %config(noreplace) %{_sysconfdir}/opensips/tls/rootCA/private/cakey.pem %config(noreplace) %{_sysconfdir}/opensips/tls/rootCA/serial %config(noreplace) %{_sysconfdir}/opensips/tls/user.conf %config(noreplace) %{_sysconfdir}/opensips/tls/user/user-calist.pem %config(noreplace) %{_sysconfdir}/opensips/tls/user/user-cert.pem %config(noreplace) %{_sysconfdir}/opensips/tls/user/user-cert_req.pem %config(noreplace) %{_sysconfdir}/opensips/tls/user/user-privkey.pem %{_libdir}/opensips/opensipsctl/opensipsctl.base %{_libdir}/opensips/opensipsctl/opensipsctl.ctlbase %{_libdir}/opensips/opensipsctl/opensipsctl.dbtext %{_libdir}/opensips/opensipsctl/opensipsctl.fifo %{_libdir}/opensips/opensipsctl/opensipsctl.sqlbase %{_libdir}/opensips/opensipsctl/opensipsctl.unixsock %{_libdir}/opensips/opensipsctl/opensipsdbctl.base %{_libdir}/opensips/opensipsctl/opensipsdbctl.dbtext %{_libdir}/opensips/opensipsctl/dbtextdb/dbtextdb.py* %dir %{_datadir}/opensips/ %dir %{_datadir}/opensips/dbtext/ %dir %{_datadir}/opensips/dbtext/opensips/ %dir %{_datadir}/opensips/menuconfig_templates/ %{_datadir}/opensips/dbtext/opensips/* %{_datadir}/opensips/menuconfig_templates/*.m4 %{_mandir}/man5/opensips.cfg.5* %{_mandir}/man8/opensips.8* %{_mandir}/man8/opensipsctl.8* %{_mandir}/man8/opensipsunix.8* %doc docdir/AUTHORS %doc docdir/NEWS %doc docdir/README %doc docdir/README-MODULES %doc docdir/README.tls %doc COPYING %{_libdir}/opensips/modules/acc.so %{_libdir}/opensips/modules/alias_db.so %{_libdir}/opensips/modules/auth.so %{_libdir}/opensips/modules/auth_db.so %{_libdir}/opensips/modules/avpops.so %{_libdir}/opensips/modules/benchmark.so %{_libdir}/opensips/modules/cachedb_local.so %{_libdir}/opensips/modules/cachedb_sql.so %{_libdir}/opensips/modules/call_control.so %{_libdir}/opensips/modules/closeddial.so %{_libdir}/opensips/modules/cfgutils.so %{_libdir}/opensips/modules/db_cachedb.so %{_libdir}/opensips/modules/db_flatstore.so %{_libdir}/opensips/modules/db_virtual.so %{_libdir}/opensips/modules/db_text.so %{_libdir}/opensips/modules/dns_cache.so %{_libdir}/opensips/modules/dialog.so %{_libdir}/opensips/modules/dialplan.so %{_libdir}/opensips/modules/dispatcher.so %{_libdir}/opensips/modules/diversion.so %{_libdir}/opensips/modules/domain.so %{_libdir}/opensips/modules/domainpolicy.so %{_libdir}/opensips/modules/drouting.so %{_libdir}/opensips/modules/enum.so %{_libdir}/opensips/modules/event_datagram.so %{_libdir}/opensips/modules/event_route.so %{_libdir}/opensips/modules/event_xmlrpc.so %{_libdir}/opensips/modules/exec.so %{_libdir}/opensips/modules/gflags.so %{_libdir}/opensips/modules/group.so %{_libdir}/opensips/modules/identity.so %{_libdir}/opensips/modules/imc.so %{_libdir}/opensips/modules/load_balancer.so %{_libdir}/opensips/modules/mangler.so %{_libdir}/opensips/modules/mathops.so %{_libdir}/opensips/modules/maxfwd.so %{_libdir}/opensips/modules/mediaproxy.so %{_libdir}/opensips/modules/mi_fifo.so %{_libdir}/opensips/modules/mi_datagram.so %{_libdir}/opensips/modules/mi_http.so %{_libdir}/opensips/modules/msilo.so %{_libdir}/opensips/modules/nathelper.so %{_libdir}/opensips/modules/nat_traversal.so %{_libdir}/opensips/modules/rtpproxy.so %{_libdir}/opensips/modules/options.so %{_libdir}/opensips/modules/path.so %{_libdir}/opensips/modules/pdt.so %{_libdir}/opensips/modules/permissions.so %{_libdir}/opensips/modules/pike.so %{_libdir}/opensips/modules/qos.so %{_libdir}/opensips/modules/ratelimit.so %{_libdir}/opensips/modules/registrar.so %{_libdir}/opensips/modules/rr.so %{_libdir}/opensips/modules/signaling.so %{_libdir}/opensips/modules/sipcapture.so %{_libdir}/opensips/modules/sipmsgops.so %{_libdir}/opensips/modules/siptrace.so %{_libdir}/opensips/modules/sl.so %{_libdir}/opensips/modules/speeddial.so %{_libdir}/opensips/modules/sst.so %{_libdir}/opensips/modules/statistics.so %{_libdir}/opensips/modules/stun.so %{_libdir}/opensips/modules/textops.so %{_libdir}/opensips/modules/tm.so %{_libdir}/opensips/modules/uac.so %{_libdir}/opensips/modules/uac_redirect.so %{_libdir}/opensips/modules/userblacklist.so %{_libdir}/opensips/modules/uri.so %{_libdir}/opensips/modules/usrloc.so %{_libdir}/opensips/modules/uac_auth.so %{_libdir}/opensips/modules/uac_registrant.so %doc docdir/README.acc %doc docdir/README.alias_db %doc docdir/README.auth %doc docdir/README.auth_db %doc docdir/README.avpops %doc docdir/README.benchmark %doc docdir/README.cachedb_local %doc docdir/README.cachedb_sql %doc docdir/README.call_control %doc docdir/README.closeddial %doc docdir/README.cfgutils %doc docdir/README.db_cachedb %doc docdir/README.db_flatstore %doc docdir/README.db_virtual %doc docdir/README.db_text %doc docdir/README.dns_cache %doc docdir/README.dialog %doc docdir/README.dialplan %doc docdir/README.dispatcher %doc docdir/README.diversion %doc docdir/README.domain %doc docdir/README.domainpolicy %doc docdir/README.drouting %doc docdir/README.enum %doc docdir/README.event_datagram %doc docdir/README.event_route %doc docdir/README.event_xmlrpc %doc docdir/README.exec %doc docdir/README.gflags %doc docdir/README.group %doc docdir/README.identity %doc docdir/README.imc %doc docdir/README.load_balancer %doc docdir/README.mangler %doc docdir/README.mathops %doc docdir/README.maxfwd %doc docdir/README.mediaproxy %doc docdir/README.mi_fifo %doc docdir/README.mi_datagram %doc docdir/README.mi_http %doc docdir/README.msilo %doc docdir/README.nathelper %doc docdir/README.nat_traversal %doc docdir/README.rtpproxy %doc docdir/README.options %doc docdir/README.path %doc docdir/README.pdt %doc docdir/README.permissions %doc docdir/README.pike %doc docdir/README.qos %doc docdir/README.ratelimit %doc docdir/README.registrar %doc docdir/README.rr %doc docdir/README.signaling %doc docdir/README.sipcapture %doc docdir/README.sipmsgops %doc docdir/README.siptrace %doc docdir/README.sl %doc docdir/README.speeddial %doc docdir/README.sst %doc docdir/README.statistics %doc docdir/README.stun %doc docdir/README.textops %doc docdir/README.tm %doc docdir/README.uac %doc docdir/README.uac_redirect %doc docdir/README.userblacklist %doc docdir/README.uri %doc docdir/README.usrloc %doc docdir/README.uac_auth %doc docdir/README.uac_registrant %files aaa_radius %{_libdir}/opensips/modules/aaa_radius.so %doc docdir/README.aaa_radius %files acc %{_libdir}/opensips/modules/acc.so %doc docdir/README.acc %files auth_aaa %{_libdir}/opensips/modules/auth_aaa.so %doc docdir/README.auth_aaa %files auth_diameter %{_libdir}/opensips/modules/auth_diameter.so %doc docdir/README.auth_diameter %files b2bua %{_libdir}/opensips/modules/b2b_entities.so %{_libdir}/opensips/modules/b2b_logic.so %doc docdir/README.b2b_entities %doc docdir/README.b2b_logic %files carrierroute %{_libdir}/opensips/modules/carrierroute.so %doc docdir/README.carrierroute %files cpl-c %{_libdir}/opensips/modules/cpl-c.so %doc docdir/README.cpl-c %files db_berkeley %{_sbindir}/bdb_recover %{_libdir}/opensips/modules/db_berkeley.so %{_libdir}/opensips/opensipsctl/opensipsctl.db_berkeley %{_libdir}/opensips/opensipsctl/opensipsdbctl.db_berkeley %dir %{_datadir}/opensips/db_berkeley %dir %{_datadir}/opensips/db_berkeley/opensips %{_datadir}/opensips/db_berkeley/opensips/* %doc docdir/README.db_berkeley %files db_http %{_libdir}/opensips/modules/db_http.so %doc docdir/README.db_http %files event_rabbitmq %{_libdir}/opensips/modules/event_rabbitmq.so %doc docdir/README.event_rabbitmq %files h350 %{_libdir}/opensips/modules/h350.so %doc docdir/README.h350 %files httpd %{_libdir}/opensips/modules/httpd.so %doc docdir/README.httpd %files jabber %{_libdir}/opensips/modules/jabber.so %doc docdir/README.jabber %files json %{_libdir}/opensips/modules/json.so %doc docdir/README.json %files ldap %{_libdir}/opensips/modules/ldap.so %doc docdir/README.ldap #%files lua #%{_libdir}/opensips/modules/lua.so #%doc docdir/README.lua %files memcached %{_libdir}/opensips/modules/cachedb_memcached.so %doc docdir/README.cachedb_memcached %files mmgeoip %{_libdir}/opensips/modules/mmgeoip.so %doc docdir/README.mmgeoip %files mysql %{_libdir}/opensips/modules/db_mysql.so %{_libdir}/opensips/opensipsctl/opensipsctl.mysql %{_libdir}/opensips/opensipsctl/opensipsdbctl.mysql %dir %{_datadir}/opensips/mysql %{_datadir}/opensips/mysql/*.sql %doc docdir/README.db_mysql %if 0%{?_with_oracle} %files oracle %{_sbindir}/opensips_orasel %{_libdir}/opensips/modules/db_oracle.so %{_libdir}/opensips/opensipsctl/opensipsctl.oracle %{_libdir}/opensips/opensipsctl/opensipsdbctl.oracle %{_libdir}/opensips/opensipsctl/opensipsdbfunc.oracle %dir %{_datadir}/opensips/oracle %{_datadir}/opensips/oracle/* %doc docdir/README.db_oracle %endif %files peering %{_libdir}/opensips/modules/peering.so %doc docdir/README.peering %files perl %dir %{perl_vendorlib}/OpenSIPS %dir %{perl_vendorlib}/OpenSIPS/LDAPUtils %dir %{perl_vendorlib}/OpenSIPS/Utils %{_libdir}/opensips/modules/perl.so %{perl_vendorlib}/OpenSIPS.pm %{perl_vendorlib}/OpenSIPS/Constants.pm %{perl_vendorlib}/OpenSIPS/LDAPUtils/LDAPConf.pm %{perl_vendorlib}/OpenSIPS/LDAPUtils/LDAPConnection.pm %{perl_vendorlib}/OpenSIPS/Message.pm %{perl_vendorlib}/OpenSIPS/Utils/PhoneNumbers.pm %{perl_vendorlib}/OpenSIPS/Utils/Debug.pm %doc docdir/README.perl %files perlvdb %dir %{perl_vendorlib}/OpenSIPS/VDB %dir %{perl_vendorlib}/OpenSIPS/VDB/Adapter %{_libdir}/opensips/modules/db_perlvdb.so %{perl_vendorlib}/OpenSIPS/VDB.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/AccountingSIPtrace.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/Alias.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/Auth.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/Describe.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/Speeddial.pm %{perl_vendorlib}/OpenSIPS/VDB/Adapter/TableVersions.pm %{perl_vendorlib}/OpenSIPS/VDB/Column.pm %{perl_vendorlib}/OpenSIPS/VDB/Pair.pm %{perl_vendorlib}/OpenSIPS/VDB/ReqCond.pm %{perl_vendorlib}/OpenSIPS/VDB/Result.pm %{perl_vendorlib}/OpenSIPS/VDB/VTab.pm %{perl_vendorlib}/OpenSIPS/VDB/Value.pm %doc docdir/README.db_perlvdb %files pi_http %{_libdir}/opensips/modules/pi_http.so %{_datadir}/opensips/pi_http/ %doc docdir/README.pi_http %files postgresql %{_libdir}/opensips/modules/db_postgres.so %{_libdir}/opensips/opensipsctl/opensipsctl.pgsql %{_libdir}/opensips/opensipsctl/opensipsdbctl.pgsql %dir %{_datadir}/opensips/postgres %{_datadir}/opensips/postgres/*.sql %doc docdir/README.db_postgres %files presence %{_libdir}/opensips/modules/presence.so %doc docdir/README.presence %files presence_callinfo %{_libdir}/opensips/modules/presence_callinfo.so %doc docdir/README.presence_callinfo %files presence_dialoginfo %{_libdir}/opensips/modules/presence_dialoginfo.so %doc docdir/README.presence_dialoginfo %files presence_mwi %{_libdir}/opensips/modules/presence_mwi.so %doc docdir/README.presence_mwi %files presence_xcapdiff %{_libdir}/opensips/modules/presence_xcapdiff.so %files presence_xml %{_libdir}/opensips/modules/presence_xml.so %doc docdir/README.presence_xml %files pua %{_libdir}/opensips/modules/pua.so %doc docdir/README.pua %files pua_bla %{_libdir}/opensips/modules/pua_bla.so %doc docdir/README.pua_bla %files pua_dialoginfo %{_libdir}/opensips/modules/pua_dialoginfo.so %doc docdir/README.pua_dialoginfo %files pua_mi %{_libdir}/opensips/modules/pua_mi.so %doc docdir/README.pua_mi %files pua_usrloc %{_libdir}/opensips/modules/pua_usrloc.so %doc docdir/README.pua_usrloc %files pua_xmpp %{_libdir}/opensips/modules/pua_xmpp.so %doc docdir/README.pua_xmpp %files python %{_libdir}/opensips/modules/python.so %files redis %{_libdir}/opensips/modules/cachedb_redis.so %doc docdir/README.cachedb_redis %files regex %{_libdir}/opensips/modules/regex.so %doc docdir/README.regex %files rest_client %{_libdir}/opensips/modules/rest_client.so %doc docdir/README.rest_client %files rls %{_libdir}/opensips/modules/rls.so %doc docdir/README.rls %files seas %{_libdir}/opensips/modules/seas.so %doc docdir/README.seas %files sms %{_libdir}/opensips/modules/sms.so %doc docdir/README.sms %files snmpstats %{_libdir}/opensips/modules/snmpstats.so %doc docdir/README.snmpstats %dir %{_datadir}/snmp %dir %{_datadir}/snmp/mibs %{_datadir}/snmp/mibs/OPENSER-MIB %{_datadir}/snmp/mibs/OPENSER-REG-MIB %{_datadir}/snmp/mibs/OPENSER-SIP-COMMON-MIB %{_datadir}/snmp/mibs/OPENSER-SIP-SERVER-MIB %{_datadir}/snmp/mibs/OPENSER-TC %files tlsops %{_libdir}/opensips/modules/tlsops.so %doc docdir/README.tlsops %files unixodbc %{_libdir}/opensips/modules/db_unixodbc.so %doc docdir/README.db_unixodbc %files xcap %{_libdir}/opensips/modules/xcap.so %doc docdir/README.xcap %files xcap_client %{_libdir}/opensips/modules/xcap_client.so %doc docdir/README.xcap_client %files xmlrpc %{_libdir}/opensips/modules/mi_xmlrpc.so %doc docdir/README.mi_xmlrpc %files xmlrpc_ng %{_libdir}/opensips/modules/mi_xmlrpc_ng.so %doc docdir/README.mi_xmlrpc_ng %files xmpp %{_libdir}/opensips/modules/xmpp.so %doc docdir/README.xmpp %changelog * Mon Nov 19 2018 Troy Dawson - 1.10.5-4 - Rebuilt to install on newer libraries * Fri Jun 12 2015 Peter Lemenkov - 1.10.5-3 - Fix building on EPEL6 * Fri Jun 12 2015 Peter Lemenkov - 1.10.5-2 - Install missing script (required for a systemd service). See rhbz #1019014. * Fri Jun 12 2015 Ján ONDREJ (SAL) - 1.10.5-1 - Update to upstream. - Added -fgnu89-inline parameter to fix builds for inline functions. - Removed broken and obsolete patches. * Fri Jun 05 2015 Jitka Plesnikova - 1.10.4-2 - Perl 5.22 rebuild * Sat May 2 2015 Peter Lemenkov - 1.10.4-1 - Ver. 1.10.4 - Dropped EL5 compatibility * Tue Apr 21 2015 Remi Collet - 1.10.3-2 - rebuild for new librabbitmq * Mon Nov 03 2014 Peter Lemenkov - 1.10.3-1 - Ver. 1.10.3 - Fixed FTBFS in F22 (see rhbz #1124390) * Fri Aug 29 2014 Jitka Plesnikova - 1.10.1-4 - Perl 5.20 rebuild * Sun Aug 17 2014 Fedora Release Engineering - 1.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Mar 26 2014 Peter Lemenkov - 1.10.1-1 - Ver. 1.10.1 - Link mi_xmlrpc against -lpthread - Enable snmpstats on EL6 * Thu Mar 06 2014 Peter Lemenkov - 1.10.0-3 - Fix missing directory on EL6 * Tue Oct 01 2013 Peter Lemenkov - 1.10.0-2 - Run as opensips user even in EL6 - Unconditionally add another one auth field (SIP IP address) * Wed Sep 25 2013 Peter Lemenkov - 1.10.0-1 - Ver. 1.10.0 - Drop support for Fedora 17 and earlier (still maintain support for EL5) - New external module - rest_client - New external module - xmlrpc_ng (contains mi_xmlrpc_ng) - New internal module - db_cachedb - New internal module - mathops - Disabled new external module - sngtc (requires a proprietary library) * Fri Sep 06 2013 Peter Lemenkov - 1.9.1-2 - Proper directory for storing tmpfile * Tue Aug 20 2013 Peter Lemenkov - 1.9.1-1 - Ver. 1.9.1 * Sat Aug 03 2013 Fedora Release Engineering - 1.8.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 1.8.2-7 - Perl 5.18 rebuild * Wed Mar 13 2013 Remi Collet - 1.8.2-6 - rebuild for new librabbitmq * Mon Mar 4 2013 Thomas Spura - 1.8.2-5 - Fix Berk(e)ley typo in summary * Thu Feb 14 2013 Fedora Release Engineering - 1.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jan 22 2013 Peter Lemenkov - 1.8.2-3 - Revert systemd macros * Thu Jan 10 2013 Peter Lemenkov - 1.8.2-2 - Allow rtpproxy module to accept avps - Few bugfixes * Tue Nov 06 2012 Peter Lemenkov - 1.8.2-1 - Ver. 1.8.2 (Bugfix release) * Sat Sep 22 2012 Remi Collet - 1.8.1-3 - rebuild against libmemcached.so.11 without SASL * Fri Aug 17 2012 Peter Lemenkov - 1.8.1-2 - Enabled json module - Enabled xmlrpc module - Enabled cachedb_memcached module on EL5, EL6 - Enabled cachedb_redis module on EL6 * Wed Aug 15 2012 Peter Lemenkov - 1.8.1-1 - Ver. 1.8.1 - Dropped all upstreamed patches * Fri Jul 20 2012 Fedora Release Engineering - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 09 2012 Petr Pisar - 1.8.0-2 - Perl 5.16 rebuild * Tue Jul 03 2012 Peter Lemenkov - 1.8.0-1 - update to 1.8.0 * Fri Jun 08 2012 Petr Pisar - 1.7.2-8 - Perl 5.16 rebuild * Sat May 12 2012 Peter Lemenkov - 1.7.2-7 - Change %%define to %%global * Sat May 12 2012 Peter Lemenkov - 1.7.2-6 - Added missing docs * Fri May 11 2012 Peter Lemenkov - 1.7.2-5 - Fixed conditional building with Oracle DB * Sat Apr 28 2012 Peter Lemenkov - 1.7.2-4 - Fixes for systemd unit * Sun Apr 22 2012 Remi Collet - 1.7.2-3 - rebuild against libmemcached.so.10 * Thu Apr 19 2012 Peter Lemenkov - 1.7.2-2 - Fix building on EPEL * Thu Apr 19 2012 Peter Lemenkov - 1.7.2-1 - update to 1.7.2 (bugfix release). - enable systemd support where possible * Fri Apr 13 2012 Jindrich Novy - 1.7.1-6 - rebuild against new librpm and libdb * Sat Mar 03 2012 Remi Collet - 1.7.1-5 - rebuild against libmemcached.so.9 * Fri Feb 10 2012 Petr Pisar - 1.7.1-4 - Rebuild against PCRE 8.30 * Fri Jan 13 2012 Fedora Release Engineering - 1.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Dec 01 2011 John Khvatov - 1.7.1-2 - upstream tarball rebuild * Thu Nov 24 2011 John Khvatov - 1.7.1-1 - update to 1.7.1 (bugfix release). * Mon Nov 07 2011 John Khvatov - 1.7.0-1 - update to 1.7.0 - dropped upstreamed patches - added new modules: event_datagram and python - removed lcr module * Sat Sep 17 2011 Remi Collet - 1.6.4-13 - rebuild against libmemcached.so.8 * Mon Aug 22 2011 John Khvatov - 1.6.4-12 - rebuild against new libnetsnmp * Thu Jul 21 2011 Petr Sabata - 1.6.4-11 - Perl mass rebuild * Wed Jul 20 2011 Petr Sabata - 1.6.4-10 - Perl mass rebuild * Mon Jul 11 2011 Peter Lemenkov - 1.6.4-9 - Updated init-script * Mon Jul 11 2011 Peter Lemenkov - 1.6.4-8 - Upstream re-released traball with several new patches (API compatible) * Fri Jun 17 2011 Marcela Mašláňová - 1.6.4-7 - Perl mass rebuild * Wed Mar 23 2011 Dan Horák - 1.6.4-6 - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient) * Tue Feb 08 2011 Fedora Release Engineering - 1.6.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 John Khvatov - 1.6.4-1 - dropped upstreamed patch (opensips-build.patch) - update to 1.6.4 - added new module: presence_callinfo * Sat Oct 30 2010 John Khvatov - 1.6.3-4 - rebuild against new libnetsnmp * Wed Oct 06 2010 Remi Collet - 1.6.3-3 - rebuilt against new libmemcached * Wed Sep 08 2010 Dan Horák - 1.6.3-2 - fix a build issue * Thu Aug 12 2010 John Khvatov - 1.6.3-1 - update to 1.6.3 * Wed Aug 11 2010 David Malcolm - 1.6.2-5 - recompiling .py files against Python 2.7 (rhbz#623343) * Tue Jun 01 2010 Marcela Maslanova - 1.6.2-4 - Mass rebuild with perl-5.12.0 * Wed May 05 2010 Remi Collet - 1.6.2-3 - rebuilt against new libmemcached * Thu Apr 15 2010 John Khvatov - 1.6.2-2 - Disabled build of the memcached subpackage for EPEL * Thu Apr 15 2010 John Khvatov - 1.6.2-1 - Updated to 1.6.2 * Sun Feb 07 2010 Remi Collet - 1.6.1-2 - rebuilt against new libmemcached * Tue Dec 22 2009 John Khvatov - 1.6.1-1 - Updated to 1.6.1 - Dropped upstreamed patches * Wed Nov 04 2009 John Khvatov - 1.6.0-4 - Fixed typo: pia_mi to pua_mi in presence_xcapdiff dependencies * Tue Nov 03 2009 John Khvatov - 1.6.0-3 - Added patch for compatibility with new openssl * Thu Oct 29 2009 John Khvatov - 1.6.0-2 - Added patch for init script to fix malformed comment block - Added COPYING file - Fixed not-capitalized summory of memcached subpackage * Mon Oct 19 2009 John Khvatov - 1.6.0-1 - Created new package from openser package - Upgrade to OpenSIPS 1.6 - New modules - Added osipconsole tool * Tue Aug 25 2009 Tomas Mraz - 1.3.4-8 - rebuilt with new openssl * Sat Jul 25 2009 Fedora Release Engineering - 1.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Mar 02 2009 Jan ONDREJ (SAL) - 1.3.4-6 - allow build of this package on fedora<=10 * Sat Feb 28 2009 Jan ONDREJ (SAL) - 1.3.4-5 - fix module path * Sat Feb 28 2009 Jan ONDREJ (SAL) - 1.3.4-3 - addedd subversion build dependency to avoid svnversion error messages - fixed installation of perl modules in rawhide * Fri Jan 23 2009 Jan ONDREJ (SAL) 1.3.4-2 - Rebuild for new mysql. * Mon Dec 8 2008 Peter Lemenkov 1.3.4-1 - Ver. 1.3.4 - Added sysconfig-file * Thu Aug 28 2008 Michael Schwendt - 1.3.3-3 - Include lots of unowned directories. * Thu Aug 28 2008 Peter Lemenkov 1.3.3-2 - Removed dialplan and drouting modules from upstream * Thu Aug 28 2008 Peter Lemenkov 1.3.3-1 - Ver. 1.3.3 - Dropped upstreamed patch * Mon Aug 11 2008 Peter Lemenkov 1.3.2-5 - Typo fix * Mon Aug 11 2008 Peter Lemenkov 1.3.2-4 - Fix build with --fuzz=0 * Mon Aug 11 2008 Peter Lemenkov 1.3.2-3 - Fixed urls - Restricted access to openser.cfg and openserctl.cfg - Service won't start by default (BZ# 441297) * Fri May 16 2008 Peter Lemenkov 1.3.2-2 - New modules - dialplan and drouting (this one still has no README) * Thu May 15 2008 Peter Lemenkov 1.3.2-1 - Ver. 1.3.2 * Tue Mar 18 2008 Tom "spot" Callaway - 1.3.1-3 - add Requires for versioned perl (libperl.so) - drop silly file Requires * Fri Mar 14 2008 Jan ONDREJ (SAL) - 1.3.1-2 - removed perl patch, which is not necessary * Thu Mar 13 2008 Jan ONDREJ (SAL) - 1.3.1-1 - update to upstream - removed obsolete patches * Fri Mar 7 2008 Tom "spot" Callaway - 1.3.0-12 - patch perl code to use PERL_SYS_INIT3_BODY * Fri Mar 7 2008 Tom "spot" Callaway - 1.3.0-11 - fix perl build requires * Thu Mar 06 2008 Tom "spot" Callaway - 1.3.0-10 - Rebuild for new perl * Sat Feb 23 2008 Jan ONDREJ (SAL) 1.3.0-9 - ia64 build fix * Sat Feb 9 2008 Peter Lemenkov 1.3.0-8.1 - typo fix * Sat Feb 9 2008 Peter Lemenkov 1.3.0-8 - Rebuild for GCC 4.3 * Sat Jan 26 2008 Jan ONDREJ (SAL) 1.3.0-7 - Updated syntax error in default config * Sat Jan 26 2008 Peter Lemenkov 1.3.0-5 - Merge of acc module into main package * Fri Jan 25 2008 Jan ONDREJ (SAL) 1.3.0-4 - modify and apply forgotten patch4 * Thu Jan 17 2008 Jan ONDREJ (SAL) 1.3.0-2 - removed openser.init and replaced by upstream version - fixed configuration path for openserdbctl (#428799) * Sun Jan 13 2008 Peter Lemenkov 1.3.0-1.4 - 4th try to remove lm_sensors-devel from EL-[45] at ppc{64} * Thu Dec 13 2007 Peter Lemenkov 1.3.0-1 - Final ver. 1.3.0 - Removed some leftovers from spec-file * Wed Dec 12 2007 Peter Lemenkov 1.3.0-0.1.pre1 - Latest snapshot - 1.3.0pre1 * Mon Dec 10 2007 Jan ONDREJ (SAL) 1.2.2-11 - added ETCDIR into openserctlrc (need openser-1.3 to work) * Mon Sep 24 2007 Jan ONDREJ (SAL) 1.2.2-10 - perl scripts moved to perl_vendorlib directory - added LDAPUtils and Utils subdirectories - changed perl module BuildRequires * Mon Sep 24 2007 Jan ONDREJ (SAL) 1.2.2-9 - added reload section to init script - init script specified with initrddir macro - documentation converted to UTF-8 - added doc macro for documentation - documentation moved do proper place (/usr/share/doc/NAME-VERSION/) - which removed from BuildRequires, it's in guidelines exceptions - unixodbc subpackage summary update * Thu Sep 6 2007 Peter Lemenkov 1.2.2-8 - Added another one missing BR - which (needs by snmpstats module) - Cosmetic: dropped commented out 'Requires' * Thu Sep 06 2007 Jan ONDREJ (SAL) 1.2.2-7 - added attr macro for init script - added -p to install arguments to preserve timestamp - parallel make used * Sun Aug 26 2007 Jan ONDREJ (SAL) 1.2.2-6 - Fedora Core 6 build updates - changed attributes for openser.init to be rpmlint more silent * Sun Aug 26 2007 Peter Lemenkov 1.2.2-5 - fixed paths for openssl libs and includes * Sun Aug 26 2007 Peter Lemenkov 1.2.2-4 - Introduced acc and acc_radius modules (Jan Ondrej) - Dropped radius_accounting condition * Sat Aug 25 2007 Peter Lemenkov 1.2.2-3 - Changed license according to Fedora's policy - Make rpmlint more silent * Fri Aug 24 2007 Jan ONDREJ (SAL) 1.2.2-2 - added openser.init script - removed Patch0: openser--Makefile.diff and updated build section - spec file is 80 characters wide - added radius_accounting condition * Wed Aug 22 2007 Peter Lemenkov 1.2.2-1 - Ver. 1.2.2 * Tue Jul 24 2007 Peter Lemenkov 1.2.1-1 - Initial spec.