Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 04:08:42 UTC Now

2011-12-30 23:21:00 UTC MAIN commitmail json YAML

2011-12-30 19:02:39 UTC MAIN commitmail json YAML

Fix security/heimdal for CVE-2011-4862 from FreeBSD
When an encryption key is supplied via the TELNET protocol, its length
is not validated before the key is copied into a fixed-size buffer.

(tez)

2011-12-30 18:59:06 UTC MAIN commitmail json YAML

Fix for CVE-2011-4862 from FreeBSD

When an encryption key is supplied via the TELNET protocol, its length
is not validated before the key is copied into a fixed-size buffer.

(tez)

2011-12-30 15:13:27 UTC MAIN commitmail json YAML

Note update of www/contao210 and www/contao210-example packages to 2.10.4.

(taca)

2011-12-30 15:12:22 UTC MAIN commitmail json YAML

Update contao210 and contao210-example package to 2.10.4.

Version 2.10.4 (2011-12-30)
---------------------------
- Fixed: the Environment class did not always return the correct script name
  (#3603)
- Fixed: close the connection after sending a file to the browser (#3602)
- Fixed: the new Ajax cron trigger did not work in IE8 due to missing
  Date.now() support (#3681)
- Fixed: do not block ressources required by the Google website preview in the
  robots.txt file (#3688)
- Fixed: correctly update the cache after a new template has been created
  (#3676)
- Fixed: correctly handle HTML comments in inline JavaScripts (#3696)
- Fixed: get the next autoincrement ID when importing a theme so deleted
  themes can be restored (#3604)
- Fixed a few minor issues

(taca)

2011-12-30 13:55:42 UTC MAIN commitmail json YAML

Note update of misc/openoffice3 to 3.1.1nb15.

(he)

2011-12-30 12:20:43 UTC MAIN commitmail json YAML

Add dependency on math/mpfr, this appears necessary to make this
package build on NetBSD/i386 5.1.  Also bump package revision.
Approved by wiz@

(he)

2011-12-30 09:33:04 UTC MAIN commitmail json YAML

Fix broken occurences of the CPP macro mod(a,b) using a without parentheses
in an arithmetic expression, leading to surprising results when used later
with arithmetic expressions of the same precedence as parameter a.
This is very old X11 code, copy and pasted to several places over the years.
Fixed in 1.9something (which is in mit/external). OK by wiz@.
This seems to be the root cause of CVE-2010-1166.

(is)

2011-12-30 08:59:39 UTC MAIN commitmail json YAML

2011-12-30 07:27:58 UTC MAIN commitmail json YAML

temporary switch to xulrunner192 due to NPAPI break by xulrunner-8.0.

(obache)

2011-12-30 07:12:35 UTC MAIN commitmail json YAML

Updated lang/sun-jre6 to 6.0.29nb1

(sbd)

2011-12-30 07:12:23 UTC MAIN commitmail json YAML

Use JAVA_ARCH not EMUL_ARCH in the de-install script.

Bump PKGREVISION.

(sbd)

2011-12-29 22:30:59 UTC MAIN commitmail json YAML

Updated textproc/gsed to 4.2.1nb2

(sbd)

2011-12-29 22:30:47 UTC MAIN commitmail json YAML

Make sure that the gsed package always has a 'gsed' executable.

Bump PKGREVISION

(sbd)

2011-12-29 22:17:20 UTC MAIN commitmail json YAML

2011-12-29 21:48:16 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20111229

(schmonz)

2011-12-29 21:47:56 UTC MAIN commitmail json YAML

Update to 3.20111229. From the changelog:

* Consume all stdin when rcs_receive short-circuits, to avoid git SIGPIPE race.
* Add path and path_natural sort orders (smcv)
* Test coverage can be checked with make coverage (smcv)
* tag: encode categories using numeric values. (tango)

(schmonz)

2011-12-29 16:38:37 UTC MAIN commitmail json YAML

Point configure to right mount/umount on NetBSD. Use canonical format
for Solaris check.

(joerg)

2011-12-29 16:37:18 UTC MAIN commitmail json YAML

Also point configure to dnssec-signzone

(joerg)

2011-12-29 16:36:38 UTC MAIN commitmail json YAML

Just make the template implementation availabe all the time. C++
compilers are supposed to know how to use COMDAT.

(joerg)

2011-12-29 16:35:42 UTC MAIN commitmail json YAML

Just make the template implementation availabe all the time. C++
compilers are supposed to know how to use COMDAT.

(joerg)

2011-12-29 16:34:03 UTC MAIN commitmail json YAML

2011-12-29 16:33:09 UTC MAIN commitmail json YAML

Don't try to use namespace with math functions, it doesn't work reliable
with different compilers.

(joerg)

2011-12-29 16:29:03 UTC MAIN commitmail json YAML

Updated audio/libaudiofile to 0.3.2nb2

(rumko)

2011-12-29 16:19:25 UTC MAIN commitmail json YAML

2011-12-29 14:44:21 UTC MAIN commitmail json YAML

Add note about mysql-server

(joerg)

2011-12-29 14:35:10 UTC MAIN commitmail json YAML

Don't depend on mysql-server. It creates conflicting dependencies for
the bulk build and the configuration allows setting non-localhost
easily.

(joerg)

2011-12-29 10:01:37 UTC MAIN commitmail json YAML

Updated devel/SDL to 1.2.14nb6

(jmcneill)

2011-12-29 10:00:50 UTC MAIN commitmail json YAML

2011-12-29 08:17:37 UTC MAIN commitmail json YAML

Updated textproc/groonga to 1.2.9

(obache)

2011-12-29 08:17:24 UTC MAIN commitmail json YAML

Update groonga to 1.2.9.

Release 1.2.9 - 2011/12/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported Fedora 16.
* Dropped Fedora 15 support.
* [groonga] Improved the default server ID address to work
  on unresolved host name environment. [Reported by @uzulla]
* Supported MAP_HUGETLB.
* [admin] Supported throughput chart.
* Stopped adding nul character in ``grn_itoh()``. [#1194]
  [Reported by SHIDARA Yoji]
* Added ``grn_obj_get_values()``.
* Added ``grn_obj_delete_by_id()``.
* Supported string vector column for query expansion. [#1216]
* Added ``--filter`` option to :doc:`/commands/delete` to delete
  many record at once. [#1225]
* Supported approximate type customization for
  :doc:`/functions/geo_in_circle` and :doc:`/functions/geo_distance`. [#1226]
* Made ``geo_distance2()`` and ``geo_distance3()`` are deprecated.
* Changed to use ``null`` instead of ``""`` for empty geo
  point value in JSON output.
* Almost supported MessagePack output. [#1215] [Worked by SHIDARA Yoji]
* Added missing newlines after drilldown result tags in XML output.
* Supported truncate for grn_dat.
* Supported longest common prefix search by grn_dat.

Fixes
^^^^^

* [windows] Fixed inverted map type.
* Fixed -Wno- compiler flag detection. [Patch by Arnaud Fontaine]
* Fixed a problem that ``groonga --version`` reports wrongly
  about MeCab. [#1209] [Patch by SHIDARA Yoji]
* Added missing lock into ``grn_obj_remove()``.
* Fixed Content-Type on error. [#1220] [Patch by SHIDARA Yoji]
* Fixed a problem that deleting SIS (Semi Infinite String)
  may keep a garbage.

(obache)

2011-12-29 02:34:02 UTC MAIN commitmail json YAML

fixes last commit (variable name changes).

(obache)

2011-12-28 22:35:28 UTC MAIN commitmail json YAML

2011-12-28 21:23:17 UTC MAIN commitmail json YAML

Drop the sed calls that want to be gsed specific, since they don't
actually seem to change anything (with gsed).

(joerg)

2011-12-28 20:07:34 UTC MAIN commitmail json YAML

2011-12-28 19:34:39 UTC MAIN commitmail json YAML

Fix unprevileged build.

(ryoon)

2011-12-28 19:19:31 UTC MAIN commitmail json YAML

libnbcompat-20111228: If requesting BSDish getopt behavior, also include
our own getopt_long. Add a message to signify this in the configure
output. Fixes issues reported by hans@ on Solaris with nbpatch. OK
during freeze by wiz@

(joerg)

2011-12-28 16:44:36 UTC MAIN commitmail json YAML

Note update of lang/ruby18-base package to 1.8.7.357 (1.8.7 patchlevel 357).

(taca)

2011-12-28 16:40:07 UTC MAIN commitmail json YAML

Update ruby18-base package to 1.8.7.357.
It contains security fix for CVE-2011-4815 (DoS).

Wed Dec 28 21:34:23 2011  URABE Shyouhei  <shyouhei@ruby-lang.org>

* string.c (rb_str_hash): randomize hash to avoid algorithmic
  complexity attacks. CVE-2011-4815

* st.c (strhash): ditto.

* string.c (Init_String): initialization of hash_seed to be at the
  beginning of the process.

* st.c (Init_st): ditto.

Thu Dec  8 11:57:04 2011  Tanaka Akira  <akr@fsij.org>

* inits.c (rb_call_inits): call Init_RandomSeed at first.

* random.c (seed_initialized): defined.
  (fill_random_seed): extracted from random_seed.
  (make_seed_value): extracted from random_seed.
  (rb_f_rand): initialize random seed at first.
  (initial_seed): defined.
  (Init_RandomSeed): defined.
  (Init_RandomSeed2): defined.
  (rb_reset_random_seed): defined.
  (Init_Random): call Init_RandomSeed2.

Sat Dec 10 20:44:23 2011  Tanaka Akira  <akr@fsij.org>

* lib/securerandom.rb: call OpenSSL::Random.seed at the
  SecureRandom.random_bytes call.
  insert separators for array join.
  patch by Masahiro Tomita.  [ruby-dev:44270]

Mon Oct 17 04:20:22 2011  Nobuyoshi Nakada  <nobu@ruby-lang.org>

* mkconfig.rb: fix for continued lines.  based on a patch from
  Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].

Mon Oct 17 04:19:39 2011  Yukihiro Matsumoto  <matz@ruby-lang.org>

* numeric.c (flo_cmp): Infinity is greater than any bignum
  number.  [ruby-dev:38672]

* bignum.c (rb_big_cmp): ditto.

Mon Oct 17 03:56:12 2011  Yusuke Endoh  <mame@tsg.ne.jp>

* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initialize
  store->ex_data.sk.  [ruby-core:28907] [ruby-core:23971]
  [ruby-core:18121]

(taca)

2011-12-28 14:30:37 UTC MAIN commitmail json YAML

+ aria2-1.14.0, dia-0.97.2, libchamplain08-0.12.1, ntp4-4.2.6p5,
  opendkim-2.4.3, p5-cairo-1.082, planner-0.14.6, source-highlight-3.1.6,
  tin-2.0.1.

(wiz)

2011-12-28 06:52:30 UTC MAIN commitmail json YAML

Updated databases/ruby-ldap to 0.9.12

(obache)

2011-12-28 06:51:57 UTC MAIN commitmail json YAML

Update ruby-ldap to 0.9.12.

0.9.12
-----

* On windows, the default ldap library became wldap32;
* Fixed compile with ruby 1.9.2.

Thank to Hiroki Najima!

* Fixed many memory leaks;
* Added functions:
    LDAP::Conn.open_uri(uri);
    LDAP::explode_dn(dn, notypes);
    LDAP::explode_rdn(rdn, notypes).

Thanks to Marek Veber and Antonio Terceiro!

* Fixed bug in ldap/ldif.rb (GH-6).

Thanks to bbense.

* Fixed LDAP::Mod data corruption.

Thanks to Aprotim Sanyal!

* Enable client certificate authentication for mozilla ldap 6.0 only.

Thanks to Yuri Arabadji!

(obache)

2011-12-28 06:40:29 UTC MAIN commitmail json YAML

Updated www/webkit-gtk3 to 1.6.1nb2

(sbd)

2011-12-28 06:40:16 UTC MAIN commitmail json YAML

2011-12-28 04:24:55 UTC MAIN commitmail json YAML

Note updates:
  security/gnome-keyring  to 2.32.1nb4
  www/webkit-gtk          to 1.6.1nb3

(sbd)

2011-12-28 04:22:15 UTC MAIN commitmail json YAML

Include devel/glib2/schemas.mk (obache@ suggestion).
Regen PLIST
Remove patch-Source_autotools_gsettings.m4 and patch-configure
(They are redundaent when adding gsed to USE_TOOLS)

Bump PKGREVISION

(sbd)

2011-12-28 01:32:25 UTC MAIN commitmail json YAML

Because of adding gsed to USE_TOOLS there's no need for patch-ah or having a
build dependence on gsed.

Bump PKGREVISION.

(sbd)

2011-12-27 23:15:35 UTC MAIN commitmail json YAML

Prevent detection of OpenMP support in order to make PLIST consistent.

(asau)

2011-12-27 21:18:05 UTC MAIN commitmail json YAML

Put back the 3 macro files lost in the previous update that are needed by
AM_ICONV

(christos)

2011-12-27 08:53:32 UTC MAIN commitmail json YAML

Restrict acceptable emacs version to 20 and 21.
For 22 and 23, this package must be updated to 0.75 (or later).

(obache)

2011-12-27 03:58:24 UTC MAIN commitmail json YAML

Remove accidently added 'patch-configure.bak'

(sbd)

2011-12-27 03:54:48 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 1.6.1nb2

(sbd)

2011-12-27 03:54:36 UTC MAIN commitmail json YAML

There is a gsed specific expression used in the install-gsettings-schemas
target (that install org.webkitgtk-1.0.gschema.xml) so use gsed.

Bump PKGREVISION

(sbd)

2011-12-26 19:08:32 UTC MAIN commitmail json YAML

Updated www/php-tiki6 to 6.5nb1

(ryoon)

2011-12-26 19:07:12 UTC MAIN commitmail json YAML

2011-12-26 19:05:33 UTC MAIN commitmail json YAML

2011-12-26 18:48:45 UTC MAIN commitmail json YAML

suggest updating anope to 1.8.7

(rkujawa)

2011-12-26 16:38:29 UTC MAIN commitmail json YAML

Remove section about installing "php-mcrypt" as it is a dependency now.

(tron)

2011-12-26 13:25:45 UTC MAIN commitmail json YAML

Don't include partial RCS ID to confuse the build info generation.

(joerg)

2011-12-26 13:24:06 UTC MAIN commitmail json YAML

2011-12-26 13:23:43 UTC MAIN commitmail json YAML

2011-12-26 13:23:17 UTC MAIN commitmail json YAML

Create absolute path names, otherwise build info is mangled up

(joerg)

2011-12-26 13:22:28 UTC MAIN commitmail json YAML

2011-12-26 12:28:59 UTC MAIN commitmail json YAML

Updated devel/SDL to 1.2.14nb5

(wiz)

2011-12-26 12:28:47 UTC MAIN commitmail json YAML

2011-12-26 09:01:40 UTC MAIN commitmail json YAML

Add org.webkitgtk-1.0.gschema.xml to the PLIST

(sbd)

2011-12-26 08:54:36 UTC MAIN commitmail json YAML

Need to use PKG_BUILD_OPTIONS for conditional buildlink.

(obache)

2011-12-26 07:24:35 UTC MAIN commitmail json YAML

If something is patched to use gsed then gsed must be added to USE_TOOLS.

(sbd)

2011-12-26 06:25:04 UTC MAIN commitmail json YAML

2011-12-26 05:37:58 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.4.622

(obache)

2011-12-26 05:37:44 UTC MAIN commitmail json YAML

Update mikutter to 0.0.4.622.

bug fix.

(obache)

2011-12-26 04:34:19 UTC MAIN commitmail json YAML

Use ${MKDIR} not ${PREFIX}/bin/mkdir

(sbd)

2011-12-26 03:11:11 UTC MAIN commitmail json YAML

Remove partial RCS ID from patch which confuses the pkgsrc logic

(joerg)

2011-12-26 03:07:07 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-26 03:06:15 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3636 - requested by tron
databases/phpmyadmin security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.96
- databases/phpmyadmin/distinfo                                1.57

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Dec 23 08:07:44 UTC 2011

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 3.4.9. Changes since 3.4.8:
  - bug #3442028 [edit] Inline editing enum fields with null shows
    no dropdown
  - bug #3442004 [interface] DB suggestion not correct for user with
    underscore
  - bug #3438420 [core] Magic quotes removed in PHP 5.4
  - bug #3398788 [session] No feedback when result is empty
    (signon auth_type)
  - bug #3384035 [display] Problems regarding ShowTooltipAliasTB
  - bug #3306875 [edit] Can't rename a database that contains views
  - bug #3452506 [edit] Unable to move tables with triggers
  - bug #3449659 [navi] Fast filter broken with table tree
  - bug #3448485 [GUI] Firefox favicon frameset regression
  - [core] Better compatibility with mysql extension
  - [security] Self-XSS on export options (export server/database/table),
    see PMASA-2011-20
  - [security] Self-XSS in setup (host parameter), see PMASA-2011-19

(sbd)

2011-12-26 02:56:51 UTC MAIN commitmail json YAML

Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux.

(sbd)

2011-12-26 01:54:39 UTC MAIN commitmail json YAML

Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c and
because it may be called <stropts.h> check for it and alternatively use it.

In ex/ex_script.c disable the I_PUSH ioctl call on linux.

(sbd)

2011-12-26 01:50:24 UTC MAIN commitmail json YAML

Use LIBES to pass LDFLAGS to the build process.

(sbd)

2011-12-25 21:16:46 UTC MAIN commitmail json YAML

Build has been broken by default on IPv6-capable systems since the
inet6 option was added. Comment out the option for now; if you want
IPv6, uncomment and turn off other conflicting options. Addresses
PR pkg/45358. While here, update to the latest version of the patch.
No PKGREVISION bump needed.

(schmonz)

2011-12-25 15:52:39 UTC MAIN commitmail json YAML

Updated devel/frama-c to 20111001

(asau)

2011-12-25 15:52:13 UTC MAIN commitmail json YAML

Update to Frama-C Nitrogen release 2011-10-01
See full list of changes at http://frama-c.com/Changelog.html#Nitrogen-20111001

Nitrogen Release [20111001]

Frama-C General

New Features

  * [Cil]  Enumerated constants are kept in the AST.
  * [Cil]  Implement precise dataflow on switch constructs. As side effect, improve precision of value analysis.
  * [Cil]  Fixed #720 (incorrect simplification of switch).
  * [Cil]  Support for &"constant_string" in parser.
  * [Cil]  Normalization of lval: T+1 ==> &T[1] when T is in fact an array (implies *(T+1) ==> T[1])
  * [Cil]  Pretty-printing lval and term_lval the same way
  * [Cil]  Cache results of offsets computations.
  * [Cil]  Add support for GCC specific cast from field of union to union
  * [Kernel]  Exit status on unknown error is now 125. 127 and 126 are reserved for the shell by POSIX.
  * [Kernel]  Better error message when plug-in crashes on loading (bts #737).
  * [Kernel]  Big integers can now be displayed using hexadecimal notation.
  * [Kernel]  \at(p,Old) is pretty-printed as \old(p).
  * [Kernel]  Some messages may be printed several time for the same line if they refer to different columns.
  * [Kernel]  Better handling of comments with -keep-comments and new API. See Cabshelper.Comments and Globals.get_comments_*
  * [Kernel]  Better pretty printing of lists of any elements
  * [Kernel]  Current pragmas no longer give rise to code annotations (as they do not contain anything that can be proven).
  * [Kernel]  Improve space complexity of function stmt_can_reach.
  * [Kernel]  New kind of command-line parameter, for commands that do heavy output. Used for Value, Pdg and Metrics.
  * [Logic]  Added support for bitwise operators --> and <--> into ACSL formula.

Carbon Release [20110201]

Frama-C General

New Features

  * [Configure]  Frama-C does not require Apron anymore (Why does for Jessie). Thus fix bug #647.
  * [Kernel]  Improve performance on platform with dynami.c loading. Mainly impact value analysis (for developers: improve
    efficiency of Dynamic.get).
  * [Kernel]  Handle errors better when they occur when exiting Frama-C. Slight semantic changes for exit code: - old code 5 is now
    127; - code 5 is now: error raised when exiting Frama-C normally; - code 6: error raised when exiting Frama-C abnormally.
  * [Logic]  Fix priority bug in parser.
  * [Logic]  Mentioning a formal on the left-hand side of an assigns clause is now an error when type-checking logic annotations.
  * [Makefile]  Fixed bug #638. By default, warnings are no more errors when compiling a public Frama-C distribution and plug-ins.
    SVN versions of Frama-C are still compiled with "-warn-error A".

Carbon Release [20101201]

Frama-C General

New Features

  * [Cil]  Be less agressive during inline function merge. Alpha equivalent function are now kept separate.
  * [Cil]  Clean up local variables handling and pretty-printing modified pBlock method interface (unified pBlock and pInnerBlock)
  * [Cil]  Cil normalization takes care of abrupt clauses
  * [Configure]  Better detection of native dynlink support.
  * [Kernel]  Feature #484 about requires into named behaviors
  * [Kernel]  Fixed bug #548: limit.h now syntactically correct. Architectures other than x86_32 still unsupported.

Boron Release [20100401]

Frama-C General

New Features

  * [Cil]  Extend logic pretty printer to handle all specific clauses
  * [Configure]  Dynamic plug-ins are now statically linked by default whenever native dynlink is not usable (bts #301).
  * [Configure]  Compiling the GUI now requires LablGnomeCanvas.
  * [Kernel]  Add status for all clauses
  * [Kernel]  Clarification of the multiple accesses warning. Becomes "undefined multiple accesses in expression".
  * [Kernel]  Better error messages when a dynamic plug-in cannot be loaded.
  * [Kernel]  Better -*-help.
  * [Kernel]  New option -no-dynlink in order to prevent loading of dynamic plug-ins.
  * [Kernel]  The journal is generated only if the GUI is crashing, or if the option -journal-enable is explicitely set (fixed issue
    #330).
  * [Kernel]  Backtrace when Frama-C is crashing (only if Frama-C is compiled with caml >= 3.11.0)
  * [Kernel]  New option "-plugin-h" as an alias for option "-plugin-help"
  * [Kernel]  Preliminary standard C library in $FRAMAC_SHARE/libc
  * [Logic]  Better error message when using = in annotations
  * [Logic]  ordering of clauses in contracts
  * [Logic]  If a C typedef integer, real or boolean exists, it takes precedence over corresponding logic type. The logic type
    remains accessible through its utf-8 denomination.
  * [Logic]  Support for type abbreviation in logic
  * [Logic]  Support for "reads \nothing"
  * [Logic]  Adding "\pi" as built-in symbol

Beryllium Release [20090902]

Frama-C General

New Features

  * [Configure]  Detection of dot if required.
  * [Journal]  Better handling of exceptions.
  * [Kernel]  Slightly less false alarms with -warn-unspecified-order
  * [Makefile]  Why is no longer a compilation dependency. It is required only at runtime for the experimental WP plugin.
  * [Makefile]  Now possible to build custom binaries for plug-ins. Roughly these binaries are frama-c[.byte] + the plug-in
    statically-linked. The goal is called "static" in the plug-in's makefile.

(asau)

2011-12-25 15:02:19 UTC MAIN commitmail json YAML

+ GraphicsMagick-1.3.13, atk-2.2.0 [pkg/45738], attica-0.3.0,
  chemtool-1.6.13, diffpdf-1.8.0, dwm-6.0 [pkg/45737], links-2.5,
  links-gui-2.5, openttd-1.1.4, p5-cairo-1.081, p5-glib2-1.241,
  p5-gtk2-1.241, py-gdata-2.0.15, py-icalendar-2.2, py-pytz-2011n,
  scmgit-base-1.7.8.1, scmgit-docs-1.7.8.1, x264-devel-20111224.

(wiz)

2011-12-25 03:42:30 UTC MAIN commitmail json YAML

Include deve/ncurses/buildlink3.mk not mk/curses.buildlink3.mk.

Note: pinentry may need INCOMPAT_CURSES to be set for some platforms.

(sbd)

2011-12-25 03:35:39 UTC MAIN commitmail json YAML

It seems Version 6.5 requires lang/pear.
Fix broken installation.

(ryoon)

2011-12-25 03:24:10 UTC MAIN commitmail json YAML

2011-12-25 02:49:28 UTC MAIN commitmail json YAML

It is enough to use '=' to assign constant.

(taca)

2011-12-25 02:18:09 UTC MAIN commitmail json YAML

Fix some confusion about handling for RUBY_VERSION_DEFAULT and RUBY_VER.

Really fix the pkglint problem with ruby19-base and ruby193-base, and
pbulk.  Thanks to joerg@ to teache me pbulk-index!

(taca)

2011-12-25 01:30:31 UTC MAIN commitmail json YAML

Updated www/php-tiki6 to 6.5

(ryoon)

2011-12-25 01:29:01 UTC MAIN commitmail json YAML

Update to 6.5

* This release fixes security problem, http://secunia.com/advisories/47278/

Changelog:

Version 6.5
<http://tiki.org/ReleaseNotes65>
------------------

----------------------------------------------
r38940 | chealer | 2011-11-22 20:39:41 +0100 (Tue, 22 Nov 2011) | 2 lines

[bp/r38937][FIX] HTML special characters encoding

----------------------------------------------
r38859 | chealer | 2011-11-17 08:17:46 +0100 (Thu, 17 Nov 2011) | 1 line

[bp/r38858][FIX] JavaScript/HTML special characters encoding
----------------------------------------------
r38743 | chealer | 2011-11-07 20:36:26 +0100 (Mon, 07 Nov 2011) | 1 line

[bp/r38740][FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands when a script links to itself
----------------------------------------------
r38713 | chealer | 2011-11-05 18:49:31 +0100 (Sat, 05 Nov 2011) | 1 line

[bp/r38712][FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands
----------------------------------------------
r38642 | chealer | 2011-11-03 07:40:16 +0100 (Thu, 03 Nov 2011) | 1 line

[bp/r38639][FIX] HTML special characters encoding
----------------------------------------------
r38013 | jyhem | 2011-10-06 10:04:25 +0200 (Thu, 06 Oct 2011) | 1 line

[FIX] Obvious typo
----------------------------------------------
r37997 | jyhem | 2011-10-05 18:22:46 +0200 (Wed, 05 Oct 2011) | 1 line

[FIX] Translations containing '{tr}' break the templates. I commented them
----------------------------------------------
r37714 | marclaporte | 2011-09-27 04:56:36 +0200 (Tue, 27 Sep 2011) | 1 line

correct links back to 6.x profiles
----------------------------------------------
r37441 | chealer | 2011-09-20 03:52:25 +0200 (Tue, 20 Sep 2011) | 1 line

[bp/r37439][FIX] HTML special characters encoding
----------------------------------------------
r36357 | xavidp | 2011-08-20 17:36:35 +0200 (Sat, 20 Aug 2011) | 1 line

set in sync with proposals 6x
----------------------------------------------
r36101 | jean-lucnavarro | 2011-08-12 08:00:49 +0200 (Fri, 12 Aug 2011) | 1 line

[FIX] removed useless personal markers // 1D, // 1F etc.
----------------------------------------------
r36100 | jean-lucnavarro | 2011-08-12 07:47:31 +0200 (Fri, 12 Aug 2011) | 2 lines

[TRA] more French translations

----------------------------------------------
r36035 | jyhem | 2011-08-11 02:13:06 +0200 (Thu, 11 Aug 2011) | 1 line

[FIX] This file was syntactically incorrect. Please just test the file before committing in stable branch.
----------------------------------------------
r35918 | jyhem | 2011-08-08 19:27:48 +0200 (Mon, 08 Aug 2011) | 1 line

[FIX br/35917]i18n: use utf8 non-breaking space instead of html &nbsp;
----------------------------------------------
r35685 | sylvieg | 2011-07-27 19:22:09 +0200 (Wed, 27 Jul 2011) | 1 line

[rollback 35681] wrong branch - sorry
----------------------------------------------
r35681 | sylvieg | 2011-07-27 13:58:21 +0200 (Wed, 27 Jul 2011) | 1 line

[bp/r35680][FIX]action calendar: quick fix to see something (action calendar must be merged with calendar or removed?
----------------------------------------------
r35591 | marclaporte | 2011-07-22 17:14:11 +0200 (Fri, 22 Jul 2011) | 1 line

cleanup
----------------------------------------------
r33940 | chealer | 2011-04-13 05:59:35 +0200 (mer. 13 avril 2011) | 1 ligne

[bp/r33917][FIX] Admin banning: Direct comparisons between UNIX timestamps and TIMESTAMP MySQL type when using "Rule activated by dates". Fixes rules being deleted on creation, not banning correctly and/or wrong saved dates
----------------------------------------------
r33962 | sampaioprimo | 2011-04-14 17:22:29 +0200 (jeu. 14 avril 2011) | 2 lignes

[bp/r33946][FIX] blog posts "disappear" for anonymous when upgrading old installations (<=1.9.x)

(ryoon)

2011-12-24 23:46:38 UTC MAIN commitmail json YAML

Updated math/octave to 3.4.3

(asau)

2011-12-24 23:46:02 UTC MAIN commitmail json YAML

Update to Octave 3.4.3
This makes the package build and work at least in NetBSD on some platforms.

Summary of important user-visible changes for version 3.4.3:
-----------------------------------------------------------

** Octave 3.4.3 is a bug fixing release.

Summary of important user-visible changes for version 3.4.2:
-----------------------------------------------------------

** Octave 3.2.4 fixes some minor installation problems that affected
    version 3.4.1.

Summary of important user-visible changes for version 3.4.1:
-----------------------------------------------------------

** Octave 3.4.1 is primarily a bug fixing release.

** IMPORTANT note about binary incompatibility in this release:

    Binary compatibility for all 3.4.x releases was originally planned,
    but this is impossible for the 3.4.1 release due to a bug in the way
    shared libraries were built in Octave 3.4.0.  Because of this bug,
    .oct files built for Octave 3.4.0 must be recompiled before they
    will work with Octave 3.4.1.

    Given that there would be binary incompatibilities with shared
    libraries going from Octave 3.4.0 to 3.4.1, the following
    incompatible changes were also made in this release:

      * The Perl Compatible Regular Expression (PCRE) library is now
        required to build Octave.

      * Octave's libraries and .oct files are now installed in
        subdirectories of $libdir instead of $libexecdir.

    Any future Octave 3.4.x release versions should remain binary
    compatible with Octave 3.4.1 as proper library versioning is now
    being used as recommended by the libtool manual.

** The following functions have been deprecated in Octave 3.4.1 and will
    be removed from Octave 3.8 (or whatever version is the second major
    release after 3.4):

      cquad  is_duplicate_entry  perror  strerror

** The following functions are new in 3.4.1:

      colstyle  gmres  iscolumn  isrow  mgorth  nproc  rectangle

** The get_forge_pkg function is now private.

** The rectangle_lw, rectangle_sw, triangle_lw, and triangle_sw
    functions are now private.

** The logistic_regression_derivatives and logistic_regression_likelihood
    functions are now private.

** ChangeLog files in the Octave sources are no longer maintained
    by hand.  Instead, there is a single ChangeLog file generated from
    the Mercurial version control commit messages.  Older ChangeLog
    information can be found in the etc/OLD-ChangeLogs directory in the
    source distribution.

Summary of important user-visible changes for version 3.4:
---------------------------------------------------------

** BLAS and LAPACK libraries are now required to build Octave.  The
    subset of the reference BLAS and LAPACK libraries has been removed
    from the Octave sources.

** The `lookup' function was extended to be more useful for
    general-purpose binary searching.  Using this improvement, the
    ismember function was rewritten for significantly better
    performance.

** Real, integer and logical matrices, when used in indexing, will now
    cache the internal index_vector value (zero-based indices) when
    successfully used as indices, eliminating the conversion penalty for
    subsequent indexing by the same matrix.  In particular, this means it
    is no longer needed to avoid repeated indexing by logical arrays
    using find for performance reasons.

** Logical matrices are now treated more efficiently when used as
    indices.  Octave will keep the index as a logical mask unless the
    ratio of true elements is small enough, using a specialized
    code.  Previously, all logical matrices were always first converted
    to index vectors.  This results in savings in both memory and
    computing time.

** The `sub2ind' and `ind2sub' functions were reimplemented as compiled
    functions for better performance.  These functions are now faster,
    can deliver more economized results for ranges, and can reuse the
    index cache mechanism described in previous paragraph.

** The built-in function equivalents to associative operators (`plus',
    `times', `mtimes', `and', and `or') have been extended to accept
    multiple arguments.  This is especially useful for summing
    (multiplying, etc.) lists of objects (of possibly distinct types):

      matrix_sum = plus (matrix_list{:});

** An FTP object type based on libcurl has been implemented.  These
    objects allow ftp connections, downloads and uploads to be
    managed.  For example,

      fp = ftp ("ftp.octave.org);
      cd (fp, "gnu/octave");
      mget (fp, "octave-3.2.3.tar.bz2");
      close (fp);

** The default behavior of `assert (observed, expected)' has been
    relaxed to employ less strict checking that does not require the
    internals of the values to match.  This avoids previously valid
    tests from breaking due to new internal classes introduced in future
    Octave versions.

    For instance, all of these assertions were true in Octave 3.0.x
    but false in 3.2.x due to new optimizations and improvements:

      assert (2*linspace (1, 5, 5), 2*(1:5))
      assert (zeros (0, 0), [])
      assert (2*ones (1, 5), (2) (ones (1,5)))

** The behavior of library functions `ismatrix', `issquare', and
    `issymmetric' has been changed for better consistency.

    * The `ismatrix' function now returns true for all numeric,
      logical and character 2-D or N-D matrices.  Previously, `ismatrix'
      returned false if the first or second dimension was zero.
      Hence, `ismatrix ([])' was false,
      while `ismatrix (zeros (1,2,0))' was true.

    * The `issquare' function now returns a logical scalar, and is
      equivalent to the expression

        ismatrix (x) && ndims (x) == 2 && rows (x) == columns (x)

      The dimension is no longer returned.  As a result, `issquare ([])'
      now yields true.

    * The `issymmetric' function now checks for symmetry instead of
      Hermitianness.  For the latter, ishermitian was created.  Also,
      logical scalar is returned rather than the dimension, so
      `issymmetric ([])' is now true.

** Function handles are now aware of overloaded functions.  If a
    function is overloaded, the handle determines at the time of its
    reference which function to call.  A non-overloaded version does not
    need to exist.

** Overloading functions for built-in classes (double, int8, cell,
    etc.) is now compatible with Matlab.

** Function handles can now be compared with the == and != operators,
    as well as the `isequal' function.

** Performance of concatenation (using []) and the functions `cat',
    `horzcat', and `vertcat' has been improved for multidimensional
    arrays.

** The operation-assignment operators +=, -=, *= and /= now behave more
    efficiently in certain cases.  For instance, if M is a matrix and S a
    scalar, then the statement

      M += S;

    will operate on M's data in-place if it is not shared by another
    variable, usually increasing both time and memory efficiency.

    Only selected common combinations are affected, namely:

      matrix += matrix
      matrix -= matrix
      matrix .*= matrix
      matrix ./= matrix

      matrix += scalar
      matrix -= scalar
      matrix *= scalar
      matrix /= scalar

      logical matrix |= logical matrix
      logical matrix &= logical matrix

    where matrix and scalar belong to the same class.  The left-hand
    side must be a simple variable reference.

    Moreover, when unary operators occur in expressions, Octave will
    also try to do the operation in-place if it's argument is a
    temporary expresssion.

** The effect of comparison operators (<, >, <=, and >=) applied to
    complex numbers has changed to be consistent with the strict
    ordering defined by the `max', `min', and `sort' functions.  More
    specifically, complex numbers are compared by lexicographical
    comparison of the pairs `[abs(z), arg(z)]'.  Previously, only real
    parts were compared; this can be trivially achieved by wrapping the
    operands in real().

** The automatic simplification of complex computation results has
    changed.  Octave will now simplify any complex number with a zero
    imaginary part or any complex matrix with all elements having zero
    imaginary part to a real value.  Previously, this was done only for
    positive zeros.  Note that the behavior of the complex function is
    unchanged and it still produces a complex value even if the
    imaginary part is zero.

** As a side effect of code refactoring in liboctave, the binary
    logical operations are now more easily amenable to compiler
    optimizations and are thus significantly faster.

** Octave now allows user-defined `subsasgn' methods to optimize out
    redundant copies.  For more information, see the manual.

** More efficient matrix division handling.  Octave is now able to
    handle the expressions

      M' \ V
      M.' \ V
      V / M

    (M is a matrix and V is a vector) more efficiently in certain cases.
    In particular, if M is triangular, all three expressions will be
    handled by a single call to xTRTRS (from LAPACK), with appropriate
    flags.  Previously, all three expressions required a physical
    transpose of M.

** More efficient handling of certain mixed real-complex matrix
    operations.  For instance, if RM is a real matrix and CM a complex
    matrix,

      RM * CM

    can now be evaluated either as

      complex (RM * real (CM), RM * imag (CM))

    or as

      complex (RM) * CM,

    depending on the dimensions.  The first form requires more
    temporaries and copying, but halves the FLOP count, which normally
    brings better performance if RM has enough rows.  Previously, the
    second form was always used.

    Matrix division is similarly affected.

** More efficient handling of triangular matrix factors returned from
    factorizations.  The functions for computing QR, LU and Cholesky
    factorizations will now automatically return the triangular matrix
    factors with proper internal matrix_type set, so that it won't need
    to be computed when the matrix is used for division.

** The built-in `sum' function now handles the non-native summation
    (i.e., double precision sum of single or integer inputs) more
    efficiently, avoiding a temporary conversion of the whole input
    array to doubles.  Further, `sum' can now accept an extra option
    argument, using a compensated summation algorithm rather than a
    straightforward sum, which significantly improves precision if lots
    of cancellation occurs in the summation.

** The built-in `bsxfun' function now uses optimized code for certain
    cases where built-in operator handles are passed in.  Namely, the
    optimizations concern the operators `plus', `minus', `times',
    `ldivide', `rdivide', `power', `and', `or' (for logical arrays),
    the relational operators `eq', `ne', `lt', `le', `gt', `ge', and the
    functions `min' and `max'.  Optimizations only apply when both
    operands are of the same built-in class.  Mixed real/complex and
    single/double operations will first convert both operands to a
    common type.

** The `strfind' and `strrep' functions now have compiled
    implementations, facilitating significantly more efficient searching
    and replacing in strings, especially with longer patterns.  The code
    of `strcat' has been vectorized and is now much more efficient when
    many strings are concatenated.  The `strcmpi' and `strncmpi'
    functions are now built-in functions, providing better performance.

** Matlab-style ignoring input and output function arguments using
    tilde (~) is now supported.  Ignored output arguments may be
    detected from a function using the built-in function `isargout'.
    For more details, consult the manual.

** The list datatype, deprecated since the introduction of cells, has
    been removed.

** The accumarray function has been optimized and is now significantly
    faster in certain important cases.

** The behavior of isreal and isnumeric functions was changed to be more
    Matlab-compatible.

** The integer math & conversion warnings (Octave:int-convert-nan,
    Octave:int-convert-non-int-val, Octave:int-convert-overflow,
    Octave:int-math-overflow) have been removed.

** rem and mod are now built-in functions.  They also handle integer
    types efficiently using integer arithmetic.

** Sparse indexing and indexed assignment has been mostly rewritten.
    Since Octave uses compressed column storage for sparse matrices,
    major attention is devoted to operations manipulating whole columns.
    Such operations are now significantly faster, as well as some other
    important cases.

    Further, it is now possible to pre-allocate a sparse matrix and
    subsequently fill it by assignments, provided they meet certain
    conditions.  For more information, consult the `spalloc' function,
    which is no longer a mere dummy.  Consequently, nzmax and nnz are no
    longer always equal in Octave.  Octave may also produce a matrix
    with nnz < nzmax as a result of other operations, so you should
    consistently use nnz unless you really want to use nzmax (i.e. the
    space allocated for nonzero elements).

    Sparse concatenation is also affected, and concatenating sparse
    matrices, especially larger collections, is now significantly more
    efficient.  This applies to both the [] operator and the
    cat/vertcat/horzcat functions.

** It is now possible to optionally employ the xGESDD LAPACK drivers
    for computing the singular value decomposition using svd(), instead
    of the default xGESVD, using the configuration pseudo-variable
    svd_driver.  The xGESDD driver can be up to 6x times faster when
    singular vectors are requested, but is reported to be somewhat less
    robust on highly ill-conditioned matrices.

** Configuration pseudo-variables, such as page_screen_output or
    confirm_recursive_rmdir (or the above mentioned svd_driver), now
    accept a "local" option as second argument, requesting the change
    to be undone when the current function returns:

    function [status, msg] = rm_rf (dir)
      confirm_recursive_rmdir (false, "local");
      [status, msg] = rmdir (dir, "s");
      ...
    endfunction

    Upon return, confirm_recursive_rmdir will be restored to the value
    it had on entry to the function, even if there were subsequent
    changes to the variable in function rm_rf or any of the functions
    it calls.

** pkg now accepts a -forge option for downloading and installing
    packages from Octave Forge automatically.  For example,

      pkg install -forge general

    will automatically download the latest release of the general
    package and attempt to install it. No automatic resolving of
    dependencies is provided.  Further,

      pkg list -forge

    can be used to list all available packages.

  ** The internal data representation of structs has been completely
    rewritten to make certain optimizations feasible.  The field data
    can now be shared between structs with equal keys but different
    dimensions or values, making operations that preserve the fields
    faster.  Economized storage is now used for scalar structs (just
    like most other scalars), making their usage more
    memory-efficient.  Certain array-like operations on structs
    (concatenation, uniform cellfun, num2cell) have gained a
    significant speed-up.  Additionally, the octave_scalar_map class
    now provides a simpler interface to work with scalar structs within
    a C++ DLD function.

  ** Two new formats are available for displaying numbers:

      format short eng
      format long eng

    Both display numbers in engineering notation, i.e., mantissa +
    exponent where the exponent is a multiple of 3.

  ** The following functions are new in Octave 3.4:

      accumdim    erfcx        nfields      pqpnonneg  uigetdir
      bitpack    fileread    nth_element  quadcc    uigetfile
      bitunpack  fminbnd      onCleanup    randi      uiputfile
      blkmm      fskipl      pbaspect    repelems  uimenu
      cbrt        ifelse      pie3        reset      whitebg
      curl        ishermitian  powerset    rsf2csf
      chop        isindex      ppder        saveas
      daspect    luupdate    ppint        strread
      divergence  merge        ppjumps      textread

  ** Using the image function to view images with external programs such
    as display, xv, and xloadimage is no longer supported.  The
    image_viewer function has also been removed.

  ** The behavior of struct assignments to non-struct values has been
    changed.  Previously, it was possible to overwrite an arbitrary
    value:

        a = 1;
        a.x = 2;

    This is no longer possible unless a is an empty matrix or cell
    array.

  ** The dlmread function has been extended to allow specifying a custom
    value for empty fields.

  ** The dlmread and dlmwrite functions have been modified to accept
    file IDs (as returned by fopen) in addition to file names.

  ** Octave can now optimize away the interpreter overhead of an
    anonymous function handle, if the function simply calls another
    function or handle with some of its parameters bound to certain
    values.  Example:

      f = @(x) sum (x, 1);

    When f is called, the call is forwarded to @sum with the constant 1
    appended, and the anonymous function call does not occur on the
    call stack.

** Deprecated functions.

    The following functions were deprecated in Octave 3.0 and have been
    removed from Octave 3.4.

      beta_cdf        geometric_pdf        pascal_pdf
      beta_inv        geometric_rnd        pascal_rnd
      beta_pdf        hypergeometric_cdf  poisson_cdf
      beta_rnd        hypergeometric_inv  poisson_inv
      binomial_cdf    hypergeometric_pdf  poisson_pdf
      binomial_inv    hypergeometric_rnd  poisson_rnd
      binomial_pdf    intersection        polyinteg
      binomial_rnd    is_bool              setstr
      chisquare_cdf    is_complex          struct_contains
      chisquare_inv    is_list              struct_elements
      chisquare_pdf    is_matrix            t_cdf
      chisquare_rnd    is_scalar            t_inv
      clearplot        is_square            t_pdf
      clg              is_stream            t_rnd
      com2str          is_struct            uniform_cdf
      exponential_cdf  is_symmetric        uniform_inv
      exponential_inv  is_vector            uniform_pdf
      exponential_pdf  isstr                uniform_rnd
      exponential_rnd  lognormal_cdf        weibcdf
      f_cdf            lognormal_inv        weibinv
      f_inv            lognormal_pdf        weibpdf
      f_pdf            lognormal_rnd        weibrnd
      f_rnd            meshdom              weibull_cdf
      gamma_cdf        normal_cdf          weibull_inv
      gamma_inv        normal_inv          weibull_pdf
      gamma_pdf        normal_pdf          weibull_rnd
      gamma_rnd        normal_rnd          wiener_rnd
      geometric_cdf    pascal_cdf
      geometric_inv    pascal_inv

    The following functions were deprecated in Octave 3.2 and will
    be removed from Octave 3.6 (or whatever version is the second major
    release after 3.2):

      create_set          spcholinv    splu
      dmult              spcumprod    spmax
      iscommand          spcumsum    spmin
      israwcommand        spdet        spprod
      lchol              spdiag      spqr
      loadimage          spfind      spsum
      mark_as_command    sphcat      spsumsq
      mark_as_rawcommand  spinv        spvcat
      spatan2            spkron      str2mat
      spchol              splchol      unmark_command
      spchol2inv          split        unmark_rawcommand

    The following functions have been deprecated in Octave 3.4 and will
    be removed from Octave 3.8 (or whatever version is the second major
    release after 3.4):

      autocor  cellidx  gammai    krylovb    values
      autocov  dispatch  glpkmex    replot
      betai    fstat    is_global  saveimage

  * For compatibility with Matlab, mu2lin (x) is now equivalent to
    mu2lin (x, 0).

  * The ARPACK library is now distributed with Octave so it no longer
    needs to be available as an external dependency when building
    Octave.

(asau)

2011-12-24 23:16:05 UTC MAIN commitmail json YAML

Restore backwards compatibility removed as part of 1.65, the tree is not
ready yet (devel/ZenTest and others) and the tree is frozen.

(joerg)

2011-12-24 23:14:15 UTC MAIN commitmail json YAML

2011-12-24 17:07:08 UTC MAIN commitmail json YAML

2011-12-24 14:28:36 UTC MAIN commitmail json YAML

+ mediawiki-1.17.1 [security fix], mediawiki-1.18.0.

(taca)

2011-12-24 14:27:43 UTC MAIN commitmail json YAML

Note update of TYPO3 packages:

www/typo3_45 4.5.10
www/typo3_46 4.6.3

(taca)

2011-12-24 14:26:33 UTC MAIN commitmail json YAML

Update typo3_46 package to 4.6.3.

2011-12-20  3a854ed                  [RELEASE] Release of TYPO3 4.6.3 (TYPO3 v4 Release Team)
2011-12-20  d0a10f2  #32626          [BUGFIX] Add SQL-comparator <> to SQL parser (Stefan Neufeind)
2011-12-19  8b63540  #31622          [BUGFIX] Invalid query part on menu rendering (Oliver Hader)
2011-12-19  431dfd8  #32666          [BUGFIX] Fatal error during install process (Oliver Hader)
2011-12-18  db7fec2  #32274          [BUGFIX] sessionTimeout for BE does not work (Mario Rimann)
2011-12-18  78fd27f  #32088          [BUGFIX] Checkbox-array space (Felix Kopp)
2011-12-18  f3d7d66  #32163          [BUGFIX] @charset must be lowercase in CSS (Markus Klein)
2011-12-18  a5ec66b  #18176          [BUGFIX] Log password attempt with empty password (Mario Rimann)
2011-12-18  08e70e7  #31350          [BUGFIX] Fatal error when exporting from root (Francois Suter)
2011-12-18  ebbadcf  #21590          [BUGFIX] Warnings in BE when using "Update reference index" (Dmitry Dulepov)
2011-12-17  b7caf1d  #32625          [BUGFIX] Fix path check for custom RTE styles (Stanislas Rolland)
2011-12-17  1bb3587  #11806          [BUGFIX][reports] Missing check for SOAP extension (Mario Rimann)
2011-12-17  978cd0c  #32596          [BUGFIX] Ambiguous XCLASS naming tx_em_Connection_ExtDirectServer (Steffen Gebert)
2011-12-16  1eedef1  #31397          [BUGFIX] Add check for salted default admin password (Gregor Hermens)
2011-12-16  44305f3  #31374          [BUGFIX] Multiple values not displayed for simple items lists (Francois Suter)
2011-12-16  77c74b4                  [TASK] Set TYPO3 version to 4.6.3-dev (TYPO3 v4 Release Team)

(taca)

2011-12-24 14:25:50 UTC MAIN commitmail json YAML

Update www/typo3_45 package to 4.5.10.

2011-12-20  71fbd2b                  [RELEASE] Release of TYPO3 4.5.10 (TYPO3 v4 Release Team)
2011-12-20  f8d4623  #32626          [BUGFIX] Add SQL-comparator <> to SQL parser (Stefan Neufeind)
2011-12-19  ce5f5a7  #31622          [BUGFIX] Invalid query part on menu rendering (Oliver Hader)
2011-12-19  0114ceb                  Revert "[FEATURE] Add ExtJS xtype:modulepanel for BE Modules" (Ernesto Baschny)
2011-12-18  5038a58  #30758          [BUGFIX] Login fails silently, when no backend for rsaauth is available (Steffen Gebert)
2011-12-18  0f6f55d  #27836          [BUGFIX] EM: Uploading extensions fails with Fatal Errors (Steffen Gebert)
2011-12-18  043f1c8  #32274          [BUGFIX] sessionTimeout for BE does not work (Mario Rimann)
2011-12-18  33234cb  #32163          [BUGFIX] @charset must be lowercase in CSS (Markus Klein)
2011-12-18  e87e6a3  #18176          [BUGFIX] Log password attempt with empty password (Mario Rimann)
2011-12-18  5bccb23  #31350          [BUGFIX] Fatal error when exporting from root (Francois Suter)
2011-12-18  b9af0ca  #28384          [FEATURE] Add ExtJS xtype:modulepanel for BE Modules (Kay Strobach)
2011-12-18  725a8c7  #21590          [BUGFIX] Warnings in BE when using "Update reference index" (Dmitry Dulepov)
2011-12-18  93c8987  #27969          [BUGFIX] Hide versioning icon in list when workspaces is installed (Tolleiv Nietsch)
2011-12-17  956ecc3  #32625          [BUGFIX] Fix path check for custom RTE styles (Stanislas Rolland)
2011-12-17  2b5a60d  #32596          [BUGFIX] Ambiguous XCLASS naming tx_em_Connection_ExtDirectServer (Steffen Gebert)
2011-12-16  5b2516c  #21054          [BUGFIX] Random miscalculations in ImageTTFBBox (Albrecht Koehnlein)
2011-12-16  ff97731                  [TASK] Set TYPO3 version to 4.5.10-dev (TYPO3 v4 Release Team)

(taca)

2011-12-24 13:30:34 UTC MAIN commitmail json YAML

Merge patch-bm from emacs20 to prevent infinite recursion in malloc.

(dholland)

2011-12-24 13:18:00 UTC MAIN commitmail json YAML

Revert addition of devel/nspr; problem is now solved properly

(dholland)

2011-12-24 08:39:12 UTC MAIN commitmail json YAML

Run aclocal before automake

(sbd)

2011-12-24 04:23:21 UTC MAIN commitmail json YAML

This needs to expose gnome-panel via bl3 if it's built with the
"gnomecanvas" option. Otherwise some packages fail to link because
they can't find -lnspr4. PKGREVISION -> 10.

Because the packages affected by this don't build without it, I don't
think they need to be revbumped.

(dholland)

2011-12-24 03:30:10 UTC MAIN commitmail json YAML

* Remove backward compatibility handling for RUBY_VER; pkglint dosen't like it.
* Add one more PRINT_PLIST_AWK for GEM_HOME.

(taca)

2011-12-24 03:25:25 UTC MAIN commitmail json YAML

I forgot to remove www/erubis which already renamed to www/ruby-erubis.

(taca)

2011-12-24 03:23:54 UTC MAIN commitmail json YAML

Remove erubis; I forgot to remove www/erubis.

(taca)

2011-12-24 03:02:25 UTC MAIN commitmail json YAML

A simpler way to decide if -lXinerama is need is to use XINERAMA_LIBS which
gets its value from pkg-config.
Also add 'automake' to USE_TOOLS and the pre-configure target.

(sbd)

2011-12-23 22:56:32 UTC MAIN commitmail json YAML

Using pkg-config works better if it is actually installed (hi wiz!)

(joerg)

2011-12-23 19:01:41 UTC MAIN commitmail json YAML

Avoid picking builtin SQLite.

(asau)

2011-12-23 17:21:15 UTC MAIN commitmail json YAML

+ efax-gtk-3.2.9, gtk3-3.2.3, imp-5.0.17, minivmac-3.2.3, p5-Gtk2-1.223,
  parallel-20111222, puzzles-9372, py-qt4-4.9, py-sip-4.13.1,
  rxvt-unicode-9.14, texmaker-3.2, tiff-4.0.0, xinput-1.5.4,
  zim-0.54.

(wiz)

2011-12-23 17:01:10 UTC MAIN commitmail json YAML

security update to mit-krb5-appl

(tez)

2011-12-23 16:44:24 UTC MAIN commitmail json YAML

Fix for CVE-2011-4862 from FreeBSD

When an encryption key is supplied via the TELNET protocol, its length
is not validated before the key is copied into a fixed-size buffer.

This is a remote root exploit that is being actively exploited in the wild.

(tez)

2011-12-23 13:57:44 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-23 13:56:49 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3637 - requested by drochner
graphics/jasper: security patch

Revisions pulled up:
- graphics/jasper/Makefile                                      1.34
- graphics/jasper/distinfo                                      1.14
- graphics/jasper/patches/patch-ai                              1.2

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Thu Dec 22 16:17:57 UTC 2011

  Modified Files:
          pkgsrc/graphics/jasper: Makefile distinfo
          pkgsrc/graphics/jasper/patches: patch-ai

  Log Message:
  add patches from Redhat to add some input validation and fix a
  memory allocation error; both could lead to heap buffer overflows
  (CVE-2011-4516, CVE-2011-4517)
  bump PKGREV

(tron)

2011-12-23 13:36:45 UTC MAIN commitmail json YAML

revbump recursively to force build against fixed plib pkg (which
installs static libraries), from David Holland

(drochner)

2011-12-23 11:32:51 UTC MAIN commitmail json YAML

Updated converters/skf to 1.97.4nb2

(obache)

2011-12-23 11:32:38 UTC MAIN commitmail json YAML

Let to allow installing compressed document for the case of MANZ=yes.

Bump PKGREVISION.

(obache)

2011-12-23 08:08:02 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.4.9.

(tron)

2011-12-23 08:07:44 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.4.9. Changes since 3.4.8:
- bug #3442028 [edit] Inline editing enum fields with null shows
  no dropdown
- bug #3442004 [interface] DB suggestion not correct for user with
  underscore
- bug #3438420 [core] Magic quotes removed in PHP 5.4
- bug #3398788 [session] No feedback when result is empty
  (signon auth_type)
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
- bug #3306875 [edit] Can't rename a database that contains views
- bug #3452506 [edit] Unable to move tables with triggers
- bug #3449659 [navi] Fast filter broken with table tree
- bug #3448485 [GUI] Firefox favicon frameset regression
- [core] Better compatibility with mysql extension
- [security] Self-XSS on export options (export server/database/table),
  see PMASA-2011-20
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19

(tron)

2011-12-23 01:38:20 UTC MAIN commitmail json YAML

This needs libnspr4.
(This doesn't fix the build yet makes it fail later.)

(asau)

2011-12-23 01:25:08 UTC MAIN commitmail json YAML

Home page and master site moved to http://frama-c.com/

(asau)

2011-12-23 01:19:16 UTC MAIN commitmail json YAML

Newer GCC doesn't allow template instantiation with incomplete types, so
make sure that the class definitions are present.

(joerg)

2011-12-23 01:17:54 UTC MAIN commitmail json YAML

2011-12-23 01:16:28 UTC MAIN commitmail json YAML

2011-12-23 01:12:35 UTC MAIN commitmail json YAML

Workaround brain damage from configure (non-)test by not defining macros
from Heimdal.

(joerg)

2011-12-22 22:11:41 UTC MAIN commitmail json YAML

net/ettercap-NG: Fix gentoo ltmain sanity check bug

(marino)

2011-12-22 22:10:33 UTC MAIN commitmail json YAML

net/ed2k-gtk-gui: Add indirectly linked libraries to LDFLAGS for ld v2.22

(marino)

2011-12-22 22:09:35 UTC MAIN commitmail json YAML

net/clisp-rawsock: Needs gettext-lib buildlink

(marino)

2011-12-22 19:06:23 UTC MAIN commitmail json YAML

Surprise, surprise: there are architectures where in_addr_t is not u_long.
Without this fix, tcptraceroute would try to reach or source 0.0.0.0
always on big-endian LP64 architectures.

(is)

2011-12-22 19:00:05 UTC MAIN commitmail json YAML

2011-12-22 18:21:38 UTC MAIN commitmail json YAML

replace vsprintf() by vsnprintf() to protect an error message buffer
from being overrun, addresses CVE-2011-4620
bump PKGREV

(drochner)

2011-12-22 18:04:20 UTC MAIN commitmail json YAML

add and enable erubis

(jnemeth)

2011-12-22 18:00:33 UTC MAIN commitmail json YAML

2011-12-22 16:34:12 UTC MAIN commitmail json YAML

No longer supports apache2.

(joerg)

2011-12-22 16:33:51 UTC MAIN commitmail json YAML

2011-12-22 16:33:03 UTC MAIN commitmail json YAML

Unprivileged users don't have /usr/sbin in PATH on NetBSD, so deal
with it.

(joerg)

2011-12-22 16:32:04 UTC MAIN commitmail json YAML

Make sure that printf format specifiers are defined for C++ code

(joerg)

2011-12-22 16:31:16 UTC MAIN commitmail json YAML

2011-12-22 16:17:57 UTC MAIN commitmail json YAML

add patches from Redhat to add some input validation and fix a
memory allocation error; both could lead to heap buffer overflows
(CVE-2011-4516, CVE-2011-4517)
bump PKGREV

(drochner)

2011-12-22 14:44:42 UTC MAIN commitmail json YAML

pkgsrc/multimedia/mpeg4ip/distinfo@1.16 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_include_bitstrm_hpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_include_entropy_hpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__errenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__gmc__enc__util_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__mbenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__mbinterlace_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__mcenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__motest_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__mvenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__padenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__sptenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__tm5rc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__encoder__vopmbenc_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__error_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__mode_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__rrv_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_sys__tps__enhcbuf_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_tools__entropy__bitstrm_cpp@1.1 / diff
pkgsrc/multimedia/mpeg4ip/patches/patch-common_video_iso-mpeg4_src_tools__entropy__huffman_cpp@1.1 / diff
      :
(more 4 files)
Another day, another C++ dialect. Does not fix build, but advances it
substantially. Next problem is:

cc1: warnings being treated as errors
config.c: In function 'enter_chn':
config.c:636:21: error: array subscript is above array bounds
config.c:637:21: error: array subscript is above array bounds

(dholland)

2011-12-22 14:14:23 UTC MAIN commitmail json YAML

2011-12-22 13:31:48 UTC MAIN commitmail json YAML

add patch from upstream to fix possible double free() in the TiVo
demuxer (with possible security implications)
bump PKGREV

(drochner)

2011-12-22 12:11:37 UTC MAIN commitmail json YAML

Updated multimedia/mplayer-plugin to 3.55nb9

(obache)

2011-12-22 12:11:16 UTC MAIN commitmail json YAML

Update upupp.h from gecko-mediaplayer-1.0.4 (and some modification),
and now recognized from modern Firefox (tested with 8.0). PR#45110.

(obache)

2011-12-22 11:06:40 UTC MAIN commitmail json YAML

Disable configure-time check for Mailman user & group. Removes the need
to hard code UID/GID when building a binary package.

Fixes PR pkg/44048

(fhajny)

2011-12-22 07:58:16 UTC MAIN commitmail json YAML

multimedia/xawtv: Add PLIST.DragonFly

It's identical to the NetBSD version.

(marino)

2011-12-22 07:57:09 UTC MAIN commitmail json YAML

multimedia/pitivi: USE_TOOLS+= msgfmt

(marino)

2011-12-22 07:56:18 UTC MAIN commitmail json YAML

multimedia/dvdstyler: Add indirectly linked libraries to LDFLAGS for ld v2.22

(marino)

2011-12-22 07:55:02 UTC MAIN commitmail json YAML

misc/yrolo: Add indirectly linked libraries to LDFLAGS for ld v2.22

(marino)

2011-12-22 07:47:43 UTC MAIN commitmail json YAML

2011-12-22 04:37:51 UTC MAIN commitmail json YAML

Set NOT_FOR_PLATFORM=${LP64PLATFORMS} as scsh is known to not be 64-bit
clean.

(dholland)

2011-12-22 04:33:28 UTC MAIN commitmail json YAML

2011-12-22 00:48:54 UTC MAIN commitmail json YAML

+ amarok-2.5, apr-util-1.4.1, blender-2.61, calibre-0.8.31,
  diffpdf-1.7.0, dwm-6.0, etm-884, firefox-9.0, fossil-1.21,
  gpsim-0.26.1, gwaei-3.2.0, hugin-2011.4.0, inputproto-2.1,
  john-1.7.9jumbo5, kchmviewer-6.0, lcms-2.3, libXi-1.5.0,
  libfolks-0.6.6, libgsf-1.14.22, lighttpd-1.4.30, lua-5.2.0,
  modular-xorg-server-1.11.3, openldap-2.4.28, polkit-qt-0.103.0,
  qt4-libs-4.8.0, remind-3.1.11, snort-2.9.2, webkit-gtk-1.7.3,
  webmin-1.570 [security], wine-devel-1.3.35, x264-devel-20111217,
  zile-2.4.3, zsh-current-4.3.15

(wiz)

2011-12-22 00:28:20 UTC MAIN commitmail json YAML

2011-12-22 00:27:12 UTC MAIN commitmail json YAML

2011-12-22 00:26:02 UTC MAIN commitmail json YAML

Disable use of tgmath.h on NetBSD, since various functions are missing
in libm.

(joerg)

2011-12-21 20:20:44 UTC MAIN commitmail json YAML

Update home page URL.

(shattered)

2011-12-21 17:18:21 UTC MAIN commitmail json YAML

Add missing PLIST entries from last update.

(tez)

2011-12-21 17:13:48 UTC MAIN commitmail json YAML

No reason to build this with gmake, so don't; this allows patching it
to be MAKE_JOBS_SAFE.

(dholland)

2011-12-21 17:07:27 UTC MAIN commitmail json YAML

Revbump for gettext-lib dependency.

(hans)

2011-12-21 16:58:15 UTC MAIN commitmail json YAML

2011-12-21 16:47:05 UTC MAIN commitmail json YAML

Requires devel/gettext-lib. Reportet by Artem Falcon.

(hans)

2011-12-21 15:52:17 UTC MAIN commitmail json YAML

2011-12-21 14:24:32 UTC MAIN commitmail json YAML

Set LICENSE, from Pierre Pronchery in PR 45729.

(wiz)

2011-12-21 14:06:59 UTC MAIN commitmail json YAML

Updated net/filezilla to 3.5.0nb3

(wiz)

2011-12-21 14:06:43 UTC MAIN commitmail json YAML

Remove DEPENDS for sqlite3 -- it is pulled in by sqlite3/bl3.mk anyway,
and that does look at builtin implementations.
Bump PKGREVISION.

(wiz)

2011-12-21 13:42:36 UTC MAIN commitmail json YAML

Update ejabberd to 2.1.9.

Changes:

* Core ejabberd
- Decrease CPU usage caused by tls:send with large data
- Escape iolist correctly when NIFs are disabled (EJAB-1462)
- Fix code to satisfy Dialyzer warnings
- Fix compilation in Windows
- Replace calls of OTP窶冱 Binary, since they would require R14

* LDAP
- Document ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)
- Log an error when an LDAP filter is incorrect (EJAB-1395)
- New options: ldap_tls_cacertfile and ldap_tls_depth (EJAB-1299)
- New option: ldap_deref_aliases (EJAB-639)
- Match ldap_uidattr_format case-insensitively (EJAB-1449)

* MUC
- Support for multiple entry with same nick to MUC rooms (EJAB-305)
- Support voice request and approvement
- New room option: allow_private_messages_from_visitors
- New room options: allow_voice_requests and voice_request_min_interval
- Include status 110 in presence to new occupant (EJAB-740)
- Fix mod_muc_log crash when first log entry is room destroy (EJAB-1499)
- Many fixes and improvements in mod_muc

* Pubsub
- Enable pubsub#deliver_notification checking (EJAB-1453)
- Fix Denial of Service when user sends malformed publish stanza (EJAB-1498)

* ODBC
- Fix ODBC account counting (EJAB-1491)
- Optimized mod_roster_odbc:get_roster

* Miscellanea:
- New SASL SCRAM-SHA-1 authentication mechanism (EJAB-1196)
- New option: resource_conflict (EJAB-650)

(fhajny)

2011-12-21 13:09:31 UTC MAIN commitmail json YAML

2011-12-21 13:08:31 UTC MAIN commitmail json YAML

zip is not a tool. Replace with BUILD_DEPENDS.

(wiz)

2011-12-21 13:02:10 UTC MAIN commitmail json YAML

2011-12-21 12:30:33 UTC MAIN commitmail json YAML

Updated security/pam-tacplus to 1.3.5nb1

(wiz)

2011-12-21 12:30:22 UTC MAIN commitmail json YAML

Fix PLIST on NetBSD-5.99.58.
Remove line from distinfo for non-existing patch.
I guess the non-existing patch might have fixed it up, but as it's not
there....

(wiz)

2011-12-21 12:12:53 UTC MAIN commitmail json YAML

2011-12-21 12:03:45 UTC MAIN commitmail json YAML

Remove -Werror, code is not clean enough for gcc-4.5.

(wiz)

2011-12-21 12:03:24 UTC MAIN commitmail json YAML

Use xulrunner192, not compatible with xulrunner-8 header files.

(obache)

2011-12-21 11:58:41 UTC MAIN commitmail json YAML

2011-12-21 11:58:27 UTC MAIN commitmail json YAML

Fix pkglint warning.

(wiz)

2011-12-21 11:36:50 UTC MAIN commitmail json YAML

2011-12-21 08:57:11 UTC MAIN commitmail json YAML

2011-12-21 08:53:44 UTC MAIN commitmail json YAML

Fix shared library linkage with USE_BSD_MAKEFILE in a bootstrapped
environment, where the rules for building .so files don't really
accomodate multiple libs in the same package properly.

This is a hack; bootstrap-mk-files should be fixed.

(dholland)

2011-12-21 08:45:34 UTC MAIN commitmail json YAML

If you have ptyfs set up and this package detects it, it assumes you
must be on System V and also have STREAMS. Avoid the STREAMS code for
NetBSD.

Note: I haven't tested this or even looked at any of the code except
for what was trying to use STREAMS, so it may not work; but now it at
least builds, and the behavior if ptyfs is not detected is unchanged.

(dholland)

2011-12-21 08:36:01 UTC MAIN commitmail json YAML

Patch glitch in makefile causing parallel build failure.

(dholland)

2011-12-21 08:29:05 UTC MAIN commitmail json YAML

Fix build failure on NetBSD caused by trying to redefine bswap16/32/64.
While here, fix some pkglint.

(dholland)

2011-12-21 08:27:20 UTC MAIN commitmail json YAML

Whitespace, prompted by pkglint.

(dholland)

2011-12-21 07:46:59 UTC MAIN commitmail json YAML

Force MKPROFILE=yes to avoid PLIST divergence.
(I suppose there should probably be a better way to handle these...)

(dholland)

2011-12-20 23:58:52 UTC MAIN commitmail json YAML

Cacti update to 0.8.7i fixes SA47195

(tez)

2011-12-20 23:57:33 UTC MAIN commitmail json YAML

security update to 0.8.7i (with Plugin Architecture version 3.1)

    bug#0001963: Bandwidth summation "total in" and "total out"
are always 0
    bug#0002040: ICMP ping errors for Windows 7 with PHP 5.3
    bug#0002062: Multiple security vulnerabilities
    bug#0002063: Multiple value poller output incorrectly interpreted
as hexadecimal value
    bug#0002064: Removing "~" (tilde) by sanitize_uri() conflicts with
Apache UserDir translation
    bug#0002066: Graph without host id "Notice: Undefined variable:
host_id"
    bug#0002067: Custom time range filter not working
    bug#0002068: Missing header include in analyze_database.php
    bug#0002071: MySQL table poller_item is dropped always when "Data
Input Method" is changed or added.
    bug#0002079: Using input field of a script in graph title does not
work
    bug#0002080: Database password containing "@" does not connect
    bug#0002083: Adding a new users generates errors in apache logs
    bug#0002084: Incorrect normalization of hrStorageTable values
over 2^31
    bug#0002086: Incorrect usage of mysql custom tcp port
    bug#0002087: PHP recache problems due to missing slashes in reindex
table
    bug#0002093: Unit exponent value of 0 not imported with graph
template
    bug#0002094: CDEF: "another cdef" references not included in
template export
    bug#0002106: Command line add device does not accept "None" for
host template
    bug: Update host template cli script help to fix incorrect options
    bug: Refresh of Cacti log viewer not working
    bug: Problems saving User Graph Permissions in IE9
    bug: Bandwidth summation fails if NAN values are present
    bug: Special Type Code "host_id" available in Data Queries by Not
Data Input Methods
    bug: Do not generate error messages when creating non host based
graphs
    bug: Wrong index used for Data Queries using VALUE/REGEXP
    bug: Fix issue with title variable replacement failing when no host
is associated with graph
    bug: Cacti generating MySQL 1100 Errors when modifying the tree
    bug: Resolved "Fatal error: Cannot use string offset as an array"
in lib/data_query.php
    feature: Properly support ifHighSpeed replacement variable
    feature: Increase granularity of availability options to correct
    spine bug
    feature: Replace "event count" with last changed date for host
    availability

(tez)

2011-12-20 20:27:17 UTC MAIN commitmail json YAML

x11/matchbox-panel-manager: Add indirectly linked libraries to LDFLAGS

(marino)

2011-12-20 20:26:14 UTC MAIN commitmail json YAML

misc/kanjipad: Add indirectly linked libraries to LDFLAGS

(marino)

2011-12-20 18:33:41 UTC MAIN commitmail json YAML

Try to support NetBSD/amd64.
It progress to temacs segfault on NetBSD/amd64 5.99.56.

* Import src/m/amd64.h from editors/emacs20.

(ryoon)

2011-12-20 17:22:25 UTC MAIN commitmail json YAML

Include lib/error.c in librecode.so, or else librecode.so ends up with
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)

PKGREVISION -> 6

(dholland)

2011-12-20 17:20:02 UTC MAIN commitmail json YAML

2011-12-20 16:38:30 UTC MAIN commitmail json YAML

2011-12-20 16:19:43 UTC MAIN commitmail json YAML

2011-12-20 16:18:18 UTC MAIN commitmail json YAML

2011-12-20 16:14:44 UTC MAIN commitmail json YAML

2011-12-20 16:14:38 UTC MAIN commitmail json YAML

pkglint cleanup

(wiz)

2011-12-20 15:46:29 UTC MAIN commitmail json YAML

+USE_GNU_READLINE=      yes # rl_getc, rl_basic_quote_characters, rl_insert_close

(wiz)

2011-12-20 14:11:34 UTC MAIN commitmail json YAML

At least on NetBSD, this needs pthreads, so include pthreads.bl3.mk.

(wiz)

2011-12-20 14:08:55 UTC MAIN commitmail json YAML

Update couchdb to 1.1.1.

Changes:
* Support SpiderMonkey 1.8.5
* Add configurable maximum to the number of bytes returned by _log.
* Allow CommonJS modules to be an empty string.
* Bump minimum Erlang version to R13B02.
* Do not run deleted validate_doc_update functions.
* ETags for views include current sequence if include_docs=true.
* Fix bug where duplicates can appear in _changes feed.
* Fix bug where update handlers break after conflict resolution.
* Fix bug with _replicator where include "filter" could crash couch.
* Fix crashes when compacting large views.
* Fix file descriptor leak in _log
* Fix missing revisions in _changes?style=all_docs.
* Improve handling of compaction at max_dbs_open limit.
* JSONP responses now send "text/javascript" for Content-Type.
* Link to ICU 4.2 on Windows.
* Permit forward slashes in path to update functions.
* Reap couchjs processes that hit reduce_overflow error.
* Status code can be specified in update handlers.
* Support provides() in show functions.
* _view_cleanup when ddoc has no views now removes all index files.
* max_replication_retry_count now supports "infinity".
* Fix replication crash when source database has a document with empty ID.
* Fix deadlock when assigning couchjs processes to serve requests.
* Fixes to the document multipart PUT API.
* Fixes regarding file descriptor leaks for databases with views.

(fhajny)

2011-12-20 14:02:35 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.14

(pettai)