Commit graph

178765 commits

Author SHA1 Message Date
wiz
431c6a7da6 Update to 2.4:
=== RELEASE 2.4 ===

Sat Nov 19 01:21:25 MET 2011 mikulas:

	Do not translate '\' to '/' in HTTP requests

Sat Nov 19 01:19:12 MET 2011 mikulas:

	Do not test for existing strings when loading links history file
	=> avoid quadratic-complexity on startup

Sat Nov 19 01:18:59 MET 2011 mikulas:

	Fixed a possible memory leak on Windows

Wed Nov 16 17:59:49 MET 2011 mikulas:

	Fixed a crash on systems that don't have strerror

Fri Nov 11 23:22:25 CEST 2011 mikulas:

	Fixed a crash in Windows console code

Wed Oct 12 22:08:39 MET 2011 mikulas:

	Fixed a possible crash if the user changes socks dns append string
	while socks connection is in progress

Sun Sep 25 18:40:57 MET 2011 mikulas:

	Do not send '#' in the url when downloading

Sun Sep 18 16:57:38 CEST 2011 mikulas:

	Fixed crashes with libpng-1.5

Fri Sep 16 20:16:01 CEST 2011 mikulas:

	Fixed bugs in the directfb driver

Fri Sep 16 18:40:41 CEST 2011 mikulas:

	Workaround for icc optimization bug on framebuffer
	Don't clear the whole framebuffer, clear just an used area
		(fixes problems with Nvidia framebuffer)

Tue Sep 13 23:13:52 CEST 2011 mikulas:

	Make it compile with OpenWatcom for Linux
	Note: because of unimplemented "gethostbyname" function,
	it requires installed "host" command to do name lookups

Tue Sep 13 03:53:06 cet 2011 mikulas:

	Try to free internal caches when out of memory happens

Mon Sep 12 19:57:13 CEST 2011 mikulas:

	Fixed a crash when cache is flushed while auth dialog is displayed

Sun Sep 11 02:02:09 MET 2011 mikulas:

	Reduced memory consumption
	Don't reformat plain text if window size changes
2011-11-28 15:05:31 +00:00
wiz
7c640a4bfc Updated www/libmicrohttpd to 0.9.17 2011-11-28 15:04:19 +00:00
wiz
498f690044 Update to 0.9.17:
Releasing 0.9.17. -CG

	Fixing return value of MHD_get_timeout if timeouts are not in use.
        (#1914). -rboulton

	Trying to fix accidental addition of a "Connection: close" footer
	under certain (rare) circumstances. -CG

	Small updates to the tutorial.
	Releasing 0.9.16. -CG

	shutdown(RDWR) fails on OS X after shutdown(RD), so only use
	shutdown(WR) if we already closed the socket for reading (otherwise
	OS X might not do shutdown (WR) at all). -CG

	Force adding of 'Connection: close' to the header if we (for whatever
	reason) are shutting down the socket for reading (see also
	#1760). -CG

	Treat EAGAIN the same way as EINTR (helps on W32). -LRN

	Made sockets blocking again for non-Linux platforms as non-blocking
	sockets cause problems (#1824) on Cygwin but offer better performance
	on Linux (see change on August 11 2011). -CG/pross

 	Fixed problems with testcases on W32. -LRN

	Fixed MHD_CONNECTION_OPTION_TIMEOUT for HTTPS (#1811). -CG
2011-11-28 15:04:06 +00:00
manu
62cdbe359b Remove two patches being idempotent together. I do not bump PKGREVISION,
as the result is the same.
2011-11-28 14:58:44 +00:00
hiramatsu
b647aa1bad Updated net/p5-Net-Twitter, devel/p5-Test-Most and
www/p5-CGI-Application-Plugin-ValidateRM.
2011-11-28 13:06:23 +00:00
hiramatsu
583ead9994 Update p5-CGI-Application-Plugin-ValidateRM to 2.4.
Changes from previous:
2.4 July 20th, 2011
    No functional changes.

    Fixed Perl 5.12 compatibility, thanks to Nicholas Bamber.  (RT#67894)

    Also, some other code-cleanup.
2011-11-28 13:05:36 +00:00
hiramatsu
6421286c6d Update p5-Test-Most to 0.25.
Changes from previous:
0.25    2011-08-17
        - Add timeit() function to time individual behaviours.

0.24    2011-06-18
        - Update dependencies to pick up multiple bug fixes, new behaviours,
          in various Test:: libraries.
2011-11-28 13:05:12 +00:00
hiramatsu
e523605d6d Update p5-Net-Twitter to 3.18001.
Changes from previous:
    - fixed: AutoCursor:
        - no behavior change when user passes "cursor" arg
        - work with InflateObjects trait
    - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
    - Replaced JSON::Any with JSON
    - documented new arguments for friendship_exists

3.18000_01 2011-09-21
    - added update_with_media (Allen Haim)
    - added get_privacy_policy and get_tos API methods
    - added get_languages and get_settings API methods
    - added contributors and contributees API methods
    - added geo_search, geo_search, similar_places, and add_place API methods
    - friends/followers API methods deprecated
    - implemented the *new* Lists API in the API::REST trait
    - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
    - fixed bad whatis entry (patch from debian, closes RT #67203)
    - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)

3.17001 2011-03-31
    - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)

3.17000 2011-03-29
    - production release with new AutoCursor trait

3.16000_1 2011-03-27
    - Added AutoCursor trait

3.16000 2011-03-26
    - Moved trends methods to API::REST; added warning to API::Search::Trends
    - Added no_retweet_ids method
    - modify searchapiurl for identica option
    - added deprecation notice to Net::Identica with Net::Twitter examples
    - replaced Test::Exception with Test::Fatal in tests

3.15000 2011-02-25
    - added Lists API method members_create_all (alias add_list_members)
    - added tests dependency: Test::Exception (closes RT #65786)

3.14003 2011-02-07
    - Fixed: trends_location (closes RT #65506)
    - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542)

3.14002 2010-11-02
   - Fixed: use File::Spec tests that failed in Win32 (turugina)

3.14001 2010-10-19
    - Make Crypt::SSLeay a hard requirement (really no longer practical without it)

3.14000 2010-10-19
    - Added #newtwitter API methods (account_totals, account_settings,
      suggestion_categories, user_suggestions, show_direct_message,
      retweeted_to_user, retweeted_by_user, lookup_friendships,
      update_friendship, all_lists, related_results)
    - fixed: memory leak in RateLimit trait

3.13009 2010-09-17
    - use Athorization header for OAuth token requests rather than query params
    - "identica => 1" sets OAuth URLs (assist from barbie)
    - updated Synopsis with OAuth (closes RT#61273)

3.13008_02 2010-09-04
    - fixed stack frame filter
    - fixed missing dependency
    - detect Twitter's errors array as an error object

3.13008_01 2010-08-31
    - extract error from the various disparate error formats
2011-11-28 13:04:54 +00:00
wiz
9ab8830650 + abcm2ps-6.5.13, abcmidi-20111118, bluefish-2.2.0, calibre-0.8.28,
gaupol-0.19.2, lame-3.99.2, msmtp-1.4.26, stunnel-4.48, vifm-0.7.1.
2011-11-28 12:35:54 +00:00
wiz
ff0497bd9b + dialog-1.1.20111020, diffpdf-1.5.1, emacs-23.3b, gss-1.0.2,
libidn-1.23, libtasn1-2.11, links-2.4, links-gui-2.4,
  openldap-client-2.4.27, x264-devel-20111126.
2011-11-28 11:07:34 +00:00
wiz
378d26f2bc Update HOMEPAGE and MASTER_SITES.
From David Griffith in PR 45667.
2011-11-28 11:03:51 +00:00
adam
228d11f5b1 Updated textproc/py-sphinx to 1.1.2; Updated databases/py-ldap to 2.4.6 2011-11-28 11:00:42 +00:00
drochner
7fc0ab7974 update to 0.7.8
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
 (possible code injection)
-more fixes
2011-11-28 11:00:28 +00:00
adam
8922c402b7 Changes 2.4.6:
Lib/
* ldap.controls.ppolicy:
  Another fix for decoding the password policy response control

Changes 2.4.5:
Installation:
* defines for SASL and SSL in setup.cfg to be more friendly to
  Python setup tools (easy_install)
Lib/
* Fixed typo in ldap.functions._ldap_function_call() which
  always released ldap._ldap_module_lock instead of local lock
* ldap.controls.ppolicy:
  Fixed decoding the password policy response control
Demo/
* Demo script for ldap.controls.ppolicy
2011-11-28 10:58:50 +00:00
obache
59569b5123 already updated ucarp to 1.5.2. 2011-11-28 10:57:28 +00:00
adam
22b87281fa Changes 1.1.2:
* 809: Include custom fixers in the source distribution.

Changes 1.1.1:
* 791: Fix QtHelp, DevHelp and HtmlHelp index entry links.
* 792: Include "sphinx-apidoc" in the source distribution.
* 797: Don't crash on a misformatted glossary.
* 801: Make intersphinx work properly without SSL support.
* 805: Make the ``Sphinx.add_index_to_domain`` method work correctly.
* 780: Fix Python 2.5 compatibility.
2011-11-28 10:48:25 +00:00
manu
49f1bffa12 Update to glusterfs 3.2.5. This is a bug-fix release 2011-11-28 08:42:38 +00:00
manu
6cc12c90a2 Update perfuse: Fix stale file handling 2011-11-28 08:33:16 +00:00
wiz
15c4d1d8d8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
jmcneill
57f467b42b for X11_TYPE=native, default X11BASE to /usr/X11R7 on NetBSD if
X11FLAVOUR is "Xorg", so it is set right even when x* sets aren't installed

ok joerg
2011-11-28 00:00:49 +00:00
marino
cd8ac023cc chat/quirc: Fix build with modern GCC 2011-11-27 23:49:38 +00:00
cheusov
bb0a9af337 REPLACE_SH for SunOS<5.11 and friends 2011-11-27 21:44:20 +00:00
joerg
48df7f32ea Fix build with newer GCC. 2011-11-27 19:55:05 +00:00
joerg
effc4b412f Updated pkgtools/pbulk-base to 0.44 2011-11-27 19:53:53 +00:00
joerg
7ab88afd17 pbulk-base-0.44: Fix hash function to actually do proper hashing.
Do some further tweaking to improve matching by storing string size.
While here, add the necessary .WAIT to allow parallel builds.
2011-11-27 19:53:30 +00:00
joerg
aacf21cbfd Needs sys/param.h for howmany. 2011-11-27 19:50:23 +00:00
joerg
3b9c9d73a1 Don't install binaries as 550 to fail when stripping them later. 2011-11-27 19:49:15 +00:00
joerg
3378537906 Always add PREFIX/lib to libpth. When building as normal user, it often
exists already. This is not the case for bulk builds though. This fixes
p5-MARC-Charset, since p5-gdbm ended up without rpath to PREFIX/lib.
Fix some Perl interpreter paths while here. Bump revision.
2011-11-27 19:47:50 +00:00
joerg
fd3c6def8f omake tries to link with the ocaml runtime directly. This fails as
libocamlrun.a has a curses dependency on NetBSD. Patch the linker
invocation to allow adding platform specific options.
2011-11-27 19:46:00 +00:00
joerg
d69bc6a2e7 Fix build with newer GCC. 2011-11-27 19:43:33 +00:00
joerg
74ef380ffe Fix build with modern GCC 2011-11-27 19:42:25 +00:00
joerg
1d7187045e Remove use of the G++ min extension. 2011-11-27 19:40:50 +00:00
joerg
aa82c02b73 Fix build with modern GCC 2011-11-27 19:39:09 +00:00
joerg
fbed588d9f Disable -Wundef, it fails with libthrift. 2011-11-27 19:38:32 +00:00
joerg
9db1ff9b9b Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
2011-11-27 19:36:48 +00:00
joerg
a3a7423bb3 Fix build with newer GCC 2011-11-27 19:36:09 +00:00
joerg
83796265fe Try to deal with OpenSSL changes and stricter GCC warnings. 2011-11-27 19:35:27 +00:00
joerg
83f6f83cb6 Fix build with modern GCC 2011-11-27 19:33:55 +00:00
marino
569671b9a2 devel/ocaml-findlib: Designate not jobs safe. 2011-11-27 19:13:50 +00:00
marino
4f141105c2 lang/ocaml: Add DragonFly64, natdynload, and gprof support
Add support for x86_64-*-DragonFly
Add support for native dynamic loading on both platforms
Add support for profiling on both platforms
Add ability to detect X11 in pkgsrc.  This currently has no impact
because the makefile disables X11.
2011-11-27 19:11:59 +00:00
cheusov
6ad49f0969 Updated lang/runawk to 1.4.0 2011-11-27 18:53:09 +00:00
cheusov
035c27ceb2 Update to 1.4.0
exitnow.awk:
    - Fix: exitnow(status) finishes the execution of the script
      without running END sections even if status == 0.

  New module io.awk that includes the following functions:
  is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink},
  file_size and file_type.

  tokenre.awk:
    - Function splitre0() was added that splits $0

  More regression tests were added.
2011-11-27 18:52:53 +00:00
cheusov
634a96ccf3 Updated devel/bzr-gtk to 0.100.0 2011-11-27 14:20:46 +00:00
drochner
6593d7596e modify an autoconf test so that the compiler can't calculate the
result at compile time (as it does with newer gcc), fixes build
2011-11-27 14:20:42 +00:00
cheusov
566f8a045f Update to 0.100.0 from wip prepared by maintainer.
Tested on current and Linux.
2011-11-27 14:20:18 +00:00
drochner
d7dcbed356 update to 2.3.3
changes: bugfixes
2011-11-27 14:17:40 +00:00
cheusov
18fc89791c Updated devel/qbzr to 0.21.1nb1 2011-11-27 13:48:16 +00:00
cheusov
ae861697b2 Update to 0.21.1 by maintainer. Add LICENSE.
Tested on netBSD current and Linux.
2011-11-27 13:47:53 +00:00
cheusov
1592a997bb Updated devel/bzr-explorer to 1.2.1nb1 2011-11-27 13:44:27 +00:00
cheusov
7f6353f1f1 Update to 1.2.1 from wip by maintainer. Tested on Linux and
NetBSD current.
2011-11-27 13:43:05 +00:00