File: ANNOUNCEMENT

package info (click to toggle)
ucspi-unix 1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 428 kB
  • sloc: ansic: 2,257; python: 535; makefile: 42; sh: 1
file content (48 lines) | stat: -rw-r--r-- 1,679 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Version 1.0 of ucspi-unix is now available at:
	http://untroubled.org/ucspi-unix/
------------------------------------------------------------------------------
Changes in version 1.0

- Dropped vestigal dependencies on bglibs.

- Fixed unixclient closing wrong file descriptor when additional ones
  are open.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
ucspi-unix
UNIX-domain socket client-server command-line tools
Bruce Guenter <bruceg@untroubled.org>
Version 1.0
2015-08-11

This package contains UNIX domain socket client and server programs that
conform to UCSPI, the UNIX Client-Server Program Interface.

A mailing list has been set up to discuss this and other packages.
To subscribe, send an email to:
	bgware-subscribe@lists.untroubled.org
A mailing list archive is available at:
	http://lists.untroubled.org/?list=bgware

Development versions of ucspi-unix are available at GitHub:
        https://github.com/bruceg/ucspi-unix

Requirements:

- A UNIX system supporting UNIX domain sockets.
- Systems supporting the SO_PEERCRED socket option (only Linux
  currently) will have extra functionality.

How to install:

- Run "make"
- As root, run "make install"
- To install in alternate locations, use:
  make install prefix=/usr bindir=/bin mandir=/share/man

This program is Copyright(C) 2015 Bruce Guenter, and may be copied
according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
version.  A copy of this license is included with this package.  This
package comes with no warranty of any kind.