4ada1af
Summary: The InterNetNews system, an Usenet news server
cvsdist 9a222d9
Name: inn
3dd4ba5
Version: 2.4.6
3dd4ba5
Release: 1%{?dist}
ec5bc23
#see LICENSE file for details
ec5bc23
License: GPL+ and BSD and MIT and Public Domain
cvsdist 9a222d9
Group: System Environment/Daemons
c325e15
URL: https://www.isc.org/software/INN/
cvsdist 9a222d9
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
cvsdist 9a222d9
Source2: inn-default-distributions
cvsdist 9a222d9
Source4: inn-cron-expire
cvsdist 9a222d9
Source5: inn-cron-rnews
cvsdist 9a222d9
Source7: inn-cron-nntpsend
cvsdist 9a222d9
Source8: innd.init
cvsdist 9a222d9
Source10: inn-faq.tar.gz
2601c73
Patch1:  inn-2.4.3.rh.patch
fd1b8f3
Patch2: inn-2.4.1.perl.patch
fd1b8f3
Patch3: inn-2.4.1.headusage.patch
fd1b8f3
Patch4: inn-2.4.1.pie.patch
fd1b8f3
Patch6: inn-2.4.1.posix.patch
37edafb
Patch7: inn-2.4.3.warn.patch
6d6c68d
Patch8: inn-2.4.2-makedbz.patch
90dafda
Patch9: inn-2.4.3.rcreaderaddrinuse.patch
4de897f
Patch10: inn-2.4.3-nologinshell.patch
32e7a4f
Patch11: inn-2.4.5-dynlib.patch
Ondrej Dvoracek cce8340
BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
e4cd458
BuildRequires: perl(ExtUtils::Embed)
9c01eb3
Requires(pre): shadow-utils
a5e4a3d
Requires: chkconfig, grep, coreutils, sed
47ea28b
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
cvsdist b72640c
Requires: bash >= 2.0, inews
cvsdist 9a222d9
cvsdist 41a618a
# XXX white out bogus perl requirement for now
a5e4a3d
Provides: perl(::usr/lib/innshellvars.pl) = %{version}-%{release}
cvsdist 41a618a
47ea28b
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
cvsdist 41a618a
cvsdist 9a222d9
%description
cvsdist 9a222d9
INN (InterNetNews) is a complete system for serving Usenet news and/or
cvsdist 9a222d9
private newsfeeds.  INN includes innd, an NNTP (NetNews Transport
cvsdist 9a222d9
Protocol) server, and nnrpd, a newsreader that is spawned for each
cvsdist 9a222d9
client.  Both innd and nnrpd vary slightly from the NNTP protocol, but
cvsdist 9a222d9
not in ways that are easily noticed.
cvsdist 9a222d9
cvsdist 9a222d9
Install the inn package if you need a complete system for serving and
cvsdist 9a222d9
reading Usenet news.  You may also need to install inn-devel, if you
cvsdist 9a222d9
are going to use a separate program which interfaces to INN, like
cvsdist 9a222d9
newsgate or tin.
cvsdist 9a222d9
cvsdist 9a222d9
%package devel
Ondrej Dvoracek cce8340
Summary: The INN (InterNetNews) library
cvsdist 9a222d9
Group: Development/Libraries
cvsdist 9a222d9
Requires: inn = %{version}
cvsdist 9a222d9
cvsdist 9a222d9
%description devel
cvsdist 9a222d9
The inn-devel package contains the INN (InterNetNews) library, which
cvsdist 9a222d9
several programs that interface with INN need in order to work (for
cvsdist 9a222d9
example, newsgate and tin).
cvsdist 9a222d9
cvsdist 9a222d9
If you are installing a program which must interface with the INN news
cvsdist 9a222d9
system, you should install inn-devel.
cvsdist 9a222d9
cvsdist 9a222d9
%package -n inews
Ondrej Dvoracek cce8340
Summary: Sends Usenet articles to a local news server for distribution
cvsdist 9a222d9
Group: System Environment/Daemons
cvsdist 9a222d9
cvsdist 9a222d9
%description -n inews
cvsdist 9a222d9
The inews program is used by some news programs (for example, inn and
cvsdist 9a222d9
trn) to post Usenet news articles to local news servers.  Inews reads
cvsdist 9a222d9
an article from a file or standard input, adds headers, performs some
cvsdist 9a222d9
consistency checks and then sends the article to the local news server
cvsdist 9a222d9
specified in the inn.conf file.
cvsdist 9a222d9
cvsdist 9a222d9
Install inews if you need a program for posting Usenet articles to
cvsdist 9a222d9
local news servers.
cvsdist 9a222d9
9c01eb3
%pre
8a442cc
getent group news >/dev/null || groupadd -g 13 -r news
9c01eb3
getent passwd news >/dev/null || \
8a442cc
useradd -r -u 9 -g news -d /etc/news -s /sbin/nologin \
9c01eb3
-c "News server user" news
9c01eb3
exit 0
9c01eb3
cvsdist 9a222d9
%prep
fd1b8f3
%setup  -q  -a 10
2601c73
%patch1 -p1 -b .rh
fd1b8f3
%patch2 -p1 -b .perl
fd1b8f3
%patch3 -p1 -b .headusage
cvsdist fea5665
%patch4 -p1 -b .pie
fd1b8f3
%patch6 -p1 -b .posix
9eb34b0
%patch7 -p1 -b .warn
6d6c68d
%patch8 -p1 -b .makedbz
90dafda
%patch9 -p1 -b .addrinuse
4de897f
%patch10 -p1 -b .nologin
32e7a4f
%patch11 -p1 -b .dynlib
cvsdist 3d69492
cvsdist 74075fb
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
cvsdist 74075fb
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
cvsdist 9a222d9
cvsdist 9a222d9
%build
37edafb
export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_ET_COM_ERR_H"
fd1b8f3
4de897f
%ifarch s390 s390x sparc sparcv9 sparc64
9bb03c9
export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fno-strict-aliasing -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
cvsdist fea5665
%else
9bb03c9
export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fno-strict-aliasing -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
cvsdist fea5665
%endif
fd1b8f3
cvsdist fea5665
with_tmp_path=/var/lib/news/tmp ./configure \
Ondrej Dvoracek cce8340
  --prefix=/usr/lib/news \
Ondrej Dvoracek cce8340
  --sysconfdir=/etc/news --mandir=%{_mandir} \
Ondrej Dvoracek cce8340
  --with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
Ondrej Dvoracek cce8340
  --with-db-dir=/var/lib/news --with-run-dir=/var/run/news \
Ondrej Dvoracek cce8340
  --with-etc-dir=/etc/news --with-tmp-dir=/var/lib/news/tmp \
Ondrej Dvoracek cce8340
  --with-perl --enable-shared --enable-uucp-rnews \
Ondrej Dvoracek cce8340
  --enable-pgp-verify --with-sendmail=/usr/sbin/sendmail \
Ondrej Dvoracek cce8340
  --with-news-user=news --with-news-group=news --with-news-master=news \
Ondrej Dvoracek cce8340
  --enable-ipv6 \
32e7a4f
  --enable-libtool \
Ondrej Dvoracek cce8340
  %{_target_platform}
cvsdist 41a618a
cvsdist 41a618a
# XXX don't include <db1/ndbm.h> to avoid linking with -ldb1.
cvsdist 41a618a
perl -pi -e 's/HAVE_DB1_NDBM_H/XXX_HAVE_DB1_NDBM_H/' ./include/config.h
cvsdist 41a618a
cvsdist 9a222d9
make
cvsdist 9a222d9
cvsdist 9a222d9
%install
cvsdist 9a222d9
rm -rf $RPM_BUILD_ROOT
cvsdist 9a222d9
mkdir -p $RPM_BUILD_ROOT
cvsdist 9a222d9
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 9a222d9
cvsdist 9a222d9
# -- Install man pages needed by suck et al.
cvsdist 9a222d9
mkdir -p $RPM_BUILD_ROOT/usr/include/inn
fd1b8f3
fd1b8f3
for f in clibrary.h config.h dbz.h libinn.h storage.h
cvsdist 9a222d9
do
cvsdist 9a222d9
    install -c -m 0644 ./include/$f $RPM_BUILD_ROOT/usr/include/inn
cvsdist 9a222d9
done
fd1b8f3
for f in defines.h system.h
fd1b8f3
do
fd1b8f3
    install -c -m 0644 ./include/inn/$f $RPM_BUILD_ROOT/usr/include/inn
fd1b8f3
done
fd1b8f3
cvsdist 9a222d9
mkdir -p $RPM_BUILD_ROOT/etc
cvsdist 74075fb
mv $RPM_BUILD_ROOT/usr/lib/news/bin/rc.news $RPM_BUILD_ROOT/etc
cvsdist 9a222d9
cvsdist 9a222d9
touch     $RPM_BUILD_ROOT/var/lib/news/subscriptions
cvsdist 9a222d9
chmod 644 $RPM_BUILD_ROOT/var/lib/news/subscriptions
cvsdist 9a222d9
cvsdist 9a222d9
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/var/lib/news/distributions
cvsdist 9a222d9
cvsdist 9a222d9
mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily}
cvsdist 9a222d9
install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/inn-cron-expire
cvsdist 9a222d9
install %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.hourly/inn-cron-rnews
cvsdist 9a222d9
install %{SOURCE7} $RPM_BUILD_ROOT/etc/cron.hourly/inn-cron-nntpsend
cvsdist 9a222d9
cvsdist 9a222d9
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
cvsdist 9a222d9
install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/innd
cvsdist 9a222d9
cvsdist b7890b8
touch $RPM_BUILD_ROOT/var/lib/news/history
cvsdist b7890b8
#LD_LIBRARY_PATH=$RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/bin/makedbz -i \
a5e4a3d
# -f $RPM_BUILD_ROOT/var/lib/news/history
cvsdist b7890b8
#chmod 644 $RPM_BUILD_ROOT/var/lib/news/*
cvsdist 9a222d9
cvsdist 74075fb
cat > $RPM_BUILD_ROOT/etc/news/.profile <
cvsdist 74075fb
PATH=\$PATH:/usr/lib/news/bin
cvsdist 74075fb
export PATH
cvsdist 74075fb
EOF
cvsdist 74075fb
cvsdist 9a222d9
# we get this from cleanfeed
cvsdist 74075fb
rm -f $RPM_BUILD_ROOT/usr/lib/news/bin/filter/filter_innd.pl
cvsdist 9a222d9
cvsdist 9a222d9
#Fix perms in sample directory to avoid bogus dependencies
cvsdist 9a222d9
find samples -name "*.in" -exec chmod a-x {} \;
cvsdist 9a222d9
cvsdist a2a2f28
mkdir -p $RPM_BUILD_ROOT/usr/bin
cvsdist a2a2f28
ln -sf ../lib/news/bin/inews $RPM_BUILD_ROOT/usr/bin/inews
cvsdist a2a2f28
ln -sf ../lib/news/bin/rnews $RPM_BUILD_ROOT/usr/bin/rnews
cvsdist a2a2f28
32e7a4f
rm -rf $RPM_BUILD_ROOT/usr/lib/news/lib/*.la
32e7a4f
rm -rf $RPM_BUILD_ROOT/usr/lib/news/lib/*.a
32e7a4f
32e7a4f
%if "%{_libdir}" != "/usr/lib"
32e7a4f
rm -rf $RPM_BUILD_ROOT%{_libdir}/news/lib/*.a
32e7a4f
mkdir -p $RPM_BUILD_ROOT%{_libdir}/news/lib
32e7a4f
mv $RPM_BUILD_ROOT/usr/lib/news/lib/*.so* $RPM_BUILD_ROOT%{_libdir}/news/lib
32e7a4f
%endif
32e7a4f
32e7a4f
mkdir $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/
32e7a4f
32e7a4f
echo '%{_libdir}/news/lib' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/inn-%{_arch}.conf
32e7a4f
32e7a4f
cvsdist 9a222d9
#Build filelist
fd1b8f3
rm -rf $RPM_BUILD_ROOT/usr/lib/news/include
cvsdist 9a222d9
echo "%defattr(-,news,news)" > files.list
4eb85ca
find $RPM_BUILD_ROOT -type f -or -type l | \
Ondrej Dvoracek cce8340
  sed -e "s|$RPM_BUILD_ROOT||g" | \
Ondrej Dvoracek cce8340
  sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
Ondrej Dvoracek cce8340
  sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \
Ondrej Dvoracek cce8340
  sed 's|^/etc|%config(noreplace) &|' | \
Ondrej Dvoracek cce8340
  sed 's|^/etc/news|%config(noreplace) %attr(0640,news,news) &|' | \
Ondrej Dvoracek cce8340
  sed 's|^/var/lib/news/|%config(noreplace) &|' | \
a5e4a3d
  sed 's|.*innshellvar|%config(noreplace) &|' | \
Ondrej Dvoracek cce8340
  sed 's|/var/log/news|%ghost &|' | \
Ondrej Dvoracek cce8340
  sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
Ondrej Dvoracek cce8340
  sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
32e7a4f
  sed 's|/usr/lib/news/bin/rnews$|%attr(4550,uucp,news) /usr/lib/news/bin/rnews|' > files.list
9bb03c9
#  echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
9bb03c9
#  echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
Ondrej Dvoracek cce8340
  (echo "%defattr(-,news,news)" ; grep -v inews files.list | \
Ondrej Dvoracek cce8340
  egrep -v "\.(h|so|a|la)$" | \
Ondrej Dvoracek cce8340
  grep -v "news/inn.conf" | \
Ondrej Dvoracek cce8340
  grep -v "/man/") > files.main
Ondrej Dvoracek cce8340
  echo "%defattr(-,root,root)" > files.devel
32e7a4f
  egrep "\.(h|so)$" files.list >> files.devel
cvsdist 9a222d9
cvsdist 9a222d9
%clean
cvsdist 9a222d9
rm -rf $RPM_BUILD_ROOT
cvsdist 9a222d9
rm -f files.list files.main files.devel files.inews
cvsdist 9a222d9
cvsdist 9a222d9
%post
32e7a4f
/sbin/ldconfig
cvsdist 9a222d9
/sbin/chkconfig --add innd
36d272f
su -m news -c '/usr/lib/news/bin/makedbz -i -o'
cvsdist 9a222d9
cvsdist 9a222d9
umask 002
cvsdist 9a222d9
touch /var/log/news/news.notice
cvsdist 9a222d9
touch /var/log/news/news.crit
cvsdist 9a222d9
touch /var/log/news/news.err
cvsdist 5c66b17
chown -R news:news /var/log/news*
cvsdist b7890b8
cvsdist b7890b8
%triggerpostun -- inn < 2.3.0
cvsdist b7890b8
service innd stop > /dev/null 2>&1
cvsdist b7890b8
exit 0
cvsdist 9a222d9
5341e21
90dafda
%triggerin -- rsyslog
90dafda
if [ -f /etc/rsyslog.conf ]; then
90dafda
  if ! grep -q INN /etc/rsyslog.conf; then
90dafda
    sed 's/mail.none;/mail.none;news.none;/' < /etc/rsyslog.conf > /etc/rsyslog.conf.inn
90dafda
    mv /etc/rsyslog.conf.inn /etc/rsyslog.conf
cvsdist 9a222d9
cvsdist 9a222d9
    echo '' \
90dafda
       >> /etc/rsyslog.conf
cvsdist 9a222d9
    echo '#' \
90dafda
       >> /etc/rsyslog.conf
cvsdist 9a222d9
    echo '# INN' \
90dafda
       >> /etc/rsyslog.conf
cvsdist 9a222d9
    echo '#' \
90dafda
       >> /etc/rsyslog.conf
90dafda
    echo 'news.=crit                                        /var/log/news/news.crit'   >> /etc/rsyslog.conf
90dafda
    echo 'news.=err                                         /var/log/news/news.err'    >> /etc/rsyslog.conf
90dafda
    echo 'news.notice                                       /var/log/news/news.notice' >> /etc/rsyslog.conf
e6b9e17
    echo 'news.=debug                                       /var/log/news/news.debug' >> /etc/rsyslog.conf
e6b9e17
cvsdist 9a222d9
    fi
90dafda
  if [ -f /var/run/rsyslogd.pid ]; then
90dafda
    kill -HUP `cat /var/run/rsyslogd.pid` 2> /dev/null ||:
cvsdist 9a222d9
  fi
cvsdist 9a222d9
fi
cvsdist 9a222d9
5341e21
%triggerin -- sysklogd
5341e21
if [ -f /etc/syslog.conf ]; then
5341e21
  if ! grep -q INN /etc/syslog.conf; then
5341e21
    sed 's/mail.none;/mail.none;news.none;/' < /etc/syslog.conf > /etc/syslog.conf.inn
5341e21
    mv /etc/syslog.conf.inn /etc/syslog.conf
5341e21
5341e21
    echo '' \
5341e21
       >> /etc/syslog.conf
5341e21
    echo '#' \
5341e21
       >> /etc/syslog.conf
5341e21
    echo '# INN' \
5341e21
       >> /etc/syslog.conf
5341e21
    echo '#' \
5341e21
       >> /etc/syslog.conf
5341e21
    echo 'news.=crit                                        /var/log/news/news.crit'   >> /etc/syslog.conf
5341e21
    echo 'news.=err                                         /var/log/news/news.err'    >> /etc/syslog.conf
5341e21
    echo 'news.notice                                       /var/log/news/news.notice' >> /etc/syslog.conf
5341e21
    fi
5341e21
  if [ -f /var/run/syslogd.pid ]; then
5341e21
    kill -HUP `cat /var/run/syslogd.pid` 2> /dev/null ||:
5341e21
  fi
5341e21
fi
5341e21
cvsdist 9a222d9
%preun
cvsdist 9a222d9
if [ $1 = 0 ]; then
cvsdist 9a222d9
    service innd stop > /dev/null 2>&1
cvsdist 9a222d9
    /sbin/chkconfig --del innd
cvsdist 9a222d9
    if [ -f /var/lib/news/history.dir ]; then
cvsdist 9a222d9
       rm -f /var/lib/news/history.*
cvsdist 9a222d9
    fi
cvsdist 9a222d9
fi
cvsdist 9a222d9
cvsdist 9a222d9
%postun
32e7a4f
/sbin/ldconfig
cvsdist 9a222d9
if [ "$1" -ge 1 ]; then
cvsdist 9a222d9
    service innd condrestart > /dev/null 2>&1
cvsdist 9a222d9
fi
cvsdist b7890b8
exit 0
cvsdist 9a222d9
cvsdist 9a222d9
%files -f files.main
ec5bc23
%defattr(-,news,news,-)
32e7a4f
%dir /usr/lib/news
32e7a4f
%dir /usr/lib/news/bin
32e7a4f
%dir /usr/lib/news/doc
32e7a4f
%dir /usr/lib/news/lib
cvsdist 74075fb
%dir /usr/lib/news/bin/rnews.libexec
cvsdist 74075fb
%dir /usr/lib/news/bin/auth
32e7a4f
%dir /usr/lib/news/bin/auth/passwd
32e7a4f
%dir /usr/lib/news/bin/auth/resolv
32e7a4f
%dir /usr/lib/news/bin/filter
32e7a4f
%dir /usr/lib/news/bin/control
32e7a4f
%if "(_libdir}" != "/usr/lib"
32e7a4f
%dir %{_libdir}/news
32e7a4f
%endif
32e7a4f
%dir /etc/news/
cvsdist 9a222d9
%dir /var/spool/news
cvsdist 9a222d9
%dir /var/spool/news/archive
cvsdist b7890b8
%dir /var/spool/news/articles
36d272f
%attr(0775,news,news) %dir /var/spool/news/incoming
36d272f
%attr(0775,news,news) %dir /var/spool/news/incoming/bad
cvsdist 9a222d9
%dir /var/spool/news/innfeed
cvsdist b7890b8
%dir /var/spool/news/outgoing
cvsdist b7890b8
%dir /var/spool/news/overview
cvsdist 9a222d9
%dir /var/log/news
cvsdist 9a222d9
%dir /var/log/news/OLD
cvsdist 9a222d9
%dir /var/lib/news
cvsdist b7890b8
%dir /var/lib/news/tmp
cvsdist 9a222d9
%dir /var/run/news
cvsdist 9a222d9
%defattr(-,root,root)
6d6c68d
%{_mandir}/man1/c*.1.gz
6d6c68d
%{_mandir}/man1/f*.1.gz
6d6c68d
%{_mandir}/man1/g*.1.gz
6d6c68d
%{_mandir}/man1/inn*.1.gz
6d6c68d
%{_mandir}/man1/n*.1.gz
6d6c68d
%{_mandir}/man1/p*.1.gz
6d6c68d
%{_mandir}/man1/r*.1.gz
6d6c68d
%{_mandir}/man1/s*.1.gz
6d6c68d
%{_mandir}/man[58]/*
fd1b8f3
%doc NEWS README* ChangeLog CONTRIBUTORS LICENSE INSTALL
cvsdist b7890b8
%doc %dir samples
cvsdist 9a222d9
cvsdist 9a222d9
%files devel -f files.devel
cvsdist 9a222d9
%defattr(-,root,root)
2601c73
%dir /usr/include/inn
cvsdist 9a222d9
%{_mandir}/man3/*
cvsdist 9a222d9
cvsdist 9a222d9
%files -n inews
cvsdist 9a222d9
%defattr(-,root,root)
cvsdist 8faa1c9
%config(noreplace) /etc/news/inn.conf
cvsdist a2a2f28
/usr/bin/inews
cvsdist 74075fb
%attr(0755,root,root) /usr/lib/news/bin/inews
cvsdist 9a222d9
%{_mandir}/man1/inews*
cvsdist 9a222d9
cvsdist 9a222d9
%changelog
3dd4ba5
* Wed Mar 11 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.6-1
3dd4ba5
- new bugfix upstream release 2.4.6
9bb03c9
- no strict aliasing, remove pyo/.pyc filters files from list
3dd4ba5
a5e4a3d
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-10
a5e4a3d
- mark /usr/lib/news/lib/innshellvars* as noreplace,
a5e4a3d
  versioned provide for perl(::/usr/lib/innshellvars.pl)
a5e4a3d
3a982b9
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.5-9
3a982b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3a982b9
8a442cc
* Wed Feb 11 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-8
8a442cc
- create user/group news with reserved uidgid numbers
8a442cc
c325e15
* Wed Jan 13 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-7
c325e15
- fix upstream url
c325e15
f5bbb4f
* Mon Dec  1 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.4.5-6
f5bbb4f
- Rebuild for Python 2.6
f5bbb4f
2601c73
* Mon Dec 01 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-5
2601c73
- do own /usr/include/inn in devel package (#473922)
2601c73
4ada1af
* Tue Nov 25 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-4
4ada1af
- package summary tuning
4ada1af
58200cd
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-3
58200cd
- patch fuzz clean up
58200cd
32e7a4f
* Fri Jul  7 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-2
32e7a4f
- do not use static libraries(changes by Jochen Schmitt,#453993)
32e7a4f
- own all dirs spawned by inn package(#448088)
32e7a4f
e2d0301
* Thu Jul  3 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-1
e2d0301
- new upstream release 2.4.5
e2d0301
9c01eb3
* Tue Jun 17 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.4-3
9c01eb3
- Add news user. fixes bug #437462
4de897f
* Mon May 19 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.4-2
4de897f
- add sparc arches to the list for -fPIC(Dennis Gilmore)
4de897f
6cb6f9c
* Thu May 15 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.4-1
6cb6f9c
- new upstream release 2.4.4
6cb6f9c
36d272f
* Thu Apr 24 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.3-14
36d272f
- make /var/spool/news/incoming writable for news group
36d272f
  (#426760)
36d272f
- changes because of /sbin/nologin shell for news user
36d272f
6286077
* Wed Apr  9 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.3-13
6286077
- few documentation changes because of /sbin/nologin shell 
6286077
  for news user (su - news -c <commmand> will not work in 
6286077
  that case ) #233738
6286077
e4cd458
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4.3-12
e4cd458
- BuildRequires: perl(ExtUtils::Embed)
e4cd458
47ea28b
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4.3-11
47ea28b
- add Requires for versioned perl (libperl.so)
47ea28b
5341e21
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 2.4.3-10
5341e21
- again added trigger for sysklogd
5341e21
- rebuild for gcc43
5341e21
90dafda
* Wed Jan 16 2008 Ondrej Vasik <ovasik@redhat.com> 2.4.3-9
90dafda
- do not show annoying fatal log message when nonfatal error 
90dafda
  eaddrinuse occured in rcreader
90dafda
- use /etc/rsyslog.conf instead of /etc/syslog.conf
90dafda
ec5bc23
* Mon Jan 07 2008 Ondrej Vasik <ovasik@redhat.com> 2.4.3-8
ec5bc23
- initscript changes - review changes caused errors while
ec5bc23
  in stop() phase - not known variable NEWSBIN(#401241)
ec5bc23
- added url, fixed License tag
ec5bc23
Ondrej Dvoracek cce8340
* Tue Oct 02 2007 Ondrej Dvoracek <odvorace@redhat.com> 2.4.3-7
Ondrej Dvoracek 8d210b9
- initscript review (#246951)
Ondrej Dvoracek cce8340
- added buildrequires for perl-devel and python
Ondrej Dvoracek 8d210b9
20d17b2
* Tue Aug 29 2006 Martin Stransky <stransky@redhat.com> 2.4.3-6
20d17b2
- added dist tag
20d17b2
- added patch from #204371 - innd.init script should use 
20d17b2
  ctlinnd to stop the server
20d17b2
caa8574
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 2.4.3-5
35fc08a
- rebuild
35fc08a
6a924db
* Wed Jun 21 2006 Martin Stransky <stransky@redhat.com> 2.4.3-4
6a924db
- enabled ipv6 support
6a924db
b65d965
* Wed Jun 07 2006 Karsten Hopp <karsten@redhat.de> 2.4.3-3
b65d965
- add some buildrequirements (krb5-devel pam-devel e2fsprogs-devel)
b65d965
8678105
* Sun May 28 2006 Martin Stransky <stransky@redhat.com> 2.4.3-2
e9a658b
- file conflicts for inn (#192689)
8678105
- added byacc to dependencies (#193402)
8678105
37edafb
* Mon Mar 27 2006 Martin Stransky <stransky@redhat.com> 2.4.3-1
37edafb
- new upstream
37edafb
9b894ad
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-4.2.1
9b894ad
- bump again for double-long bug on ppc(64)
9b894ad
dad117c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-4.2
dad117c
- rebuilt for new gcc4.1 snapshot and glibc changes
dad117c
4aa17ad
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4aa17ad
- rebuilt
4aa17ad
b51ff27
* Tue Aug 02 2005 Karsten Hopp <karsten@redhat.de> 2.4.2-4
b51ff27
- rebuild with current rpm
b51ff27
- include .pyc and pyo files created by /usr/lib/rpm/brp-python-bytecompile
b51ff27
f46c8c5
* Thu Apr  7 2005 Martin Stransky <stransky@redhat.com> 2.4.2-3
f46c8c5
- add support for large files
f46c8c5
a5b53a3
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com>
a5b53a3
- rebuilt
a5b53a3
6d6c68d
* Tue Jan 11 2005 Martin Stransky <stransky@redhat.com> 2.4.2-1
6d6c68d
- fix file conflict between inews and inn packages (#51607)
6d6c68d
- update to 2.4.2
6d6c68d
- thanks to Jochen Schmitt <Jochen@herr-schmitt.de>
6d6c68d
9eb34b0
* Thu Dec 23 2004 Martin Stransky <stransky@redhat.com> 2.4.1-2
9eb34b0
- fix array overflow / uninitialized pointer (#143592)
9eb34b0
fd1b8f3
* Wed Dec 15 2004 Martin Stransky <stransky@redhat.com> 2.4.1-1
fd1b8f3
- diff patch (fix obsolete version of diff parameter) #137342
fd1b8f3
- posix/warnings patch #110825
fd1b8f3
fd1b8f3
* Mon Dec 13 2004 Martin Stransky <stransky@redhat.com> 2.4.1-1
fd1b8f3
- update to INN 2.4.1
fd1b8f3
- Thanks to Jochen Schmitt <Jochen@herr-schmitt.de>
fd1b8f3
468dd39
* Tue Oct  5 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-11.1
468dd39
- using runuser instead of su in cronjobs
468dd39
cvsdist 90d3d2a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 90d3d2a
- rebuilt
cvsdist 90d3d2a
cvsdist fea5665
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-10
cvsdist fea5665
- compiling server and suid programs PIE
cvsdist fea5665
cvsdist 5c66b17
* Tue Apr  6 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-9
cvsdist 5c66b17
- /etc/rc.d/init.d/innd is owned by root now (#119131)
cvsdist 5c66b17
cvsdist 5c66b17
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5c66b17
- Use ':' instead of '.' as separator for chown.
cvsdist 5c66b17
cvsdist d368089
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d368089
- rebuilt
cvsdist d368089
cvsdist 4c9a9d0
* Thu Jan 29 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-7
cvsdist 4c9a9d0
- using db-4.2
cvsdist 4c9a9d0
cvsdist 3d69492
* Mon Jul 14 2003 Chip Turner <cturner@redhat.com>
cvsdist 3d69492
- rebuild for new perl 5.8.1
cvsdist 3d69492
cvsdist 3d69492
* Thu Jul 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3d69492
- recompile for other thingy
cvsdist 3d69492
cvsdist 3d69492
* Wed Jun 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3d69492
- link against db-4.1  #92420
cvsdist 3d69492
- use correct optims settings from rpm  #92410
cvsdist 3d69492
- install with other perms to allow debuginfo stripping #92412
cvsdist 3d69492
cvsdist 3d69492
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 3d69492
- rebuilt
cvsdist 3d69492
cvsdist 3d69492
* Wed Apr 30 2003 Ellito Lee <sopwith@redhat.com> 2.3.5-2
cvsdist 3d69492
- headusage patch for ppc64 etc.
cvsdist 3d69492
cvsdist 3d69492
* Sun Mar 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3d69492
- 2.3.5 update
cvsdist 3d69492
cvsdist b72640c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b72640c
- rebuilt
cvsdist b72640c
cvsdist b72640c
* Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b72640c
- update to current bug-fix release
cvsdist b72640c
cvsdist b72640c
* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b72640c
- do not require cleanfeed  #80124
cvsdist b72640c
cvsdist b72640c
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 2.3.3-9
cvsdist b72640c
- Fixed changelog entries containing percent sections.
cvsdist b72640c
cvsdist b72640c
* Tue Dec 03 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b72640c
- do not link against -lelf
cvsdist b72640c
cvsdist b72640c
* Thu Nov  7 2002 Tim Powers <timp@redhat.com>
cvsdist b72640c
- rebuilt to fix unsatisfied dependencies
cvsdist b72640c
- pass _target_platform when configuring
cvsdist b72640c
cvsdist a2a2f28
* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist a2a2f28
- fix cron scripts to use correct paths #69189
cvsdist a2a2f28
- add compat symlinks for rnews/inews into /usr/bin
cvsdist a2a2f28
cvsdist 74075fb
* Thu Jul 18 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74075fb
- make check if networking is up more robust in initscript
cvsdist 74075fb
- move most apps into /usr/lib/news/bin for less namespace pollution
cvsdist 74075fb
cvsdist 74075fb
* Tue Jun 18 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74075fb
- add some cvs patches
cvsdist 74075fb
- crude hack to change LOCK_READ and LOCK_WRITE within INN source code
cvsdist 74075fb
cvsdist 74075fb
* Mon May 27 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 74075fb
- update to inn-2.3.3
cvsdist 74075fb
- use db4
cvsdist 74075fb
cvsdist 8faa1c9
* Mon Apr 15 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8faa1c9
- put /etc/news/inn.conf into the inews subpackage to make a smaller
cvsdist 8faa1c9
  client side possible and require inews from the main inn rpm
cvsdist 8faa1c9
cvsdist 41a618a
* Mon Apr 08 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 41a618a
- startup and cron scripts unset LANG and LC_COLLATE to make
cvsdist 41a618a
  inn more robust   (#60770)
cvsdist 41a618a
- really link against db3
cvsdist 41a618a
- inews requires inn #59852
cvsdist 41a618a
cvsdist 41a618a
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 2.3.2-10
cvsdist 41a618a
- Change db4-devel requirement to db3-devel.
cvsdist 41a618a
- Use _smp_mflags
cvsdist 41a618a
cvsdist 41a618a
* Thu Jan 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 41a618a
- fix #59123
cvsdist 41a618a
cvsdist 41a618a
* Wed Jan 30 2002 Jeff Johnson <jbj@redhat.com>
cvsdist 41a618a
- white out bogus perl requirement for now.
cvsdist 41a618a
- don't include <db1/ndbm.h> to avoid linking with -ldb1.
cvsdist 41a618a
cvsdist 41a618a
* Sat Jan 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 41a618a
- change to db4
cvsdist 41a618a
cvsdist 41a618a
* Sun Jan 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 41a618a
- allow rebuilding by not using newer autoconf, adjust inn patches
cvsdist 41a618a
cvsdist b54cf5d
* Tue Jul 24 2001 Tim Powers <timp@redhat.com>
cvsdist b54cf5d
- make inews owned by root, not the build system
cvsdist b54cf5d
cvsdist 60991a4
* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 60991a4
- fix badd attr() macro
cvsdist 60991a4
cvsdist 60991a4
* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 60991a4
- add build req
cvsdist 60991a4
cvsdist 60991a4
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 60991a4
- change perms on inews
cvsdist 60991a4
cvsdist 60991a4
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 60991a4
- update to 2.3.2
cvsdist 60991a4
cvsdist b7890b8
* Wed Feb 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b7890b8
- add startup script patch by kevin@labsysgrp.com #27421
cvsdist b7890b8
- inews subpackage does not depend on inn anymore #24439
cvsdist b7890b8
- fix reload and make some cleanups to the startup script #18076
cvsdist b7890b8
cvsdist b7890b8
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b7890b8
- add a "exit 0" to the postun script
cvsdist b7890b8
cvsdist b7890b8
* Wed Jan 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b7890b8
- update to 2.3.1
cvsdist b7890b8
- do not use --enable-tagged-hash
cvsdist b7890b8
- move tmp dir to /var/lib/news/tmp
cvsdist b7890b8
- add more docu
cvsdist b7890b8
- do not call "strip" directly
cvsdist b7890b8
- remove some of the default files as the ones in INN are ok
cvsdist b7890b8
- do not req /etc/init.d
cvsdist b7890b8
- do not attempt an automatic update from previous versions as
cvsdist b7890b8
  we have to deal with different storage methods
cvsdist b7890b8
- prepare startup script for translations
cvsdist b7890b8
- add minimal check into startup for a history file
cvsdist b7890b8
cvsdist d3070fc
* Mon Jan 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist d3070fc
- innreport had wrong perms
cvsdist d3070fc
- files for the cron-jobs must be owned by root:root
cvsdist d3070fc
cvsdist d3070fc
* Tue Aug 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist d3070fc
- remove cleanfeed sources
cvsdist d3070fc
cvsdist 9a222d9
* Mon Jul 24 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 9a222d9
- fix some perms
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Jul 24 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 9a222d9
- update to 2.2.3
cvsdist 9a222d9
- fixed many perms
cvsdist 9a222d9
- cleaned up complete build process
cvsdist 9a222d9
cvsdist 9a222d9
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- move initscript back
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 9a222d9
- automatic rebuild
cvsdist 9a222d9
cvsdist 9a222d9
* Sun Jul 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- add fix for the verifycancels problem fron Russ Allbery
cvsdist 9a222d9
- turn them off anyways
cvsdist 9a222d9
- fix perms on inews
cvsdist 9a222d9
cvsdist 9a222d9
* Sat Jul  8 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 9a222d9
- prereq init.d
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
cvsdist 9a222d9
- /etc/rc.d/init.d -> /etc/init.d
cvsdist 9a222d9
- fix initscript
cvsdist 9a222d9
cvsdist 9a222d9
* Sun Jun 25 2000 Matt Wilson <msw@redhat.com>
cvsdist 9a222d9
- defattr root
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- fix up some issues with our new gcc compiler (patch 6)
cvsdist 9a222d9
- don't do chown in the install script so we can build as nonroot
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- FHS mandir
cvsdist 9a222d9
cvsdist 9a222d9
* Tue May 23 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 9a222d9
- add inn-2.2.2-rnews.patch which is also accepted in current cvs
cvsdist 9a222d9
cvsdist 9a222d9
* Mon May 22 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 9a222d9
- fix stupid bug in rnews cronjob
cvsdist 9a222d9
- enable controlchan in default newsfeeds config
cvsdist 9a222d9
- run "rnews -U" hourly instead of daily
cvsdist 9a222d9
cvsdist 9a222d9
* Fri May 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 9a222d9
- add bug-fix to batcher from cvs version
cvsdist 9a222d9
- "su news" before starting rnews from cron
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Apr  3 2000 Bill Notttingham <notting@redhat.com>
cvsdist 9a222d9
- arrgh, there is no /usr/lib/news anymore. (#10536)
cvsdist 9a222d9
- pppatch ppport for ppproper ppperl
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Mar 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- remove useless filter_innd.pl so that we will get the cleanfeed one
cvsdist 9a222d9
  instead
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- handle compressed manpages
cvsdist 9a222d9
- other minor fixes
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Dec 14 1999 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- update to 2.2.2
cvsdist 9a222d9
cvsdist 9a222d9
* Sun Aug 29 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- version 2.2.1 to fix security problems in previous inn versions
cvsdist 9a222d9
- add the faq back to the source rpm
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- initscript munging
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Jun 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9a222d9
- fix syntax error in reload (#3636).
cvsdist 9a222d9
cvsdist 9a222d9
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- don't run by default
cvsdist 9a222d9
cvsdist 9a222d9
* Sun Jun 13 1999 Jeff Johnson <jbj@redhat.com>
cvsdist b72640c
- mark /var/lib/news/* as config(noreplace) (#3425)
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Jun 10 1999 Dale Lovelace <dale@redhat.com>
cvsdist 9a222d9
- change su news to su - news (#3331)
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Jun  2 1999 Jeff Johsnon <jbj@redhat.com>
cvsdist 9a222d9
- complete trn->inews->inn dependency (#2646)
cvsdist 9a222d9
- use f_bsize rather than f_frsize when computing blocks avail (#3154).
cvsdist 9a222d9
- increase client timeout to 30 mins (=1800) (#2833).
cvsdist 9a222d9
- add missing includes to inn-devel (#2904).
cvsdist 9a222d9
cvsdist 9a222d9
* Mon May 31 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9a222d9
- fix owner and permissions on /var/lib/news/.news.daily (#2354).
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- fixed paths in cron jobs, check to see that innd is enabled
cvsdist 9a222d9
cvsdist 9a222d9
* Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- path to makehistory corrected.
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- fixed permissions on rnews for uucp
cvsdist 9a222d9
cvsdist 9a222d9
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9a222d9
- make sure init scripts get packaged up, fix other minor bugs
cvsdist 9a222d9
- major fixups to innd.conf for denial of service attacks, sanity, etc.
cvsdist 9a222d9
- make sure history gets rebuilt in an upgrade (added to post section)
cvsdist 9a222d9
- many thanks go out to mmchen@minn.net for these suggestions.
cvsdist 9a222d9
cvsdist 9a222d9
* Fri Feb 19 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- prereq all the stuff we need in the postinstall scripts
cvsdist 9a222d9
cvsdist 9a222d9
* Sat Feb  6 1999 Bill Nottingham <notting@redhat.com>
cvsdist 9a222d9
- strip -x bits from docs/samples (bogus dependencies)
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Sep 03 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- updated to version 2.1
cvsdist 9a222d9
cvsdist 9a222d9
* Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 9a222d9
- innd.init chkconfig entry was incorrect (problem #855)
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Jun 30 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 9a222d9
- susbsys name must be identical to script name (problem #700)
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Jun 29 1998 Bryan C. Andregg <bandregg@redhat.com>
cvsdist 9a222d9
- fixed startinnfeed paths
cvsdist 9a222d9
cvsdist 9a222d9
* Tue May 05 1998 Prospector System <bugs@redhat.com>
cvsdist 9a222d9
- translations modified for de, fr, tr
cvsdist 9a222d9
cvsdist 9a222d9
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- enhanced initscript
cvsdist 9a222d9
cvsdist 9a222d9
* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- fixed innfeed patched to be perl-version independent
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Apr 15 1998 Bryan C. Andregg <bandregg@redhat.com>
cvsdist 9a222d9
- fixed sfnet.* entries in control.ctl
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Apr 13 1998 Bryan C. Andregg <bandregg@redhat.com>
cvsdist 9a222d9
- moved cleanfeed to its own package
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Apr 09 1998 Bryan C. Andregg <bandregg@redhat.com>
cvsdist 9a222d9
- added insync patches
cvsdist 9a222d9
- added cleanfeed
cvsdist 9a222d9
- added innfeed
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 9a222d9
- abuse buildroot to simplify the file list
cvsdist 9a222d9
- built against Manhattan
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Mar 24 1998 Bryan C. Andregg <bandregg@redhat.com>
cvsdist 9a222d9
- updated to inn 1.7.2
cvsdist 9a222d9
- Added REMEMBER_TRASH and Poison patch
cvsdist 9a222d9
cvsdist 9a222d9
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- updated to inn 1.7
cvsdist 9a222d9
- added chkconfig support to the initscripts
cvsdist 9a222d9
- orginally released as release 2, leving release 1 if a 4.2.x upgrade
cvsdist 9a222d9
  is ever necessary 
cvsdist 9a222d9
- don't start it in any runlevel (by default)
cvsdist 9a222d9
- added inndcomm.h
cvsdist 9a222d9
cvsdist 9a222d9
* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- built against glibc
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Aug 05 1997 Elliot Lee <sopwith@redhat.com>
cvsdist 9a222d9
- Applied the 1.5.1sec and 1.5.1sec2 patches
cvsdist 9a222d9
- Applied 3 more unoff patches.
cvsdist 9a222d9
- Removed insanity in /etc/cron.hourly/inn-cron-nntpsend, it now
cvsdist 9a222d9
  just runs nntpsend as news.
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- Patch from CERT for sh exploit.
cvsdist 9a222d9
- Changed /usr/ucb/compress reference to /usr/bin/compress
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Mar 17 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- Removed inews.1 from main inn package (it's still in the inews packaeg)
cvsdist 9a222d9
- Fixed references to /usr/spoo in sendbatch
cvsdist 9a222d9
- added "-s -" to crosspost line in newsfeeds
cvsdist 9a222d9
- /var/lib/news/active.time is now created as news.news
cvsdist 9a222d9
- /etc/news/nnrp.access and /etc/news/nntpsend.ctl are mode 0440 
cvsdist 9a222d9
- included a better rc script which does a better job of shutting down news
cvsdist 9a222d9
- updated /etc/rc.d/rc.news output look like the rest of our initscripts
cvsdist 9a222d9
- hacked sendbatch df stuff to work on machines w/o a separate /var/spool/news
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Mar 11 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- added chmod to make sure rnews is 755
cvsdist 9a222d9
- /etc/news/nnrp.access and /etc/news/nntpsend.ctl are news.news not root.news
cvsdist 9a222d9
  or root.root
cvsdist 9a222d9
- install an empty /var/lib/news/.news.daily as a config file
cvsdist 9a222d9
- added dbz/dbz.h as /usr/include/dbz.h
cvsdist 9a222d9
- added /usr/bin/inews link to /usr/lib/news/inews
cvsdist 9a222d9
- changed INEWS_PATH to DONT -- I'm not sure this is right though
cvsdist 9a222d9
- turned off MMAP_SYNC
cvsdist 9a222d9
- added a ton of man pages which were missing from the filelist
cvsdist 9a222d9
- increased CLIENT_TIMEOUT to (30 * 60)
cvsdist 9a222d9
- added a postinstall to create /var/lib/news/active.times if it doesn't
cvsdist 9a222d9
  already exist
cvsdist 9a222d9
- patched rc.news to start inn w/ -L flag
cvsdist 9a222d9
- pulled news.init into a separate source file rather then creating it through
cvsdist 9a222d9
  a patch
cvsdist 9a222d9
- added /etc/rc.d/rc5.d/S95news to the file list
cvsdist 9a222d9
- remove pid files from /var/lock/news/* on shutdown
cvsdist 9a222d9
- use /var/lock/subsys/news rather then /var/lock/subsys/inn or things
cvsdist 9a222d9
  don't shutdown properly
cvsdist 9a222d9
cvsdist 9a222d9
* Mon Mar 10 1997 Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
cvsdist 9a222d9
- changed devel package description to include tin.
cvsdist 9a222d9
- the devel package missed libinn.h
cvsdist 9a222d9
- moved libinn.3 man-page to the devel package
cvsdist 9a222d9
- moved changelog up
cvsdist b72640c
- in post some echo statements were messed up. if we put the redirection
cvsdist 9a222d9
  staements in a different line than the echo command we really should use
cvsdist 9a222d9
  a backslash to thell the shell :-)
cvsdist b72640c
- in install a chmod line referenced the same directory twice.
cvsdist 9a222d9
- changed inn-1.5.1-redhat.patch: The patch for news.daily had a side effect.
cvsdist 9a222d9
  as EXPIREOVERFLAGS was set to '-a', expireover would break if there were
cvsdist 9a222d9
  articles to be removed, as '-a' can't be used if '-z' is specified...
cvsdist 9a222d9
  Now there is a separate 'eval expireover -a' after the first eval. Dirty
cvsdist 9a222d9
  but works.
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Feb 26 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- Added a /usr/bin/rnews symlink to /usr/lib/news/rnews as other programs like
cvsdist 9a222d9
  to use it.
cvsdist 9a222d9
cvsdist 9a222d9
* Tue Feb 25 1997 Elliot Lee <sopwith@cuc.edu>
cvsdist 9a222d9
- Fixed rnews path in /etc/cron.daily/inn-cron-rnews
cvsdist 9a222d9
- Added overview! and crosspost lines to /etc/news/newsfeeds
cvsdist 9a222d9
- Fixed nntpsend.ctl path in /usr/lib/news/bin/nntpsend, and set a saner
cvsdist 9a222d9
  nntpsend.ctl config file.
cvsdist b72640c
- Added automated inn.conf 'server: ' line creation in post
cvsdist 9a222d9
- Added misc. patches from ftp.isc.org/isc/inn/unoff-patches/1.5
cvsdist 9a222d9
- Removed -lelf from config.data LIBS
cvsdist 9a222d9
- Made RPM_OPT_FLAGS work.
cvsdist b72640c
- Bug in rpm meant that putting post after files made it not run. Moved
cvsdist b72640c
  post up.
cvsdist 9a222d9
- Added /etc/cron.hourly/inn-cron-nntpsend to send news every hour.
cvsdist 9a222d9
- Fixed most of the misc permissions/ownership stuff that inncheck
cvsdist 9a222d9
  complained about.
cvsdist 9a222d9
cvsdist 9a222d9
* Wed Feb 19 1997 Erik Troan <ewt@redhat.com>
cvsdist 9a222d9
- Incorporated changes from <drdisk@tilx01.ti.fht-esslingen.de> which fixed
cvsdist 9a222d9
  some paths and restored the cron jobs which disappeared in the 1.5.1
cvsdist 9a222d9
  switch. He also made the whole thing use a buildroot and added some files
cvsdist 9a222d9
  which were missing from the file list.