summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-14Update MASTER_SITES.obache5-10/+10
2010-08-14- clutter-gtkobache1-2/+1
2010-08-14Updated graphics/clutter-gtk to 0.10.6obache1-1/+2
2010-08-14Update clutter-gtk to 0.10.6.obache2-8/+7
Clutter-GTK 0.10.6 12/08/2010 ================================== >> Fix event handling with Clutter 1.3.*
2010-08-14Fix typoes which cause build failure on !x86 machines.tsutsui4-1/+43
2010-08-14+ apache-ant-1.8.1 [pkg/43752], cfitsio-3250, cherokee-1.0.8,wiz1-15/+24
clamav-0.96.2, clutter-gtk-0.10.6, curl-7.21.1, etm-649, evolution-2.30.3, evolution-data-server-2.30.3, evolution-exchange-2.30.3, evolution-mapi-0.30.3 [GNOME 2.30], gdm-2.30.5 [GNOME 2.30], gtkhtml324-3.30.3, libX11-1.3.5, libXvMC-1.0.6, libstree-0.4.3 [pkg/43748], libxcb-1.7, lighttpd-1.4.27, opera-10.61, py-xdg-0.19 [pkg/43747], vala-0.9.5 [pkg/43749], wesnoth-1.8.4, zile-2.3.19.
2010-08-14Updated security/ruby-oauth to 0.4.2obache1-1/+2
2010-08-14Update ruby-oauth to 0.4.2.obache3-7/+9
== 0.4.2 2010-08-13 * Fixed compatibility with Ruby 1.9.2 (ecavazos) * Fixed the em-http request proxy (Joshua Hull) * Fix for oauth proxy string manipulation (Jakub Suder) * Added Bundler (rc) Gemfile for easier dev/testing
2010-08-13Note evilwm-1.0.1 update.sketch1-1/+2
2010-08-13Update to evilwm-1.0.1sketch2-6/+6
*** Changes between 1.0.0 and 1.0.1: Wed Mar 11 15:41:02 GMT 2009 Ciaran Anscomb <evilwm@6809.org.uk> * XFlush() shouldn't be required in interruptibleXNextEvent() Thu Nov 20 11:17:07 GMT 2008 Larry Doolittle <> * Fix interaction with X and signal handler Larry Doolittle encountered a problem with the signal handler's interaction with later versions of X.org and submitted this patch. It adds an interruptible version of XNextEvent() borrowed from the Blender source code (copyright Mark J. Kilgard) that allows a more graceful exit from the main event loop rather than getting the signal handler to do it.
2010-08-13Don't allow a prefix or other directory ending in /. Adresses PR 43754.joerg1-1/+2
2010-08-13Note update of databases/mysql51-server package 5o 5.1.49nb1.taca1-1/+2
2010-08-13Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49.taca7-6/+109
This problem results mysqld to exit on start up. 5.1/i386 5.1/amd64 5.99.38/i386 5.99.38/amd64 my_time_t int32_t int64_t int32_t int64_t time_t int32_t int32_t int64_t int64_t I confirmed to mysqld running on these four case except 5.99.38/i386. Bump PKG_REVISION.
2010-08-13Updated net/ruby-twitter-stream to 0.1.8obache1-1/+2
2010-08-13Update ruby-twitter-stream to 0.1.8.obache2-6/+6
For Twitter OAuth + Streaming: fixed escaping, inconsistent handling of params between get, post oauth and non
2010-08-12remove socat from list. done.zafer1-2/+1
2010-08-12note update of net/socat to 1.7.1.3zafer1-1/+2
2010-08-12Update socat to 1.7.1.3zafer2-6/+6
Changelog: security: fixed a stack overflow vulnerability that occurred when command line arguments (whole addresses, host names, file names) were longer than 512 bytes. Note that this could only be exploited when an attacker was able to inject data into socat's command line. Full credits to Felix Grobert, Google Security Team, for finding and reporting this issue
2010-08-12Fix build failure and make mplayer work properly on NetBSD/arm:tsutsui1-1/+16
- workaround name conflict with system header <arm/bswap.h> in libavutils by subst.mk replacement - explicitly disable armv5te, armv6, and armv6t2 options that are enabled by autodetect code in configure but cause illegal instruction errors on StrongARM and XScale machines Tested on NetBSD/hpcarm (WS011SH) and NetBSD/shark (Funai's DNARD) 5.99.38.
2010-08-12+ uim-1.6.0obache1-1/+2
2010-08-12Updated lang/scala to 2.8.0asau1-1/+2
2010-08-12Update to Scala 2.8.0asau9-249/+196
Changes in Version 2.8.0 (14-Jul-2010) Scala 2.8.0 is a significantly innovative release, which contains a large amount of fixes and introduces many new features: * Redesigned collection library * New array implementation, manifests for polymorphic arrays * Type specialization * Named and default arguments * Package objects * Beefed up Scala Swing libraries, better documentation * Revamped REPL * Implicits changes * Improved equality * Packrat parser combinators * Improved XML library * Type constructor inference * Improved Annotations * Enhanced actors * Support for continuations Internal improvements * New presentation compiler * New build manager * Speed improvements Additional tools * Scaladoc 2 * Sbaz 2 * Scalap * Scala IDE for Eclipse
2010-08-12Add comments to patches, per pkglint nag.gdt3-5/+14
2010-08-12Updated print/gutenprint-lib to 5.2.6gdt1-1/+2
2010-08-12Update to 5.2.6:gdt3-31/+48
adds some Canon PIXMA printers adds some Epson printers adds some PCL laser printers changes definitions for some printers (ink choices) bugs fixes Finnish translation pkgsrc changes: Adjust comments. Add PRINT_PLIST_AWK pattern.
2010-08-12Updated lang/tinyscheme to 1.39asau1-1/+2
2010-08-12Update to TinyScheme 1.39asau4-9094/+69
Changes: Version 1.39 Drew Yao fixed buffer overflow problems in mk_sharp_const. Version 1.38 Interim release until the rewrite, mostly incorporating modifications from Kevin Cozens. Small addition for Cygwin in the makefile, and modifications by Andrew Guenther for Apple platforms. Version 1.37 Joe Buehler submitted reserve_cells. Version 1.36 Joe Buehler fixed a patch in the allocator. Alexander Shendi moved the comment handling in the scanner, which fixed an obscure bug for which Mike E had provided a patch as well. Kevin Cozens has submitted some fixes and modifications which have not been incorporated yet in their entirety.
2010-08-12Updated lang/ksi to 3.9.0asau1-1/+2
2010-08-12Update to KSi 3.9.0asau3-43/+37
3.9.0 ===== * Prerelease of the 4.0.0 that will be R6RS compliant. * The doc directory temporary removed from distrib. The old docs obsolete and new is not ready. * Simple R6RS-like library manager implemented. "load" function removed (use "import" syntax instead). * the ksi module system removed in a favour of new R6RS library system. * `psyntax.ss' that implemented 'syntax-case' in older revisions of the ksi, was removed. As a result, only core syntax evaluated by ksi. And ksi core is not a R6RS core :-( * '(gensym)' generate (almost) unique symbol names. As a part of generated symbol name used a 'session_id' that is initialized at startup. So, each ksi invocation has its own 'session_id'. This can help (in a future) to hardly optimize the scheme code evaluation Now the 'session_id' is initialized with random bits converted to readable string. * the "do" syntax, "delay" syntax and "force" function was removed from the ksi core. * the 'struct Ksi_Environ' and companions was rewriten almost completly. Now the environment has the name, the export list and the hashtab that maps the symbol to the value A value can be a plain value (the symbol is a variable) or a syntax value. If a symbol is bound to a syntax value, it can not be defined, assigned or used in any other case except in a intented syntax form As a special case, if a symbol is bound to a syntax value and the value is a procedure, the procedure is applyed to the form before evaluating it. (Look at 'ksi_defsyntax()' and 'ksi_compile()' for details). This mechanics is intended for low-level macros (as "define-macro!") and derived forms such as 'cond', 'case', etc. The normal sanitary macro system planned ;-). * All packed-in-the-pointer objects was removed. Such objects as 'ksi_nil', 'ksi_false' and so on, are implemented as a pointers to a memory location that allocated when initializing the ksi library. Do not be suprized the error if you use its before calling `ksi_init()'. * The 'struct Ksi_Char' (added) is internal representation of a character now. (first step to unicode). * the GMP library used for exact arithmetics now. As a result, the ksi supports the exact rational numbers now. * The short integers was removed. Bignums are the only exact numbers now. And predefined constans 'ksi_zero', 'ksi_one', etc was removed too. (Use 'ksi_long2num()' in C code) * A flonum has real and imag part always, and so, a flonum is a complex number now. But 'real?' returns #t if imaginary part is zero and 'number->string' do not print "+0.0i" if imaginary part is zero. (This is not what R6RS requires but alas, it is the ksi) * balanced comments are writen within "#| |#" construct now (not with "#! !#" as in the previous revisions of the ksi). The sequence "#!<identifier>" used for the reader directives now. In addition, to support the scheme scripts, the sequence "#! " (note whitespace) and "#!/" in the very begin of a file supposed as a one-line comment. * Reader now case-sensitive by default, as required R6RS. Use the "#!fold-case" directive to switch the reader to the case-insensitive mode, and "#!no-fold-case" to switch to the case-sensitive mode back. * By default, the reader parses postfix keyword notation, such as "key:". "#!keyword-prefix" switches the reader to prefix mode, such as ":key", and "#!keyword-postfix" switches the reader back to postfix mode. * By default, the reader do not parses the old ksi keyword notation, such as "#:key". Use the "#!keyword-sharp" directive to switch the old mode on, and "#!no-keyword-sharp" to switch off. * "#!r6rs" directive switches the reader to the R6RS mode, and "#!ksi" directive switches the reader to the default mode back. In the r6rs mode: -- the keywords are not parsed at all; -- any sequence that starts with digit, '+', '-', '.', tried to be parsed as a number and, if cannot, exception raised. Otherwice the sequence is parsed as a symbol. In the ksi mode: -- the keywords are parsed; -- any sequence, that starts with digit, or '+', '-', '.' folowed by digit, tried to be parsed as a number and, if cannot, exception raised. Otherwice the sequence is parsed as a symbol. So, the sequence like '+x' is parsed as symbol in the ksi mode, but raise exception in the r6rs mode. Note that in the previous revisions of the ksi, any sequence, that cannot be parsed as a number, was considered as a symbol (never exception raised). 3.5.1 ===== * bugfixes * (Windows) ksi dll name has version info now. 3.5.0 ===== * code refactoring
2010-08-12add and enable p5-Net-SMTP-TLSjnemeth1-1/+2
2010-08-12fix a typo.obache1-2/+2
2010-08-12avoid accessing arrays out of bounds. should fix build isses on freebsd8.mrg4-2/+368
2010-08-12Updated mail/milter-manager to 1.6.0obache1-1/+2
2010-08-12Update milter-manager to 1.6.0.obache3-9/+42
== [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-12Note moved php-* packages in Mar. 2010 (hi! taca).obache1-1/+7
2010-08-11- Note update of databases/mysql51-client and databases/mysql51-servertaca1-1/+4
to 5.1.49. - Add missing update of www/contao29-example to 2.9.1.
2010-08-11Update mysql51-client and mysql51-server to 5.1.49.taca8-79/+210
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html for full changes. * InnoDB Plugin has been upgraded to version 1.0.10. This version is considered of General Availability (GA) quality. In this release, the InnoDB Plugin is included in source and binary distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and generic Linux RPM packages. It also does not work for FreeBSD 6 and HP-UX or for Linux on generic ia64. Bugs fixed: * Security Fix: After changing the values of the innodb_file_format or innodb_file_per_table configuration parameters, DDL statements could cause a server crash. (Bug#55039) * Security Fix: Joins involving a table with with a unique SET column could cause a server crash. (Bug#54575) * Security Fix: Incorrect handling of NULL arguments could lead to a crash for IN() or CASE operations when NULL arguments were either passed explicitly as arguments (for IN()) or implicitly generated by the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477) * Security Fix: A malformed argument to the BINLOG statement could result in Valgrind warnings or a server crash. (Bug#54393) * Security Fix: Use of TEMPORARY InnoDB tables with nullable columns could cause a server crash. (Bug#54044) * Security Fix: The server could crash if there were alternate reads from two indexes on a table using the HANDLER interface. (Bug#54007) * Security Fix: Using EXPLAIN with queries of the form SELECT ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server crash. (Bug#52711) * Security Fix: LOAD DATA INFILE did not check for SQL errors and sent an OK packet even when errors were already reported. Also, an assert related to client-server protocol checking in debug servers sometimes was raised when it should not have been. (Bug#52512)
2010-08-11Note update of www/drupal6 package to 6.18.taca1-1/+2
2010-08-11Update drupal6 package to 6.18.taca2-6/+6
Drupal 6.18, 2010-08-11 ---------------------- - Fixed security issues (OpenID authentication bypass, File download access bypass, Comment unpublishing bypass, Actions cross site scripting), see SA-CORE-2010-002.
2010-08-11Updated math/muparser to 132asau2-3/+3
2010-08-11Update to muParser 1.32asau4-29/+17
Changes in muParser 1.32 ------------------------ Changes: * "example3" renamed to "example2" * Project/Makefiles files are now provided for: - msvc2003 - msvc2005 - msvc2008 - watcom (makefile) - mingw (makefile) - bcc (makefile) * Project files for borland cpp builder were removed New features: * Added function returning muparsers version number * Added function for resetting the locale Bugfixes: * Changes example1 in order to fix issues with irritating memory leak reports. Added conditional code for memory leak detection with MSVC in example1. (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx) * Fixed some warnings for gcc Changes in muParser 1.31cp -------------------------- Changes: * Archive structure changed * C# wrapper added * Fixed issued that prevented compiling with VS2010 Beta2
2010-08-11Updated math/newmat to 11asau2-3/+3
2010-08-11Update to Newmat11asau3-19/+16
Contributed by Kamel Derouiche via PR pkg/43741 Changes in this version: It works with Borland Builder version 6, 8; Microsoft Visual C++ 6,7,8; Open Watcom 1.7a; Gnu version 3, 4 and Intel for Windows & Linux compilers 9, 10. Options and work-arounds for older compilers are being removed. You can enter values from an integer array with statements like Matrix A(3,2); int a[] = { 11,12,21,22,31,33 }; A << a; There is a new matrix type SquareMatrix. You can use this where you know a matrix is square. The only place where the information that a matrix is used is in the Kronecker product KP(A,B). If A is band and B is any square matrix type (i.e. type SquareMatrix or band, triangular, symmetric or diagonal) the result is band. If B is type Matrix then the result is of type Matrix. Apart from this it may be worth using the SquareMatrix type to improve readability of a program and to make sure that a matrix that is intended to be square really is square. There is a new routine for carrying out cross products of ColumnVectors or RowVectors of length 3 and new routines for updating a triangular matrix derived from a Cholesky decomposition. Interfacing with old C functions involving one and two dimensional arrays is simplified. Additional QR functions, extend_orthogonal function. Lower-case versions of functions. You can use the manipulators scientific and fixed in the matrix output expressions.
2010-08-11Fix build failure on NetBSD/arm as configure suggests:tsutsui1-1/+5
>> You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS. >> If you really want to run on such a CPU, configure with --disable-asm.
2010-08-11Note that qemu-0.13.x will include e1000 fix in patch-ee.tsutsui2-5/+5
2010-08-11update to 0.6.7, from Kamel Derouiche per PR pkg/43731drochner4-80/+142
changes: -implement visual factorint() -implement symarray(): numpy array of sympy symbols -misc fixes and improvements
2010-08-11sync with base pkgdrochner4-15/+17
qt4: run "moc" at build time to make sure the generated files match the installed qt version
2010-08-11update to 0.8.0drochner6-183/+34
changes: -Beautified the qt4 pinentry -Minor enhancements Thanks to Sverre Froyen for testing the qt4 version and finding a patch which makes the dialog stay on top.
2010-08-11+ gutenprint-5.2.6, hdf-4.2.5, muparser-132 [pkg/43743], newmat-11wiz1-3/+6
[pkg/43741], units-88 [pkg/43742].
2010-08-11Add workaround for upstream Issue#1029:obache6-5/+27
http://code.google.com/p/ibus/issues/detail?id=1029