diff --git a/ChangeLog b/ChangeLog index be2a2cc..abdd0f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -0.4.1 +0.4.2 ===== + 31-Oct-2003: - released 0.4.2 + 24-Oct-2003: - SPEC file: included config files & more docu 19-Oct-2003: - included compiling support for DMALLOC debugging - fixed 2 memory leaks in proxy.c + 0.4.1 ===== 12-Oct-2003: - released 0.4.1 diff --git a/TODO b/TODO index b7b9598..b7fe8a2 100644 --- a/TODO +++ b/TODO @@ -30,3 +30,5 @@ TODOs, in random order: (defined by IFNAME) - siproxd may use an outbound proxy of its own (chaining feature) + +- support IPTABLES for RTP proxying diff --git a/siproxd.spec.in b/siproxd.spec.in index 2805c68..c9e505c 100644 --- a/siproxd.spec.in +++ b/siproxd.spec.in @@ -37,24 +37,37 @@ an IP masquerading firewall or router. %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} \ + --sysconfdir=%{sysconfdir} make %install -make prefix=$RPM_BUILD_ROOT%{prefix} PIXDESTDIR=$RPM_BUILD_ROOT sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install - +make prefix=$RPM_BUILD_ROOT%{prefix} \ + sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} \ + install +mv %{sysconfdir}/siproxd.conf.example %{sysconfdir}/siproxd.conf %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-, root, root) -%doc COPYING README AUTHORS INSTALL NEWS ChangeLog +%doc COPYING README AUTHORS INSTALL NEWS ChangeLog doc/FAQ doc/FLI4L_HOWTO.txt %{_bindir}/siproxd +%config %{sysconfdir}/siproxd.conf +%config %{sysconfdir}/siproxd_passwd.cfg + +%post +echo "Edit the config file %{sysconfigdir}/siproxd.conf!" + %changelog * Sat Aug 30 2003 Thomas Ries +- added config files and some more doc files +- rename sample config file and remind uder to edit it. +- minor cleanup + +* Sat Oct 24 2003 Thomas Ries - always use /etc as sysconfdir * Sat Sep 21 2002 Thomas Ries