summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14Updated x11/libgnomekbd to 2.26.0nb1wiz1-1/+2
2009-08-14Fix build with libxklavier-4.0, and depend on it.wiz3-4/+18
Bump PKGREVISION. Patch from gentoo, linked to by hasso.
2009-08-14Mark as not make-jobs safe. Fails with -j16 for me.wiz1-1/+2
2009-08-14Make joerg happy by using PYTHON_VERSIONS_ACCEPTED.wiz1-2/+2
2009-08-14Needs python, so include lang/python/application.mk.wiz1-1/+4
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.
2009-08-14Add missing dbus* dependencies. It seems they were pulledwiz1-1/+4
in via some dependency but most now be included separately.
2009-08-14+ album-4.06, botan-1.8.6, cdrtools-2.01.01alpha63, diffstat-1.48,wiz1-13/+26
gmime-2.2.24, gmime24-2.4.8, gnome-commander-1.2.8.1, gnutls-2.8.2, kdevelop-3.5.5, ldns-1.6.0 [pkg/41868], mkvtoolnix-2.9.8, mpc-0.17, mpg123-1.9.0, nagios-3.2.0, p5-xmltv-0.5.56, phpmyadmin-3.2.1, pixman-0.15.20, png-1.2.39, samba-3.2.14, unbound-1.3.3 [pkg/41871], vsftpd-2.2.0, wine-devel-1.1.27, xrandr-1.3.1, xterm-245, zile-2.3.10.
2009-08-14pygopherd-2.0.16joerg1-1/+2
2009-08-14Update to pygopherd-2.0.16. No detailed changes.joerg3-15/+9
Prepared by Dave Vollenweider with some additional fixes by me.
2009-08-14mixminion-0.0.8alpha3joerg1-1/+2
2009-08-14Update to Mixminion-0.0.8alpha3.joerg6-110/+48
- support for newer Python versions - various bug fixes and security improvements - moved from LGPL to MIT license Based on the update by Christian Sturm in wip with additional fixes from me.
2009-08-14Make a note about CLISP 2.48.asau1-2/+2
2009-08-14Remove stray "@dirrm".asau1-1/+0
2009-08-14Denote a successor for mail/p5-Mail-IMAPClient2.wiz1-2/+2
2009-08-13Final fix in _stop() from spz@adrianp1-2/+2
2009-08-13CFLAGS must be modified after including bsd.prefs.mk.joerg1-3/+2
XXX pkglint should detect this
2009-08-13pidgin done.snj1-2/+1
2009-08-13gnutls-2.8.3 and libpurple(+friends)-2.5.8.snj1-1/+7
2009-08-13Update libpurple and friends to 2.5.8. Changes:snj3-10/+10
ICQ: * Fix misparsing a web message as an SMS message. (Yuriy Kaminskiy) MSN: Increase NS command history size to prevent crashes on buddy lists that have a lot of buddies on other networks like Yahoo!. MySpace: * Accounts with empty buddy lists are now properly marked as connected. * Fix receiving messages from users of MySpace IM's web client. Yahoo: * Fixed phantom online buddies. They should now properly disappear when signing out. * Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in 2.5.7. * Fixed compiling on systems with glib 2.4.x or older. * Fixed an issue with file transfers. This may not resolve all issues, but it should resolve at least some of the most common ones. * The pager server will automatically update to scsa.msg.yahoo.com if the user empties the field or if it is scs.msg.yahoo.com. This should ease the pain of transition to the new login method. XMPP: * Fix an incompatibility betweeen Prosody and libpurple clients.
2009-08-13Update to 2.8.3. Changes:snj4-19/+18
* Version 2.8.3 (released 2009-08-13) ** libgnutls: Fix patch for NUL in CN/SAN in last release. Code intended to be removed would lead to an read-out-bound error in some situations. Reported by Tomas Hoger <thoger@redhat.com>. A CVE code have been allocated for the vulnerability: [CVE-2009-2730]. ** libgnutls: Fix rare failure in gnutls_x509_crt_import. The function may fail incorrectly when an earlier certificate was imported to the same gnutls_x509_crt_t structure. ** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error. ** tests: Made self-test mini-eagain take less time. ** doc: Typo fixes. ** API and ABI modifications: No changes since last version. * Version 2.8.2 (released 2009-08-10) ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields. By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS into 1) not printing the entire CN/SAN field value when printing a certificate and 2) cause incorrect positive matches when matching a hostname against a certificate. Some CAs apparently have poor checking of CN/SAN values and issue these (arguable invalid) certificates. Combined, this can be used by attackers to become a MITM on server-authenticated TLS sessions. The problem is mitigated since attackers needs to get one certificate per site they want to attack, and the attacker reveals his tracks by applying for a certificate at the CA. It does not apply to client authenticated TLS sessions. Research presented independently by Dan Kaminsky and Moxie Marlinspike at BlackHat09. Thanks to Tomas Hoger <thoger@redhat.com> for providing one part of the patch. [GNUTLS-SA-2009-4]. ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status. Before it always returned false. Reported by Peter Hendrickson <pdh@wiredyne.com> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>. ** libgnutls: Fix off-by-one size computation error in unknown DN printing. The error resulted in truncated strings when printing unknown OIDs in X.509 certificate DNs. Reported by Tim Kosse <tim.kosse@filezilla-project.org> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>. ** libgnutls: Return correct bit lengths of some MPIs. gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and gnutls_dh_get_peers_public_bits. Before the reported value was overestimated. Reported by Peter Hendrickson <pdh@wiredyne.com> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>. ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN. Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671> and <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>. ** libgnutls: Relax checking of required libtasn1/libgcrypt versions. Before we required that the runtime library used the same (or more recent) libgcrypt/libtasn1 as it was compiled with. Now we just check that the runtime usage is above the minimum required. Reported by Marco d'Itri <md@linux.it> via Andreas Metzler <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>. ** minitasn1: Internal copy updated to libtasn1 v2.3. ** tests: Fix failure in "chainverify" because a certificate have expired. ** API and ABI modifications: No changes since last version.
2009-08-13Updated lang/ecl to 9.8.3asau2-3/+3
2009-08-13Update to ECL 9.8.3.asau5-12/+194
Changes since previous packaged version (8.12.0) include half year of very active development: - The dynamic FFI is now implemented using libffi. - Support of UNICODE. - Multithreading (provided Boehm-GC built with threads support). - Command line flags to control the different memory limits: --heap-size, --lisp-stack, --frame-stack and --c-stack. - The stack size is now measured in bytes, not in lisp words. - The out of memory error (ext:storage-exhausted) can now be recovered. By default a correctable error is signaled and the user is given the chance to increase the heap size. - Better compiler, optimizer, debugger. - Improved handling of compiler errors. - New and more easily extensible implementation of streams. - *STANDARD-INPUT*, *{STANDARD,ERROR,TRACE}-OUTPUT* are no longer synonyms to *TERMINAL-IO* but directly the input or output streams associated to stdin, stdout and stderr. - Improved numerics. - Read-only readtables. - Numerous bug fixes.
2009-08-13recognize maxima-5.19, bump PKGREVISIONdrochner4-13/+15
2009-08-13Removed mail/p5-Mail-IMAPClient2abs1-1/+2
No longer needed now that p5-Mail-IMAPClient (v3.x) has fixed the regressions which broke mail/imapsync
2009-08-13No longer needed now that p5-Mail-IMAPClient (v3.x) has fixed the regressionsabs4-99/+1
which broke mail/imapsync
2009-08-13Updated mail/p5-Mail-IMAPClient to 3.19 [abs 2009-08-13]abs1-1/+3
Updated mail/imapsync to 1.286 [abs 2009-08-13]
2009-08-13Updated mail/imapsync to 1.286abs2-10/+8
pkgsrc change: Add missing p5-Date-Manip depends - noted by Martti Kuparinen upstream changes: revision 1.286 date: 2009/07/24 15:53:04; author: gilles; state: Exp; lines: +10 -7 Bug fix: allow3x is on by default (was badly done after check_lib_version()) revision 1.285 date: 2009/07/03 00:59:20; author: gilles; state: Exp; lines: +38 -17 Applied "patch -p0 < patches/imapsync.1.284.patch" Attached is a patch against 1.284 with the following changes: - [Bug] to_folder_name() failed to escape $f_prefix so --prefix1 <string> was treated like --prefix1 <regex> instead - [Enhancement] updated parse_header_msg1() to return 0 on duplicate or undef on "no header" so now the "+ Skipping msg" will show either "no header" or "duplicate" as appropriate - [Bug] flag handling: make sure we don't try to set \Recent as RFC 2060 doesn't allow for that - [Enhancement] flag handling: only add missing flags instead of always calling $to->store() to set flags even when the flags already matched what we wanted... my first patch just used string comparison, this patch actually uses a hash for comparison so we're smarter about flags even when the order on $from and $to are different now - definitely helps speed up imapsync when lots of messages have flags and running sync in multiple passes Phil revision 1.284 date: 2009/06/30 03:14:24; author: gilles; state: Exp; lines: +15 -19 allow Mail::IMAPClient 3.0.xx by default Removed Mail::IMAPClient::Ssl since 3.0.19 has it now. revision 1.283 date: 2009/06/30 02:54:57; author: gilles; state: Exp; lines: +123 -94 Applied Phil Lobbes patch as is : ./patches/imapsync.1.282.patch revision 1.282 date: 2009/05/11 00:05:39; author: gilles; state: Exp; lines: +15 -10 Added option --justlogin revision 1.281 date: 2009/04/24 13:58:15; author: gilles; state: Exp; lines: +29 -6 Added tests_flags_regex() regression tests. revision 1.280 date: 2009/04/02 11:32:10; author: gilles; state: Exp; lines: +103 -47 Applied Phil patch with many IsUnconnected() calls. revision 1.279 date: 2009/03/22 00:12:15; author: gilles; state: Exp; lines: +9 -7 isUnconnected BAD IsUnconnected GOOD! revision 1.278 date: 2009/02/23 00:40:25; author: gilles; state: Exp; lines: +14 -12 Less imap output with +FLAGS.SILENT Changed unsubscribe subscribe order in documentation. Typos. revision 1.277 date: 2009/02/21 12:10:50; author: gilles; state: Exp; lines: +8 -6 Better example explanation. revision 1.276 date: 2009/02/21 04:04:08; author: gilles; state: Exp; lines: +15 -22 Removed mailto: in MAILING-LIST section. revision 1.275 date: 2009/02/21 02:04:26; author: gilles; state: Exp; lines: +25 -14 Change real password to "MASKED" in command line output. revision 1.274 date: 2009/02/21 01:10:02; author: gilles; state: Exp; lines: +14 -8 --delete 2 is now a fatal error. revision 1.273 date: 2009/02/21 00:48:40; author: gilles; state: Exp; lines: +36 -37 Print a warning and return error code each time a disconnection occurs. revision 1.272 date: 2009/02/20 23:41:09; author: gilles; state: Exp; lines: +78 -78 Fixed many English errors (thanks to Reuben Thomas) revision 1.271 date: 2009/02/19 23:38:32; author: gilles; state: Exp; lines: +28 -35 Bug fix about $t_prefix and INBOX '.' was hardcoded. Small change on documentation. revision 1.270 date: 2009/02/14 22:21:35; author: gilles; state: Exp; lines: +16 -11 Another Phil Lobbes patch. Exit with error code and warning when a server disconnect during the folder loop. revision 1.269 date: 2009/02/14 22:08:18; author: gilles; state: Exp; lines: +65 -38 Applied Phil Lobbes patches. - catch (what should be) fatal eval errors for regextrans2, $regexflag, $regexmess, instead of silently ignoring them and letting the user think they are working/OK - fix login_imap() Died at .../imapsync line 780 when IsUnconnected() and log some more useful into to stderr than just 'Died at...' - check_lib_version() contains a bad use of unset match/capture variables - added and now use new function myconnect() and myconnect_v2() does not require hack/override of Mail::IMAPClient::connect and is backwards compatible with Mail::IMAPClient v2.x - redo $Mail::IMAPClient::Authuser hack since only Mail::IMAPClient v2 does not have Authuser() Many thanks to Phil. revision 1.268 date: 2009/02/14 03:27:51; author: gilles; state: Exp; lines: +22 -21 Fixed bad VERSION_IMAPClient output revision 1.267 date: 2008/10/07 11:36:02; author: gilles; state: Exp; lines: +14 -10 Better test to check non existing folders on destination server. revision 1.266 date: 2008/10/07 05:56:52; author: gilles; state: Exp; lines: +27 -10 *** empty log message *** revision 1.265 date: 2008/08/30 14:20:38; author: gilles; state: Exp; lines: +7 -7 carp to warn
2009-08-13Updated mail/p5-Mail-IMAPClient to 3.19abs2-7/+8
version 3.19: Fri Jun 19 14:59:15 EDT 2009 - *search() backwards compat: caller must quote single arg properly rt.cpan.org#47044: $imap->search does not return [ekuemmer] - cleanup regexp in _send_line() - reduce extra newlines injected by _debug() version 3.19_02: Tue Jun 9 00:47:52 EDT 2009 - _list_or_lsub() now calls _list_response_preprocess so consumers of this method no longer need to deal with how LITERAL data is represented in the returned data - update _list_or_lsub_response_parse handling of folder names that came back as literal data - update comments related to _list_response_preprocess version 3.19_01: Fri Jun 5 15:45:05 EDT 2009 - make parse_headers more robust to errors/non-header data version 3.18: Wed Jun 3 23:07:12 EDT 2009 - enhance fetch_hash to enable caller to specify list of messages suggestion by [Eugene Mamaev] - better handling of untagged BYE response version 3.18_02: Wed May 27 10:02:24 EDT 2009 - *new attribute Ssl, when true causes IO::Socket::SSL to be used instead of IO::Socket::INET. This change allows Reconnectretry logic to work on SSL connections too. - have LastError cluck() if setting error to NO not connected - handle errors from imap4rev1() in multiple places - Reconnectretry/_imap_command enhancements/fixes + only run command if IsConnected + keep a temporary history of LastError(s) + sets LastError to NO not connected if ! IsConnected + retry =~ timeout|socket closed|* BYE| NO not connected - _imap_command_do reduce data logged when using APPEND - fetch() now handles messages() errors - thread(), has_capability(), capability() better error checking - authenticate() now uses _imap_command for retry mechanism - size() now sets LastError when no RFC822.SIZE is found version 3.18_01: Fri May 22 17:08:00 EDT 2009 - *update several methods to use common _get_response() method - refactor most code handling imap responses - new internal method _get_response() to reduce code duplication - more regex cleanup $CR/$LF (not \r\n) per perlport/IMAP spec - major cleanup/fix of append_file for rt.cpan.org#42434
2009-08-13Updated mail/sylpheed to 2.7.1ahoka1-1/+2
2009-08-13Changes from 2.7.0ahoka2-7/+8
* The feature to import and export .eml files was added. * Progress is displayed during import and export now. * The warning about non-exist plug-in directory was removed. * The comments within Content-Type header are handled now. * The order of signals emitted at moving messages was modified. * The sylpheed.spec file was fixed.
2009-08-13The latest vala is here.ahoka1-3/+1
2009-08-13include ../../databases/db4/buildlink3.mk to make this build.apb1-2/+3
Bump PKGREVISION to 3.
2009-08-12Updated mail/sympa to 5.4.4nb1bouyer1-1/+2
2009-08-12ALso needs p5-Template-Toolkit. Bump PKGREVISION.bouyer1-1/+3
2009-08-12Add tomcat_stop()adrianp1-1/+9
2009-08-12Note ikiwiki update.schmonz2-3/+3
2009-08-12Update to 3.141592. From the changelog:schmonz10-35/+159
* Add new hooks: canremove, canrename, rename. (intrigeri) * rename: Refactor subpage rename handling code into rename hook. (intrigeri) * po: New plugin, suporting translation of wiki pages using po files. (intrigeri) * Add build machinery to build po files to translate the underlay wikis, * Add further build machinery to generate translated underlays from the po file, for use by wikis whose primary language is not English. * Add Danish basewiki translation by Jonas Smedegaard. * img: Fix adding of dependency from page to the image. * pagestats: add among parameter, which only counts links from specified pages (smcv) * pagestats: when making a tag cloud, don't emit links where the tag is unused (smcv) * map: Avoid emitting an unclosed ul element if the map is empty. (harishcm) * inline: Add pagenames parameter that can be used to list a set of pages to inline, in a specific order, without using a PageSpec. (smcv) * Add getsource plugin (Will, smcv) Note that the new po plugin won't work until textproc/po4a is updated to at least 0.34. Any takers?
2009-08-12Updated www/wordpress to 2.8.4adrianp1-1/+2
2009-08-12Update to 2.8.4 to fix security issue:adrianp2-6/+6
http://wordpress.org/development/2009/08/2-8-4-security-release/
2009-08-12Improvements from spz@adrianp1-4/+25
2009-08-12Include curses.buildlink3.mk on platforms which want to link against curses.hasso1-1/+6
Unbreaks build on DargonFly and probably some others.
2009-08-12Add USE_LIBTOOL=yes - thanks tnn@abs1-1/+2
2009-08-12Note update of lua-stdlib{,-doc}.minskim1-1/+3
2009-08-12Update lua-stdlib and lua-stdlib-doc to 11.minskim3-10/+9
Changes since 8: - Updates the object module to be the same as that published in "Lua Gems", and fixes a bug in the utility mk1file which makes a one-file version of the library, to stop it permanently redefining require. - Fixes table.deepclone to copy metatables, as it should. - Fixes a bug in string.format, removes the redundant string.join (it's the same as table.concat), and adds to table.clone and table.deepclone the ability to copy without metatables.
2009-08-12Updated databases/tokyocabinet to 1.4.31obache1-1/+2
2009-08-12Update tokyocabinet to 1.4.31.obache3-8/+8
2009-07-23 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcutil.c (tcmpoolpop, tcstatfile): new functions. * tcutil.c (tcwwwformdecode2, tcarccipher): new functions. * tcutil.c (tctmpldumpeval, tctmpldumpevalvar): type checking was improved. - Release: 1.4.31
2009-08-12Conflicts with gnuls (misc/gnuls), as noted by Mihkel Ader in PR 41876.asau1-3/+3
Bump revision.
2009-08-12done - ruby-gnome2-0.19.1obache1-2/+1
2009-08-12Note update of ruby-gnome2.obache1-1/+28
2009-08-12Update ruby-gnome2 to 0.19.1.obache45-298/+90
This release is a bug fix release of 0.19.0. === Changes ==== Ruby/GTK2 * use RUBYARCHDIR [OBATA Akio] * #2814953: install missing headers [Mamoru Tasaka] ==== Ruby/GLib2 * Bug fixes: * avoid object allocation while GC [OBATA Akio, Kouhei Sutou] * use RUBYARCHDIR [OBATA Akio] * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS. [OBATA Akio, Kouhei Sutou] ==== Ruby/ATK * use RUBYARCHDIR [OBATA Akio] ==== Ruby/Pango * use RUBYARCHDIR [OBATA Akio] * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/Libart * use RUBYARCHDIR [OBATA Akio] ==== Ruby/GdkPixbuf * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/GnomePrint * install rblibgnomeprintversion.h [OBATA Akio, Kouhei Sutou] ==== Ruby/GtkMozEmbeded * fix header generation error caused by missing file [OBATA Akio] ==== Ruby/VTE * support VTE 0.20 [Kouhei Sutou] ==== Ruby/PanelApplet * #2815036: re-support Ruby 1.8.6. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/Libglade2 * Debian#519786: fix GC related SEGV when a widget in glade is removed by hand. [Arnaud Cornet, Kouhei Sutou] === Thanks * OBATA Akio * Mamoru Tasaka * Arnaud Cornet