Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: uucp | Distribution: SUSE Linux Enterprise 16 |
Version: 1.07 | Vendor: openSUSE |
Release: bp160.1.1 | Build date: Thu Jul 25 13:12:59 2024 |
Group: Productivity/Networking/Other | Build host: reproducible |
Size: 1527950 | Source RPM: uucp-1.07-bp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.gnu.org/software/uucp/ | |
Summary: Taylor Unix-to-Unix copy |
Ian Taylor's Unix to Unix copy: mail and news over modem lines. This is the standard UUCP package from the Free Software Foundation. It is configured to use HoneyDanBer or Taylor configuration files. With version 6.0 of SuSE Linux, the configuration directory has been moved to /etc/uucp. Exactly: Taylor config: /etc/uucp HoneyDanBer config: /etc/uucp/hdb_config If you have your own setup under {_localstatedir}/lib/uucp, please %move it to /etc/uucp. Example configurations can be found in /usr/share/doc/packages/uucp. We did not include a uucp guest account. If you want to create a guest account, make sure the directory /var/spool/uucppublic exists.
GPL-2.0-or-later
* Thu Jul 25 2024 Marcus Meissner <meissner@suse.com> - uucp-fix-gcc14.patch: fix build with gcc14 * Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Thu Nov 23 2023 Berend De Schouwer <berend@deschouwer.co.za> - Add patches * pipe-command-hostname-not-null.patch The hostname of a system can be NULL if the configuration "address ..." is not set. If the pipe command contains \H, and also has additional arguments like "send --host \H --system \Z", the command will be cut at "send --host", and not add "--system \Z". This replaces an empty hostname with the system name consistent with unix/tcp.c An alternative is to set it to the empty string. * Wed Jul 12 2023 Dr. Werner Fink <werner@suse.de> - Add patches * improved-pipe.patch * manpage.patch * option-to-not-force-hw-control.patch * spelling.patch * uucp-1.07-locking.patch - Use ioctl TIOCEXCL as well as flock LOCK_EX|LOCK_NB to make locking work on the open serial device * wait-for-correct-parent.patch - Port patches * uucp-1.07.dif * uucp-texinfo-5.0.patch * Mon Jul 10 2023 Ludwig Nussel <lnussel@suse.com> - drop lockdev support (boo#1212801, removed uucp-1.07-lockdev.patch) * Mon Jan 16 2023 Stefan Schubert <schubi@suse.com> - Migration of PAM settings to /usr/lib/pam.d. * Tue Nov 30 2021 Johannes Segitz <jsegitz@suse.com> - Added hardening to systemd service(s) (bsc#1181400). Modified: * suucp.service * Mon Mar 26 2018 dimstar@opensuse.org - Own %{_sysconfdir}/xinetd.d: filesystem won't own this directory much longer (boo#1084457). * Fri Apr 07 2017 jengelh@inai.de - Combine %service_ calls as they contain a lot of shell. - Undo accidental linejoining of description. - Spell out UUCP in summary to fill it. - Use modern tar syntax and compact chmod syntax. * Thu Apr 06 2017 werner@suse.de - Split of xinetd configuration as its own package - Make sure that suucp.service does work with the suucp-server.conf as here stunnel should not be used in inetd mode nor can it (currently) use socket forwarding done by systemd * Tue Apr 04 2017 werner@suse.de - Remove the usermode line as now we do not need to become member of group lock * Tue Apr 04 2017 werner@suse.de - Finalize the package that is * use /var/lock/uucp for session locking * add dircategory "Networking tools" for uucp info * reflect our current permission handling with chkstat * Tue Apr 04 2017 werner@suse.de - Add patch uucp-1.07-configure.patch that is help configure script to find sigsetjmp * Sat Apr 01 2017 werner@suse.de - Add some ACL group permissions for group uucp for /run/lock and /run/lock/lockdev as otherwise we might fail * Sat Apr 01 2017 werner@suse.de - Add patch uucp-1.07-initgroups.patch to initialize further groups to which user uucp might be belongs to * Fri Mar 31 2017 werner@suse.de - We should use now the suucp service port and not generic stunnel not ssl for taylor uucp configuration - Also we now can allow to let stunnel execute uucico without local connection over xinetd or systemd * Fri Mar 31 2017 werner@suse.de - Provide both uucp/suucp xinetd *and* systemd activated service - Add patches * address-wildcard-in-port.patch * fix-proty-gcc33.patch * uucp-1.07-sigfpe2.patch to fix potential crashes with SIGFPE * uucp-1.07-lfs.patch to fix truncation of values on 32bit platforms where statvfs64 is being called on a lfs - Add xinetd.uucp and uucp.pam * Thu Oct 27 2016 kukuk@suse.de - Require user and group uucp * Thu Jul 28 2016 tchvatal@suse.com - Add example config to etc and dscribe what is needed for the stunnel to work bnc#990849 * Thu Jun 16 2016 tchvatal@suse.com - Switch from uucp xinetd to systemd activated service - Switch from suucp stunnel service to systemd service properly initing the stunnel * Thu Jun 16 2016 tchvatal@suse.com - Split out from sendmail package - Cleanup to use proper deps and only depend on what's needed in which scriptlet - Use %configure macro and friends - Use just make_install and describe what is going in the install phase * Mon Mar 02 2015 werner@suse.de - Make makeinfo less restrict * Tue Feb 24 2015 dimstar@opensuse.org - Add uucp-texinfo-5.0.patch: Fix build with texinfo 5.0. * Wed Sep 10 2014 lnussel@suse.de - don't set LOCKDIR. uucp will properly use it's spool dir for system lock files then. Serial lock files are handled by lockdev anyways (bnc#760079) - add a line of debug output in case serial locking failed * Thu Nov 14 2013 dvaleev@suse.com - Drop obsolted ftime (drop_ftime.patch) Broken under PowerKVM * Fri May 31 2013 coolo@suse.com - buildrequire makeinfo (automake 1.13 no longer requires it) * Fri May 25 2012 werner@suse.de - Job creation scheme (bnc#764107) * Tue Mar 13 2012 mweckbecker@suse.com - Add missing linkerflags to make it build w/ -fPIE properly * Tue Jan 24 2012 werner@suse.de - Use -fPIE due bnc#743147 * Tue Jan 17 2012 aj@suse.de - Remove suse_update_config usage. - Add autoconf and automake as build requirements. * Thu Mar 10 2011 werner@suse.de - Change owner ship of /var/log/uucp to root and touch the log files if not exists for user uucp (bnc#678432) * Tue Mar 09 2010 lnussel@suse.de - use lockdev (FATE#308360) * Thu Dec 17 2009 jengelh@medozas.de - Enable parallel building * Wed Jun 13 2007 werner@suse.de - Recommend stunnel package (bug #254613) * Fri Feb 16 2007 werner@suse.de - Split off uucp spec file from sendmail spec file - Require new rmail sub packages of sendmail * Mon Feb 12 2007 werner@suse.de - Make it build nonroot * Fri Jan 19 2007 werner@suse.de - Add uucp over ssh protocol and example to be able to use uucp even with dynamic IP addresses on the client side. * Thu Jun 22 2006 werner@suse.de - Add a few manual pages missed (bug #187356) * Tue Mar 14 2006 werner@suse.de - Remove contrib/uucomp.shar due broken license (bug #157791) * Thu Oct 13 2005 lmuelle@suse.de - Install example config files call and passwd with read write permissions for user root, read only for group uucp, and non access at all for others. - Add pipe-stunnel port and stunnel example config files to cfg_example/taylor_config/port. * Mon Jun 20 2005 werner@suse.de - In passwd example to not mix-up uucp host and uucp user * Mon Jun 20 2005 werner@suse.de - Make the comments in the taylor configurationb files more clear and add a comment on the passwd file and add also an example for the passwd file used for incomming calls. * Tue Aug 31 2004 werner@suse.de - Remove update message * Tue Aug 31 2004 werner@suse.de - Move forward to new update messages scheme * Thu Jul 29 2004 werner@suse.de - Fix autoconfig function definition * Wed Sep 17 2003 werner@suse.de - Change owner and permission of /var/spool/uucppublic (bug #31119) * Mon Jun 30 2003 werner@suse.de - Update to uucp 1.07 * Thu Apr 24 2003 ro@suse.de - fix install_info --delete call and move from preun to postun * Mon Apr 14 2003 werner@suse.de - Add /etc/uucp with user uucp and group uucp to file list of uucp (bug #26301) * Wed Mar 05 2003 werner@suse.de - Fix bug #24685: provide an xinetd config file for uucico * Wed Feb 26 2003 werner@suse.de - Fix initial port struct settings by zero the mem area. * Tue Feb 11 2003 werner@suse.de - Fix bug #23466: use install_info macro in spec * Tue Jan 14 2003 werner@suse.de - Use BuildRoot * Fri Aug 16 2002 werner@suse.de - Add PreReq (bug #18012) * Mon Aug 12 2002 werner@suse.de - Move logrotate configure for uucp logs to new format * Wed May 08 2002 werner@suse.de - Add logrotate entry for uucp to /etc/logrotate.d/ (bug #15944) * Thu Apr 04 2002 ro@suse.de - autoconf: LIBOBJS vs AC_LIBOBJ * Thu Oct 25 2001 werner@suse.de - UUCP: Fix exploit in uuxqt * Wed Jun 06 2001 werner@suse.de - Make it work with new autoconf * Wed Mar 21 2001 werner@suse.de - It's GNU source * Thu Mar 15 2001 ro@suse.de - fixed neededforbuild for openldap * Tue Mar 13 2001 werner@suse.de - Fix manual page: do not handle CVS a pre processor * Tue Nov 28 2000 werner@suse.de - Set permissions and owner ship of /var/log/uucp/ to 0755 and uucp.uucp. * Tue May 09 2000 werner@suse.de - Revisited uucpcfg * Add english comments * Add UUCP over TCP/IP example * Comment out the examples (security: no backdoor) * Add some speed ranges for port serial1 * Fri Apr 07 2000 werner@suse.de - Changes for uucp * Avoid FPE error if baud rate is zero (uucico.c) * Add some higher baud rates (i386, mostly ppc) (uucico.c) * Avoid stall connection due ignored "CYM" command (trans.c) * Avoid root owned stale locks * Add grade patch for uucico from Debian * Some minor and unchecked changes of the contrib's * Use /var/log/uucp for logging (Tayler configuration) * Change paths in manual pages and info files * Thu Mar 16 2000 werner@suse.de - Make UUCP docs readable for all * Tue Feb 29 2000 schwab@suse.de - Fix size_t vs. socklen_t. * Mon Feb 14 2000 ro@suse.de - removed Makefile.Linux - updated configure - move man,info to /usr/share using macro * Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. * Wed Feb 17 1999 ro@suse.de - added rmail and rmail.8 built from sendmail-sources - build from sendmail.spec * Fri Jan 08 1999 bs@suse.de - incorporated uucpcfg * Mon Dec 14 1998 bs@suse.de - created notify mail * Sun Dec 13 1998 florian@suse.de do not use "-" to start options for "ps" move config dir to /etc/uucp cu is not suid uucp compiler falgs are set to sane values * Thu Jan 02 1997 bs@suse.de var/spool/uucppublic/README changed Mon Sep 2 03:06:07 MET DST 1996 don't use public writable directories * Thu Jan 02 1997 bs@suse.de change from binary to ascii lockfiles
/etc/logrotate.d/uucp /etc/uucp /etc/uucp/.bashrc /etc/uucp/hdb_config /etc/uucp/suucp-client.conf.example /etc/uucp/suucp-server.conf.systemd /usr/bin/cu /usr/bin/uucp /usr/bin/uulog /usr/bin/uuname /usr/bin/uupick /usr/bin/uustat /usr/bin/uuto /usr/bin/uux /usr/lib/pam.d/uucp /usr/lib/systemd/system/suucp.service /usr/lib/systemd/system/uucp.socket /usr/lib/systemd/system/uucp@.service /usr/lib/tmpfiles.d/uucp.conf /usr/libexec/uucp /usr/libexec/uucp/uuchk /usr/libexec/uucp/uucico /usr/libexec/uucp/uuconv /usr/libexec/uucp/uusched /usr/libexec/uucp/uuxqt /usr/sbin/rcsuucp /usr/sbin/uuchk /usr/sbin/uucico /usr/sbin/uuconv /usr/sbin/uusched /usr/sbin/uuxqt /usr/share/doc/packages/uucp /usr/share/doc/packages/uucp/cfg_example /usr/share/doc/packages/uucp/cfg_example/hdb_config /usr/share/doc/packages/uucp/cfg_example/hdb_config/Devices.ex /usr/share/doc/packages/uucp/cfg_example/hdb_config/Dialers.ex /usr/share/doc/packages/uucp/cfg_example/hdb_config/Permissions.ex /usr/share/doc/packages/uucp/cfg_example/hdb_config/Systems.ex /usr/share/doc/packages/uucp/cfg_example/taylor_config /usr/share/doc/packages/uucp/cfg_example/taylor_config/call /usr/share/doc/packages/uucp/cfg_example/taylor_config/config /usr/share/doc/packages/uucp/cfg_example/taylor_config/dial /usr/share/doc/packages/uucp/cfg_example/taylor_config/passwd /usr/share/doc/packages/uucp/cfg_example/taylor_config/port /usr/share/doc/packages/uucp/cfg_example/taylor_config/suucp-client.conf /usr/share/doc/packages/uucp/cfg_example/taylor_config/suucp-server.conf.systemd /usr/share/doc/packages/uucp/cfg_example/taylor_config/suucp-server.conf.xinetd /usr/share/doc/packages/uucp/cfg_example/taylor_config/sys /usr/share/info/uucp.info-1.gz /usr/share/info/uucp.info-2.gz /usr/share/info/uucp.info.gz /usr/share/man/man1/cu.1.gz /usr/share/man/man1/uucp.1.gz /usr/share/man/man1/uulog.1.gz /usr/share/man/man1/uuname.1.gz /usr/share/man/man1/uupick.1.gz /usr/share/man/man1/uustat.1.gz /usr/share/man/man1/uuto.1.gz /usr/share/man/man1/uux.1.gz /usr/share/man/man8/uucico.8.gz /usr/share/man/man8/uuxqt.8.gz /var/log/uucp /var/spool/uucppublic /var/spool/uucppublic/README
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 12 23:44:12 2025