Commit graph

194847 commits

Author SHA1 Message Date
ryoon
aee0bcc277 Fix PR/47199
Restore _MIPS_SIM workaround, removed during updating to rev. 1.4 of patch-ae.
Functionality is not tested yet.
2012-12-18 12:33:07 +00:00
jperkin
5a5056500e Ensure HAVE_FIONREAD_IN_SYS_FILIO is defined on Solaris, it appears to
have been somewhat removed from the source and there is no configure test
left to enable it, but it is still required.
2012-12-18 12:31:31 +00:00
tron
2e603b26de Mention that this also licensed under later versions as 3 of the GNU GPL.
Pointed out by Snader_LB.
2012-12-18 12:08:25 +00:00
jperkin
8409289301 Add support for 64-bit Solaris. 2012-12-18 12:02:10 +00:00
obache
d7f220fb08 Updated www/opera to 12.12 2012-12-18 11:56:40 +00:00
obache
f68edaa675 Update opera to 12.12.
Release notes
Release date: 2012-12-18
Opera 12.12 is a recommended upgrade offering security and stability enhancements.

Fixes and Stability Enhancements since Opera 12.11
General and User Interface
 * Several general fixes and stability improvements
 * New option `Delete settings and data for all extensions' option (off by
   default) in the Delete Private Data dialog
 * Corrected an issue where using the 'Delete Private Data' dialog could delete
   extension and settings data
 * Redesigned the 'Delete Private Data' dialog to be more usable with small
   screens
 * Fixed an issue where quitting Opera while in fullscreen mode could cripple
   the interface on the next start-up
Security
 * Fixed an issue where malformed GIF images could allow execution of arbitrary    code; see our advisory
   http://www.opera.com/support/kb/view/1038/
 * Fixed an issue where repeated attempts to access a target site could trigger
   address field spoofing, as reported by Masato Kinugawa; see our advisory
   http://www.opera.com/support/kb/view/1040/
   UNIX-only
    * Fixed an issue where private data could be disclosed to other computer
      users, or be modified by them, as reported by Jann Horn; see our advisory
      http://www.opera.com/support/kb/view/1039/
2012-12-18 11:56:21 +00:00
obache
fbbe9e64aa Updated emulators/suse121_libxml2 to 12.1nb4 2012-12-18 11:26:11 +00:00
obache
65fe9602d2 Update libxml2 rpm to 2.7.8+git20110708-3.15.1 for CVE-2012-5134.
Bump PKGREVISION.
2012-12-18 11:25:52 +00:00
jperkin
1bbde496ae As GNU bison is pulled in on Solaris we need yystype. 2012-12-18 11:25:34 +00:00
jperkin
cb90b6c25e Remove --disable-mmx2, it is no longer a valid option. 2012-12-18 10:48:09 +00:00
wiz
0a71de70c7 Updated sysutils/cdrtools to 3.01alpha10 2012-12-18 07:58:16 +00:00
wiz
2cbfce9c5a Update to 3.01a10 for the mkisofs regression (see last entry below).
NEW features of cdrtools-3.01a10:

This is the first localization step for cdrtools. All programs now (hopefully)
call gettext() for all strings that need localization.

-	The next step will include dgettext() calls for the libraries.

-	The following step will include the extracted strings

-	The last step will include German translations and install support
	for the resulting binary message object files.

All:

-	Add support for semi-static (preconfigured) include files for Android:
	include/schily/armv5tejl-linux-gcc/xconfig.h

-	New include files include/schily/err_*.h are used to encapsulate
	#error CPP statements that would otherwise always prevent compilation
	with K&R compilers.


Mkisofs (Maintained/enhanced by J

-	Revert a change to dvd_file.c::uniq() that was made because of a "valgrind"
	warning that claims illegal memory access. With the change from 3.01a09, mkisofs
	however does not deal correctly with DVD-Video padding, so the valgrind warning is
	wrong.
2012-12-18 07:58:05 +00:00
agc
ed3e3b066b Note the start of the freeze of the repository for new packages, and
infrastructure changes, in preparation for the pkgsrc-2012Q4 branch.
2012-12-18 00:04:34 +00:00
agc
2d24f7827f Add a libidn option (defaulting to on) which allows libidn support to be
turned off in www/curl.

Modify the curl package to be aware of the libidn option. Ensure default
is on.

No functional change, so no version number bump.
2012-12-17 23:26:47 +00:00
asau
7148fe207d Updated lang/abcl to 1.1.0 2012-12-17 21:48:00 +00:00
asau
55db24decc Update to ABCL 1.1.0
Version 1.1.0
=============
svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/"
(22 November 2012)

Features
--------

  *  A functioning (A)MOP implementation through the hard work of Rudi
     Schlatte (@rudi)

  *  The implementation can be used across many more Quicklisp systems
     through a process of extensive testing.  Thanks @xach!

     Nota bene: all of the following systems need patches to work as
     of the 2012-10-13 Quicklisp.  All patches have been accepted in
     at least an initial form by the upstream maintainers.

     ** CLOSER-MOP
        Quite possible with local patches
     ** CFFI
       Needs patches to 2012-10-13 Quicklisp.  [!!?]
       *** Dynamic interfaces idempotent across process -- no more reloading
     ** HUNCHENTOOT
       *** some bugs with underlying streams to be fixed in abcl-1.2-dev
     ** CXML
        Basic XML parsing works.  XPath still borked. [???]
  *  Java 5 bytecode Compiler

     The internal Lisp-to-Java bytecode compiler has been hardened by
     regression testing across Quicklisp libraries.

     **  Extensive interpreter/compiler bug fixes due to access to cl-test-suite [???] @antov
     ** large objects (?!?)

  *  The facility to construct runtime classes via JNEW-RUNTIME-CLASS (@astalla)

    Pretty close to full coverage of primtives for creating synthethic
    java classes at runtime.  Easy to extend with your needs; sensible
    defaults.

    ** Fields
    *** getter/setters
    ** Annotations


  * ASDF

     ** Stock ASDF-2.26 with conditional patches for the URL-PATHAME and
        JAR-PATHNAME implementation extensions to ANSI.

  *  ABCL-CONTRIB

     ** ABCL-ASDF

        Network installation of binary artifacts named by Maven POM uris.

        *** checks at runtime if a given class is present in the
            accessible classloaders

        *** If the check for the presence of a class fails, find a
            maven-3.0.4 binary locally, execute its Aether connector
            to retrieve its transitive dependencies from the network.

      ** JSS

         Java Syntax Sucks.  q.v [lsw2]

         Extensive bugfixing wrt. method resolution [#229]

      ** JFLI

         A "captured from the wild" version of what @rich.hickey did before Clojure.



Changes
-------

  * [#249] PATHNAME merge semantics DWIMs on an inferred type

  Extends ANSI PATHNAME in a non-conforming manner, which was probably
  already the case.

  * [r13695] Reimplementation of global symbol macros to avoid using
    the symbol's value slot.

  * [r13696] DEFMACRO now supports documentation strings as per the
    ANSI specification.

  * [r13700] ABCL loads under the Weblogic 10.3 application server.

  * [r13768] [#193] Allow zero-length symbols

  * [r13785] JNEW-RUNTIME-CLASS gets fields and annotations

  * [r13790] JNEW-RUNTIME-CLASS getters/setters for fields

  * [r13796] [r13797] N3 DOAP description for ABCL

  * [r13803] Build target 'abcl-contrib.jar' packages ABCL-CONTRIB

Fixes
-----

  * ANSI [#241]

     ** &AUX parameters fixes RESTAS


  * [#221] Stack exhaustsion on funcall in non-existing package

  * [#113] DEFSTRUCT concurrency

  * [#216][#211] Compiler

    ** stack inconsistency

  * [#187] Better SORT and STABLE-SORT via Jorge Tavares [???]
2012-12-17 21:47:31 +00:00
asau
c61a8e8591 Updated math/maxima to 5.29.1 2012-12-17 21:35:55 +00:00
asau
96f961c3ba Update to Maxima 5.29.1
Changes are unknown, but there's a usual batch of bug fixes.
2012-12-17 21:35:11 +00:00
is
fbf71fdae8 Note xlockmore{,-lite} 5.41nb2 2012-12-17 20:26:17 +00:00
is
99aff28e67 Note modular-xorg-server 1.6.5nb14. 2012-12-17 20:07:35 +00:00
markd
a5a2973134 Drop maintainership. Haven't run this version of emacs for some time. 2012-12-17 18:39:06 +00:00
markd
60d83c6a5d Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
tsutsui
d0d1210d1c Updated net/mikutter to 0.2.0.1089 2012-12-17 17:45:19 +00:00
tsutsui
caca58f79e Update mikutter to 0.2.0.1089.
pkgsrc changes:
 - customized escape.rb is no longer necessary
 - catch up directory reorganaization
 - update COMMENT and LICENSE per newer distribution files

Upstream changes:

0.2.0.1089:
 - workaround bugs in several Twitter's APIs that cause auth dialogs and
   prevent initial authentication

0.2.0.1080:
 - add auto scroll support in activity tab
 - fix problems when access token is canceled
 - workaround invalid response from Twitter that causes hourly auth dialog
 - fix crash problem when profile command is invoked without selected tweet

0.2.0.1064
 - same fix in 0.1.1.1063
 - reorganize directories
 - fix a problem that can't remove abstruct tab
 - fix several bugs in setting windows
 - add support preview of tumblr and hatena photolife

0.2.0.1054:
 - fix open conversation tab commant without focused tweet
 - stop sending a bug report without useful trace

0.2 major updates:
 - reorganize UI APIs
 - support multipain officially
 - replace settings tab with window
 - renew profile plugin
 - add many mikutter commands for keyboard operation
 - misc secret features
2012-12-17 17:44:20 +00:00
taca
c3d86ddff2 Note update of devel/ruby-rake package to 10.0.3. 2012-12-17 16:53:57 +00:00
taca
a2f8b525b3 Update ruby-rake to 10.0.3.
Exact changes are unknown.
2012-12-17 16:52:48 +00:00
taca
0dd0705679 Note update of www/thin package to 1.5.0. 2012-12-17 15:57:16 +00:00
taca
3e7884bb47 Update thin to 1.5.0.
== 1.5.0 Knife
 * Fix compilation under Ubuntu 12.04 with -Werror=format-security option.
 * Raise an error when no PID file.
 * Prevent duplicate response headers.
 * Make proper response on exception [MasterLambaster].
 * Automatically close idling pipeline connections on server stop [MasterLambaster].
2012-12-17 15:56:42 +00:00
taca
fac2cb3ed8 Note update of www/ruby-unicorn package to 4.5.0. 2012-12-17 15:55:43 +00:00
taca
01f8d9e3ee Update ruby-unicorn to 4.5.0.
=== unicorn 4.5.0 - check_client_connection option / 2012-12-07 22:59 UTC

  The new check_client_connection option allows unicorn to detect
  most disconnected local clients before potentially expensive
  application processing begins.

  This feature is useful for applications experiencing spikes of
  traffic leading to undesirable queue times, as clients will
  disconnect (and perhaps even retry, compounding the problem)
  before unicorn can even start processing the request.

  To enable this feature, add the following line to a unicorn
  config file:

        check_client_connection true

  This feature only works when nginx (or any other HTTP/1.0+
  client) is on the same machine as unicorn.

  A huge thanks to Tom Burns for implementing and testing this
  change in production with real traffic (including mitigating
  an unexpected DoS attack).

  ref: http://mid.gmane.org/CAK4qKG3rkfVYLyeqEqQyuNEh_nZ8yw0X_cwTxJfJ+TOU+y8F+w@mail.gmail.com

  This release fixes broken Rainbows! compatibility in 4.5.0pre1.

=== unicorn 4.5.0pre1 - check_client_connection option / 2012-11-29 23:48 UTC

  The new check_client_connection option allows unicorn to detect
  most disconnected clients before potentially expensive
  application processing begins.

  This feature is useful for applications experiencing spikes of
  traffic leading to undesirable queue times, as clients will
  disconnect (and perhaps even retry, compounding the problem)
  before unicorn can even start processing the request.

  To enable this feature, add the following line to a unicorn
  config file:

    check_client_connection true

  A huge thanks to Tom Burns for implementing and testing this
  change in production with real traffic (including mitigating
  an unexpected DoS attack).

=== unicorn 4.4.0 - minor updates / 2012-10-11 09:11 UTC

  Non-regular files are no longer reopened on SIGUSR1.  This
  allows users to specify FIFOs as log destinations.

  TCP_NOPUSH/TCP_CORK is no longer set/unset by default.  Use
  :tcp_nopush explicitly with the "listen" directive if you wish
  to enable TCP_NOPUSH/TCP_CORK.

  Listen sockets are now bound _after_ loading the application for
  preload_app(true) users.  This prevents load balancers from
  sending traffic to an application server while the application
  is still loading.

  There are also minor test suite cleanups.
2012-12-17 15:55:15 +00:00
taca
ed63a7768c Note update of www/ruby-sass package to 3.2.3. 2012-12-17 15:53:14 +00:00
taca
919588e519 Update ruby-sass to 3.2.3.
3.2.3

* sass --watch no longer crashs when a file in a watched directory is deleted.
* Allow @extend within bubbling nodes such as @media.
* Fix various JRuby incompatibilities and test failures.
* Work around a performance bug that arises from using @extend with
  deeply-nested selectors.

3.2.2

* Add a --poll option to force sass --watch to use the polling backend to
  Listen.
* Fix some error reporting bugs related to @import.
* Treat protocol-relative URLs in @imports as static URLs, just like http and
  https URLs.
* Improve the error message for misplaced simple selectors.
* Fix an option-handling bug that was causing errors with the Compass URL
  helpers.
* Fix a performance issue with @import that only appears when ActiveSupport is
  loaded.
* Fix flushing of actions to stdout. Thanks to Russell Davis
  (http://github.com/russelldavis).
* Fix the documentation for the max() function.
* Fix a @media parsing bug.

  Deprecations -- Must Read!

* Sass will now print a warning when it encounters a single @import statement
  that tries to import more than one file. For example, if you have @import
  "screen" and both screen.scss and _screen.scss exist, a warning will be
  printed. This will become an error in future versions of Sass.
2012-12-17 15:52:31 +00:00
taca
76d7da8415 Note update of www/ruby-jquery-rails to package to 2.1.4 and
Remove of www/ruby-jquery-rails10 package.
2012-12-17 15:32:36 +00:00
taca
35b30fe607 Remove ruby-jquery-rails10 since ruby-jquery-rails supports all Ruby on
Rails versions.
2012-12-17 15:31:38 +00:00
taca
eb28c295b7 Delete ruby-jquery-rails10. 2012-12-17 15:31:06 +00:00
taca
84e85d29ac Note update of www/ruby-jquery-rails package to 2.1.4. 2012-12-17 15:30:11 +00:00
taca
55c69dbdb5 Update ruby-jquery-rails to 2.1.4.
* Now this package support all Ruby on Rails packages.

## 2.1.4 (26 November 2012)

  - Updated to jQuery 1.8.3
  - Updated to jQuery UI 1.9.2
  - Rails 4 compatibility
  - Rails 3.0 compatibility
  - Rails 3.1 (without asset pipeline) compatibility

## 2.1.3 (24 September 2012)

  - Updated to latest jquery-ujs
  - Updated to jQuery 1.8.2
2012-12-17 15:29:32 +00:00
taca
9a92330d51 Note moving of www/ruby-jquery-rails20 to www/ruby-jquery-rails. 2012-12-17 15:27:06 +00:00
taca
69da25b9fb Change ruby-jquery-rails20 to ruby-jquery-rails. 2012-12-17 15:26:38 +00:00
taca
62a0a104c9 Move ruby-jquery-rails to ruby-jquery-rails20. 2012-12-17 15:26:11 +00:00
taca
087d50c7ad Note update of www/ruby-net-http-persistent package to 2.8. 2012-12-17 15:15:09 +00:00
taca
e9504705d7 Update ruby-net-http-persistent to 2.8.
=== 2.8 / 2012-10-17

* Minor enhancements
  * Added Net::HTTP::Persistent::detect_idle_timeout which can be used to
    determine the idle timeout for a host.
  * The read timeout may now be updated for every request.  Issue #33 by
    Mislav Marohnić
  * Added NO_PROXY support.  Pull Request #31 by Laurence Rowe.
  * Added #cert and #key aliases for Net::HTTP compatibility.  Pull request
    #26 by dlee.
  * The artifice gem now disables SSL session reuse to prevent breakage of
    testing frameworks.  Pull Request #29 by Christopher Cooke.
  * Disabled Net::HTTP::Persistent::SSLReuse on Ruby 2+.  This feature is now
    built-in to Net::HTTP.
* Bug fixes
  * Socket options are set again following connection reset.  Pull request #28
    by cmaion.
  * #shutdown now works even if no connections were made.  Pull Request #24 by
    James Tucker.
  * Updated test RSA key size to 1024 bits.  Bug #25 by Gunnar Wolf.
  * The correct host:port are shown in the exception when a proxy connection
    fails.  Bug #30 by glebtv.
2012-12-17 15:14:42 +00:00
taca
d64360b89d Note update of www/ruby-rack-test package to 0.6.2. 2012-12-17 15:13:49 +00:00
taca
437d900133 Update ruby-rack-test to 0.6.2.
== 0.6.2 / 2012-09-27

* Minor enhancements

  * Support HTTP PATCH method (Marjan Krekoten' #33)
  * Preserve the exact query string when possible (Paul Grayson #63)
  * Add a #delete method to CookieJar (Paul Grayson #63)

* Bug fixes

  * Fix HTTP Digest authentication when the URI has query params
  * Don't append default ports to HTTP_HOST (David Lee #57)
2012-12-17 15:13:24 +00:00
taca
93d3be97e0 Note update of ruby-innate package to 2012.12 and www/ramaze package
to 2012.12.08.
2012-12-17 15:11:41 +00:00
taca
5bc04d6ffa Update ramaze to 2012.12.08.
Changes are too many to write here, please refer CHANGELOG.
2012-12-17 15:10:57 +00:00
taca
641167791a Update ruby-innate to 2012.12.
Changes are too many to write here, please refer CHANGELOG.
2012-12-17 15:10:12 +00:00
taca
cbbc322b70 Note update of www/ruby-csspool package to 3.0.2. 2012-12-17 15:08:57 +00:00
taca
ed6ffcca3d Update ruby-csspool to 3.0.2.
== 3.0.2

* New Features

  * Support IE Safe Hacks [stereobooster]

* Bugfixes

  * Fix #23 - set up CSSPool.CSS so it can read files. [Mike Tierney]
2012-12-17 15:08:28 +00:00
taca
17d3b6b0f5 Note update of textproc/ruby-treetop package to 1.4.12. 2012-12-17 15:07:22 +00:00