Index index by Group index by Distribution index by Vendor index by date index by Name Hany

LPRng-3.6.24-3 RPM for i586

[BIEN - Basic Income Earth Network]

From Doors 3.0

Name: LPRng Distribution: M&L Doors 3.0
Version: 3.6.24 Vendor: Mega & Loman (http://www.megaloman.com/)
Release: 3 Build date : Thu Apr 5 14:59:34 2001
Group: System Environment/Daemons Build host: m1.megaloman.sk
Size: 4835349 Source RPM: LPRng-3.6.24-3.src.rpm
Packager: Peter Hanecak <hanecak(at)megaloman.sk>
Url: http://www.astart.com/LPRng.html
Summary: LPRng Print Spooler
The LPRng software is an enhanced, extended, and portable implementation
of the Berkeley LPR print spooler functionality. While providing the
same interface and meeting RFC1179 requirements, the implementation
is completely new and provides support for the following features:
lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic
redirection of print queues; automatic job holding; highly verbose
diagnostics; multiple printers serving a single queue; client programs
do not need to run SUID root; greatly enhanced security checks; and a
greatly improved permission and authorization mechanism.

The source software compiles and runs on a wide variety of UNIX systems,
and is compatible with other print spoolers and network printers that
use the LPR interface and meet RFC1179 requirements.  LPRng provides
emulation packages for the SVR4 lp and lpstat programs, eliminating the
need for another print spooler package. These emulation packages can be
modified according to local requirements, in order to support vintage
printing systems.

For users that require secure and/or authenticated printing support,
LPRng supports Kerberos V, MIT Kerberos IV Print Support, and PGP
authentication.  LPRng is being adopted by MIT for use as their Campus
Wide printing support system. Additional authentication support is
extremely simple to add.

Provides

Requires

Copyright

GPL and Artistic

Changelog

* Thu Apr 05 2001 Peter Hanecak <hanecak(at)megaloman.sk>
  - .bz2 source archiv
* Mon Sep 25 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - Patched use_syslog to avoid a format string exploit.
  - Resolves bug #17756
* Mon Sep 18 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - Upgraded to LPRng-3.6.24
* Mon Sep 11 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - Added gettext to the BuildPreReq list
* Mon Sep 11 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - Fixed lpd.init to use /etc/rc.d/init.d/, instead of /etc/init.d
* Mon Sep 11 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - changed the prereq: /etc/init.d to: /etc/rc.d/init.d
  - we are not changing that over (yet?)
* Mon Aug 14 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - removed the sticky bit from lpc
* Mon Aug 14 2000 Crutcher Dunnavant <crutcher(at)redhat.com>
  - removed the sticky bit from the client programs (LPRng doesn't need them)
* Sat Aug 05 2000 Bill Nottingham <notting(at)redhat.com>
  - condrestart fixes
* Fri Aug 04 2000 Bill Nottingham <notting(at)redhat.com>
  - triggerpostun on lpr
* Sun Jul 30 2000 Bernhard Rosenkraenzer <bero(at)redhat.com>
  - 3.6.22 (some fixes)
* Tue Jul 25 2000 Bill Nottingham <notting(at)redhat.com>
  - fix prereq
* Sat Jul 22 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - fix bogus checkpc error messages when the lockfile doesn't exist because
    init scripts clear /var/run (#14472)
* Tue Jul 18 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - fix chkconfig comments in the init script
* Mon Jul 17 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - move the init script to /etc/rc.d/init.d
  - fix perms on setuid binaries
* Fri Jul 14 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - patch checkpc to not complain when filter is executable and in the
    spool directory
  - remove --disable-force_localhost from configure invocation for better
    compatibility with BSD LPR and rhs-printfilters
  - change group back to lp, which is what printtool expects
* Thu Jul 13 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - change default group to 'daemon' to match 6.2
  - enable NLS support
  - remove Prefix: tag
  - break init script out into a separate file
  - fix up broken printcaps in post-install
  - run checkpc -f at start-time
* Wed Jul 12 2000 Prospector <bugzilla(at)redhat.com>
  - automatic rebuild
* Tue Jul 11 2000 Bernhard Rosenkraenzer <bero(at)redhat.com>
  - 3.6.21
  - get rid of the notypedef patch - gcc has been fixed at last.
* Mon Jun 26 2000 Preston Brown <pbrown(at)redhat.com>
  - sample config files removed from /etc.
  - initscript moved to /etc/init.d
* Wed Jun 21 2000 Bernhard Rosenkraenzer <bero(at)redhat.com>
  - 3.6.18
* Sat Jun 17 2000 Bernhard Rosenkraenzer <bero(at)redhat.com>
  - 3.6.16
  - adapt Kerberos and fixmake patches
  - get rid of CFLAGS="-O"; gcc has been fixed
  - fix build with glibc 2.2
* Mon Jun 05 2000 Preston Brown <pbrown(at)redhat.com>
  - ifdef 0 is illegal, changed to if 0.
  - work around compiler typdef bug.
* Thu Jun 01 2000 Preston Brown <pbrown(at)redhat.com>
  - start, stop, and restart are functions not switch statements now.
    reduces overhead.
  - patch to allow autoconf to choose which user/group to run as
* Wed May 31 2000 Preston Brown <pbrown(at)redhat.com>
  - remove init.d symbolic links.
  - remove txt/ps/info versions of the HOWTO from the pkg
  - use new fhs paths
* Thu May 25 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - change free() to krb5_free_data_contents() when patching for Kerberos 5
  - detect libcrypto or libk5crypto when looking for Kerberos 5
* Tue May 16 2000 Nalin Dahyabhai <nalin(at)redhat.com>
  - enable Kerberos support
  - remove extra defattr in files list
  - add --disable-force_localhost to configure invocation
  - remove "-o root" at install-time
* Tue May 16 2000 Matt Wilson <msw(at)redhat.com>
  - add Prereq of /sbin/chkconfig
  - fix broken conflicting declaration on alpha
* Tue Apr 18 2000 Bernhard Rosenkraenzer <bero(at)redhat.com>
  - initial Red Hat packaging, fix up the spec file
* Mon Sep 13 1999 Patrick Powell <papowell(at)astart.com>
  - resolved problems with symbolic links to /etc/init.d
    files - used the chkconfig facility
* Sat Sep 04 1999 Patrick Powell <papowell(at)astart.com>
  - did ugly things to put the script in the spec file
* Sat Aug 28 1999 Giulio Orsero <giulioo(at)tiscalinet.it>
  - 3.6.8
* Fri Aug 27 1999 Giulio Orsero <giulioo(at)tiscalinet.it>
  - 3.6.7 First RPM build.

Files

/etc/lpd.conf
/etc/lpd.perms
/etc/rc.d/init.d/lpd
/usr/bin/cancel
/usr/bin/lp
/usr/bin/lpq
/usr/bin/lpr
/usr/bin/lprm
/usr/bin/lpstat
/usr/libexec/filters/lpbanner
/usr/libexec/filters/lpf
/usr/libexec/filters/pclbanner
/usr/libexec/filters/psbanner
/usr/sbin/checkpc
/usr/sbin/lpc
/usr/sbin/lpd
/usr/sbin/lpraccnt
/usr/share/doc/LPRng-3.6.24
/usr/share/doc/LPRng-3.6.24/CHANGES
/usr/share/doc/LPRng-3.6.24/CONTRIBUTORS
/usr/share/doc/LPRng-3.6.24/COPYRIGHT
/usr/share/doc/LPRng-3.6.24/INSTALL
/usr/share/doc/LPRng-3.6.24/LICENSE
/usr/share/doc/LPRng-3.6.24/LPRng-HOWTO.html
/usr/share/doc/LPRng-3.6.24/LPRng.html
/usr/share/doc/LPRng-3.6.24/LPRngLOGO100x30.gif
/usr/share/doc/LPRng-3.6.24/LPRngLOGO2.gif
/usr/share/doc/LPRng-3.6.24/LPRngLOGO334x100.gif
/usr/share/doc/LPRng-3.6.24/LPRng_20logo.gif
/usr/share/doc/LPRng-3.6.24/README
/usr/share/doc/LPRng-3.6.24/README.1st
/usr/share/doc/LPRng-3.6.24/README.ports
/usr/share/doc/LPRng-3.6.24/REDIRECT.LPRng.html
/usr/share/doc/LPRng-3.6.24/VERSION
/usr/share/doc/LPRng-3.6.24/Y2KCompliance
/usr/share/doc/LPRng-3.6.24/bg.gif
/usr/share/doc/LPRng-3.6.24/linkbanner.gif
/usr/share/doc/LPRng-3.6.24/links.html
/usr/share/doc/LPRng-3.6.24/star1.gif
/usr/share/doc/LPRng-3.6.24/topbanner.gif
/usr/share/man/man1/cancel.1.gz
/usr/share/man/man1/lp.1.gz
/usr/share/man/man1/lpbanner.1.gz
/usr/share/man/man1/lpf.1.gz
/usr/share/man/man1/lpq.1.gz
/usr/share/man/man1/lpr.1.gz
/usr/share/man/man1/lpraccnt.1.gz
/usr/share/man/man1/lprm.1.gz
/usr/share/man/man1/lpstat.1.gz
/usr/share/man/man1/monitor.1.gz
/usr/share/man/man1/pclbanner.1.gz
/usr/share/man/man1/psbanner.1.gz
/usr/share/man/man5/lpd.conf.5.gz
/usr/share/man/man5/lpd.perms.5.gz
/usr/share/man/man5/printcap.5.gz
/usr/share/man/man8/checkpc.8.gz
/usr/share/man/man8/lpc.8.gz
/usr/share/man/man8/lpd.8.gz


[Feywa - Resource Allocation Tool]

Generated by rpm2html 1.11.3

Peter Hanecak, Fri Jun 10 14:09:19 2016