From 35ffccd7f2854681ee44633d3b35c5d62a01de57 Mon Sep 17 00:00:00 2001 From: raf Date: Thu, 24 Aug 2023 22:02:06 +1000 Subject: [PATCH] 0.8.4 (20230824) --- CHANGELOG | 20 +++++++++++++++---- COPYING | 2 +- INSTALL | 12 +++++------ Makefile | 2 +- README.md | 2 +- REFERENCES | 2 +- conf/ccenv | 2 +- conf/destdir | 2 +- conf/freebsd | 2 +- conf/gnuhurd | 2 +- conf/kfreebsd | 2 +- conf/linux | 2 +- conf/logind | 2 +- conf/macosx | 2 +- conf/mail-test-start | 2 +- conf/mail-test-stop | 2 +- conf/netbsd | 2 +- conf/openbsd | 2 +- conf/prefix | 2 +- conf/slackware | 2 +- conf/solaris10-cc | 2 +- conf/solaris10-gcc | 2 +- conf/solaris6-cc | 2 +- conf/solaris6-gcc | 2 +- conf/solaris8-cc | 2 +- conf/solaris8-gcc | 2 +- conf/test | 2 +- conf/test-gcc-opt | 2 +- conf/test_logind.c | 2 +- config.h | 2 +- configure | 2 +- daemon.c | 4 ++-- example/daemon.initd | 2 +- libslack/CHANGELOG | 13 +++++++++++- libslack/COPYING | 2 +- libslack/INSTALL | 8 ++++---- .../LicenseRef-Tatu-Ylonen-Permissive.txt | 5 +++++ libslack/Makefile | 2 +- libslack/README.md | 2 +- libslack/REFERENCES | 2 +- libslack/agent.c | 4 ++-- libslack/agent.h | 2 +- libslack/conf/ccenv | 2 +- libslack/conf/destdir | 2 +- libslack/conf/freebsd | 2 +- libslack/conf/gnuhurd | 2 +- libslack/conf/kfreebsd | 2 +- libslack/conf/linux | 2 +- libslack/conf/macosx | 2 +- libslack/conf/mail-test-start | 2 +- libslack/conf/mail-test-stop | 2 +- libslack/conf/netbsd | 2 +- libslack/conf/openbsd | 2 +- libslack/conf/prefix | 2 +- libslack/conf/solaris10-cc | 2 +- libslack/conf/solaris10-gcc | 2 +- libslack/conf/solaris6-cc | 2 +- libslack/conf/solaris6-gcc | 2 +- libslack/conf/solaris8-cc | 2 +- libslack/conf/solaris8-gcc | 2 +- libslack/conf/test | 2 +- libslack/conf/test-gcc-opt | 2 +- libslack/conf/test-rwlock-start | 2 +- libslack/conf/test-rwlock-stop | 2 +- libslack/config.h | 2 +- libslack/configure | 2 +- libslack/coproc.c | 4 ++-- libslack/coproc.h | 2 +- libslack/daemon.c | 4 ++-- libslack/daemon.h | 2 +- libslack/err.c | 4 ++-- libslack/err.h | 2 +- libslack/fio.c | 4 ++-- libslack/fio.h | 2 +- libslack/hdr.h | 2 +- libslack/hsort.c | 2 +- libslack/hsort.h | 2 +- libslack/lib.h | 2 +- libslack/libslack-config.pod | 4 ++-- libslack/libslack-config.t | 2 +- libslack/libslack.pod | 4 ++-- libslack/lim.c | 4 ++-- libslack/lim.h | 2 +- libslack/link.c | 4 ++-- libslack/link.h | 2 +- libslack/list.c | 4 ++-- libslack/list.h | 2 +- libslack/locker.c | 4 ++-- libslack/locker.h | 2 +- libslack/macros.mk | 6 +++--- libslack/map.c | 4 ++-- libslack/map.h | 2 +- libslack/mem.c | 4 ++-- libslack/mem.h | 2 +- libslack/msg.c | 4 ++-- libslack/msg.h | 2 +- libslack/myinstall | 2 +- libslack/net.c | 4 ++-- libslack/net.h | 2 +- libslack/prog.c | 12 +++++------ libslack/prog.h | 2 +- libslack/prop.c | 4 ++-- libslack/prop.h | 2 +- libslack/pseudo.c | 2 +- libslack/pseudo.h | 2 +- libslack/rules.mk | 2 +- libslack/sig.c | 4 ++-- libslack/sig.h | 2 +- libslack/snprintf.c | 2 +- libslack/snprintf.h | 2 +- libslack/socks.h | 2 +- libslack/std.h | 2 +- libslack/str.c | 4 ++-- libslack/str.h | 2 +- libslack/tools/Makefile | 2 +- libslack/tools/analyse-debug-locker | 2 +- libslack/tools/check-examples | 2 +- libslack/tools/check-pod | 2 +- libslack/tools/check-pod-header | 2 +- libslack/tools/check-pod-prototypes | 2 +- libslack/tools/check-pod-synopsis | 2 +- libslack/tools/migrate-properties | 2 +- libslack/tools/prefix | 4 ++-- libslack/tools/viconf | 2 +- libslack/vsscanf.c | 4 ++-- libslack/vsscanf.h | 2 +- macros.mk | 6 +++--- myinstall | 2 +- rules.mk | 2 +- 129 files changed, 197 insertions(+), 169 deletions(-) create mode 100644 libslack/LICENSES/LicenseRef-Tatu-Ylonen-Permissive.txt diff --git a/CHANGELOG b/CHANGELOG index 17fc8e7..660c710 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,15 +1,27 @@ CHANGELOG ========= +0.8.4 (20230824) + + - configure - When explicit --enable-logind fails, exit 1 (requested by Marc Haber) + - libslack - configure - Add --default --platform --help --destdir + - libslack - make - Change clean/clobber/distclean to be the same and to also unconfigure + - configure - Add --disable-mail-test --enable-mail-test (requested by Marc Haber) + - 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 libslack/conf/slackware, Tweak output + 0.8.3 (20230819) - Remove 'comparison always true' compiler warning - libslack - macros.mk - Add ability to suppress false 'may be used uninitialized' compiler warnings - doc - Update notes on old binary packages - INSTALL - Add 'PACKAGING SYSTEMS' section - - make - Remove deb-daemon and debian-clobber targets and DEBIAN_CLOBBER_FILES - - make - Change clean/clobber/distclean to be the same and to also unconfigure - - make - Always default to Linux config for make clean + - make - Remove deb-daemon and debian-clobber targets and DEBIAN_CLOBBER_FILES (requested by Marc Haber) + - make - Change clean/clobber/distclean to be the same and to also unconfigure (requested by Marc Haber) + - make - Always default to Linux config for make clean (requested by Marc Haber) - make - Update help to reflect recent clean/clobber/distclean change - Add ./configure --default (for make clean) - configure - Silence stderr for "which gmake" @@ -436,6 +448,6 @@ CHANGELOG URL: https://raf.org/daemon GIT: https://github.com/raforg/daemon GIT: https://codeberg.org/raforg/daemon - Date: 20230819 + Date: 20230824 Author: raf diff --git a/COPYING b/COPYING index d937228..6d6aab0 100644 --- a/COPYING +++ b/COPYING @@ -131,6 +131,6 @@ Additionally, for (optional) libslack/snprintf.c URL: https://raf.org/daemon GIT: https://github.com/raforg/daemon GIT: https://codeberg.org/raforg/daemon - Date: 20230819 + Date: 20230824 Author: raf diff --git a/INSTALL b/INSTALL index 414ef06..3bbb6c7 100644 --- a/INSTALL +++ b/INSTALL @@ -44,13 +44,13 @@ they have some very nasty bugs. First, uninstall any previous version (optional): - cd /usr/local/src/daemon-0.8.2 + cd /usr/local/src/daemon-0.8.3 make uninstall To build and test: - tar xzf daemon-0.8.3.tar.gz - cd daemon-0.8.3 + tar xzf daemon-0.8.4.tar.gz + cd daemon-0.8.4 ./configure # iff linux, openbsd, freebsd, netbsd, macosx, solaris, gnuhurd or kfreebsd make # must be gnu make make test # only tests libslack. to test daemon, see test/README @@ -165,8 +165,8 @@ To install on Arch Linux systems with yay: To install on Slackware Linux systems: - upgradepkg --install-new daemon-0.8.3-i586-1.txz - upgradepkg --install-new daemon-0.8.3-x86_64-1.txz + upgradepkg --install-new daemon-0.8.4-i586-1.txz + upgradepkg --install-new daemon-0.8.4-x86_64-1.txz There might be others. @@ -290,6 +290,6 @@ Probably has the same UNIX domain datagram problem as Solaris. URL: https://raf.org/daemon GIT: https://github.com/raforg/daemon GIT: https://codeberg.org/raforg/daemon - Date: 20230819 + Date: 20230824 Author: raf diff --git a/Makefile b/Makefile index 27c6b57..5807dec 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # CC := gcc diff --git a/README.md b/README.md index 8855369..918fd02 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,6 @@ The `--list` option reports all the currently running named *daemon* processes. URL: https://raf.org/daemon GIT: https://github.com/raforg/daemon GIT: https://codeberg.org/raforg/daemon - Date: 20230819 + Date: 20230824 Author: raf diff --git a/REFERENCES b/REFERENCES index fadafcb..4e595f7 100644 --- a/REFERENCES +++ b/REFERENCES @@ -100,6 +100,6 @@ REFERENCES URL: https://raf.org/daemon GIT: https://github.com/raforg/daemon GIT: https://codeberg.org/raforg/daemon - Date: 20230819 + Date: 20230824 Author: raf diff --git a/conf/ccenv b/conf/ccenv index fac194a..d2b1a85 100755 --- a/conf/ccenv +++ b/conf/ccenv @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile to use $CC as CC diff --git a/conf/destdir b/conf/destdir index 8b8a64e..77b58e9 100755 --- a/conf/destdir +++ b/conf/destdir @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile to change DESTDIR. diff --git a/conf/freebsd b/conf/freebsd index fc3a87d..c86deca 100755 --- a/conf/freebsd +++ b/conf/freebsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on FreeBSD diff --git a/conf/gnuhurd b/conf/gnuhurd index 1dca025..3bb3fd7 100755 --- a/conf/gnuhurd +++ b/conf/gnuhurd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to exercise optional code diff --git a/conf/kfreebsd b/conf/kfreebsd index d42e071..f4949d1 100755 --- a/conf/kfreebsd +++ b/conf/kfreebsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on Linux diff --git a/conf/linux b/conf/linux index 5d6797b..a6707fe 100755 --- a/conf/linux +++ b/conf/linux @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on Linux diff --git a/conf/logind b/conf/logind index 9771746..5db36a4 100755 --- a/conf/logind +++ b/conf/logind @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Enable/disable support for systemd-logind or elogind (Linux only) diff --git a/conf/macosx b/conf/macosx index d41ff1d..6063336 100755 --- a/conf/macosx +++ b/conf/macosx @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on FreeBSD diff --git a/conf/mail-test-start b/conf/mail-test-start index 75dbdfa..9835604 100755 --- a/conf/mail-test-start +++ b/conf/mail-test-start @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Enable mail tests diff --git a/conf/mail-test-stop b/conf/mail-test-stop index ea93b89..e006147 100755 --- a/conf/mail-test-stop +++ b/conf/mail-test-stop @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Disable mail tests diff --git a/conf/netbsd b/conf/netbsd index 0b6fc44..c99158b 100755 --- a/conf/netbsd +++ b/conf/netbsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on NetBSD diff --git a/conf/openbsd b/conf/openbsd index 8104b88..1063238 100755 --- a/conf/openbsd +++ b/conf/openbsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on OpenBSD diff --git a/conf/prefix b/conf/prefix index ba19c24..0fbe182 100755 --- a/conf/prefix +++ b/conf/prefix @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile and macros.mk to change diff --git a/conf/slackware b/conf/slackware index 591234c..0fb6c77 100755 --- a/conf/slackware +++ b/conf/slackware @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile to compile/install on Slackware (after conf/linux) diff --git a/conf/solaris10-cc b/conf/solaris10-cc index 42d2145..1583e79 100755 --- a/conf/solaris10-cc +++ b/conf/solaris10-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 10 with cc diff --git a/conf/solaris10-gcc b/conf/solaris10-gcc index 7a85ef0..bc7ca83 100755 --- a/conf/solaris10-gcc +++ b/conf/solaris10-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 10 with gcc diff --git a/conf/solaris6-cc b/conf/solaris6-cc index ae786bd..5078dda 100755 --- a/conf/solaris6-cc +++ b/conf/solaris6-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 6 with cc diff --git a/conf/solaris6-gcc b/conf/solaris6-gcc index 4395e5a..5a97920 100755 --- a/conf/solaris6-gcc +++ b/conf/solaris6-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 6 with gcc diff --git a/conf/solaris8-cc b/conf/solaris8-cc index 23c6413..c8a8123 100755 --- a/conf/solaris8-cc +++ b/conf/solaris8-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 8 with cc diff --git a/conf/solaris8-gcc b/conf/solaris8-gcc index 0ba9598..eff0b2b 100755 --- a/conf/solaris8-gcc +++ b/conf/solaris8-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 8 with gcc diff --git a/conf/test b/conf/test index f197237..6b38851 100755 --- a/conf/test +++ b/conf/test @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify macros.mk and config.h to exercise optional code diff --git a/conf/test-gcc-opt b/conf/test-gcc-opt index c14d61a..770efe7 100755 --- a/conf/test-gcc-opt +++ b/conf/test-gcc-opt @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Test if the supplied gcc argument is supported diff --git a/conf/test_logind.c b/conf/test_logind.c index e4c8232..11a2392 100644 --- a/conf/test_logind.c +++ b/conf/test_logind.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* diff --git a/config.h b/config.h index 7db1b0a..0e21b14 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef DAEMON_CONFIG_H diff --git a/configure b/configure index 21c373d..bb4c57a 100755 --- a/configure +++ b/configure @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Handle --default (for distribution) diff --git a/daemon.c b/daemon.c index 9ea8456..1913b5f 100644 --- a/daemon.c +++ b/daemon.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -975,7 +975,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/example/daemon.initd b/example/daemon.initd index d700235..3c95690 100755 --- a/example/daemon.initd +++ b/example/daemon.initd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # This is an example /etc/init.d script that shows how to use daemon(1) diff --git a/libslack/CHANGELOG b/libslack/CHANGELOG index 3cff553..91665b6 100644 --- a/libslack/CHANGELOG +++ b/libslack/CHANGELOG @@ -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 diff --git a/libslack/COPYING b/libslack/COPYING index a1b324f..20eaa4a 100644 --- a/libslack/COPYING +++ b/libslack/COPYING @@ -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 diff --git a/libslack/INSTALL b/libslack/INSTALL index abbfd32..69d1bed 100644 --- a/libslack/INSTALL +++ b/libslack/INSTALL @@ -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 diff --git a/libslack/LICENSES/LicenseRef-Tatu-Ylonen-Permissive.txt b/libslack/LICENSES/LicenseRef-Tatu-Ylonen-Permissive.txt new file mode 100644 index 0000000..bf6f8a0 --- /dev/null +++ b/libslack/LICENSES/LicenseRef-Tatu-Ylonen-Permissive.txt @@ -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". diff --git a/libslack/Makefile b/libslack/Makefile index 4e67129..ad4b7ae 100644 --- a/libslack/Makefile +++ b/libslack/Makefile @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # CC := gcc diff --git a/libslack/README.md b/libslack/README.md index 66eda7a..1630992 100644 --- a/libslack/README.md +++ b/libslack/README.md @@ -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 diff --git a/libslack/REFERENCES b/libslack/REFERENCES index a3b518d..ebc08b3 100644 --- a/libslack/REFERENCES +++ b/libslack/REFERENCES @@ -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 diff --git a/libslack/agent.c b/libslack/agent.c index 99df393..926df6c 100644 --- a/libslack/agent.c +++ b/libslack/agent.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -2569,7 +2569,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/agent.h b/libslack/agent.h index 92dc345..4be66aa 100644 --- a/libslack/agent.h +++ b/libslack/agent.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_AGENT_H diff --git a/libslack/conf/ccenv b/libslack/conf/ccenv index 1a1ed2c..0ee3bd9 100755 --- a/libslack/conf/ccenv +++ b/libslack/conf/ccenv @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile to use $CC as CC diff --git a/libslack/conf/destdir b/libslack/conf/destdir index 8b8a64e..77b58e9 100755 --- a/libslack/conf/destdir +++ b/libslack/conf/destdir @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile to change DESTDIR. diff --git a/libslack/conf/freebsd b/libslack/conf/freebsd index c4eaaee..163a0ef 100755 --- a/libslack/conf/freebsd +++ b/libslack/conf/freebsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on FreeBSD diff --git a/libslack/conf/gnuhurd b/libslack/conf/gnuhurd index b491e9f..2448079 100755 --- a/libslack/conf/gnuhurd +++ b/libslack/conf/gnuhurd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to exercise optional code diff --git a/libslack/conf/kfreebsd b/libslack/conf/kfreebsd index d6701db..90b99f9 100755 --- a/libslack/conf/kfreebsd +++ b/libslack/conf/kfreebsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on Linux diff --git a/libslack/conf/linux b/libslack/conf/linux index 3b3573c..23c80ea 100755 --- a/libslack/conf/linux +++ b/libslack/conf/linux @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on Linux diff --git a/libslack/conf/macosx b/libslack/conf/macosx index b452cc3..601261b 100755 --- a/libslack/conf/macosx +++ b/libslack/conf/macosx @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on FreeBSD diff --git a/libslack/conf/mail-test-start b/libslack/conf/mail-test-start index fcbe1bd..df69f93 100755 --- a/libslack/conf/mail-test-start +++ b/libslack/conf/mail-test-start @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Enable mail tests diff --git a/libslack/conf/mail-test-stop b/libslack/conf/mail-test-stop index 50e72b3..d8a6ad7 100755 --- a/libslack/conf/mail-test-stop +++ b/libslack/conf/mail-test-stop @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Disable mail tests diff --git a/libslack/conf/netbsd b/libslack/conf/netbsd index fc67d50..c11f9a4 100755 --- a/libslack/conf/netbsd +++ b/libslack/conf/netbsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on NetBSD diff --git a/libslack/conf/openbsd b/libslack/conf/openbsd index c4553a2..df655ee 100755 --- a/libslack/conf/openbsd +++ b/libslack/conf/openbsd @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile, macros.mk and config.h to compile on OpenBSD diff --git a/libslack/conf/prefix b/libslack/conf/prefix index a09d92d..4b1e2ca 100755 --- a/libslack/conf/prefix +++ b/libslack/conf/prefix @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify Makefile and macros.mk to change diff --git a/libslack/conf/solaris10-cc b/libslack/conf/solaris10-cc index a3137c4..700eb46 100755 --- a/libslack/conf/solaris10-cc +++ b/libslack/conf/solaris10-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 10 with cc diff --git a/libslack/conf/solaris10-gcc b/libslack/conf/solaris10-gcc index 83c099c..e5471d1 100755 --- a/libslack/conf/solaris10-gcc +++ b/libslack/conf/solaris10-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 10 with gcc diff --git a/libslack/conf/solaris6-cc b/libslack/conf/solaris6-cc index 25527b3..810fdd6 100755 --- a/libslack/conf/solaris6-cc +++ b/libslack/conf/solaris6-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 6 with cc diff --git a/libslack/conf/solaris6-gcc b/libslack/conf/solaris6-gcc index 1483f04..2da92b1 100755 --- a/libslack/conf/solaris6-gcc +++ b/libslack/conf/solaris6-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 6 with gcc diff --git a/libslack/conf/solaris8-cc b/libslack/conf/solaris8-cc index 6ff844c..4cc424e 100755 --- a/libslack/conf/solaris8-cc +++ b/libslack/conf/solaris8-cc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 8 with cc diff --git a/libslack/conf/solaris8-gcc b/libslack/conf/solaris8-gcc index 62f464c..ababd7a 100755 --- a/libslack/conf/solaris8-gcc +++ b/libslack/conf/solaris8-gcc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify the macros.mk make include files to compile on Solaris 8 with gcc diff --git a/libslack/conf/test b/libslack/conf/test index 5295775..b35bd26 100755 --- a/libslack/conf/test +++ b/libslack/conf/test @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Modify macros.mk and config.h to exercise optional code diff --git a/libslack/conf/test-gcc-opt b/libslack/conf/test-gcc-opt index 07c2ea7..5672efb 100755 --- a/libslack/conf/test-gcc-opt +++ b/libslack/conf/test-gcc-opt @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Test if the supplied gcc argument is supported diff --git a/libslack/conf/test-rwlock-start b/libslack/conf/test-rwlock-start index 0d4323f..fcbfb6b 100755 --- a/libslack/conf/test-rwlock-start +++ b/libslack/conf/test-rwlock-start @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Swap to supplied implementation of rwlocks diff --git a/libslack/conf/test-rwlock-stop b/libslack/conf/test-rwlock-stop index 97a839f..a040ed2 100755 --- a/libslack/conf/test-rwlock-stop +++ b/libslack/conf/test-rwlock-stop @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Revert to system implementation of rwlocks diff --git a/libslack/config.h b/libslack/config.h index e733be6..15ff39e 100644 --- a/libslack/config.h +++ b/libslack/config.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_CONFIG_H diff --git a/libslack/configure b/libslack/configure index fb3e484..7d912cf 100755 --- a/libslack/configure +++ b/libslack/configure @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Handle --default (for distribution) diff --git a/libslack/coproc.c b/libslack/coproc.c index bcf4757..c15a2ff 100644 --- a/libslack/coproc.c +++ b/libslack/coproc.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -817,7 +817,7 @@ I> =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/coproc.h b/libslack/coproc.h index 5edbd1c..c772159 100644 --- a/libslack/coproc.h +++ b/libslack/coproc.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_COPROC_H diff --git a/libslack/daemon.c b/libslack/daemon.c index 30d04f3..bd6a184 100644 --- a/libslack/daemon.c +++ b/libslack/daemon.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -1490,7 +1490,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/daemon.h b/libslack/daemon.h index 172caae..2549636 100644 --- a/libslack/daemon.h +++ b/libslack/daemon.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_DAEMON_H diff --git a/libslack/err.c b/libslack/err.c index 8b931a3..ecc419c 100644 --- a/libslack/err.c +++ b/libslack/err.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -857,7 +857,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/err.h b/libslack/err.h index 9f8f552..42f6551 100644 --- a/libslack/err.h +++ b/libslack/err.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_ERR_H diff --git a/libslack/fio.c b/libslack/fio.c index 3b722b9..18d409b 100644 --- a/libslack/fio.c +++ b/libslack/fio.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -967,7 +967,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/fio.h b/libslack/fio.h index a8f2563..40cd512 100644 --- a/libslack/fio.h +++ b/libslack/fio.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_FIO_H diff --git a/libslack/hdr.h b/libslack/hdr.h index ecad739..ee54a0c 100644 --- a/libslack/hdr.h +++ b/libslack/hdr.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_HDR_H diff --git a/libslack/hsort.c b/libslack/hsort.c index beb9fa3..53be047 100644 --- a/libslack/hsort.c +++ b/libslack/hsort.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* diff --git a/libslack/hsort.h b/libslack/hsort.h index 522cea6..9c3fc2a 100644 --- a/libslack/hsort.h +++ b/libslack/hsort.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_HSORT_H diff --git a/libslack/lib.h b/libslack/lib.h index 4d5a5df..ae81076 100644 --- a/libslack/lib.h +++ b/libslack/lib.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_LIB_H diff --git a/libslack/libslack-config.pod b/libslack/libslack-config.pod index c790b08..35c087c 100644 --- a/libslack/libslack-config.pod +++ b/libslack/libslack-config.pod @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # =head1 NAME @@ -134,6 +134,6 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/libslack-config.t b/libslack/libslack-config.t index f8f6220..25c75bd 100644 --- a/libslack/libslack-config.t +++ b/libslack/libslack-config.t @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # libslack-config - Helper utility for libslack clients diff --git a/libslack/libslack.pod b/libslack/libslack.pod index ebdc66b..1a32473 100644 --- a/libslack/libslack.pod +++ b/libslack/libslack.pod @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # =head1 NAME @@ -342,6 +342,6 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/lim.c b/libslack/lim.c index 9a25011..7c7fd57 100644 --- a/libslack/lim.c +++ b/libslack/lim.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -861,7 +861,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/lim.h b/libslack/lim.h index 1db371f..54a67fd 100644 --- a/libslack/lim.h +++ b/libslack/lim.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_LIM_H diff --git a/libslack/link.c b/libslack/link.c index 440ea6d..7701c1b 100644 --- a/libslack/link.c +++ b/libslack/link.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -823,7 +823,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/link.h b/libslack/link.h index 4872fd1..bb58075 100644 --- a/libslack/link.h +++ b/libslack/link.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_LINK_H diff --git a/libslack/list.c b/libslack/list.c index 7587172..43d9eef 100644 --- a/libslack/list.c +++ b/libslack/list.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -3535,7 +3535,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/list.h b/libslack/list.h index 913b968..3cf8330 100644 --- a/libslack/list.h +++ b/libslack/list.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_LIST_H diff --git a/libslack/locker.c b/libslack/locker.c index 52718aa..75a2b2e 100644 --- a/libslack/locker.c +++ b/libslack/locker.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -1028,7 +1028,7 @@ C =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/locker.h b/libslack/locker.h index 84187d6..f89b555 100644 --- a/libslack/locker.h +++ b/libslack/locker.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_LOCKER_H diff --git a/libslack/macros.mk b/libslack/macros.mk index ca0d1e3..65fc072 100644 --- a/libslack/macros.mk +++ b/libslack/macros.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Uncomment these to override the defines in daemon.h and prog.h @@ -149,8 +149,8 @@ SLACK_TEST_CCFLAGS += -Wno-restrict # SLACK_DEFINES += -DNO_DEBUG_LOCKERS=1 SLACK_NAME := slack -SLACK_VERSION := 0.7.4 -SLACK_DATE := 20230819 +SLACK_VERSION := 0.7.5 +SLACK_DATE := 20230824 SLACK_URL := https://libslack.org SLACK_ID := lib$(SLACK_NAME)-$(SLACK_VERSION) SLACK_DIST := $(SLACK_ID).tar.gz diff --git a/libslack/map.c b/libslack/map.c index ee4c5cd..01831dd 100644 --- a/libslack/map.c +++ b/libslack/map.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -2262,7 +2262,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/map.h b/libslack/map.h index 0a89620..4fecf2c 100644 --- a/libslack/map.h +++ b/libslack/map.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_MAP_H diff --git a/libslack/mem.c b/libslack/mem.c index cf21493..29ad161 100644 --- a/libslack/mem.c +++ b/libslack/mem.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -1117,7 +1117,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/mem.h b/libslack/mem.h index a0ba2b7..216826e 100644 --- a/libslack/mem.h +++ b/libslack/mem.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_MEM_H diff --git a/libslack/msg.c b/libslack/msg.c index 3c80712..c907d41 100644 --- a/libslack/msg.c +++ b/libslack/msg.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -1697,7 +1697,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/msg.h b/libslack/msg.h index fa54f41..e04e8e6 100644 --- a/libslack/msg.h +++ b/libslack/msg.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_MSG_H diff --git a/libslack/myinstall b/libslack/myinstall index b829c4e..f0a6692 100755 --- a/libslack/myinstall +++ b/libslack/myinstall @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # This is a local version of install for OpenSolaris because it doesn't have diff --git a/libslack/net.c b/libslack/net.c index fb8599a..d25a17f 100644 --- a/libslack/net.c +++ b/libslack/net.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -5084,7 +5084,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/net.h b/libslack/net.h index 5aa54dd..27dff12 100644 --- a/libslack/net.h +++ b/libslack/net.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_NET_H diff --git a/libslack/prog.c b/libslack/prog.c index 5790e8d..7047626 100644 --- a/libslack/prog.c +++ b/libslack/prog.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -2557,7 +2557,7 @@ The following program: prog_set_syntax("[options] arg..."); prog_set_options(options); prog_set_version("1.0"); - prog_set_date("20230819"); + prog_set_date("20230824"); prog_set_author("raf "); prog_set_contact(prog_author()); prog_set_url("https://libslack.org"); @@ -2595,7 +2595,7 @@ will behave like: Name: example Version: 1.0 - Date: 20230819 + Date: 20230824 Author: raf URL: https://libslack.org @@ -2637,7 +2637,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut @@ -2781,7 +2781,7 @@ int main(int ac, char **av) "\n" "Name: %s\n" "Version: 1.0\n" - "Date: 20230819\n" + "Date: 20230824\n" "Author: raf \n" "Vendor: A Software Vendor\n" "URL: https://libslack.org/test\n" @@ -2874,7 +2874,7 @@ int main(int ac, char **av) prog_set_syntax("[options]"); prog_set_options(prog_options_table); prog_set_version("1.0"); - prog_set_date("20230819"); + prog_set_date("20230824"); prog_set_author("raf "); prog_set_contact("raf "); prog_set_vendor("A Software Vendor"); diff --git a/libslack/prog.h b/libslack/prog.h index 34e77ee..7fc6162 100644 --- a/libslack/prog.h +++ b/libslack/prog.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_PROG_H diff --git a/libslack/prop.c b/libslack/prop.c index 085df9a..e2f0b63 100644 --- a/libslack/prop.c +++ b/libslack/prop.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -1255,7 +1255,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/prop.h b/libslack/prop.h index c941280..edcc738 100644 --- a/libslack/prop.h +++ b/libslack/prop.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_PROP_H diff --git a/libslack/pseudo.c b/libslack/pseudo.c index f773bc0..889941a 100644 --- a/libslack/pseudo.c +++ b/libslack/pseudo.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* diff --git a/libslack/pseudo.h b/libslack/pseudo.h index 9847c5d..1059e04 100644 --- a/libslack/pseudo.h +++ b/libslack/pseudo.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* diff --git a/libslack/rules.mk b/libslack/rules.mk index 213c2df..2676eb0 100644 --- a/libslack/rules.mk +++ b/libslack/rules.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # ifneq ($(SLACK_TARGET),./$(SLACK_NAME)) diff --git a/libslack/sig.c b/libslack/sig.c index 1062c0d..f003cd7 100644 --- a/libslack/sig.c +++ b/libslack/sig.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -415,7 +415,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/sig.h b/libslack/sig.h index df0f458..36e3ed4 100644 --- a/libslack/sig.h +++ b/libslack/sig.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_SIG_H diff --git a/libslack/snprintf.c b/libslack/snprintf.c index ee240eb..26b7a1f 100644 --- a/libslack/snprintf.c +++ b/libslack/snprintf.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* diff --git a/libslack/snprintf.h b/libslack/snprintf.h index 96905bc..61c80b2 100644 --- a/libslack/snprintf.h +++ b/libslack/snprintf.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_SNPRINTF_H diff --git a/libslack/socks.h b/libslack/socks.h index e5a0609..1b97ecf 100644 --- a/libslack/socks.h +++ b/libslack/socks.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_SOCKS_H diff --git a/libslack/std.h b/libslack/std.h index 0f741d8..db09240 100644 --- a/libslack/std.h +++ b/libslack/std.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_STD_H diff --git a/libslack/str.c b/libslack/str.c index 7f50a5e..28f1a06 100644 --- a/libslack/str.c +++ b/libslack/str.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -7712,7 +7712,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/str.h b/libslack/str.h index 7ff1996..c5d7a72 100644 --- a/libslack/str.h +++ b/libslack/str.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_STR_H diff --git a/libslack/tools/Makefile b/libslack/tools/Makefile index 1031926..6b1f983 100644 --- a/libslack/tools/Makefile +++ b/libslack/tools/Makefile @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # prefix := /usr/local diff --git a/libslack/tools/analyse-debug-locker b/libslack/tools/analyse-debug-locker index 799fea2..f340635 100755 --- a/libslack/tools/analyse-debug-locker +++ b/libslack/tools/analyse-debug-locker @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # =head1 NAME diff --git a/libslack/tools/check-examples b/libslack/tools/check-examples index f154089..5c5a02d 100755 --- a/libslack/tools/check-examples +++ b/libslack/tools/check-examples @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # $| = 1; diff --git a/libslack/tools/check-pod b/libslack/tools/check-pod index f0fb64b..ab088de 100755 --- a/libslack/tools/check-pod +++ b/libslack/tools/check-pod @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Perform all the other pod checks on all modules. diff --git a/libslack/tools/check-pod-header b/libslack/tools/check-pod-header index da336cd..a006d79 100755 --- a/libslack/tools/check-pod-header +++ b/libslack/tools/check-pod-header @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Compares the function prototypes in each module's header file against the diff --git a/libslack/tools/check-pod-prototypes b/libslack/tools/check-pod-prototypes index 0ee82fa..1181aa3 100755 --- a/libslack/tools/check-pod-prototypes +++ b/libslack/tools/check-pod-prototypes @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Compares the function prototypes in the pod manpage source against the diff --git a/libslack/tools/check-pod-synopsis b/libslack/tools/check-pod-synopsis index c704170..6b1d53e 100755 --- a/libslack/tools/check-pod-synopsis +++ b/libslack/tools/check-pod-synopsis @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Compares the contents of each module's header file against the synposis diff --git a/libslack/tools/migrate-properties b/libslack/tools/migrate-properties index e28e6fc..f1ce42d 100755 --- a/libslack/tools/migrate-properties +++ b/libslack/tools/migrate-properties @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Convert an old libslack property file into a libslack-0.5.2 property file. diff --git a/libslack/tools/prefix b/libslack/tools/prefix index 37ada49..d8f42f6 100755 --- a/libslack/tools/prefix +++ b/libslack/tools/prefix @@ -20,7 +20,7 @@ use strict; # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # =head1 NAME @@ -453,7 +453,7 @@ sub hdr * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_$name_macro diff --git a/libslack/tools/viconf b/libslack/tools/viconf index cc068ca..b3e194d 100755 --- a/libslack/tools/viconf +++ b/libslack/tools/viconf @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Edit the configuration files and keep them in sync diff --git a/libslack/vsscanf.c b/libslack/vsscanf.c index e9423ad..26a6d05 100644 --- a/libslack/vsscanf.c +++ b/libslack/vsscanf.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ /* @@ -130,7 +130,7 @@ I =head1 AUTHOR -20230819 raf +20230824 raf =cut diff --git a/libslack/vsscanf.h b/libslack/vsscanf.h index 28cd468..665676d 100644 --- a/libslack/vsscanf.h +++ b/libslack/vsscanf.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . * -* 20230819 raf +* 20230824 raf */ #ifndef LIBSLACK_VSSCANF_H diff --git a/macros.mk b/macros.mk index 26d634e..c4254ed 100644 --- a/macros.mk +++ b/macros.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # Uncomment this to override the default value of 300 seconds @@ -35,8 +35,8 @@ # DAEMON_DEFINES += -DNDEBUG DAEMON_NAME := daemon -DAEMON_VERSION := 0.8.3 -DAEMON_DATE := 20230819 +DAEMON_VERSION := 0.8.4 +DAEMON_DATE := 20230824 DAEMON_URL := https://libslack.org/daemon DAEMON_ID := $(DAEMON_NAME)-$(DAEMON_VERSION) DAEMON_DIST := $(DAEMON_ID).tar.gz diff --git a/myinstall b/myinstall index 6a75015..1767ba6 100755 --- a/myinstall +++ b/myinstall @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # # This is a local version of install for OpenSolaris because it doesn't have diff --git a/rules.mk b/rules.mk index f2dccaf..0b39462 100644 --- a/rules.mk +++ b/rules.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . # -# 20230819 raf +# 20230824 raf # ifneq ($(DAEMON_TARGET),./$(DAEMON_NAME))