Path to this page:
Subject: CVS commit: pkgsrc/editors/gnuserv
From: Paolo Vincenzo Olivo
Date: 2023-09-11 23:18:49
Message id: 20230911211849.A37E5FBDB@cvs.NetBSD.org
Log Message:
editors/gnuserv: update to release 3.12.8
# pkgsrc changes
* Move MASTER_SITES to working mirror.
* Move HOMEPAGE to relevant reference on Emacs wiki.
* Use X11BASE instead of conditionals.
* Standardise configure args.
* Apply a number of code fixes (partially pulled from Debian).
* Add `dtemacs' script + man page from gnuserv author (taken from
archive.org).
* Install official and pkgsrc README.
* Install .desktop application file.
# upstream changes (since 3.12.7)
2007-10-22 Martin Schwenke <martin@meltin.net>
* aclocal.m4: Fix more $x_libraries breakage.
* Makefile.in: Version 3.12.8. Added compiler.h. Fix dependencies.
* aclocal.m4:
Fix problem where empty $x_includes and $x_libraries causes
./configure breakage.
2007-10-21 Martin Schwenke <martin@meltin.net>
* gnuclient.c, gnuslib.c: Merge this:
2006-08-08 Jerry James <james@xemacs.org>
* gnuslib.c (disconnect_from_server): shutdown() has been fine on
Linux for a long time now; use it. Also, don't use length to
access the buffer unless it is positive, not just nonzero.
* gnuclient.c (filename_expand): Initialize the last array element
to get a valid C string in case of overflow. Use strncat to avoid
buffer overruns.
* gnuclient.c (main): Use strncpy to avoid buffer overruns.
* gnuclient.c: Sync with xemacs-21.5.27.
* gnuserv.c, sysfile.h, syssignal.h: Version from xemacs-21.5.27.
Files: