summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2010-08-11Using localedir.obache1-4/+7
2010-08-11Updated inputmethod/ibus-skk to 0.0.10nb1obache1-1/+2
2010-08-11Fxies python path.obache1-1/+7
Bump PKGREVISION.
2010-08-11tell python to configure.obache1-1/+3
2010-08-11Correct minor build problems under Ubuntu 10.04.dsainty5-13/+92
2010-08-11Mention muparser addition.wiz1-1/+2
2010-08-10+ glproto-1.4.12, hdf5-1.9.74, kbproto-1.0.5, kde4-4.5.0,wiz1-10/+21
libesmtp-1.0.6, libgee-0.5.2 [pkg/43729], libquantum-1.1.0 [pkg/43728], mapm-4.9.5 [pkg/43736], mathomatic-15.1.6 [pkg/43740], py-ephem-3.7.3.4 [pkg/43737], py-sympy-0.6.7 [pkg/43731], renderproto-0.11.1, videoproto-2.3.1, xextproto-7.1.2, xf86-input-vmmouse-12.6.10, xf86-video-ast-0.91.10, xf86-video-i128-1.3.4, xf86-video-mga-1.4.13, xf86-video-vmware-11.0.2, xproto-7.0.18. - eric4-4.4.7, py-fpconst-0.7.2 [pkg/42556].
2010-08-10Bump chat/irssi-icbsketch1-1/+2
2010-08-10Add another bunch of patches, including:sketch11-111/+650
- implement commands via irssi signals - detect /topic on join - support /names, including on join - build correctly as .so on OSX
2010-08-10update to 0.15, from Kamel Derouiche per PR pkg/43730drochner3-7/+24
many fixes and improvements, too much to list here
2010-08-10+py-gmpydrochner1-1/+2
2010-08-10add py-gmpy-1.12, a Python wrapper for math/gmp, from Kamel Derouichedrochner5-0/+66
per pkgsrc-wip
2010-08-10+py-coveragedrochner1-1/+2
2010-08-10update to 4.4.7drochner2-6/+6
It is a maintenance release fixing some bugs.
2010-08-10add py-coverage-3.3.1, a module that measures code coverage, fromdrochner5-0/+125
Kamel Derouiche per pkgsrc-wip
2010-08-10Note update of www/geeklog 1.7.0.taca1-1/+2
2010-08-10Update geeklog package to 1.7.0.taca4-15/+38
Quote from release announce: This release adds support for PostgreSQL (in addition to MySQL and MS SQL), developed by Stan Palatnik during the Google Summer of Code 2009. It also adds a re-authentication option in case the CSRF token expires, thus preventing loss of data. For other improvements, please see the list of changes. Of course, it also addresses the latest security issue. We would also like to thank all those students again who applied for the Google Summer of Code 2010 and submitted patches for Geeklog. Some of them already made it into 1.7.0, the rest is scheduled for inclusion into Geeklog 1.7.1. We will also be looking into adding more of our successful GSoC projects from 2009 into that release.
2010-08-10Note update of www/typo3 package to 4.4.2.taca1-1/+2
2010-08-10Update TYPO3 to 4.4.2.taca2-9/+9
2010-08-06 Benjamin Mack <benni@typo3.org> * Release of TYPO3 4.4.2 2010-08-05 Stanislas Rolland <typo3@sjbr.ca> * Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing, the editor is not loaded in the text tab 2010-08-05 Steffen Kamper <steffen@typo3.org> * Fixed bug #12646: Click on icon does not open/close sections 2010-08-05 Steffen Gebert <steffen@steffen-gebert.de> * Fixed bug #14773: Styling issue when selecting position of new created page 2010-08-05 Oliver Hader <oliver@typo3.org> * Fixed bug #15343: dbClientCompress crashes with pconnect * Fixed bug #15280: felogin redirect doesn't work anymore after update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel) * Fixed bug #15282: It is impossible to set links to files any more with the link wizard * Fixed bug #15336: sys_actions shows wrong error if an "Record List" action is not propertly configured (thanks to Stefan Galinski) 2010-08-03 Susanne Moog <typo3@susanne-moog.de> * Fixed bug #15313: Link to deprecation logfile doesn't work in installations inside a subdirectory (thanks to Stefan Galinski) 2010-08-03 Oliver Hader <oliver@typo3.org> * Fixed bug #15265: InstallTool-login not possible after Update to 4.4.1 due to session_start() in extensions (thanks to Ernesto Baschny and Helmut Hummel) 2010-08-02 Oliver Hader <oliver@typo3.org> * Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements 2010-08-01 Oliver Hader <oliver@typo3.org> * Fixed bug #15321: Unused variable $warningItems in tx_install (thanks to Markus Klein) 2010-08-01 Susanne Moog <typo3@susanne-moog.de> * Fixed bug #15292: Fatal error in DB browser because of wrong sprite API usage (thanks to Alexandre Gravel-Raymond) 2010-07-30 Steffen Kamper <steffen@typo3.org> * Follow-up to bug #15188: Remove default greyed out effect for CEs (Thanks to Steffen Gebert) * Fixed bug #15295: Page treeFilter not re-applied after branch toggling (Thanks to Felix Kopp) 2010-07-29 Dmitry Dulepov <dmitry@typo3.org> * Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever (thanks to Stephan Seitz and Steffen Gebert)
2010-08-10Note update of www/contao29-translations package to 20100809.taca1-1/+2
2010-08-10Update contao29-translations pacakge to 20100809.taca3-28/+28
Guarani, Hungarian, Italian, Dutch, Russian and Swedish language files are updated to support Contao 2.9.1.
2010-08-10Note update of www/contao29 package to 2.9.1.taca1-1/+2
2010-08-10Update contao29 package to 2.9.1.taca5-133/+7
Contao 2.9.1 is available August 9th, 2010 11:24 by Leo Feyer Contao version 2.9.1 is available. The maintenance release includes an important front end cache fix, a front end preview link fix and various accessibility fixes. It also fixes an XSS vulnerability in one of the framework functions, so an update is highly recommended.
2010-08-10Updated lang/pcc-current to 0.9.9.20100810asau1-1/+2
2010-08-10Update to snapshot as of 2010-08-10, changes are unknown.asau2-6/+6
2010-08-10update to 0.7.2 which gives it a MASTER_SITE and a distfile again,drochner2-8/+7
I don't know of other changes from Kamel Derouiche per PR pkg/43735
2010-08-10Updated lang/racket-textual to 5.0.1asau1-1/+2
2010-08-10Updated lang/racket to 5.0.1asau1-1/+2
2010-08-10Update to Racket 5.0.1asau6-122/+1093
Continuation barriers now block only downward continuation jumps and allow escapes through full continuations Changed internal-definition handling to allow expressions mixed with definitions Added support for subprocesses as new process groups Added support for best-effort termination of subprocess by a custodian Added flreal-part, flimag-part, make-flrectangular, and unsafe variants Added fl->eact-integer, fl->fx, and unsafe-fl->fx Added #:async-apply option to _fun Added chaperone-evt Added identifier-prune-to-source-module Changed apply binding to enable lower-level optimizations Upgraded to libffi 3.0.9+
2010-08-10give "configure" a hint where to find zlib, hopefully helps PR pkg/43724drochner1-1/+2
by RUMI Szabolcs