-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
93 changed files
with
138 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
CC := gcc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
/* | ||
|
@@ -2569,7 +2569,7 @@ I<select(2)> | |
=head1 AUTHOR | ||
20230819 raf <[email protected]> | ||
20230824 raf <[email protected]> | ||
=cut | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
#ifndef LIBSLACK_AGENT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile to use $CC as CC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile to change DESTDIR. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on FreeBSD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to exercise optional code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on Linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on Linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on FreeBSD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Enable mail tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Disable mail tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on NetBSD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile, macros.mk and config.h to compile on OpenBSD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify Makefile and macros.mk to change | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 10 with cc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 10 with gcc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 6 with cc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 6 with gcc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 8 with cc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify the macros.mk make include files to compile on Solaris 8 with gcc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Modify macros.mk and config.h to exercise optional code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Test if the supplied gcc argument is supported | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Swap to supplied implementation of rwlocks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Revert to system implementation of rwlocks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
#ifndef LIBSLACK_CONFIG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
# 20230824 raf <[email protected]> | ||
# | ||
|
||
# Handle --default (for distribution) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
/* | ||
|
@@ -817,7 +817,7 @@ I<pseudo(3>> | |
=head1 AUTHOR | ||
20230819 raf <[email protected]> | ||
20230824 raf <[email protected]> | ||
=cut | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
#ifndef LIBSLACK_COPROC_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
/* | ||
|
@@ -1490,7 +1490,7 @@ I<kill(2))> | |
=head1 AUTHOR | ||
20230819 raf <[email protected]> | ||
20230824 raf <[email protected]> | ||
=cut | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* 20230824 raf <[email protected]> | ||
*/ | ||
|
||
#ifndef LIBSLACK_DAEMON_H | ||
|
Oops, something went wrong.