Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The fix was provided by minoura@netbsd.org
|
|
|
|
package). This closes PR pkg/17555.
list of minor changes:
- added external User Interface support
- bugfixes
- FreeBSD specific includes adjusted
|
|
noticably better.
Tested with all the pkgs that use it: mikmod, xmms, xpuyopuyo, xscorch.
|
|
|
|
support.
|
|
I've tested all the apps I found that link against gal -- various stuff in
gnome, gabber, mrproject, sodipodi, evolution, etc. mrproject and sodipodi
had other problems (which I fixed). gtt and gnome-gtkhtml-editor seem to
hang without doing much, but this also happens with gal-0.19nb1.
This update is necessary to update evolution.
|
|
|
|
|
|
|
|
|
|
and Canon cameras (e.g. ELPH S200, DX-4900).
|
|
|
|
Provided in PR 17585 by Mishka (mishka@terabyte.com.ua)
These are useful tools for Russian users:
todos/fromdos: point-to-point cp866<->koi8-r decoder with CR/LF translation
towin/fromwin: best match cp1251<->koi8-r decoder with CR/LF translation
a2kfcnv: EGA/VGA raw screen fonts converter: cp866 font -> koi8-r font
All programs written according to RFC 1489
|
|
|
|
Relevant changes:
* --fake-stat support, fakes mode/stat information.
Very useful on MacOS X finder that uses this.
* Bug fixes
Also, sort PLIST, and standardize MESSAGE slightly.
|
|
|
|
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into
PDF file by using PDFlib. The output of this program does not contain
embedded fonts. You have to download the Acrobat Acroread Asianfont pack
to view and print the output file or use TrueType fonts with Xpdf.
This wrapper does not provide any formatting functions except simple
line wrapping. If you need sophisticated formatting, you should try
CJK-LaTex or other equivalent tools.
|
|
core dumps.
|
|
|
|
|
|
integrated.
|
|
|
|
The web site sez:
The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:
* An obscure path through the code could cause the Unix version of
C-Kermit to dump core during its startup sequence. This happened to
only one person, but now it's fixed.
* When C-Kermit 8.0 is in Kermit server mode and the client says "get
blah", where blah (on the server) is a symlink rather than a real
file, the server unreasonably refused to send the linked-to file.
* When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
that includes one or more path segments), it failed to accept the
incoming file (this happened only with GET, not MGET).
* Array references should be case insensitive but only lowercase array
letters were accepted.
* SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).
* Spurious refusals of remote directory listings if the remote server's
date was set in the past.
C-Kermit 8.0.201 (8 Feb 2002)
Installability as an [147]SSH v2 Subsystem.
[148]SET LOCUS command.
[149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
execution.
[150]USER and ACCOUNT added as synonyms for FTP USER and FTP
ACCOUNT.
[151]SHOW VARIABLES now accepts a list of variables.
Rudimentary support for [152]Caller ID when receiving phone calls.
Up/Down [153]Arrow-key navigation of command history buffer.
[154]Automatic execution of customization file if init file is
missing.
|
|
crash.
|
|
|
|
|
|
|
|
Libglade is a library that performs a similar job to the C source
output routines in the GLADE user interface builder. Whereas GLADE's
output routines create C code that can then be compiled, libglade builds
the interface from an XML file (GLADE's save format) at runtime. This
way you can change the look of a program without needing to recompile.
Currently it supports all the widgets in current releases, together
with support for keyboard accelerators and automatic signal
connection.
|
|
|
|
libgnomeprint is a library used to communicate with the gnomeprint
environment. It is part of the GNOME2 platform and it is UI
independant.
|
|
|
|
|
|
Provided by Tracy Di Marco White in PR 17449
snort-mysql is a libpcap-based packet sniffer/logger using a MySQL database
|
|
|
|
Collection.
Provided in PR 17580 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp), with
minor changes by me.
SnortSnarf is a Perl program to take files of alerts from the free
Snort Intrusion Detection System , and produce HTML output intended
for diagnostic inspection and tracking down problems.
|
|
|
|
Bonobo is a set of language and system independant CORBA interfaces
for creating reusable components, controls and creating compound
documents.
We distinguish between `Bonobo' the name of the component architecture,
and `bonobo' which is the C-based easy to use implemenatation of the
Bonobo component architecture.
libbonobo contains a rich API for dealing Bonobo Objects (activation
for example).
|
|
Should fix pkg/17464 from oki@netbsd.org.
|
|
Changes since 0.9.8: Bugfixes.
|
|
|
|
Changes since 2.4.21:
* performances patches: Peter Jacobi
* c14n fixes, testsuite and performances: Aleksey Sanin
* added xmlDocFormatDump: Chema Celorio
* new tutorial: John Fleck
* new hash functions and performances: Sander Vesik, portability fix
from Peter Jacobi
* a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
HTML parsers, ID lookup function
* removal of all remaining sprintf: Aleksey Sanin
* a number of bug fixes: configure scripts, base handling, parser, memory
usage, HTML parser, XPath, documentation (Christian Cornelssen),
indentation, URI parsing
* Optimizations for XMLSec, fixing and making public some of the network
protocol handlers (Aleksey)
* performance patch from Gary Pennington
* Charles Bozeman provided date and time support for XML Schemas datatypes
|
|
work quite right here. We need checksums for both (or all) files,
not just the ones for the box that "make makesum" was run on.
|
|
Changes since 2.3.108:
* leak fixes (Michael)
+ async code
+ connection dispose
+ GIOP 1.0 service contexts
* trace cleanup (Sean Atkinson)
+ us timestamp printing
+ ellipsize long strings
* Bug fixes
+ accept NULL async callbacks (Michael)
+ CosNaming mess fixups (Michael)
+ Java interop fix (Mark)
+ IDL compiler more type friendly (Gergo)
|
|
Changes: not many, GNOME2 version.
|
|
|
|
Changes since 1.1.9:
Logging fixes (deprecating -l option to sockd)
Two commercial modules available, redirect and bandwidth (not included in pkg)
Some more from the 'Changes' file:
o Move daemon() call to later so more errors can be reported, suggested
by Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>.
o fix problem when linking with libsocks;
NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp>.
o fix some problems when socksifying, making certain programs
hang forever (e.g. certain versions/installations of "ssh -X").
Thanks to NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> for
diagnosis, help and testing.
o Don't mark the rule as good either if sockscf.state.unfixedpamdata,
fixes bug reported by Jerry Murdock" <jmurdock@itraktech.com>.
o fix a bug preventing the list given in a 'user:' keyword from
being checked correctly. Reported by Oleg Bulavsky <bulch@ftc.ru>.
o "-h" prints out configfile used, based on suggestion from
dh_tsc_10@ugcs.net.
o fix bugs that reset some defaults at the wrong time, reported by
dh_tsc_10@ugcs.net.
o prototype script for generation of graphs with usage information included
(bin/sockd-graphgen). Contact us if you run a socks server with significant
usage, and you are willing to help with testing.
o Some minor optimisations in server i/o code, at the cost of some
timer accuracy concerning bandwidth limiting/client expiration.
o prefix "socks" to some global variables to avoid collisions during
socksify. Reported by Don Reid <donr@cvs.agilent.com>.
o capi/socks.h needs Rxxx prototypes to work with a c++
compiler. Noted by Alex Morozov <alex@idisys.iae.nsk.su>.
o If Rgetsockname() is called on a socket that a previous uncompleted
Rconnect() has been done on, try to sleep until Rconnect() has
finished instead of returning ENOBUFS. Hoped to help compatibility
with some applications.
o Modified httpproxy code a little, based on patch from
dh_tsc_10@ugcs.net.
o Code for selecting which of multiple external ipaddresses to use
on a global basis based on routing.
Code contributed by Tom Chan <tchan@austin.rr.com>.
o Rename "pamservicename" to "pam.servicename".
o Fix memory overrun problem in Rgethostbyname*(). Found and
diagnosed by dme@dme.org, thanks.
o new method added: "pam". Code contributed by
Patrick Bihan-Faou, MindStep Corporation, patrick@mindstep.com.
o let client-rules have their own global methodline, "clientmethod",
default value set to "none".
The global "method" is only used for socks-rules now.
o delay checking of password/etc til we have received the socks
request (rather than during negotiation, as was the case).
Required for supporting passwordbased authentication via non-socks
methods, e.g. pam.
o socklen_t definition updated for NetBSD 1.5U.
Problem report and patch submitted by Janne Snabb <snabb@ssh.com>.
o Output from 'config.guess' is not sufficient to determine use
of elf on NetBSD.
Problem report and patch submitted by Janne Snabb <snabb@ssh.com>
|
|
as reported on tech-pkg by Richard Rauch.
Changes: lots of new features, misc. fixes and a security fix in the server.
Details in doc/ChangeLog in the tarball.
|