vICQ is simple ICQ client written in perl with look & feel of micq
and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000
module written by Robin Fisher.
Fixes pkg/14718 by Shell Hung <shell@shellhung.org>
Requested by Masao Uebayashi <uebayashi@soum.co.jp> in pkg/15007,
patch resent in private mail.
Changes:
1.0 - 12/15/2001
Updated translations hu and nl.
0.99.3 (RC1) - 12/10/2001
Added translation for no.
Updated translations es, et, fr, it, nl, ru.
Clarified release license in about dialog.
0.99.2 - 12/5/2001
Updated translations de, fi, fr, pt_BR, sk, zh_TW.
Minor man page and README updates.
0.99.1 - 11/25/2001
Added translation da (Danish).
Updated translations fr (French) and pt_BR (Brazilian Portuguese).
Fixed incorrect file listing when attempting to enter a directory with no read access.
0.99.0 - 11/19/2001
Added a help window, it merely displays the README.
Fixed bug causing window to never resize larger when changing images and the zoom is set to fit window.
Several small bug fixes.
Basilisk II is an Open Source 68k Macintosh emulator. That is, it
enables you to run 68k MacOS software on you computer, even if you
are using a different operating system. However, you still need a
copy of MacOS and a Macintosh ROM image to use Basilisk II.
Patches sent by Lubomir Sedlacik <salo@silcnet.org> in PR 15079.
Changes in the silc-server package:
- update to the silc-server package version 0.7.3
- patch-ab is no longer needed--it has been integratedinto distribution,
patch-ac moved into its place
- complete release notes can be found at:
http://silcnet.org/txt/release-server.txt
- complete changelog can be found at:
http://silcnet.org/txt/changes-server.txt
o Move content of MESSAGE int INSTALL and add note for external
supporting programs.
o Cope with update wv and xlhtml package. (Fix has sent to
namazu-users-ja mailing list.)
o Official change from NEWS file are bellow:
Overview of Changes in Namazu 2.0.10 - Dec 27, 2001
* Fix another cross-site scripting vulnerability.
* Fix possibility of buffer overflow.
- Format string bug fixed in protocol.c
smtp, pop3 and nntp in client mode were affected.
(stunnel clients could be attacked by malicious servers)
- Certificate chain can be supplied with -p option or in stunnel.pem.
- Problem with -r and -l options used together fixed.
- memmove() instead of memcpy() is used to move data in buffers.
- More detailed information about negotiated ciphers is printed.
- New ./configure options: "--enable-no-rsa" and "--enable-dh".
packages, since certain arguments passed to the tar command by pkg_create
assume the existence of GNU tar (-T for one), and Darwin's standard tar
doesn't understand these.
since this shows up problems on NFS-mounted pkgsrc archives on Darwin.
On Darwin, don't try to make the po message files, since msgfmt doesn't
yet exist.
These changes allow bootstrapping the gtar-base package on Darwin.
lintpkgsrc - if we find one valid match in a DEPENDS entry, don't
bitch about any others expanding to a non-existant package:
Example: postgresql-{6.5.3*,7.0*,lib-*}
With this lintpkgsrc -d now outputs six lines on current pkgsrc.
Note to self: When you use 'cvs c^[P' the second time in an
evening for the same package... its enough.
lintpkgsrc.pl:
Finally we parse {x,y,z} constructs in DEPENDS, plus handle a
few more make conditionals. Now most of the lintpkgsrc -d output
is related to versions of software no longer in pkgsrc...
Does the fun ever start?
Significant rototill of lintpkgsrc.pl, converting to a rather twisted
hierarchy of PkgVer Pkgs and PkgList objects with assorted arbitrary
methods, all based on existing usage rather than ideal design.
Actual fixes found along the way:
- Handle := in makefiles
- Better handle parenthesis and "" in make conditionals
- parse bsd.pkg.mk to extract _REQD values (hence the previous line)
- Add missing 'key' in hash iteration
- Do not repeat includes (evolution longer depends on jpeg 45 times)
Still have to handle such delightful constructs as
DEPENDS += {qt2-designer>=2.2.4,qt2-designer-kde>=2.3.1nb1} in a sane way
--suexec-* configure options that are passed directly to the Apache
configure script. This may be used to tune the suEXEC configuration
in more restrictive ways, e.g. --suexec-uidmin=1000. This solution
is more open-ended than the fix proposed in pkg/14973. Also, we
don't duplicate all of the options from the Apache configure script
in pkgsrc bsd.pkg.defaults.mk. This closes pkg/14973 by Eric
Schnoebelen <eric@cirr.com>
(2) For namespace consistency, deprecate APACHE_USER in favor of
APACHE_SUEXEC_USER. Move APACHE_USER into bsd.pkg.obsolete.mk.
(3) Create the suEXEC user when the functionality is enabled in the server
so that CGI scripts will work properly. This closes pkg/14903 by
Wojciech Puchar <wojtek@3miasto.net>