Skip to content

Commit

Permalink
0.7.2 (20230313)
Browse files Browse the repository at this point in the history
  • Loading branch information
raforg committed Mar 13, 2023
1 parent 9110d89 commit d1db78c
Show file tree
Hide file tree
Showing 86 changed files with 514 additions and 211 deletions.
19 changes: 19 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libslack
Upstream-Contact: raf <raf@raf.org>
Source: https://libslack.org

Files: *
Copyright: 1999-2004, 2010, 2020-2023 raf <raf@raf.org>
License: GPL-2.0-or-later

Files: str.c
Copyright: 1999-2004, 2010, 2020-2023 raf <raf@raf.org>
1998 Todd C. Miller <Todd.Miller@courtesan.com>
License: GPL-2.0-or-later and BSD-3-Clause

Files: pseudo.c
Copyright: 1999-2004, 2010, 2020-2023 raf <raf@raf.org>
1995 Tatu Ylonen <ylo@cs.hut.fi>
License: GPL-2.0-or-later

21 changes: 20 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGELOG
=========

0.7.2 (20230313)

- Fixed err module test false failures (core files not in cwd) (spotted by Jeffrey H. Johnson)
- Added err module test statement of exit status expectations if fatal/dump/check tests failed
- Changed some coproc module test failures (missing crlf) into warnings (if otherwise ok)
- Fixed compile warnings on macOS in recent err module test print statements
- Fixed indent of a daemon module test print statement
- Only fail mem module pool_destroy_secure() test if too many non-nul bytes
- Fixed daemon build with NDEBUG defined (Baruch Siach)
- Explicitly documented that debug macros now always include their own semicolon
- When NDEBUG is defined exclude more unused code (fix warning, smaller binary)
- Replaced original June 1991 GPLv2 with February 1999 GPLv2 (post-LGPLv2.1)
- Fixed buglet: daemon_close() Only delete the pidfile we created (James Abbatiello abbeyj at gmail.com)
- Fixed buglet: daemon_close() Close the pidfile (just in case process isn't about to exit) (James Abbatiello abbeyj at gmail.com)
- Added CODE_OF_CONDUCT.md
- Add LICENSES/* and .reuse/dep5 (REUSE 3.0 compliant)
- Add references to the codeberg repository

0.7.1 (20210220)

- Fixed make distclean/clobber on Debian (use debian-clobber instead of clobber) (spotted by Marc Haber)
Expand Down Expand Up @@ -303,6 +321,7 @@ TODO
URL: http://libslack.org
URL: http://raf.org/libslack
GIT: https://github.com/raforg/libslack
Date: 20210220
GIT: https://codeberg.org/raforg/libslack
Date: 20230313
Author: raf <raf@raf.org>

133 changes: 133 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@

# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual identity
and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at raf@raf.org.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].

Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
at [https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations

5 changes: 3 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COPYING
=======
libslack - A UNIX/C library of general utilities for programmers with Slack

Copyright (C) 1999-2002, 2004, 2010, 2020-2021 raf <raf@raf.org>
Copyright (C) 1999-2002, 2004, 2010, 2020-2023 raf <raf@raf.org>

This library is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -50,6 +50,7 @@ All rights reserved.
URL: http://libslack.org
URL: http://raf.org/libslack
GIT: https://github.com/raforg/libslack
Date: 20210220
GIT: https://codeberg.org/raforg/libslack
Date: 20230313
Author: raf <raf@raf.org>

45 changes: 23 additions & 22 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ and glibc-linuxthreads-2.2.1. They are available from
http://ftp.gnu.org/pub/gnu/glibc/. Older versions can be used but
they have some very nasty bugs.

First, uninstall any previous version:
First, uninstall any previous version (optional):

libslack-config --uninstall

or:

cd /usr/local/src/libslack-0.7
cd /usr/local/src/libslack-0.7.1
make uninstall

To build and test:

tar xzf libslack-0.7.1.tar.gz
cd libslack-0.7.1
tar xzf libslack-0.7.2.tar.gz
cd libslack-0.7.2
./configure # iff linux, openbsd, freebsd, netbsd, macosx, solaris, gnuhurd or kfreebsd
make # must be gnu make
make test
Expand Down Expand Up @@ -115,43 +115,43 @@ created.

To install from the Fedora RPM binary package (into /usr by default):

rpm -i libslack-0.7.1-1.x86_64.rpm # or
rpm -i libslack-0.7.1-1.i686.rpm
rpm -i libslack-0.7.2-1.x86_64.rpm # or
rpm -i libslack-0.7.2-1.i686.rpm

To install from the OpenBSD binary package (into /usr/local by default):

mv libslack-0.7.1-openbsd-amd64.tgz libslack-0.7.1.tgz # or
mv libslack-0.7.1-openbsd-i386.tgz libslack-0.7.1.tgz
mv libslack-0.7.2-openbsd-amd64.tgz libslack-0.7.2.tgz # or
mv libslack-0.7.2-openbsd-i386.tgz libslack-0.7.2.tgz
# then
pkg_add libslack-0.7.1.tgz
pkg_add libslack-0.7.2.tgz

To install from the FreeBSD binary package (into /usr/local by default):

pkg_add libslack-0.7.1-freebsd-amd64.tbz # or
pkg_add libslack-0.7.1-freebsd-i386.tbz
pkg_add libslack-0.7.2-freebsd-amd64.tbz # or
pkg_add libslack-0.7.2-freebsd-i386.tbz

To install from the NetBSD binary package (into /usr/local by default):

pkg_add libslack-0.7.1-netbsd-amd64.tgz # or
pkg_add libslack-0.7.1-netbsd-i386.tgz
pkg_add libslack-0.7.2-netbsd-amd64.tgz # or
pkg_add libslack-0.7.2-netbsd-i386.tgz

To install from the Mac OS X binary package (into /usr/local by default):

cd /usr/local
tar xzf /usr/local/src/libslack-0.7.1-macosx-universal.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.1-macosx-x86_64.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.1-macosx-i386.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.1-macosx-powerpc.tar.gz
tar xzf /usr/local/src/libslack-0.7.2-macosx-universal.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.2-macosx-x86_64.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.2-macosx-i386.tar.gz # or
tar xzf /usr/local/src/libslack-0.7.2-macosx-powerpc.tar.gz

To install from the Solaris10 binary package (into /usr/local by default):

gunzip libslack-0.7.1-solaris-amd64.pkg.gz
pkgadd -d libslack-0.7.1-solaris-amd64.pkg
gunzip libslack-0.7.2-solaris-amd64.pkg.gz
pkgadd -d libslack-0.7.2-solaris-amd64.pkg

or

gunzip libslack-0.7.1-solaris-i386.pkg.gz
pkgadd -d libslack-0.7.1-solaris-i386.pkg
gunzip libslack-0.7.2-solaris-i386.pkg.gz
pkgadd -d libslack-0.7.2-solaris-i386.pkg

REQUIREMENTS
============
Expand Down Expand Up @@ -267,6 +267,7 @@ And don't forget to use `libslack-config --cflags` when compiling it and
URL: http://libslack.org
URL: http://raf.org/libslack
GIT: https://github.com/raforg/libslack
Date: 20210220
GIT: https://codeberg.org/raforg/libslack
Date: 20230313
Author: raf <raf@raf.org>

11 changes: 11 additions & 0 deletions LICENSES/BSD-3-Clause.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Copyright (c) <year> <owner>.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 COPYRIGHT HOLDER OR 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.
Loading

0 comments on commit d1db78c

Please sign in to comment.