Index: ossp-pkg/sa/README RCS File: /v/ossp/cvs/ossp-pkg/sa/README,v co -q -kk -p'1.21' '/v/ossp/cvs/ossp-pkg/sa/README,v' | diff -u /dev/null - -L'ossp-pkg/sa/README' 2>/dev/null --- ossp-pkg/sa/README +++ - 2024-05-03 03:48:02.092444614 +0200 @@ -0,0 +1,52 @@ + _ ___ ____ ____ ____ + |_|_ _ / _ \/ ___/ ___|| _ \ ___ __ _ + _|_||_| | | | \___ \___ \| |_) | / __|/ _` | + |_||_|_| | |_| |___) |__) | __/ \__ \ (_| | + |_|_|_| \___/|____/____/|_| |___/\__,_| + + OSSP sa - Socket Abstraction + Version 1.2.2 (26-Jun-2004) + + ABSTRACT + + OSSP sa is an abstraction library for the Unix socket application + programming interface (API) featuring stream and datagram oriented + communication over Unix Domain and Internet Domain (TCP and UDP) + sockets. It provides the following key features: address abstraction + (local, IPv4, and IPv6), type abstraction, I/O timeouts, I/O stream + buffering and convenience I/O functions. + + COPYRIGHT AND LICENSE + + Copyright (c) 2001-2004 Ralf S. Engelschall + Copyright (c) 2001-2004 The OSSP Project + Copyright (c) 2001-2004 Cable & Wireless + + This file is part of OSSP sa, a socket abstraction library which + can be found at http://www.ossp.org/pkg/lib/sa/. + + Permission to use, copy, modify, and distribute this software for + any purpose with or without fee is hereby granted, provided that + the above copyright notice and this permission notice appear in all + copies. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + HOME AND DOCUMENTATION + + The documentation and latest release can be found on + + o http://www.ossp.org/pkg/lib/sa/ + o ftp://ftp.ossp.org/pkg/lib/sa/ + Index: ossp-pkg/sa/VERSION RCS File: /v/ossp/cvs/ossp-pkg/sa/VERSION,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/sa/VERSION,v' 2>/dev/null --- VERSION 2004/06/11 10:32:54 1.16 +++ VERSION 2004/06/26 11:25:22 1.17 @@ -2,5 +2,5 @@ VERSION -- Version Information for OSSP sa (syntax: Text) [automatically generated and maintained by GNU shtool] - This is OSSP sa, Version 1.2.1 (11-Jun-2004) + This is OSSP sa, Version 1.2.2 (26-Jun-2004)