summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-27Make misc/tmux compile on Darwin.minskim2-4/+17
2009-05-27Just use ruby- for future ruby19...obache1-5/+5
2009-05-27- py-ldap-2.3.8obache1-2/+1
2009-05-27Updated databases/py-ldap to 2.3.8obache1-1/+2
2009-05-27Update py-ldap to 2.3.8.obache5-41/+41
---------------------------------------------------------------- Released 2.3.8 2009-04-30 Changes since 2.3.7: Lib/ * ldap.schema.models: More fault-tolerant parsing of SYNTAX in AttributeTypeDescription * ldap.schema.tokenizer.split_tokens(): More tolerant parsing of items separated only with a DOLLAR without surrounding white-spaces (because WSP is declared as zero or more spaces in RFC 4512) ---------------------------------------------------------------- Released 2.3.7 2009-04-09 Changes since 2.3.6: Lib/ * urllib.quote() is now used in LDAPUrlExtension.unparse() to quote all special URL characters in extension values Modules/ * Fixed ldapcontrol.c not to raise ldap.ENCODING_ERROR in function encode_rfc2696() on 64-bit systems * Fixed seg fault if error code in a LDAP response was outside the known error codes and could not be mapped to a specific exception class (thanks to Sean) * errors.c: LDAP_ERROR_MAX set to LDAP_PROXIED_AUTHORIZATION_DENIED if available in OpenLDAP header * new exception class ldap.PROXIED_AUTHORIZATION_DENIED if available in OpenLDAP header * Fixed functions.c not to raise ldap.ENCODING_ERROR in function l_ldap_str2dn() on 64-bit systems (see SF#2725356) ---------------------------------------------------------------- Released 2.3.6 2009-02-22 Changes since 2.3.5: Lib/ * Importing ldap.str2dn() which directly imported _ldap.str2dn() is prohibited now (see SF#2181141) Modules/ * get_option(): Added support for reading more SASL options. (OPT_X_SASL_MECH, OPT_X_SASL_REALM, OPT_X_SASL_AUTHCID and OPT_X_SASL_AUTHZID) * Added some explicit type casts to fix issues while building with SunStudio * Fixed compiling issue with GCC 4.4 (see SF#2555793, thanks to Matej and Martin) Doc/ * Clarified not to use ldap_get_dn() directly * Fixed description of ldap.SASL_AVAIL and ldap.TLS_AVAIL (see SF#2555804, thanks to Matej and Martin) ---------------------------------------------------------------- Released 2.3.5 2008-07-06 Changes since 2.3.4: Lib/ * Fixed methods ldap.cidict.__contains__() and ldap.schema.models.Entry.__contains__() * FWIW method LDAPObject.cancel_s() returns a result now * Fixed ldap.schema.models.NameForm: Class attribute oc is now of type string, not tuple to be compliant with RFC 4512 ---------------------------------------------------------------- Released 2.3.4 2008-03-29 Changes since 2.3.3: Modules/ * Fixed seg fault when calling LDAPObject.get_option() (see SF#1926507, thanks to Matej) ---------------------------------------------------------------- Released 2.3.3 2008-03-26 Changes since 2.3.2: Fixed backward-compability when building with OpenLDAP 2.3.x libs. ---------------------------------------------------------------- Released 2.3.2 2008-03-26 Changes since 2.3.1: Lib/ * ldap.dn.escape_dn_chars() now really adheres to RFC 4514 section 2.4 by escaping null characters and a space occurring at the beginning of the string * New method ldap.cidict.cidict.__contains__() * ldap.dn.explode_dn() and ldap.dn.explode_rdn() have a new optional key-word argument flags which is passed to ldap.dn.str2dn(). Modules/ * Removed unused OPT_PRIVATE_EXTENSION_BASE from constants.c Doc/ * Various additions, updates, polishing (thanks to James).
2009-05-26Updated x11/glproto to 1.4.10wiz1-1/+2
2009-05-26Update to 1.4.10:wiz2-7/+6
Adam Jackson (2): Upgrade GLX Public License 1.0 to FreeB 2.0. glproto 1.4.10 James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Julien Cristau (1): Update to SGI FreeB 2.0. Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh
2009-05-26Added comms/py-gammu version 1.24.0wiz1-1/+2
2009-05-26Mention users of this file.wiz1-1/+3
2009-05-26+ py-gammu.wiz1-1/+2
2009-05-26Initial import of py-gammu-1.24.0, based on work from Joachim König.wiz3-0/+40
Python bindings for Gammu library. The bindings currently do not support all Gammu features, but the range of covered functions is increasing. If you need something specific, feel free to use the bug tracking system for feature requests.
2009-05-26_PKG_SILENT + _PKG_DEBUG => RUNrillig2-5/+5
2009-05-26Allow overriding build target for do-build, using PYSETUPBUILDTARGET.wiz1-2/+3
2009-05-26_PKG_SILENT + _PKG_DEBUG => RUNrillig2-5/+5
2009-05-26Fixed some pkglint warnings.rillig2-7/+10
2009-05-26Shell comments may be hidden using @, as they have no side effects.rillig1-2/+5
2009-05-26Add link to upstream bug report.wiz2-3/+5
2009-05-26- enable shared librarieswiz6-25/+60
- do not build the python bindings, they're python version dependant and should be built separately - move common parts from Makefile into Makefile.common for use by the python binding package Makefile - add a patch for python/setup.py to add smsd.c to the sources which was obviously forgotten by the gammu team because they are building the extension with cmake. - add a buildlink3.mk for the python bindings package From Joachim König in private mail. PKGREVISION++. While here, make sure that some optional dependencies are not found and that the bash completion script is not installed.
2009-05-26Add link to upstream bug report.wiz2-3/+5
2009-05-26- dasher-4.10.1, glabels-2.2.5, gnome-desktop-2.26.2, gnome-panel-2.26.2,wiz1-11/+1
gnome-system-monitor-2.26.2, gvfs-1.2.3, libgtop-2.26.1, poppler-0.10.7, rhythmbox-0.12.1, vte-0.20.2.
2009-05-26Split off options into options.mk file.wiz2-25/+28
Use standard name for option variable.
2009-05-26dd links to upstream bug reports.wiz3-6/+9
2009-05-26Remove unneeded patch (compilation succeeds on NetBSD-5.99.12/amd64wiz1-13/+0
without it).
2009-05-26mention recent updatesdrochner1-1/+16
2009-05-26Note update of textproc/p5-XML-Atom-SimpleFeed to 0.83.kleink1-1/+2
2009-05-26Update textproc/p5-XML-Atom-SimpleFeed to 0.83; changes since 0.82:kleink2-7/+7
0.83 (2009-05-25) * Thanks to JMASTROS for spotting another bug in the XML escaping function and contributing a test case While we're here, declare LICENSE.
2009-05-26Add link to upstream bug report.wiz2-3/+5
2009-05-26Add link to upstream bug reports.wiz3-5/+9
2009-05-26update to 2.2.5drochner2-6/+6
changes: -bugfixes -translation updates -new templates
2009-05-26update to 2.26.1drochner3-8/+9
change: (linux specific) also hide "none" fs
2009-05-26update to 2.26.2drochner3-8/+24
changes: translation updates
2009-05-26update to 1.2.3drochner3-21/+7
changes: bugfixes
2009-05-26update to 2.26.2drochner6-81/+22
changes: -minor cleanup and fixes -translation updates
2009-05-26update to 1.6.2drochner4-21/+76
This is a major update - many bugfixes and UI improvements.
2009-05-26update to 0.12.1drochner5-55/+15
changes: * Removal of libgnome dependency when building with gtk+ 2.14+ * Greatly reduced memory usage when accessing Jamendo catalog * Cover art improvements: - Provide cover art for all songs transferred to iPods - Support for transferring cover art to MTP devices - Cover art image widget is better behaved when resized * Switched to decodebin2, notably allowing playback of chained ogg streams * Better support for lossless encoded files in the UI * Compatibility with the DeviceKit-disks gvfs volume monitor * Some support for 'album sortname' tags * Allow configuration of the audioscrobbler handshake URL (libre.fm) * Improved network buffering in the crossfading player backend
2009-05-26+liferea-currentdrochner1-1/+2
2009-05-26Import liferea-1.6.0rc1, the current development version.drochner5-0/+248
This version supports only webkit as HTML renderer.
2009-05-26BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) towiz5-21/+14
get gtkdoc-rebase. Addresses PR 41475 by John D. Baker.
2009-05-26BUILD_DEPEND on gtk-doc to get gtkdoc-rebase. Remove patch-ab.wiz3-30/+3
2009-05-26Add link to bugreport.wiz3-5/+9
2009-05-26Updated net/libsoup24 to 2.26.2wiz1-1/+2
2009-05-26Update to 2.26.2. Set LICENSE to gnu-lgpl-v2.wiz2-6/+7
Changes in libsoup from 2.26.1 to 2.26.2: * SOUP_SESSION_TIMEOUT now works properly with SoupSessionAsync [#574414] and SSL [#578928]. Added tests/timeout-test to test this. * SoupDate fixes: * soup_date_to_string() now handles SOUP_DATE_RFC2822 [#579055, Enrico Tröger] * soup_date_new_from_string() now accepts 24:00 as a time in ISO8601 timestamps * soup_date_to_string() now coerces the date to UTC for HTTP and cookie dates, and outputs the UTC correct offset for the other date types. * Added regression tests to tests/date * soup_headers_parse() now completely ignores syntactically-incorrect headers, rather than passing them to soup_message_headers_append() and causing a g_warning. soup_message_headers_append() now also rejects 0-length header names. Updated tests/header-parsing to check this. [#579318] * Fix a crash when cancelling a message from a "restarted" handler, and updated a regression test to notice the underlying cause. [#580193] * TLS1.1 support in gnutls has been temporarily disabled, to work around what appears to be a bug in gnutls's support for backward-compatibility with older servers. [#581342] * DNS resolution should be slightly faster, as we no longer set a flag that resulted in additional unnecessary DNS requests. * The --disable-more-warnings flag to configure is no longer required when you are using gcc < 3.4. [#578851] * Fixed a bug in the new body parsing code [qv #571283 below] that caused libsoup to mistakenly reject some responses with SOUP_STATUS_MALFORMED, "Message Corrupt". [#582002] * soup_form_request_for_data() now allows you to use "PUT" as the method, because apparently some web service authors think that's how you spell "POST", or something. [#581860]
2009-05-26Remove patch-aj, build fix for Solaris.wiz2-16/+1
Upstream bug report was closed, patch is supposedly not necessary any longer. If this is not the case, re-open http://bugzilla.gnome.org/show_bug.cgi?id=133344 No PKGREVISION bump since it was a build fix.
2009-05-26Updated x11/vte to 0.20.3wiz1-1/+2
2009-05-26Update to 0.20.3. Set LICENSE to gnu-lgpl-v2.wiz2-6/+7
0.20.3 ======= - Bugs fixed in this release: Bug 583129 - [python] allow passing None as command or directory option Bug 583078 - [python] allow passing of environment as a dictionary 0.20.2 ======= - Bugs fixed in this release: Bug 567064 - Work around buggy iconv
2009-05-26Note update of www/typolight27-translations package to 20090524.taca1-1/+2
2009-05-26Update typolight27-translations package to 20090524.taca3-8/+8
* Update Portuguese translation files to support TYPOlight 2.7.0.
2009-05-26Note update of www/geeklog package to 1.5.2.4.taca1-1/+2
2009-05-26Update geeklog package from 1.4.1nb4 to 1.5.2.4 (1.5.2sr4).taca16-707/+750
pkgsrc changes: overhaul this package. * Add LICENSE. * Clean up bmake's macros, such as addition of PRINT_PLIST_AWK. Geeklog changes: too many chagnes to write here. * New user-friendly installation. * New Configuration GUI. * New Webservice GUI. * And more. Please refer http://www.geeklog.net/docs/english/changes.html for more information. Fixed some security problems about SQL injection vulnerability.
2009-05-26Set PKG_GROUPS.gdt1-1/+4