working release 0.2.8

This commit is contained in:
Thomas Ries
2003-03-15 18:47:27 +00:00
parent d7a3a2f23e
commit 93f890c9b1
4 changed files with 80 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
0.2.8
=====
0.2.7
=====
- 15-Mar-2003: - released 0.2.7
+75 -4
View File
@@ -1,3 +1,64 @@
Release Notes for siproxd-0.2.8
===============================
Note: using libosip-0.9.3, the proxy authentication does *NOT* work.
Yet is is unclear to me if this is a bug in libosip or siproxd.
libosip-0.8.8 works.
- supports Linux and FreeBSD (other BSD derivates not tested)
- SIP (RFC3261) Proxy for SIP based softphones hidden behind a
masquerading firewall
- Includes an RTP data stream proxy for *incoming* audio data
(outgoing RTP data should be handled by IP masquerading by the firewall)
- Port range to be used for incoming RTP traffic is configurable
(-> easy to set up apropriate firewall rules for incoming traffic)
- RTP proxy can handle multiple RTP streams (eg. audio + video)
within a single SIP session.
- Multiple local users/hosts can be masqueraded simultaneously
- Supports running in a chroot jail (configurable)
- Supports changing user-ID after startup (if started as root)
- All configuration done via one simple ascii configuration file
- Proxy Authentication for registration of local clients (User Agents)
with individual passwords for each user
- Logging to syslog in daemon mode
- Access control (IP based) for incoming traffic
- RPM support (release includes SRC rpm and binary RPMS for Redhat 6.0, 7.2)
- works with "dial-up" conenctions (dynamic IP addresses)
- (experimental) The host part of UA registration entries
can be masqueraded (mask_host, masked_host config items)
Siemens SIP phones seem to need this 'feature'.
Requirements:
- pthreads
- libosip 0.8.8 (using libosip 0.9.6, proxy authentication does *not*
work. Unclear if this is a bug in libosip or not)
Currently tested on:
- Linux 2.2.x (Redhat 6.0) and 2.4.x (Redhat 7.2), should run
on others Linux distributions as well.
- FreeBSD 4.7-STABLE (compilation)
Reported to build on:
- OpenBSD 2.9
Reported interoperability (tested with softphones):
- Linphone (local UA) (http://www.linphone.org)
- Kphone (local UA) (http://www.wirlab.net/kphone/)
- MSN messenger 4.6 (remote UA)
-----
md5sum for siproxd-0.2.8.tar.gz:
md5sum for siproxd-0.2.8-1rh60.i386.rpm:
md5sum for siproxd-0.2.8-1rh72.i386.rpm:
md5sum for siproxd-0.2.8-1.src.rpm:
GnuPG signature for siproxd-0.2.8.tar.gz archive:
Release Notes for siproxd-0.2.7
===============================
@@ -25,6 +86,9 @@ Release Notes for siproxd-0.2.7
- Access control (IP based) for incoming traffic
- RPM support (release includes SRC rpm and binary RPMS for Redhat 6.0, 7.2)
- works with "dial-up" conenctions (dynamic IP addresses)
- (experimental) The host part of UA registration entries
can be masqueraded (mask_host, masked_host config items)
Siemens SIP phones seem to need this 'feature'.
Requirements:
- pthreads
@@ -47,12 +111,19 @@ Reported interoperability (tested with softphones):
-----
md5sum for siproxd-0.2.7.tar.gz:
md5sum for siproxd-0.2.7-1rh60.i386.rpm:
md5sum for siproxd-0.2.7-1rh72.i386.rpm:
md5sum for siproxd-0.2.7-1.src.rpm:
md5sum for siproxd-0.2.7.tar.gz: 0c5dcaedb2d94d71748e9595aab29c8d
md5sum for siproxd-0.2.7-1rh60.i386.rpm:1ab308e12942bdd6f63c94895f4eb2dd
md5sum for siproxd-0.2.7-1rh72.i386.rpm:3469d290d053b05dc9ab5c34fd75e7da
md5sum for siproxd-0.2.7-1.src.rpm: a915a1bca19a08c65621cf90e0372232
GnuPG signature for siproxd-0.2.7.tar.gz archive:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
iEYEABECAAYFAj5zcJUACgkQPOYHDi42pIpZUQCfaWX14zRcB6gdOpXEO1sygZDx
0kkAn2MRecmOho0oJgxt8axtuJ37Cng7
=OFU1
-----END PGP SIGNATURE-----
+1 -1
View File
@@ -20,7 +20,7 @@ dnl Release Version
dnl
SPD_MAJOR_VERSION=0
SPD_MINOR_VERSION=2
SPD_MICRO_VERSION=7
SPD_MICRO_VERSION=8
SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION
+1 -1
View File
@@ -1,5 +1,5 @@
%define name siproxd
%define ver 0.2.7
%define ver 0.2.8
%define release 1
%define serial 1
%define prefix %{_prefix}