Commit graph

173066 commits

Author SHA1 Message Date
bsiegert
4dd09518f6 Add user-destdir support. Almost trivial except for one bug inthe install
script.
2011-07-09 14:19:30 +00:00
wiz
3e1d064d49 Fix PLIST for doxygen-1.6.3 (already noted as minimum build dependency). 2011-07-09 14:14:10 +00:00
drochner
a2011540eb depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)
2011-07-09 13:37:51 +00:00
tron
88f6ae7c5e Remove non-working test for the existence of the files "configure.ac" and
"configure.in" from "refuse" handling. Instead simply add the two filenames
to the list. They now get actually modified when they exist.
2011-07-09 12:33:40 +00:00
mspo
64037bc212 Updated www/p5-Mojolicious to 1.60 2011-07-09 11:38:25 +00:00
mspo
e01f58d1e1 Upgrade to 1.60.
a lot of bugfixes. (too many to list)
Browse the full list at
https://github.com/kraih/mojo/blob/master/Changes

1.17:
Deprecated Mojolicious process method in favor of the on_process
attribute

1.18:
Added support for "X-Forwarded-HTTPS" and "X-Forwarded-Host"
Added argument localization to the include helper.

1.19:
Improved tests.

1.20:
Improved size limit handling.

1.21:
Improved temporary file handling to avoid a very unlikely race

1.22:
Fixed small memory leak.
Deprecated Mojo::IOLoop on_tick method in favor of the recurring
method. (sbertrang)
Deprecated Mojo::IOLoop on_hup method in favor of the on_close
method.
Deprecated on_build_tx methods in favor of on_transaction methods.
Deprecated on_handler methods in favor of on_request methods.
Updated WebSocket implementation to ietf-07.
Renamed on_idle method in Mojo::IOLoop to idle.
Reduced memory requirements of cached templates by up to 50%.

1.3:
Deprecated Perl 5.8.x support.
Deprecated Mojolicious::Renderer get_inline_template method in
favor of the get_data_template method.

1.31:
Reverted deprecation of Perl 5.8.x support, by popular demand.

1.32:
Updated IO::Socket::SSL requirement to 1.43 due to bugs in older
versions

1.33:
Updated jQuery to version 1.6.1.

1.34:
Fixed small Mojo::DOM HTML5 bug.

1.4:
Deprecated Mojo::DOM add_after method in favor of the append
method.
Deprecated Mojo::DOM add_before method in favor of the prepend
method.
Deprecated all methods containing the word "inner" in favor of ones
containing the word "content".

1.41:
Fixed param list bug in Mojolicious::Controller.

1.42:
Updated WebSocket implementation to ietf-08

1.43:
Improved after_dispatch hook by allowing it to change session data.

1.44:
Added EXPERIMENTAL self-restarting Morbo development web server

1.45:
Fixed an exception with layout rendering bug.

1.46:
Improved overall performance by about 3%

1.47:
Added host support to Mojolicious::Plugin::Mount

1.48:
Added debug log message for missing action to router

1.49:
three EXPERIMENTAL features

1.50:
Updated jQuery to version 1.6.2.

1.51:
Renamed build_url method in Test::Mojo to test_server.

1.52:
Fixed small static file in DATA section bug.

1.53:
Added EXPERIMENTAL format method to Mojo::Log

1.54:
windows fixes

1.55:
Fixed some portability issues in tests

1.56:
Fixed small memory leaks in Hypnotoad and Mojo::IOLoop.

1.57:
hypnotoad improvements

1.58:
Fixed fork bug in Mojo::IOLoop.

1.59:
Added peer method to Mojo::Transactor

1.60:
Added xsl MIME type.
2011-07-09 11:37:43 +00:00
mspo
64ec234d49 Updated chat/bitlbee to 3.0.3nb1 2011-07-09 11:14:20 +00:00
mspo
5886bcd831 Version 3.0.3:
- Fixed Twitter compatibility. (The API call used to get the following list
  was deprecated.)
- Twitter: Enable the show_ids setting to assign a two-digit short ID to
  recent tweets to use for retweets and replies (so you can RT/reply to more
  than just a person's last message).
- Some other Twitter fixes/improvements.
- "otr reconnect" command and some other fixes.
- GnuTLS 2.12 compatibility fix.
- Include "FLOOD=0/9999" in the 005/ISUPPORT line at login to hint the IRC
  client that rate limiting is not required. (Next step: Get IRC clients to
  parse it.)
- Other stuff too small to mention.

Finished 2 Jun 2011

Version 3.0.2:
- Fixed MSN login issues with @msn.com accounts.
- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
  contacts. More may come later, ideas are welcome.
- By default, leave Twitter turned on for libpurple builds.
- Allow using /OPER to identify/register as well. (Password security hack.)
- Fixed proxy support with libpurple.
- Some minor changes/fixes.
2011-07-09 11:13:20 +00:00
tron
4e0d694bb0 Update "patch" package to version 2.5.9. Changes since version 2.5.4:
- patch -D now outputs preprocessor lines without comments, as required
  by POSIX 1003.1-2001.
- File names in context patches may now contain spaces, so long
  as the context patch headers use a tab to separate the file name
  from the time stamp.
- Perforce is now supported.
- Patch lines beginning with "#" are comments and are ignored.
- The bug reporting address is now <bug-patch@gnu.org>.
- bug fixes
2011-07-09 10:32:17 +00:00
abs
da6cef42be Exclude CHECK_SHLIBS_SUPPORTED on Linux-*-x86_64 2011-07-09 10:27:53 +00:00
abs
c24b68d80a support other mysql versions 2011-07-09 10:26:52 +00:00
abs
370cdee03f +www/libmicrohttpd +multimedia/libass 2011-07-09 10:25:53 +00:00
abs
d9c8f85aae +libass 2011-07-09 10:24:53 +00:00
abs
cef8329b72 Added multimedia/libass version 0.9.12
libass is a portable subtitle renderer for the ASS/SSA (Advanced
Substation Alpha/Substation Alpha) subtitle format. It is mostly
compatible with VSFilter.
2011-07-09 10:24:18 +00:00
abs
f8a32491de +libmicrohttpd 2011-07-09 10:22:20 +00:00
abs
49aecc3364 Added www/libmicrohttpd version 0.9.9
GNU libmicrohttpd is a small C library that is supposed to make it
easy to run an HTTP server as part of another application. GNU
libmicrohttpd is free software and part of the GNU project. Key
features that distinguish libmicrohttpd from other projects are:

 * C library: fast and small
 * API is simple, expressive and fully reentrant
 * Implementation is HTTP 1.1 compliant
 * HTTP server can listen on multiple ports
 * Four different threading models (select, poll, pthread, thread pool)
 * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32,
   Symbian and z/OS
 * Support for IPv6
 * Support for SHOUTcast
 * Support for incremental processing of POST data (optional)
 * Support for basic and digest authentication (optional)
 * Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional)
 * Binary is only about 32k (without TLS/SSL support and other optional
   features)
2011-07-09 10:21:41 +00:00
adam
063a520ba4 Updated net/httping to 1.4.4; some entries return to TODO 2011-07-09 07:50:51 +00:00
adam
ca00f2be25 Changes 1.4.4:
* fixes so that it works again on FreeBSD again
* added IPv6 support
2011-07-09 07:45:08 +00:00
wiz
c1923acec8 Fix build with png-1.5. 2011-07-08 20:48:28 +00:00
drochner
c4f615035e add a comment about the pkg not dealing correctly with recent gnutls
built against "nettle", but don't do anything for now because the
patch would be expensive
2011-07-08 18:51:15 +00:00
drochner
f40f072b75 recent libsoup doesn't use gnutls directly but through glib-networking,
so there is no need to maintain a direct dependency
2011-07-08 18:35:37 +00:00
drochner
2ed26db5b6 include <string.h> explicitely to get the memset() prototype, fixes
the build of cdrdao at least on NetBSD-current/gcc45
2011-07-08 18:18:16 +00:00
wiz
403e1eb436 Updated graphics/png to 1.5.4 2011-07-08 17:48:12 +00:00
wiz
295a305730 Update to 1.5.4:
Version 1.5.3beta11 [June 11, 2011]
  Fixed png_handle_sCAL which is broken in 1.5; added sCAL to pngtest.png
  Revised documentation about png_set_user_limits() to say that it also affects
    png writing.
  Revised handling of png_set_user_limits() so that it can increase the
    limit beyond the PNG_USER_WIDTH|HEIGHT_MAX; previously it could only
    reduce it.
  Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is
    wrong (high by one) 25% of the time. Dividing by 257 with rounding is
    wrong in 128 out of 65536 cases. Getting the right answer all the time
    without division is easy.
  Added "_SUPPORTED" to the PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION macro.
  Added projects/owatcom, an IDE project for OpenWatcom to replace
    scripts/makefile.watcom.  This project works with OpenWatcom 1.9. The
    IDE autogenerates appropriate makefiles (libpng.mk) for batch processing.
    The project is configurable, unlike the Visual Studio project, so long
    as the developer has an awk.
  Changed png_set_gAMA to limit the gamma value range so that the inverse
    of the stored value cannot overflow the fixed point representation,
    and changed other things OpenWatcom warns about.
  Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly. This allows
    pngvalid to build when ALPHA_MODE is not supported, which is required if
    it is to build on libpng 1.4.
  Removed string/memory macros that are no longer used and are not
    necessarily fully supportable, particularly png_strncpy and png_snprintf.
  Added log option to pngvalid.c and attempted to improve gamma messages.

Version 1.5.3 [omitted]
  People found the presence of a beta release following an rc release
    to be confusing; therefore we bump the version to libpng-1.5.4beta01
    and there will be no libpng-1.5.3 release.

Version 1.5.4beta01 [June 14, 2011]
  Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
    to get the same (inaccurate) output as libpng-1.5.2 and earlier.
  Moved definitions of PNG_HAVE_IHDR, PNG_AFTER_IDAT, and PNG_HAVE_PLTE
    outside of an unknown-chunk block in png.h because they are also
    needed for other uses.

Version 1.5.4beta02 [June 14, 2011]
  Fixed and clarified LEGACY 16-to-8 scaling code.
  Added png_set_chop_16() API, to match inaccurate results from previous
    libpng versions.
  Removed the ACCURATE and LEGACY options (they are no longer useable)
  Use the old scaling method for background if png_set_chop_16() was
    called.
  Made png_set_chop_16() API removeable by disabling PNG_CHOP_16_TO_8_SUPPORTED

Version 1.5.4beta03 [June 15, 2011]
  Fixed a problem in png_do_expand_palette() exposed by optimization in
    1.5.3beta06
  Also removed a spurious and confusing "trans" member ("trans") from png_info.
  The palette expand optimization prevented expansion to an intermediate RGBA
    form if tRNS was present but alpha was marked to be stripped; this exposed
    a check for tRNS in png_do_expand_palette() which is inconsistent with the
    code elsewhere in libpng.
  Correction to the expand_16 code; removed extra instance of
    png_set_scale_16_to_8 from pngpriv.h

Version 1.5.4beta04 [June 16, 2011]
  Added a missing "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.c
  Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms.
  Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.  If this is
    not enabled, png_set_strip_16() and png_do_scale_16_to_8() aren't built.
  Revised contrib/visupng, gregbook, and pngminim to demonstrate chop_16_to_8

Version 1.5.4beta05 [June 16, 2011]
  Renamed png_set_strip_16() to png_set_scale_16() and renamed
    png_set_chop_16() to png_set_strip(16) in an attempt to minimize the
    behavior changes between libpng14 and libpng15.

Version 1.5.4beta06 [June 18, 2011]
  Fixed new bug that was causing both strip_16 and scale_16 to be applied.

Version 1.5.4beta07 [June 19, 2011]
  Fixed pngvalid, simplified macros, added checking for 0 in sCAL.
    The ACCURATE scale macro is no longer defined in 1.5 - call the
    png_scale_16_to_8 API.  Made sure that PNG_READ_16_TO_8 is still defined
    if the png_strip_16_to_8 API is present.  png_check_fp_number now
    maintains some state so that positive, negative and zero values are
    identified.  sCAL uses these to be strictly spec conformant.

Version 1.5.4beta08 [June 23, 2011]
  Fixed pngvalid if ACCURATE_SCALE is defined.
  Updated scripts/pnglibconf.h.prebuilt.

Version 1.5.4rc01 [June 30, 2011]
  Define PNG_ALLOCATED to "restrict" only if MSC_VER >= 1400.

Version 1.5.4 [July 7, 2011]
  no changes.
2011-07-08 17:47:58 +00:00
wiz
ac8a5cad63 Updated net/clive to 2.3.1.1 2011-07-08 17:46:39 +00:00
wiz
327f81e200 Update to 2.3.1.1:
== 2.3 ==

2.3.1.1  Sun Jun 19 2011  Toni Gundogdu

Fixes:
        - Missing details in --help output


2.3.1  Sat Jun 18 2011  Toni Gundogdu
Changes:
        - Add --query-formats, deprecate "--format list"
        - Detect quvi and/or download command from $PATH
            - In the absence of --quvi and/or --get-with
        - Bump quvi prerequisite to 0.2.17
        - Revise manual
2011-07-08 17:46:26 +00:00
drochner
70fb9e7ca2 update to 0.20.6
changes:
-schema updates
-translation updates
2011-07-08 17:31:34 +00:00
drochner
1e4a8c3fe8 update to 1.4.2
changes: bugfixes
2011-07-08 17:27:29 +00:00
drochner
730556e965 update to 0.28.1
This swiches to the new release branch.
2011-07-08 17:23:05 +00:00
drochner
236147f429 update to 2.24.5
changes:
-bugfixes
-translation updates
-doc improvements
2011-07-08 17:20:05 +00:00
drochner
cc2abbf3fc update to 0.12.6
changes: bugfixes
2011-07-08 17:02:51 +00:00
wiz
7ed4d55563 Fix typo in comment. 2011-07-08 15:51:02 +00:00
hauke
349211ead5 Better catch the PLIST changes, too... 2011-07-08 14:38:33 +00:00
drochner
178b2d3c3b depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)
also remove an assumption about time_t size which fails on NetBSD-current
2011-07-08 11:47:28 +00:00
drochner
06cde6228a -add portability fixes, avoid picking up bash
-update to 5.12 -- too many changes to list here, see the Changelog
2011-07-08 11:44:02 +00:00
asau
40f9c46cd3 Updated lang/yap to 6.2.1 2011-07-08 11:41:40 +00:00
obache
2bd5619a3f Note missing update of GeoIP to 1.4.8 on last week... 2011-07-08 11:40:52 +00:00
asau
f49db1c748 Update to Yap 6.2.1
Changes since 6.2.0 include DragonFly support.
2011-07-08 11:40:27 +00:00
drochner
066090cab5 g/c stale API_DEPENDS line 2011-07-08 11:35:52 +00:00
drochner
6131b69e1b add patch from upstream to fix excessive memory use due improper checking
of certain return values in GIF image loader (CVE-2011-2485)
bump PKGREV
2011-07-08 11:31:24 +00:00
adam
6191b451b8 Clean up after running obsolete_todo 2011-07-08 11:25:33 +00:00
adam
5ce9579362 Updated devel/scmgit to 1.7.6 2011-07-08 11:19:26 +00:00
adam
88784e9231 Changes 1.7.6:
* Various git-svn updates.
* Updates the way content tags are handled in gitweb.  Also adds
  a UI to choose common timezone for displaying the dates.
* Similar to branch names, tagnames that begin with "-" are now
  disallowed.
* Clean-up of the C part of i18n (but not l10n---please wait)
  continues.
* The scripting part of the codebase is getting prepared for i18n/l10n.
* Pushing and pulling from a repository with large number of refs that
  point to identical commits are optimized by not listing the same commit
  during the common ancestor negotiation exchange with the other side.
* Adding a file larger than core.bigfilethreshold (defaults to 1/2 Gig)
  using "git add" will send the contents straight to a packfile without
  having to hold it and its compressed representation both at the same
  time in memory.
* Processes spawned by "[alias] <name> = !process" in the configuration
  can inspect GIT_PREFIX environment variable to learn where in the
  working tree the original command was invoked.
* A magic pathspec ":/" tells a command that limits its operation to
  the current directory when ran from a subdirectory to work on the
  entire working tree. In general, ":/path/to/file" would be relative
  to the root of the working tree hierarchy.
  After "git reset --hard; edit Makefile; cd t/", "git add -u" would
  be a no-op, but "git add -u :/" would add the updated contents of
  the Makefile at the top level. If you want to name a path in the
  current subdirectory whose unusual name begins with ":/", you can
  name it by "./:/that/path" or by "\:/that/path".
* "git blame" learned "--abbrev[=<n>]" option to control the minimum
  number of hexdigits shown for commit object names.
* "git blame" learned "--line-porcelain" that is less efficient but is
  easier to parse.
* Aborting "git commit --interactive" discards updates to the index
  made during the interactive session.
* More...
2011-07-08 11:14:43 +00:00
drochner
5c2ea6cca1 avoid gnutls, and implicit dependency on libgcrypt
bump PKGREV
2011-07-08 11:03:35 +00:00
drochner
c736fd7570 depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)
2011-07-08 11:01:49 +00:00
tron
a1123772fb Note update of the "less" package to version 444. 2011-07-08 10:43:09 +00:00
tron
fc03537cdd Update "less" package to version 444.
The list of changes between our outdated version 418 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html
2011-07-08 10:42:53 +00:00
adam
391e3339c5 Updated clamav, mysql55-*, sqlite3*, mbrowse, heimdal, mit-krb5, openvpn, py-ldap 2011-07-08 10:30:45 +00:00
adam
ba108a066d Changes 2.4.1:
Modules:
* New LDAP option OPT_X_TLS_PACKAGE available in OpenLDAP 2.4.26+
  to determine the name of the SSL/TLS package OpenLDAP was
  built with
Lib/
* ldap.modlist.modifyModlist(): New key-word argument
  case_ignore_attr_types used to define attribute types for which
  comparison of old and new values should be case-insensitive
* Minor changes to which data is sent to debug output for various
  trace levels
* Now tag [1] is used in ldap.extop.dds.RefreshResponse in
  compliance with RFC 2589 (fix available for OpenLDAP ITS-6886)
* New sub-module ldap.controls.sessiontrack implements request control
  as described in draft-wahl-ldap-session (needs pyasn1_modules)

Changes since 2.4.0:
* OpenLDAP 2.4.11+ required to build
* Support for extracting LDAPv3 extended controls in
  LDAP_RES_SEARCH_ENTRY responses
  (see SF-2829057, thanks to Rich)
* Generic support for LDAPv3 extended operations (thanks to Rich)
Lib/
* new class API in ldap.controls, not backwards-compatible!
* new sub-modules for ldap.controls, some require pyasn1 and pyasn1_modules
* New methods LDAPObject.result4() and LDAPObject.extop_result()
* New (optional) class ldap.controls.AssertionControl
* New helper module ldap.logger contains file-like object which
  sends trace messages to logging.log()
* Removed non-functional method LDAPObject.set_cache_options()
* Removed unused dictionary ldap.controls.knownLDAPControls
Modules/
* ldapcontrol.c: Fixed encode_assertion_control() and function is no longer
  hidden behind ifdef-statement
2011-07-08 10:23:35 +00:00
asau
68840ee857 Updated math/fricas to 1.1.3 2011-07-08 10:20:20 +00:00