Skip to content

Commit

Permalink
0.7.5 (20230824)
Browse files Browse the repository at this point in the history
  • Loading branch information
raforg committed Aug 24, 2023
1 parent b0b8d47 commit 4a8c48f
Show file tree
Hide file tree
Showing 93 changed files with 138 additions and 122 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

0.7.5 (20230824)

- configure - Add --default --platform --help --destdir
- make - Change clean/clobber/distclean to be the same and to also unconfigure
- configure - Add --disable-mail-test --enable-mail-test
- Fix copyright/license info (.reuse/dep5) (spotted by Marc Haber)
- configure - Fix error message for unknown options
- configure - Add --platform info to --help output
- INSTALL - Update to reflect recent ./configure changes
- configure - Fix --platform check, Add conf/slackware, Tweak output

0.7.4 (20230819)

- macros.mk - Add ability to suppress false 'may be used uninitialized' compiler warnings
Expand Down Expand Up @@ -339,6 +350,6 @@ TODO
URL: https://raf.org/libslack
GIT: https://github.com/raforg/libslack
GIT: https://codeberg.org/raforg/libslack
Date: 20230819
Date: 20230824
Author: raf <raf@raf.org>

2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ Additionally, for (optional) libslack/snprintf.c
URL: https://raf.org/libslack
GIT: https://github.com/raforg/libslack
GIT: https://codeberg.org/raforg/libslack
Date: 20230819
Date: 20230824
Author: raf <raf@raf.org>

8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ First, uninstall any previous version (optional):

or:

cd /usr/local/src/libslack-0.7.3
cd /usr/local/src/libslack-0.7.4
make uninstall

To build and test:

tar xzf libslack-0.7.4.tar.gz
cd libslack-0.7.4
tar xzf libslack-0.7.5.tar.gz
cd libslack-0.7.5
./configure # iff linux, openbsd, freebsd, netbsd, macosx, solaris, gnuhurd or kfreebsd
make # must be gnu make
make test
Expand Down Expand Up @@ -293,6 +293,6 @@ And don't forget to use `libslack-config --cflags` when compiling it and
URL: https://raf.org/libslack
GIT: https://github.com/raforg/libslack
GIT: https://codeberg.org/raforg/libslack
Date: 20230819
Date: 20230824
Author: raf <raf@raf.org>

5 changes: 5 additions & 0 deletions LICENSES/LicenseRef-Tatu-Ylonen-Permissive.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
As far as I am concerned, the code I have written for this software
can be used freely for any purpose. Any derived versions of this
software must be clearly marked as such, and if the derived work is
incompatible with the protocol description in the RFC file, it must be
called by a name other than "ssh" or "Secure Shell".
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

CC := gcc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ should always be easy to read.
URL: https://raf.org/libslack
GIT: https://github.com/raforg/libslack
GIT: https://codeberg.org/raforg/libslack
Date: 20230819
Date: 20230824
Author: raf <raf@raf.org>

2 changes: 1 addition & 1 deletion REFERENCES
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ REFERENCES
URL: https://raf.org/libslack
GIT: https://github.com/raforg/libslack
GIT: https://codeberg.org/raforg/libslack
Date: 20230819
Date: 20230824
Author: raf <raf@raf.org>

4 changes: 2 additions & 2 deletions agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

/*
Expand Down Expand Up @@ -2569,7 +2569,7 @@ I<select(2)>
=head1 AUTHOR
20230819 raf <raf@raf.org>
20230824 raf <raf@raf.org>
=cut
Expand Down
2 changes: 1 addition & 1 deletion agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

#ifndef LIBSLACK_AGENT_H
Expand Down
2 changes: 1 addition & 1 deletion conf/ccenv
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile to use $CC as CC
Expand Down
2 changes: 1 addition & 1 deletion conf/destdir
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile to change DESTDIR.
Expand Down
2 changes: 1 addition & 1 deletion conf/freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion conf/gnuhurd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to exercise optional code
Expand Down
2 changes: 1 addition & 1 deletion conf/kfreebsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on Linux
Expand Down
2 changes: 1 addition & 1 deletion conf/linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on Linux
Expand Down
2 changes: 1 addition & 1 deletion conf/macosx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion conf/mail-test-start
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Enable mail tests
Expand Down
2 changes: 1 addition & 1 deletion conf/mail-test-stop
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Disable mail tests
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on NetBSD
Expand Down
2 changes: 1 addition & 1 deletion conf/openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile, macros.mk and config.h to compile on OpenBSD
Expand Down
2 changes: 1 addition & 1 deletion conf/prefix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify Makefile and macros.mk to change
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris10-cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 10 with cc
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris10-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 10 with gcc
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris6-cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 6 with cc
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris6-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 6 with gcc
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris8-cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 8 with cc
Expand Down
2 changes: 1 addition & 1 deletion conf/solaris8-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify the macros.mk make include files to compile on Solaris 8 with gcc
Expand Down
2 changes: 1 addition & 1 deletion conf/test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Modify macros.mk and config.h to exercise optional code
Expand Down
2 changes: 1 addition & 1 deletion conf/test-gcc-opt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Test if the supplied gcc argument is supported
Expand Down
2 changes: 1 addition & 1 deletion conf/test-rwlock-start
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Swap to supplied implementation of rwlocks
Expand Down
2 changes: 1 addition & 1 deletion conf/test-rwlock-stop
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Revert to system implementation of rwlocks
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

#ifndef LIBSLACK_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230819 raf <raf@raf.org>
# 20230824 raf <raf@raf.org>
#

# Handle --default (for distribution)
Expand Down
4 changes: 2 additions & 2 deletions coproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

/*
Expand Down Expand Up @@ -817,7 +817,7 @@ I<pseudo(3>>
=head1 AUTHOR
20230819 raf <raf@raf.org>
20230824 raf <raf@raf.org>
=cut
Expand Down
2 changes: 1 addition & 1 deletion coproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

#ifndef LIBSLACK_COPROC_H
Expand Down
4 changes: 2 additions & 2 deletions daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

/*
Expand Down Expand Up @@ -1490,7 +1490,7 @@ I<kill(2))>
=head1 AUTHOR
20230819 raf <raf@raf.org>
20230824 raf <raf@raf.org>
=cut
Expand Down
2 changes: 1 addition & 1 deletion daemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* 20230819 raf <raf@raf.org>
* 20230824 raf <raf@raf.org>
*/

#ifndef LIBSLACK_DAEMON_H
Expand Down
Loading

0 comments on commit 4a8c48f

Please sign in to comment.