chiark-utils 7.0.1 source package in Ubuntu

Changelog

chiark-utils (7.0.1) unstable; urgency=medium

  * backup/snaprsync: add -AX to the rsync rune
  * Enable LFS and 64-bit time_t support.  Closes: #1067157.

 -- Ian Jackson <email address hidden>  Thu, 04 Jul 2024 12:53:58 +0100

Upload details

Uploaded by:
Ian Jackson
Uploaded to:
Sid
Original maintainer:
Ian Jackson
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe admin

Downloads

File Size SHA-256 Checksum
chiark-utils_7.0.1.dsc 1.7 KiB 97e26853e74f5803f4f3efcbe9cb6c8e64797ce0b46e0f4a3694e0e0129ace54
chiark-utils_7.0.1.tar.xz 157.7 KiB 7e6909a6a9988d2e90b3afca2694da64ca537fe44c73d648d0fb17129fbbab55

No changes file available.

Binary packages built by this source

chiark-really: really - a tool for gaining privilege (simple, realistic sudo)

 really is a program that allows certain users to become whatever user
 they like on request. It is a bit like sudo in that respect.
 However, really is simpler than sudo, and doesn't give the system
 administrator any false security promises. So really is less of a
 general security risk to the system.
 .
 Unlike sudo it does not pretend that the called account can be any
 more secure than the calling account, so there is never a need for a
 password. If you wanted to restrict which commands and functions the
 called user can perform, use userv, not really or sudo.
 .
 Also unlike sudo, really only works if the calling user is supposed
 to be equivalent to root. But, really can also be used by
 root-equivalent users to become any user, not just root; in this way
 it can be a replacement for certain uses of su.

chiark-rwbuffer: readbuffer/writebuffer: prevents tape drive seesawing, etc.

 readbuffer and writebuffer: programs for reading input from devices,
 and writing output to, which don't like constant stopping and
 starting, such as tape drives and audio playback devices.

chiark-utils-bin: chiark system administration utilities

 This package contains a number of small administration scripts used
 by chiark.greenend.org.uk and other systems belonging to the Sinister
 Greenend Organisation. Currently featuring only:
 .
 with-lock-ex: a simple tool for acquiring a lockfile before running
 another program or script.
 .
 prefork-interp: Wrapper to speed up script startup;
 requires scripting langauge module from chiark-scripts.
 .
 summer: a tool for reporting complete details about a filesystem tree
 in a parseable format, including checksums.
 .
 xbatmon-simple: a very simple X client for displaying battery
 charge status.
 .
 xduplic-copier: a very simple X client for typing into multiple windows
 at once.
 .
 watershed: a utility for saving on superfluous executions of an
 idempotent command. (This is the same utility as shipped separately
 in Ubuntu's udev, but with slightly different defaults and a
 different install location.)
 .
 rcopy-repeatedly: a utility for repeatedly copying a file from one
 host to another, to keep a copy constantly up to date.
 .
 acctdump: for reading process accounting files.
 .
 summer and watershed require the installation of the Recommended
 crypto libraries; xbatmon-simple needs the Suggested X libraries.
 .
 cgi-fcgi-interp: for use with cgi-fcgi as a #! interpreter