Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixes for compilation on Solaris.
- INCOMPATIBILITY WITH EARLIER VERSIONS:
Kernel-mode plugin now is built against latest CVS ppp source rather than
Michal Ostrowski's patched version. If you use kernel-mode PPPoE, you
MUST use the CVS version of the ppp source code with rp-pppoe 3.4.
- Print PPPoE session number when connection terminates. Thanks to
Alexander Dalloz for suggesting this.
- Fixed a bug in MSS clamping -- it now works with protocol-field compression.
Thanks to Gerd v. Egidy for the patch.
- Ignore SIGINT and SIGTERM so LCP termination packets make it out.
This update also contains a patch for PR pkg/18525 by Lex Wennmacher.
|
|
|
|
|
|
|
|
Merge two netcat.c patches into a single patch file, remove unneccessary
call to res_init() and pass correct make options for Linux and (untested)
Solaris.
|
|
|
|
|
|
|
|
required to use the "rp-pppoe" package on NetBSD 1.4 which is no longer
supported.
|
|
Bump nb version to 2.
|
|
--- 4.9.10-REL released ---
821. [bug] read buffer overflows.
820. [port] __printf0like required for test build under FreeBSD.
819. [cleanup] res_mkquery.c: kill buflen manipulation.
|
|
|
|
|
|
Add support for native pthread via mk/pthread.buildlink2.mk
|
|
We don't need them any more under current bsd.pkg.install.mk.
|
|
|
|
|
|
(Thought I did this the other day but apparently not - too many interruptions)
|
|
- Uses buildlink2 and module.mk now.
- Removed patch-ab (bug fixed is fixed in this version).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Included tkx2vnc, written by David Noble
* Added hotkey functionality.
* Added Macintosh mode.
* Included a patch for -trimsel.
* Implemented -scrollines
* Implemented a grab timeout to allow xscreensaver to activate
gracefully.
* Added -desktop option.
* AltGr should now work properly.
* Fixed cut'n'paste to work with XA_PRIMARY
* Reversed mouse wheel direction (-reversewheel will get
old behaviour)
* Added an autoconf script for easier compilation on
systems where xmkmf has not been configured properly.
* Fixed -edgewidth to affect mouse pointer returns as well,
should fix some problems on Digital Unix.
Update provided by Michael Santos <mike@ethmoid.org> in PR 18526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While here, delete unnecessary parts of said configure patch.
|
|
|
|
|
|
|
|
bump PKGREVISION.
|
|
|
|
from Python.
|
|
to make it work with Python-2.2 (extracted from py-google).
This is the third SOAP implementation in Python I've tried, and the
first which actually works.
|
|
- fix a bug in GDL ctree which crashs dc_gui. Bug fixed by Raphael Scott.
- new button added to start a dummy client (requires DCTC 0.83.5).
- command line option added: -s. This command temporarily disables the autostart
of clients which can be useful when an invalid hub has this flag set.
- command line option added: -h. This flag requires a parameter, a hub address
and port. When this option is given, the GUI will automatically start a new
DCTC connected to the given hub address. When this option is given, you must
also give the option -p (see below).
- command line option added: -u. This flag requires a parameter, a dchub:// URL
When this option is given, the GUI will automatically start a new DCTC
connected to the given hub address. When this option is given, you must also
give the option -p (see below).
- command line option added: -p. This flag requires a parameter, the name of
an existing profile to use. This option is needed for both -h and -u.
- command line option added: -e. When this flag is specified, the program ends
immediatly before displaying any window. This flag is useful with both -h
and -u to avoid to have as many GUI as DCTC client.
Also, de-internationalize a bit more.
|