-$Id: CHANGES,v 1.65 2000/06/25 18:42:39 stelian Exp $
+$Id: CHANGES,v 1.66 2000/06/30 08:57:24 stelian Exp $
Changes between versions 0.4b17 and 0.4b18 (released ??????????????)
====================================================================
Andreas Hasenack <andreas@conectiva.com.br> for reporting
the bugs to me.
+4. Removed the suid-root bit on dump and restore in the
+ default build (and generated RPMs). It should be safer
+ now. Users who need the suid-root capabilities in order
+ to make network backups should read first the man page
+ of dump and enable the suid bit manually.
+
Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
====================================================================
[ --with-binmode=MODE select mode for binaries],
AC_MSG_RESULT(BINMODE is $withval)
BINMODE=$withval,
-BINMODE=6555
+BINMODE=0755
echo "BINMODE defaults to $BINMODE"
)dnl
AC_SUBST(BINMODE)
[ --with-manmode=MODE select mode for manual pages],
AC_MSG_RESULT(MANMODE is $withval)
MANMODE=$withval,
-MANMODE=0444
+MANMODE=0644
echo "MANMODE defaults to $MANMODE"
)dnl
AC_SUBST(MANMODE)
%build
-./configure --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static
+./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static
make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
make distclean
-./configure --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt --enable-readline
+./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt --enable-readline
make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
%defattr(-,root,root)
%doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO dump.lsm
%attr(0664,root,disk) %config(noreplace) /etc/dumpdates
-%attr(6755,root,tty) /sbin/dump
+%attr(0755,root,tty) /sbin/dump
/sbin/rdump
-%attr(6755,root,tty) /sbin/restore
+%attr(0755,root,tty) /sbin/restore
/sbin/rrestore
%{_prefix}/man/man8/dump.*
%{_prefix}/man/man8/rdump.*
%files -n dump-static
%defattr(-,root,root)
-%attr(6755,root,tty) /sbin/dump.static
+%attr(0755,root,tty) /sbin/dump.static
/sbin/rdump.static
-%attr(6755,root,tty) /sbin/restore.static
+%attr(0755,root,tty) /sbin/restore.static
/sbin/rrestore.static
%changelog