Commit graph

113367 commits

Author SHA1 Message Date
tron
fb3f678be8 Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
  URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
  non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
  opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
  /NICKSERV or /NS method. #1655733.
- Added command line argument:
  --minimize=level  Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
  * Added "modes" to xchat_get_info(). Returns the current channel modes,
    if they are known.
  * Fixed "event_event name" for xchat_get_info() to match the docs
    exactly, but 2.8.0 (mis)behaviour works too.
- Perl
  * Execute the shutdown callback before removing the hooks so commands
    created by the script can be used in the callback.
2007-05-22 12:18:58 +00:00
spz
cc5da952bb new version, a lot less bugs 2007-05-22 12:18:23 +00:00
spz
bac508cecb new version, new patches: upstream adopted a bunch of ours, but gcc found
new things to bitch about
2007-05-22 12:17:30 +00:00
martti
f128964b02 I can adopt this as I'm using clamsmtp on several production servers. 2007-05-22 11:26:13 +00:00
taca
83ff4e8e6d Note update of mail/squirrelmail package to 1.4.10anb2. 2007-05-22 11:14:11 +00:00
taca
d09ffd7af3 A patch file for squirrelmail-lite option has updated to fix its
minor problem.

Bump PKGREVISION.
2007-05-22 11:13:27 +00:00
xtraeme
5372a8855c I'm not maintaining these packages anymore. 2007-05-22 11:03:49 +00:00
xtraeme
9ac67a4418 I don't have time to maintain packages that might be affected by
security vulnerabilities.
2007-05-22 10:53:20 +00:00
xtraeme
3b7dd9b1d3 I'm not maintaining these packages anymore. 2007-05-22 10:50:59 +00:00
xtraeme
b01ff82dd1 I'm not maintaining anymore this package.
salo feel free to update it and fix the security vulnerabilities.
2007-05-22 10:47:37 +00:00
taca
988791e590 Add SHA1/RMD160 of squirrelmail-1.4.10a-lite-20070511-patch. 2007-05-22 01:47:53 +00:00
wiz
00cb019610 Remove some outdated mirror sites. From Zafer Aydogan. 2007-05-21 22:42:22 +00:00
wiz
09ea3fd2db + lbdb-0.35, prelude-lml-0.9.10. 2007-05-21 22:34:21 +00:00
wiz
3b2143c63d gnucash-current updated to 2.1.2. 2007-05-21 22:34:00 +00:00
wiz
2c388e4c30 Update to 2.1.2:
Attention: if you're using Scheduled Transactions, this version is not
compatible with 2.0.x, so you won't be able to open them with 2.0.x
after using them with 2.1.x.

 2.1.2 - 19 May 2007
 	 o Welcome to GnuCash 2.1.2 aka "Financially secure yet?"the third of
	 several unstable releases of the GnuCash Open Source Accounting
	 Software which will eventually lead to the stable version 2.2.0.
	 With this new release series, GnuCash is available on Microsoft
	 Windows for the first time, and it also runs on GNU/Linux, *BSD,
	 Solaris and Mac OSX.
	 This release is intended for developers and testers who want to help
	 tracking down bugs.
	 o WARNING: Make sure you make backups of any files used in testing
	 versions of GnuCash in the 2.1.x series. Although the developers go
	 to great lengths to ensure that no data will be lost we cannot
	 guarantee that your data will not be affected if for some reason
	 GnuCash crashes in testing these releases.
	 o Please test any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o Compared to the 2.0.x series, there are only very few user-visible
	 new features, except for the completed port to the Microsoft Windows
	 operating system. Minor new features compared to the 2.0.x series
	 are;
	 o The Scheduled Transaction Editor and Management dialogs have been
	 integrated into the overall GnuCash User Interface to give the user a
	 more consistent experience in creating scheduled transactions.
	 o Internally, the programming language wrappers are no longer being
	 generated by the not-so-well-maintained package "g-wrap" but instead
	 by the well-established wrapper generator "SWIG". In effect, gnucash
	 does no longer depend on g-wrap anymore but uses SWIG now.
	 o New printing formats for check printing
	 o Bugfixes and improvements since the last version 2.1.0 include:
	 o Internal GObject integration is much more advanced by now
	 o Crash on OFX import crashing has been fixed
	 o Windows timezone problems fixed
	 o Some memory leaks have been fixed
2007-05-21 22:33:36 +00:00
reed
29df66949c Add sparse. 2007-05-21 20:48:41 +00:00
reed
fc02787c53 Import sparse.
Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.

Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.
2007-05-21 20:46:43 +00:00
xtraeme
8bf63be7ff Updated emulators/qemu to 0.9.0 2007-05-21 20:25:49 +00:00
xtraeme
b7a6f73e82 Update to 0.9.0. Thanks to Michael Van Elst for sending me the missing
patch to let this build on systems without POSIX AIO.

version 0.9.0:

- Support for relative paths in backing files for disk images
- Async file I/O API
- New qcow2 disk image format
- Support of multiple VM snapshots
- Linux: specific host CDROM and floppy support
- SMM support
- Moved PCI init, MP table init and ACPI table init to Bochs BIOS
- Support for MIPS32 Release 2 instruction set (Thiemo Seufer)
- MIPS Malta system emulation (Aurelien Jarno, Stefan Weil)
- Darwin userspace emulation (Pierre d'Herbemont)
- m68k user support (Paul Brook)
- several x86 and x86_64 emulation fixes
- Mouse relative offset VNC extension (Anthony Liguori)
- PXE boot support (Anthony Liguori)
- '-daemonize' option (Anthony Liguori)
2007-05-21 20:24:44 +00:00
joerg
6336e80eb3 Change depdencies to be non-ambigious. Bump revision. 2007-05-21 10:04:40 +00:00
joerg
3661c3eccc Use relational pattern instead of [2-9]*. Bump revision. 2007-05-21 10:03:59 +00:00
joerg
888b12a631 Use less ambigious relational matching for guile-gtk dependency.
Bump revision.
2007-05-21 10:02:31 +00:00
joerg
466299c6a6 Use relational pattern instead of [234].*. Bump revision. 2007-05-21 10:01:44 +00:00
joerg
93acba8df3 Use relational dependency instead of rrdtool-1*. Bump revision. 2007-05-21 09:59:56 +00:00
joerg
9b9f5eb8ea Use tcl>=8.4 and tk>=8.4 instead of -8.4*. Bump revision. 2007-05-21 09:58:23 +00:00
joerg
e11ad653e2 Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision. 2007-05-21 09:56:15 +00:00
xtraeme
00e5c14f76 Updated mail/sylpheed to 2.4.2 2007-05-21 05:07:47 +00:00
xtraeme
c32280b3bd Update to 2.4.2:
* The recursive download of remote folders was enabled.
* The quick search condition for each folder now persists between sessions.
* The selection now persists when the quick search condition is updated.
* SSL ports in Advanced tab of the account prefs dialog are now automatically
  set when SSL is enabled.
* The '--open' command line option which open messages in new window was added.
* Quoted-printable or base64 encoding is now forced on PGP/MIME signing
  instead of stripping trailing spaces
  (except for the case of ISO-2022-JP encoding).
* The quoted-pair in From header is now processed correctly when displaying
  its name.
* The performance of 'Mark all read' on IMAP folders was improved.
* The bug that the character '+' in address was treated as URI-escaped
  space was fixed.
* Unix: the problem that 'Get' and 'Get all' button could not be clicked
  after receiving while mouse pointer was over the buttons was fixed.

2.4.1:

* If shift or control key is pressed on address completion, only address
  string is inserted now.
2007-05-21 05:07:00 +00:00
xtraeme
d20e2d43a3 Updated databases/mysql5-* to 5.0.41 2007-05-21 04:41:23 +00:00
xtraeme
17385e04b4 Update to 5.0.41. Amongst many fixes these vulnerabilities were
fixed:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2583
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2692

And another patch adapted from a mailing list to fix:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691

See http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
To see all changes.
2007-05-21 04:39:59 +00:00
taca
947df1585c +mysql5-client-5.0.41, mysql5-server-5.0.41
Note:
http://lists.mysql.com/commits/24642 contains patch for
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691 problem.
2007-05-21 02:45:52 +00:00
kristerw
c54aa3660b Add all packages that are used by pkgsrc/bootstrap to the list of
packages that should not be built on non-NetBSD systems.
2007-05-20 23:33:06 +00:00
wiz
43db00fafd + gthumb-2.10.3, imap-uw-2006h, p5-Image-Info-1.25, p5-Net-1.21,
sylpheed-2.4.2, tkcvs-8.0.4, totem-2.18.2.
2007-05-20 22:26:57 +00:00
wiz
3965c88418 Mention gnome-libs removal. 2007-05-20 17:28:58 +00:00
wiz
e9f3dce32e Remove gnome-libs from pkgsrc. All its dependencies were already removed. 2007-05-20 17:28:17 +00:00
wiz
897ddbce55 Remove mentions of gnome-libs.
No effective change to package.
2007-05-20 17:23:16 +00:00
wiz
00ea3ca5b4 Desupport option for gnome1-based help viewer. 2007-05-20 17:21:08 +00:00
wiz
8f972c112d Desupport gnome1 option. 2007-05-20 17:20:25 +00:00
wiz
975f0262c2 Desupport gnome option. 2007-05-20 17:19:05 +00:00
taca
0996f2d93e Note update of mail/squirrelmail package to 1.4.10anb1 and
remove of mail/ja-squirrelmail package.
2007-05-20 17:10:50 +00:00
joerg
01b08c16bf Make wildcard pattern more wild. Bump revision. 2007-05-20 17:10:14 +00:00
taca
38c1bf9300 Add description of squirrelmail-japanese and squirrelmail-lite. 2007-05-20 17:08:06 +00:00
taca
7f3489c4be Remove ja-squirrelmail since its functionality is supported by
squirrelmail's options.
2007-05-20 17:07:04 +00:00
taca
de6edc8b81 Remove ja-squirrelmail. 2007-05-20 17:05:42 +00:00
joerg
b1acdd7214 Use a much less fancy dependency on bash. Bump revision. 2007-05-20 17:04:36 +00:00
taca
d53b13a646 Add squirrelmail-japanese and squirrelmail-lite option.
These options supersedes ja-squirrelmail package.

Bump PKGREVISION.
2007-05-20 17:02:17 +00:00
joerg
f015a81ade Update to libSM-1.0.3. 2007-05-20 16:38:37 +00:00
joerg
8f03af289f Update to libSM-1.0.3:
- sanitize hex string conversion
- fix some const vs non-const
2007-05-20 16:38:05 +00:00
taca
91c2eaf515 +mono-1.2.4. 2007-05-20 15:58:54 +00:00
taca
00d7f4e95b Note update of www/geeklog package to 1.4.1. 2007-05-20 15:57:59 +00:00