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 03:50:58 UTC Now

2012-05-15 20:43:06 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.32.0

(adam)

2012-05-15 20:42:57 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.32.0

(adam)

2012-05-15 20:41:20 UTC MAIN commitmail json YAML

Changes 2.32.0:
Glib:
* Dispatcher: Don't send messages to a deleted Dispatcher.
* Make SignalTimeout/SignalIdle::connect_once() more thread safe.
* Document Glib::Property and Glib::PropertyBase.
gmmproc:
* Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE.
* Generate the documentation of default constructors of interface classes.
Build:
* Update Visual Studio projects.

(adam)

2012-05-15 20:31:14 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.7.10.2

(adam)

2012-05-15 20:28:58 UTC MAIN commitmail json YAML

Changes 1.7.10.2:
* The test scaffolding for git-daemon was flaky.
* The test scaffolding for fast-import was flaky.
* The filesystem boundary was not correctly reported when .git directory
  discovery stopped at a mount point.
* HTTP transport that requires authentication did not work correctly when
  multiple connections are used simultaneously.
* Minor memory leak during unpack_trees (hence "merge" and "checkout"
  to check out another branch) has been plugged.
* In the older days, the header "Conflicts:" in "cherry-pick" and "merge"
  was separated by a blank line from the list of paths that follow for
  readability, but when "merge" was rewritten in C, we lost it by
  mistake. Remove the newline from "cherry-pick" to make them match
  again.
* The command line parser choked "git cherry-pick $name" when $name can
  be both revision name and a pathname, even though $name can never be a
  path in the context of the command.
* The "include.path" facility in the configuration mechanism added in
  1.7.10 forgot to interpret "~/path" and "~user/path" as it should.
* "git config --rename-section" to rename an existing section into a
  bogus one did not check the new name.
* The "diff --no-index" codepath used limited-length buffers, risking
  pathnames getting truncated.  Update it to use the strbuf API.
* The report from "git fetch" said "new branch" even for a non branch
  ref.
* The http-backend (the server side of the smart http transfer) used
  to overwrite GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL with the
  value obtained from REMOTE_USER unconditionally, making it
  impossible for the server side site-specific customization to use
  different identity sources to affect the names logged. It now uses
  REMOTE_USER only as a fallback value.
* "log --graph" was not very friendly with "--stat" option and its
  output had line breaks at wrong places.
* Octopus merge strategy did not reduce heads that are recorded in the
  final commit correctly.
* "git push" over smart-http lost progress output a few releases ago;
  this release resurrects it.
* The error and advice messages given by "git push" when it fails due
  to non-ff were not very helpful to new users; it has been broken
  into three cases, and each is given a separate advice message.
* The insn sheet given by "rebase -i" did not make it clear that the
  insn lines can be re-ordered to affect the order of the commits in
  the resulting history.
* "git repack" used to write out unreachable objects as loose objects
  when repacking, even if such loose objects will immediately pruned
  due to its age.
* A contrib script "rerere-train" did not work out of the box unless
  user futzed with her $PATH.
* "git rev-parse --show-prefix" used to emit nothing when run at the
  top-level of the working tree, but now it gives a blank line.
* The i18n of error message "git stash save" was not properly done.
* "git submodule" used a sed script that some platforms mishandled.
* When using a Perl script on a system where "perl" found on user's
  $PATH could be ancient or otherwise broken, we allow builders to
  specify the path to a good copy of Perl with $PERL_PATH.  The
  gitweb test forgot to use that Perl when running its test.

(adam)

2012-05-15 20:19:51 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 3.0.3

(ryoon)

2012-05-15 20:18:34 UTC MAIN commitmail json YAML

Update to 3.0.3

* Add .htaccess file to package
* Fix MESSAGES, to be more useful

Changelog:
changelog is not available officially. The following is provided by SuSE.
- Security: Several CSRF fixes
- Security: .htaccess uploading blacklist
- Backport link in the Help center to the online documentatio
- Backport link in the Help center to the "Big Files" howto
- Check if JSon module is installed
- Check if GD module is installed

(ryoon)

2012-05-15 18:59:21 UTC MAIN commitmail json YAML

Note update of the "pixman" package to version 0.24.4nb1.

(tron)

2012-05-15 18:59:08 UTC MAIN commitmail json YAML

Update outdated list of exported symbols which fixes the build under
Mac OS X Snow Leopard.

Bump the package revision because the binary package will change on
all platforms.

(tron)

2012-05-15 16:45:45 UTC MAIN commitmail json YAML

Don't re-define __UNCONST if it is already defined. On old NetBSD systems
the definition is a bit different so they bitch.

(christos)

2012-05-15 16:43:54 UTC MAIN commitmail json YAML

2012-05-15 16:42:44 UTC MAIN commitmail json YAML

Don't enforce vulnerability tests during bootstrap. On old systems eg.
NetBSD-3, the checker command line syntax was different leading to failure
to install.

(christos)

2012-05-15 15:41:06 UTC MAIN commitmail json YAML

2012-05-15 15:39:40 UTC MAIN commitmail json YAML

Changes 3.4.3:
* GtkIconView:
- The sizing and layout has been rewritten
* Bug fixes:
478344 GtkTreeRowReference falsely said to auto-subscribe...
587873 Documentation should explain MessageDialogs don't ...
663072 GtkSelectionData is incorrectly documented
670449 Splash screen stays
672947 GtkEntryCompletion sizing/position fixes
673237 window: Remove needless call to ensure_state_flag_...
674192 out-of-tree build failure: demos/widget-factory/wi...
674549 widget receives leave event when button released
675421 GtkFileChooser should set its role
675501 gtkquartz.h is not the gtk+-3.5.2.tar.xz archive
* Translation updates:
Dutch
Italian

(adam)

2012-05-15 15:07:23 UTC MAIN commitmail json YAML

2012-05-15 14:05:01 UTC MAIN commitmail json YAML

2012-05-15 13:20:03 UTC MAIN commitmail json YAML

2012-05-15 13:18:43 UTC MAIN commitmail json YAML

Conditionalise old ioctl() usage on __NetBSD_Version__ < 600000000 or __NetBSD_Version__ > 699000000 && __NetBSD_Version__ < 699000700

(abs)

2012-05-15 13:18:19 UTC MAIN commitmail json YAML

Updated pidgin to q2.10.4.

(obache)

2012-05-15 13:09:07 UTC MAIN commitmail json YAML

Note update of pidgin and related packages.

(obache)

2012-05-15 13:07:29 UTC MAIN commitmail json YAML

Update pidgin to 2.10.4.

version 2.10.4 (05/06/2012):
General:
* Support building against Farstream in addition to Farsight.
  (Olivier Crete) (#14936)

IRC:
* Disable periodic WHO timer.  IRC channel user lists will no
  longer automatically display away status, but libpurple will be
  much kinder to the network.
* Print unknown numerics to channel windows if we can associate
  them.  Thanks to Marien Zwart. (#15090)

MSN:
* Fix a possible crash when receiving messages with certain characters
  or character encodings.  Thanks to Fabian Yamaguchi for reporting
  this!

XMPP:
* Fix a possible crash when receiving a series of specially crafted
  file transfer requests.  Thanks to Jos辿 Valent鱈n Guti辿rrez for
  reporting this!  (CVE-2012-2214)

Windows-Specific Changes:
* Words added to spell check dictionaries are saved across restarts of
  Pidgin (#11886)

(obache)

2012-05-15 12:56:38 UTC MAIN commitmail json YAML

2012-05-15 11:34:52 UTC MAIN commitmail json YAML

2012-05-15 09:20:15 UTC MAIN commitmail json YAML

Changes 2.32.3:
* Bug fixes:
Correct a typo in the ELF configure check
Reset LIBS after the ELF configure check
Fix GIO/GObject Visual C++ projects
gio: fix error handling in async case of GProxy...
GConverterInputStream: fix an infinite loop...
* Translation updates:
Bulgarian
Catalan
Czech
German
Japanese
Slovenian
Telugu

(adam)

2012-05-15 08:12:25 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.12

(adam)

2012-05-15 08:09:25 UTC MAIN commitmail json YAML

Changes 3.7.12:
* Add the SQLITE_DBSTATUS_CACHE_WRITE option for sqlite3_db_status().
* Optimize the typeof() and length() SQL functions so that they avoid unnecessary reading of database content from disk.
* Add the FTS4 "merge" command, the FTS4 "automerge" command, and the FTS4 "integrity-check" command.
* Report the name of specific CHECK constraints that fail.
* In the command-line shell, use popen() instead of fopen() if the first character of the argument to the ".output" command is "|".
* Make use of OVERLAPPED in the windows VFS to avoid some system calls and thereby obtain a performance improvement.
* More aggressive optimization of the AND operator when one side or the other is always false.
* Improved performance of queries with many OR-connected terms in the WHERE clause that can all be indexed.
* Add the SQLITE_RTREE_INT_ONLY compile-time option to force the R*Tree Extension Module to use integer instead of floating point values for both storage and computation.
* Enhance the PRAGMA integrity_check command to use much less memory when processing multi-gigabyte databases.
* New interfaces added to the test_quota.c add-on module.
* Added the ".trace" dot-command to the command-line shell.
* Allow virtual table constructors to be invoked recursively.
* Improved optimization of ORDER BY clauses on compound queries.
* Improved optimization of aggregate subqueries contained within an aggregate query.
* Bug fix: Fix the RELEASE command so that it does not cancel pending queries. This repairs a problem introduced in 3.7.11.
* Bug fix: Do not discard the DISTINCT as superfluous unless a subset of the result set is subject to a UNIQUE constraint and it none of the columns in that subset can be NULL.
* Bug fix: Do not optimize away an ORDER BY clause that has the same terms as a UNIQUE index unless those terms are also NOT NULL.

(adam)

2012-05-15 07:18:04 UTC MAIN commitmail json YAML

Bump PKGREVISION, last patches for latest glib2 affect to installed header
files, it is required to build depending packages.

(obache)

2012-05-15 03:50:35 UTC MAIN commitmail json YAML

fix download.
launchpad now redirects to https.

(reed)

2012-05-15 03:49:52 UTC MAIN commitmail json YAML

2012-05-15 03:45:22 UTC MAIN commitmail json YAML

To build it needs at least libgsf 1.14.18
Package revision not bumped since no package with older version possible.0

(reed)

2012-05-15 03:44:15 UTC MAIN commitmail json YAML

Mention this package does not include graphics.
I didn't bump the package revisoon.

(reed)

2012-05-14 23:56:36 UTC MAIN commitmail json YAML

Updated devel/mr to 1.12

(schmonz)

2012-05-14 23:56:09 UTC MAIN commitmail json YAML

* Ignore nonzero exit status of hg pull, which can happen when there
  were no changes to pull. Closes: #661870
* Add vcsh to Suggests.
* Recognize a repo with a .git file as a git repo.
* Improve bzr register's heuristics to determine upstream repo.
  Closes: #672843

(schmonz)

2012-05-14 23:44:57 UTC MAIN commitmail json YAML

No need to install gauche-init.scm with executable bits set.
This suppresses file permission check warning.

(enami)

2012-05-14 18:46:22 UTC MAIN commitmail json YAML

2012-05-14 18:01:46 UTC MAIN commitmail json YAML

Extend previous to apply to netbsd-6 also (at least the one currently on
netbsd-daily and soon be in BETA2)

(abs)

2012-05-14 15:39:52 UTC MAIN commitmail json YAML

2012-05-14 14:56:51 UTC MAIN commitmail json YAML

Try to fix build failure on NeBSD 6.99.7 from _oss_ioctl API change as PR 46448.

(obache)

2012-05-14 14:05:36 UTC MAIN commitmail json YAML

Note update of mail/dovecot2 package to 2.1.6nb1.

(taca)

2012-05-14 14:04:59 UTC MAIN commitmail json YAML

Add support for net_getunixcred() to NetBSD before 5.0 which dosen't
have getpeereid(3); no LOCAL_PEEREID socket options.

Bump PKGREVISION.

(taca)

2012-05-14 12:29:23 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3783, #3784 and #785.

(tron)

2012-05-14 12:28:56 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3785 - requested by dholland
sysutils/setquota: mark as broken for NetBSD 6.0 and newer

Revisions pulled up:
- sysutils/setquota/Makefile                                    1.14

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat May 12 22:08:24 UTC 2012

  Modified Files:
  pkgsrc/sysutils/setquota: Makefile

  Log Message:
  Mark this as NOT_FOR_PLATFORM on netbsd-6 and up. It is based on the
  historical quota API and has no internal abstractions, so it would
  require pretty much a total rewrite for the new quota API. This could
  be done, of course. Contact me if there's any interest.

(tron)

2012-05-14 12:26:01 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3784 - requested by dholland
sysutils/ruby-quota: build fix

Revisions pulled up:
- sysutils/ruby-quota/distinfo                                  1.15
- sysutils/ruby-quota/patches/patch-aa                          1.3
- sysutils/ruby-quota/patches/patch-ab                          1.10

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat May 12 23:10:30 UTC 2012

  Modified Files:
  pkgsrc/sysutils/ruby-quota: distinfo
  pkgsrc/sysutils/ruby-quota/patches: patch-aa patch-ab

  Log Message:
  Fix build on netbsd-6 and up.

(tron)

2012-05-14 12:24:22 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3783 - requested by dholland
net/netatalk: quota support fix

Revisions pulled up:
- net/netatalk/Makefile                                        1.83
- net/netatalk/distinfo                                        1.45
- net/netatalk/patches/patch-aa                                1.24
- net/netatalk/patches/patch-etc_afpd_quota_c                  1.2
- net/netatalk/patches/patch-macros_quota-check.m4              1.2

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat May 12 21:53:20 UTC 2012

  Modified Files:
  pkgsrc/net/netatalk: Makefile distinfo
  pkgsrc/net/netatalk/patches: patch-aa patch-etc_afpd_quota_c
      patch-macros_quota-check.m4

  Log Message:
  PR 46072: netatalk broken with netbsd-6 quotas

  Add support for the new libquota. Drop support for the proplib
  libquota; it's not worth the configure-time hassle.

  Fix some moderately serious bugs in the original/previous libquota
  patches; it's clear for example they were never tested with group
  quotas.

(tron)

2012-05-14 12:15:14 UTC MAIN commitmail json YAML

2012-05-14 10:14:11 UTC MAIN commitmail json YAML

Remove unneeded build dependence on p5-XML-Parser

(sbd)

2012-05-14 09:21:30 UTC MAIN commitmail json YAML

Added databases/ocaml-sqlite3 version 1.6.1

(wiz)

2012-05-14 09:21:16 UTC MAIN commitmail json YAML

+ ocaml-sqlite3

(wiz)

2012-05-14 09:20:39 UTC MAIN commitmail json YAML

2012-05-14 08:09:27 UTC MAIN commitmail json YAML

USE_TOOLS+=flex, seen in Linux bulk build

(dholland)

2012-05-14 08:08:39 UTC MAIN commitmail json YAML

Don't declare own strcmp; it fails on Linux.

(dholland)

2012-05-14 08:03:55 UTC MAIN commitmail json YAML

2012-05-14 07:52:32 UTC MAIN commitmail json YAML

Add build dependencies on p5-XML-Parser and msgfmt.

(sbd)

2012-05-14 07:42:35 UTC MAIN commitmail json YAML

USE_TOOLS+=flex, per latest linux build

(dholland)

2012-05-14 07:35:02 UTC MAIN commitmail json YAML

2012-05-14 07:29:51 UTC MAIN commitmail json YAML

Add missing termcap.bl3.mk.

(dholland)

2012-05-14 07:09:31 UTC MAIN commitmail json YAML

Add missing termcap.bl3.mk. No version bump; on platforms where this
matters lack of it leads to build failure.

(dholland)

2012-05-14 07:07:41 UTC MAIN commitmail json YAML

Use <termcap.h>, not <term.h>. Should fix build on netbsd-5.

(dholland)

2012-05-14 07:06:16 UTC MAIN commitmail json YAML

2012-05-14 07:03:08 UTC MAIN commitmail json YAML

Not all Linux systems have/use utempter.

(sbd)

2012-05-14 06:06:43 UTC MAIN commitmail json YAML

Partially revert previous: exclude kaffe on x86_64 again as it builds
but apparently does not work.

I'm seeing two different problems on different machines, one where it
can't find classes in jar files that are clearly there and one where
it can't run even a trivial program without dying with a stack
overflow.

(dholland)

2012-05-14 05:47:10 UTC MAIN commitmail json YAML

Set PKG_DESTDIR_SUPPORT. It looks to me like it should probably just work;
I can't test it though right now due to some kind of JVM lossage.

(dholland)

2012-05-14 05:31:21 UTC MAIN commitmail json YAML

remove stray blank line in previous commit

(dholland)

2012-05-14 05:28:37 UTC MAIN commitmail json YAML

Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.

(dholland)

2012-05-14 05:01:24 UTC MAIN commitmail json YAML

Change the the cast on gettext() when testing for it so the gcc doesn't
complain with "error: cast from 'char*' to 'int' loses precision",
which causes the test to fail and NLS to be disabled.

(sbd)

2012-05-14 03:57:08 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.33nb1

(sbd)

2012-05-14 03:56:58 UTC MAIN commitmail json YAML

Add a Linux only PLIST.

Bump PKGREVISION.

(sbd)

2012-05-14 03:12:01 UTC MAIN commitmail json YAML

2012-05-14 03:00:10 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 1.1.13nb6

(sbd)

2012-05-14 02:59:57 UTC MAIN commitmail json YAML

Add a Linux only PLIST.

Bump PKGREVISION.

(sbd)

2012-05-14 02:22:03 UTC MAIN commitmail json YAML

prefer native X modules for OpenBSD using Xorg.

(obache)

2012-05-14 01:29:59 UTC MAIN commitmail json YAML

2012-05-14 01:27:49 UTC MAIN commitmail json YAML

If this finds xsltproc, it tries to use it to build man pages, and then
croaks. Because man pages are good, add the necessary build depends and
update the PLIST. PKGREVISION -> 4.

(dholland)

2012-05-14 01:14:16 UTC MAIN commitmail json YAML

Set USE_LANGUAGES properly. It works without this for some reason... but
randomly broke because of it when I was mucking about last night.

(dholland)

2012-05-14 01:13:07 UTC MAIN commitmail json YAML

Depending on what gcc one builds with, the file throw_gcc.h may or may not
get installed. Instead of dealing with conditional PLIST logic, create an
empty file. (tnn made the same adjustment to xulrunner in July)

(dholland)

2012-05-14 00:15:29 UTC MAIN commitmail json YAML

Strengthen a configure test so it doesn't depend on -Werror. This is not
strictly necessary but makes the package behave when using the wrappers
to fiddle with warning options, which I've been doing.

(dholland)

2012-05-13 18:46:35 UTC MAIN commitmail json YAML

Update mksh to R40f.

mksh R40f fixes a critical bug as well as this:
[tg, RT] Implement fcntl(2)-based advisory locking as an alternative
  iff flock(2) is not found (LP: #912691); keep trying in the face of EINTR
[tg] Fix severe regression wrt. initialising tty(4) states
[tg] Improve testsuite, build-time checks and debugging output
[tg, RT, winstonw] Improve portability to BeOS (works), Cygwin (good),
  Dell UNIX (works somewhat, but not with gcc), LynxOS (works somewhat),
  NeXTstep (works but not OpenStep 4.2), USL C compiler, SCO OpenServer (good),
  SCO UnixWare (good), Plan 9 (still broken), Syllable Desktop (broken?)
[tg] rlim_t is supposed to be unsigned
[tg] Some code, warning and spelling cleanup
[tg] New Build.sh environment configurable: AWK (= awk)
[tg, DONG-DONG YANG] Add safety net in the Emacs line editing code
[tg] No longer rely on env(1), id(1), printf(1) in the testsuite, and
  strcasecmp(3), strcasestr(3), strncasecmp(3) in the code
[tg, stsc, RT] Reduce system requirements of check.pl further

mksh R40e is another must-have bugfix update:
[tg, Jilles Tjoelker] skip readonly check in unevaluated ternary twig
[tg, anonymous] fix all remaining ifs.sh testcases
[tg] No longer try to build with GCC and C99 extensions
[tg, Jilles Tjoelker] Do not expand aliases in COMSUB twice
[tg] Honour UTF-8 multi-byte character boundaries when doing partial
  tab-completion insertions (LP: #909025) to fix RedHat BZ#745702
[tg] Fix R40 (BZ#496791) regression with IOACT in TIF (LP: #907224)
[tg, ft] Darn persistent history code worst offenders (LP: #906914)
[tg] Fix some gc-sections, GCC and Clang/scan-build warnings/issues
[tg, 28C3] dot.mkshrc hash functions: partially address LP: #909818
[tg] Only compile divmod(0x80000000, -1) code in when not unneeded
[tg, RT] Move mirtoconf checks and INCLUDES_ONLY parts of
  sh.h around to ensure prerequisites are always available
[tg, RT, ir0nh34d] Pass mksh.exe to testsuite, if such thing is generated,
  and deal with Cygwin passing just "mksh" in argv[0] in such cases
[tg] Imply -DMKSH_ASSUME_UTF8=0 on MSYS; optimise checks
[tg, Jb_boin] Fix regression introduced in R35b by jaredy's security
  patch where TTIME trashed a non-TCOM string argument (e.g. in TFOR)
[tg] Better support for tcc; fix GCCism that accidentally crept in
[tg] Deal with UTF-8 when reporting jobs' commands
[RT] Add SkyOS to known OS list
[tg, RT] Support Minix in its variants Minix 3 and Ninix 3 better
[tg] Drop some Android-specific unused code (lsmod builtin)
[tg, RT, lewellyn] Support QNX and various versions of BSD/OS better
[tg] More code cleanup and new developer-only debugging functions
[tg, Andrew Kudryashov] Fix some tab completion related escaping bugs
[tg, draenog] Honour COLUMNS and LINES from the environment in scripts
[tg, winstonw] The sleep built-in utility now blocks more signals
[tg] Warn when using another deprecated function that will be removed

(bsiegert)

2012-05-13 17:51:11 UTC MAIN commitmail json YAML

Use MOZILLA_DIR so that this also works for www/seamonkey.

(bsiegert)

2012-05-13 16:11:19 UTC MAIN commitmail json YAML

* Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php.

(taca)

2012-05-13 16:10:35 UTC MAIN commitmail json YAML

Note update of lang/php5 package to 5.2.17nb5.

(taca)

2012-05-13 16:09:52 UTC MAIN commitmail json YAML

2012-05-13 16:08:37 UTC MAIN commitmail json YAML

* Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php.
* Simplify comparsion of PHP_BASE_VERS and SUHOSIN_PHPVER.

(taca)

2012-05-13 15:59:33 UTC MAIN commitmail json YAML

2012-05-13 15:46:17 UTC MAIN commitmail json YAML

Proper destdir support (hi darcy!)

(wiz)

2012-05-13 15:24:55 UTC MAIN commitmail json YAML

+ coreutils-8.17, gtk3-3.4.3, kid3-2.1, libvpx-1.1.0, mp3diags-1.0.11,
  mpg123-1.14.2, poppler-0.20.0, py-dbus-1.1.0, taglib-1.7.2,
  wine-devel-1.5.4, x264-devel-20120512.

(wiz)

2012-05-13 15:23:34 UTC MAIN commitmail json YAML

"Convert" to destdir by moving one line higher up.

(wiz)

2012-05-13 14:47:10 UTC MAIN commitmail json YAML

Fix build of xulrunner by turning off optimization in one file.

Tested on 5.99.51/x86_64 but reported also on 5.1.
See http://mail-index.netbsd.org/pkgsrc-users/2012/04/26/msg016186.html
for details.

(bsiegert)

2012-05-13 14:22:07 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.1.1.790

(obache)

2012-05-13 14:21:55 UTC MAIN commitmail json YAML

Update mikutter to 0.1.1.790, first 0.1.1 unstable release.

some improvements and bug fixes.

(obache)

2012-05-13 13:47:31 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.1

(abs)

2012-05-13 13:44:00 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.1

ensure OS and arch tags are set in the binary package case as well as source
set x11 for R7 as ell as R6

(abs)

2012-05-13 13:06:48 UTC MAIN commitmail json YAML

Note update of mysql55-{client,server} to 5.55.24.

(taca)

2012-05-13 13:05:33 UTC MAIN commitmail json YAML

Update mysql55-{client,server} to 5.55.24.

Changes (http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html):

Functionality Added or Changed

    * Important Change: Replication: INSERT ON DUPLICATE KEY UPDATE is now
      marked as unsafe for statement-based replication if the target table has
      more than one primary or unique key. For more information, see Section
      16.1.2.3, "Determination of Safe and Unsafe Statements in Binary
      Logging".

Bugs Fixed

    * Security Fix: Bug #64884 was fixed.

    * InnoDB: Replication: When binary log statements were replayed on the
      slave, the Com_insert, Com_update, and Com_delete counters were
      incremented by BEGIN statements initiating transactions affecting InnoDB
      tables but not by COMMIT statements ending such transactions. This
      affected these statements whether they were replicated or they were run
      using mysqlbinlog. (Bug #12662190)

    * If the --bind-address option was given a host name value and the host
      name resolved to more than one IP address, the server failed to
      start. For example, with --bind-address=localhost, if localhost resolved
      to both 127.0.0.1 and ::1, startup failed. Now the server prefers the
      IPv4 address in such cases. (Bug #61713, Bug #12762885)

    * mysql_store_result() and mysql_use_result() are not for use with
      prepared statements and are not intended to be called following
      mysql_stmt_execute(), but failed to return an error when invoked that
      way in libmysqld. (Bug #62136, Bug #13738989)

      References: See also Bug #47485.

    * On Windows, mysqlslap crashed for attempts to connect using shared
      memory. (Bug #31173, Bug #11747181, Bug #59107, Bug #11766072)

(taca)

2012-05-13 13:01:42 UTC MAIN commitmail json YAML

Note update of mysql51-{client,server} to 5.1.63.

(taca)

2012-05-13 12:59:39 UTC MAIN commitmail json YAML

Update mysql51-{client,server} to 5.1.63 (MySQL 5.1.63).

Changes (http://dev.mysql.com/doc/refman/5.1/en/news-5-1-63.html):

    * Security Fix: Bug #64884 was fixed.

    * Security Fix: Bug #59387 was fixed.

    * InnoDB: Deleting a huge amount of data from InnoDB tables
      within a short time could cause the purge operation that
      flushes data from the buffer pool to stall. If this issue
      occurs, restart the server to work around it. This issue is
      only likely to occur on 32-bit platforms. (Bug #13847885)

    * InnoDB: If the server crashed during a TRUNCATE TABLE or
      CREATE INDEX statement for an InnoDB table, or a DROP DATABASE
      statement for a database containing InnoDB tables, an index
      could be corrupted, causing an error message when accessing
      the table after restart:
      InnoDB: Error: trying to load index index_name for table
      table_name
      InnoDB: but the index tree has been freed!
      In MySQL 5.1, this fix applies to the InnoDB Plugin, but not
      the built-in InnoDB storage engine. (Bug #12861864, Bug
      #11766019)

    * InnoDB: When data was removed from an InnoDB table, newly
      inserted data might not reuse the freed disk blocks, leading
      to an unexpected size increase for the system tablespace or
      .ibd file (depending on the setting of innodb_file_per_table.
      The OPTIMIZE TABLE could compact a .ibd file in some cases but
      not others. The freed disk blocks would eventually be reused
      as additional data was inserted. (Bug #11766634, Bug #59783)

    * Partitioning: After updating a row of a partitioned table and
      selecting that row within the same transaction with the query
      cache enabled, then performing a ROLLBACK, the same result was
      returned by an identical SELECT issued in a new transaction.
      (Bug #11761296, Bug #53775)

    * Replication: The --relay-log-space-limit option was sometimes
      ignored.
      More specifically, when the SQL thread went to sleep, it
      allowed the I/O thread to queue additional events in such a
      way that the relay log space limit was bypassed, and the
      number of events in the queue could grow well past the point
      where the relay logs needed to be rotated. Now in such cases,
      the SQL thread checks to see whether the I/O thread should
      rotate and provide the SQL thread a chance to purge the logs
      (thus freeing space).
      Note that, when the SQL thread is in the middle of a
      transaction, it cannot purge the logs; it can only ask for
      more events until the transaction is complete. Once the
      transaction is finished, the SQL thread can immediately
      instruct the I/O thread to rotate. (Bug #12400313, Bug #64503)
      References: See also Bug #13806492.

    * Mishandling of NO_BACKSLASH_ESCAPES SQL mode within stored
      procedures on slave servers could cause replication failures.
      (Bug #12601974)

    * If the system time was adjusted backward during query
      execution, the apparent execution time could be negative. But
      in some cases these queries would be written to the slow query
      log, with the negative execution time written as a large
      unsigned number. Now statements with apparent negative
      execution time are not written to the slow query log. (Bug
      #63524, Bug #13454045) References: See also Bug #27208.

    * mysql_store_result() and mysql_use_result() are not for use
      with prepared statements and are not intended to be called
      following mysql_stmt_execute(), but failed to return an error
      when invoked that way in libmysqld. (Bug #62136, Bug
      #13738989) References: See also Bug #47485.

    * SHOW statements treated stored procedure, stored function, and
      event names as case sensitive. (Bug #56224, Bug #11763507)

    * On Windows, mysqlslap crashed for attempts to connect using
      shared memory. (Bug #31173, Bug #11747181, Bug #59107, Bug
      #11766072)

(taca)

2012-05-13 12:54:54 UTC MAIN commitmail json YAML

prepare Python>=32 bytecode file location change

(obache)

2012-05-13 12:39:47 UTC MAIN commitmail json YAML

Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV.

(obache)

2012-05-13 11:29:34 UTC MAIN commitmail json YAML

Updated misc/libreoffice3-bin to 3.5.3

(ryoon)

2012-05-13 11:28:07 UTC MAIN commitmail json YAML

Update to 3.5.3

Changelog:
Bugs fixed against 3.5.2
core
    fix colorspace conversion for greyscale bitmaps fdo#34324 [Michael Meeks]
    cache calls to mdds:mixed_type_matrix::size, related fdo#47299 [Markus Mohrhard]
    clrContourCache for SwAnchoredDrawObjects fdo#45376 [Andreas Schierl]
    copy column privileges into table privileges fdo#47937 [Lionel Elie Mamane]
    cppcanvas: processEMFPlus: fix valgrind warning: fdo#42252 [Michael Stahl]
    disable cairo canvas on Windows fdo#46532, fdo#46901, fdo#45584 [Michael Meeks]
    do not increase height of checkboxes fdo#47963 [David Tardon]
    do not play sound in presenter console fdo#33914 [David Tardon]
    docx, no mso-fit-shape-to-text means the textbox size is fixed bnc#751573 [C蜆ric Bosdonnat]
    export all style information to xls/xlsx, fdo#46738 [Markus Mohrhard]
    fdo43752: PPTX import fix affected odp imports. bnc#719989, bnc#719997 [Muthu Subramanian]
    find install location during help pack install fdo#48411 [Andras Timar]
    fix - edge-case trans gradients came out empty fdo#33591 [Thorsten Behrens]
    fix - use older ODF encryption by default fdo#47484 [Thorsten Behrens]
    fix RTF import of \page in inner groups fdo#48104 [Miklos Vajna]
    fix RTF import of all capitals char prop fdo#46955 [Miklos Vajna]
    fix RTF import of character encoding in footnotes fdo#45182 [Miklos Vajna]
    fix RTF import of custom fonts in substreams fdo#45394 [Miklos Vajna]
    fix RTF import of mixed super/nonsuper text fdo#47326 [Miklos Vajna]
    fix RTF import of multi-paragraph exact height textboxes fdo#47036 [Miklos Vajna]
    fix RTF import of shapes inside text frames at the start of the doc fdo#47036 [Miklos Vajna]
    fix RTF import of tables with empty first row fdo#45394 [Miklos Vajna]
    fix RTL menu rendering on Windows fdo#42537 [Ivan Timofeev]
    fix border printing: fdo#38635 [Michael Stahl]
    fix crash on RTF import of shapes inside tables fdo#47802 [Miklos Vajna]
    fix the fix so it doesn't crash lp#905355, fdo#43895 [Michael Stahl]
    fix vcl alpha blending bnc#714787 [Thorsten Behrens]
    fix vertical align when switching mode in multibar fdo#44140 [Noel Power]
    fixed pdf export (of images). bnc#717947 [Muthu Subramanian]
    handle various busted rtf docs without hanging fdo#48640 [Caol瘤 McNamara]
    improved label/BC wizard - set paper size fdo#44516 [Winfried Donkers]
    increase nCol before next iteratation to prevent loop, fdo#46220 [Markus Mohrhard]
    macros: Macro to set filter in Calc does not work with .StringValue fdo#46983 [Takeshi Abe]
    make "Replace All" work with REs fdo#44861 [David Tardon]
    match version in about dialog and file properties fdo#47840 [Petr Mladek]
    more reliable way to check for RTL text. fdo#48431, fdo#32530 [Kohei Yoshida]
    never let users save in /tmp by default lp#905355, fdo#43895 [Andrzej J. R. Hunt]
    RTF/DOCX import: fixed the import of consecutive frames fdo#47036, bnc#703032 [C蜆ric Bosdonnat]
    removed strange non-wrapping condition bnc#750258, i#40155 [C蜆ric Bosdonnat]
    resolved CSV import got confused by erroneous HTML detection fdo#40021 [Eike Rathke]
    resolved the current document is not always the first in list rhbz#813280 [Eike Rathke]
    revert "make text wrapping work in headers/footers too " fdo#39155 [C蜆ric Bosdonnat]
    rtftok: initial PN (legacy numbering syntax) support fdo#47107 [Miklos Vajna]
    rtftok: support bullet points in paragraph numberings fdo#47107 [Miklos Vajna]
    shift+F3 should be the shourtcut for Edit > Duplicate in Draw fdo#48584, fdo#32559 [Andras Timar]
    show synchronized checked only if all margins are the same, related fdo#44337 [Markus Mohrhard]
    sw: fix border corner gaps: fdo#38635 [Michael Stahl]
    swNodes: fix inconsistent outline check: rhbz#789022 [Michael Stahl]
    TOC dialog, Entries tab: the right arrow button does not work fdo#40948 [Ivan Timofeev]
    this hack in no longer needed, fdo#44337 [Markus Mohrhard]
    use fabs for double values, not abs, fdo#47632 [Markus Mohrhard]
    use of pointer to deleted object fdo#47068 [Caol瘤 McNamara]
    use same border width information for xls import and export, fdo#44742 [Markus Mohrhard]
    use x.y.z version also for desktop integration packages fdo#47840 [Petr Mladek]

Bugs fixed against 3.5.3 rc1
core

    fix find toolbar X error handling fdo#46687 [Michael Meeks]
    add unit test for Converter::convertDouble fdo#48969 [Michael Stahl]
    border paint ordering: fdo#45562, fdo#47717, fdo#42750 [Michael Stahl]
    default to Office 2007/2010 filter for ooxml export, fdo#48941 [Markus Mohrhard]
    duplicated characters in PDF import fdo#45848 [Korrawit Pruegsanusak]
    fix RTF import of special unicode characters fdo#48356 [Miklos Vajna]
    getConversionFactor: add inch as source unit fdo#48969 [Michael Stahl]
    ignore corrupted items in Recent Documents fdo#46074 [Stephan Bergmann]
    paint borders in SwFlyFrm::Paint: fdo#45562 [Michael Stahl]
    resolved update sheet-local named expressions correctly fdo#48856 [Eike Rathke]
    switch units in Converter::convertDouble fdo#48969 [Michael Stahl]

(ryoon)

2012-05-13 09:02:56 UTC MAIN commitmail json YAML

libresolv is needed on Linux.

(sbd)

2012-05-13 09:00:43 UTC MAIN commitmail json YAML

2012-05-13 08:56:28 UTC MAIN commitmail json YAML

Fixes reverse condition of CHECK_BUILTIN.iconv usage.

(obache)

2012-05-13 08:46:09 UTC MAIN commitmail json YAML

Added sysutils/conky version 1.9.0

(imil)

2012-05-13 08:44:15 UTC MAIN commitmail json YAML

add & enable conky

(imil)

2012-05-13 08:42:21 UTC MAIN commitmail json YAML

Initial import of conky, version 1.9.0, into the NetBSD Packages Collection.

Conky is a system monitor for X originally based on torsmo. Since
its inception, Conky has changed significantly from its predecessor,
while maintaining simplicity and configurability.  Conky can display
just about anything, either on your root desktop or in its own
window.  Not only does Conky have many built-in objects, it can
also display just about any piece of information by using scripts
and other external programs.

Conky has more than 250 built in objects, including support for a
plethora of OS stats (uname, uptime, CPU usage, mem usage, disk
usage, "top" like process stats, and network monitoring, just to
name a few), built in IMAP and POP3 support, built in support for
many popular music players (MPD, XMMS2, BMPx, Audacious), and much
much more.  Conky can display this info either as text, or using
simple progress bars and graph widgets, with different fonts
and colours.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2012-05-13 08:37:03 UTC MAIN commitmail json YAML

To use the options framework bsd.options.mk must be include.

Also only add '--enable-libedit' to the configure args if the builtin
readline is libedit.

Bump PKGREVISION.

(sbd)

2012-05-13 08:22:49 UTC MAIN commitmail json YAML

Fix PLIST.  Spotted by dholland.

(enami)

2012-05-13 08:20:11 UTC MAIN commitmail json YAML

Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be
expected format.

workaround of PR 38838.

(obache)

2012-05-13 08:10:12 UTC MAIN commitmail json YAML

If the WEBMIN_OSVERSION_cmd output is empty then a pair of quotes must be
used so that copyconfig.pl has the correct number of arguments.

(sbd)

2012-05-13 07:54:43 UTC MAIN commitmail json YAML

Added www/gwt version 2.4.0

(ryoon)

2012-05-13 07:53:27 UTC MAIN commitmail json YAML

2012-05-13 07:51:18 UTC MAIN commitmail json YAML

Import gwt-2.4.0 as www/gwt.

Google Web Toolkit (GWT) is a development toolkit for building and
optimizing complex browser-based applications. GWT is used by many
products at Google, including Google AdWords and Orkut. It's open
source, completely free, and used by thousands of developers around
the world.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2012-05-13 07:49:25 UTC MAIN commitmail json YAML

2012-05-13 07:00:34 UTC MAIN commitmail json YAML

uemacs (yesterday) and netatalk

(dholland)

2012-05-13 06:10:17 UTC MAIN commitmail json YAML

Updated lang/gauche to 0.9.3.2

(enami)

2012-05-13 06:08:10 UTC MAIN commitmail json YAML

Update to 0.9.3.2.

Here is list of changes:

0.9.3.2:
Fix documentation build problem when configured to use non default
encoding.

0.9.3.1:
Fix build problem on Windows/MinGW.

0.9.3:
* New Features
    o Lazy sequences: An efficient and seamless support of mixing lazy
      evaluation with ordinary list procedures. Forcing delayed
      evaluation is implicit, so you can pass lazy list to normal list
      procedures such as car or fold. See the manual entry for the
      details and examples.
    o gauche.generator: A general utilities for generators, a thunk that
      generates a value every time it is called. Lazy sequences are built
      on top of generators. See the manual entry for the details.
    o Threads are now supported on Windows/MinGW build. It is directly
      based on Win32 thread API instead of pthreads; but Scheme-level
      semantics are almost the same. The cond-expand conditions are
      slightly modified to accomodate both thread models--- see Threads
      for the details.
    o add-load-path macro now accepts an optional argument to make the
      given path relative to the currently loaded file. This is useful to
      distribute a script accompanied with library files; for example,
      specify (add-load-path "." :relative) in the script makes the
      library files searched from the same directory where the script
      exists. Then users can just copy the directory to anywhere and run
      the script.
    o A chained-application macro $: Incorporated the feature which has
      been experimented as gauche.experimental.app. This macro allows (f
      a b (g c d (h i j))) to be written as ($ f a b $ g c d $ h i j).
      Although it is slighly longer, it is sometimes work better with
      indentation of deeply nested function calls. See the manual entry
      for the full explanation.
    o A new gosh option -m module allows the main procedure to be
      searched in the specified module instead of the default user
      module. This allows a Scheme file to work both as a library module
      and an executable scripts (e.g. for running tests or demos); name
      the test program main but not export it, and it won't affect
      ordinary module users, but you can test the module by using -m
      option.

* Incompatibile Changes
    o util.queue: Thread-safe queue can now be created with zero
      max-length, which is handy as a synchronization device. This is an
      incompatible change---previously, specyfing zero to :max-length
      means unlimited queue length. (Cf: Queue of zero length
      http://blog.practical-scheme.net/gauche/20110107-zero-length-queue ).
    o Fixed a regexp bug in treatment of BOL/EOL assertions (^, $) within
      the assetion blocks such as (?=...). Regarding BOL/EOL assertions,
      these assertion blocks are treated as if they're stand-alone. The
      fixed behavior is now compatible with Perl and Oniguruma. The code
      that counted on the previous (buggy) behavior may break by this
      change.
    o Removed gauche.auxsys module. This module contained several
      less-used system procedures; now they are in the core. The module
      was autoloaded, so not many code should be affected by this change.
      Only the code that explicitly refer to this module needs to be
      changed.

* Improvements
    o Many frequently-used list procedures (all of util.list, and some of
      srfi-1) are now included in the core. The module util.list is no
      longer needed, although it is kept just for the backward
      compatibility. From srfi-1, the following procedures are now in the
      core: null-list?, cons*, last, member (extended one), take, drop,
      take-right, drop-right, take!, drop-right!, delete, delete!,
      delete-duplicates, delete-duplicates!, assoc (extended one),
      alist-copy, alist-delete, alist-delete!, any, every, filter,
      filter!, remove, remove!, filter-map, fold, fold-right, find,
      find-tail, split-at, split-at!, iota.
    o New macros and procedures: values->list, fold-left,
      regexp-num-groups, regexp-named-groups.
    o New procedure applicable? can be used to check object's
      applicability finer than procedure?. Related, a special class
      <bottom> is added, which behaves as a subtype of any classes.
    o Build process is overhauled to allow out-of-source-tree build.
    o Regular expression engine is slightly improved. For example, it now
      calculates the set of characters that can be a beginning of a part
      of regexp, and uses it to skip the input efficiently.
    o thread-terminate! now attempts to terminate the target thread
      gracefully, and only tries the forceful means when the gracefull
      termination fails.
    o open-input-file now accepts :encoding #t argument, which tells the
      procedure to use a coding-aware port. That is, it can recognize
      coding: ... specification in the beginning of the file. Useful to
      process source files.
    o map is now restart-safe, that is, saving continuations in middle of
      mapping and restarting it doesn't affect previous results. This is
      required in R6RS.
    o Various small improvements in the compiler and VM stack layout.
    o gauche.test: test-module now checks the number of arguments given
      to the global procedures. This is useful to catch careless
      mistakes. In rare cases that you do intend to pass number of
      arguments incompatible to the normal usage of the procedures, list
      such procedures in :bypass-arity-check keyword argument (It is
      possible because of the dynamic nature of the language---methods of
      a different signature may be added later, for example).
    o gauche.test: test-end has a keyword argument to exit with non-zero
      status if test failed. New function test-summary-check exits with
      non-zero status when the test record file indicates there have been
      failures. Both are useful to propagate test failure to upper levels
      such as continuous integration server.
    o srfi-42: Support :generator qualifier to allow using generator
      procedures in a sense of gauche.generator.
    o file.util: touch-file and touch-files takes various keyword
      arguments similar to touch(1) command.
    o rfc.http: A new parameter http-proxy allows to set the default http
      proxy. The https connection now uses a library bundled to Gauche,
      no longer requires external stunnel command.
    o GC is bumped to bdwgc 7.2-alpha6.

* Bux fixes
    o Fixed an incorrect rounding bug when inexact numbers were given to
      div and mod.
    o Fixed another division bug in /., when both dividend and divisor
      are too big to be represented by floating-point numbers.
    o In quasiquote expander, unquote and unquote-splicing are recognized
      hygienically.
    o force is now thread-safe.
    o Fixed some MT-hazards in file loading/requiring. Thanks to Kirill
      Zorin for tracking those hard-to-find bugs.
    o Fixed a bug that made (regexp-compile '(alt)) Bus Error.
    o Fixed another regexp bug that didn't handle case-folding match
      beyond ASCII range. Patch from OOHASHI Daichi.
    o gauche.parameter: Accessing parameters created in unrelated threads
      used to raise an error. It was annoying, since such situation could
      occur inadvertently when autoload is involved. Now the parameters
      work regardless of where they are created.
    o rfc.json: Fixed a bug that produced incorrect JSON.
    o rfc.http: Fixed the behavior of redirection for 3xx responses. You
      can also customize the behavior.
    o gauche.threads: Fixed a bug in thread-sleep! when passed an exact
      rational number.
    o util.stream: stream-count didn't work.

(enami)

2012-05-13 05:36:28 UTC MAIN commitmail json YAML

Update section on icc from PR 38398. This update is probably itself
substantially out of date, but it's what we've got...

(dholland)

2012-05-13 05:33:25 UTC MAIN commitmail json YAML

2012-05-12 23:10:30 UTC MAIN commitmail json YAML

2012-05-12 22:08:24 UTC MAIN commitmail json YAML

Mark this as NOT_FOR_PLATFORM on netbsd-6 and up. It is based on the
historical quota API and has no internal abstractions, so it would
require pretty much a total rewrite for the new quota API. This could
be done, of course. Contact me if there's any interest.

(dholland)

2012-05-12 21:53:20 UTC MAIN commitmail json YAML

PR 46072: netatalk broken with netbsd-6 quotas

Add support for the new libquota. Drop support for the proplib
libquota; it's not worth the configure-time hassle.

Fix some moderately serious bugs in the original/previous libquota
patches; it's clear for example they were never tested with group
quotas.

(dholland)

2012-05-12 21:07:28 UTC MAIN commitmail json YAML

mk/java-vm.mk: Set DragonFly for openjdk7

(marino)

2012-05-12 21:01:47 UTC MAIN commitmail json YAML

lang/openjdk7: Add support for DragonFly x86_64

* Update bootstrap for i386-DragonFly
* Add bootstrap for x86_64-DragonFly
* Update patch-aa to handle missing EM_ALPHA definition (not used anyway)
* Add patch for hotspot to handle x86_64 in uname
* Update Makefile for parallel building of hotspot
* Allow platform DragonFly 3.x

Thanks for all the hard work building the bootstraps and testing:
Francois Tigeot
Chris Turner

(marino)

2012-05-12 20:16:31 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Template to 2.9.1

(wiz)

2012-05-12 20:16:22 UTC MAIN commitmail json YAML

Update to 2.91 and call it 2.9.1 because previous was 2.9 and I don't trust
perl module version numbers :)

Changes:
2.91 Fri Mar 30 2012

  - Feature: RT #18901 - Added new utf8 option to make it really simple
    to use UTF-8 encoded templates [Michael Peters]

  - Feature: RT #30586 - Added new open_mode option to allow for
    Perl IO layers to interact when using open() on the template files
    [moritz@faui2k3.org and Michael Peters]

  - Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />"
    to be used as well. [allard@byte.nl]

  - Feature: RT #46285 - Added support for lazily-evaluated coderefs
    for TMPL_LOOPs. [Justin DeVuyst and Michael Peters]

  - Feature: RT #64797 - Added new option die_on_missing_include (defaults
    to true) that allows users to turn off the behavior of dieing when an
    include can't be found [Zdenek Styblik and Michael Peters]

  - Feature: Add new cache_lazy_vars option so that the values from coderefs
    used for TMPL_VARs can be cached and the coderef not run multiple times
    [Michael Peters]

  - Feature: Add new cache_lazy_loops option so that the values from coderefs
    used for TMPL_LOOPs can be cached and the coderef not run multiple times
    [Michael Peters]

  - Feature: Added __even__, __outer__ and __index__ loop context vars.
    [Michael Peters]

  - Bug Fix: RT #26456 - force_untaint can't work in Perl < 5.8.0
    [admin@photoresearchers.com]

  - Bug Fix: RT #67663 - remove warning under Perl > 5.14.0 about using tied
    with a file handle without "*" [RENEEB, TODDR and Michael Peters]

  - Bug Fix: RT #35534 - Using the same loop multiple times with
    different vars will no longer cause an error if die_on_bad_params
    is set. [Ron Savage & Michael Peters]

  - Bug Fix: RT #38325 - Give a better error message if param() is set
    with a reference to a reference. [Mark Stosberg & Michael Peters]

  - Test Fix: RT #26103 - t/05-blind-cache.t no longer modifies the
    distribution during the tests but instead uses temp files [Jan
    Dubois and Michael Peters]

  - Test Fix: Tests that create and modify files now use temp files
    and file_cache_dir is always a temp directory [Michael Peters]

  - Doc Fix: Using more POD formatting [Michael Peters]

  - Doc Fix: RT #46244 - fix broken link to tutorial [Michael Peters]

  - Doc Fix: RT #60282 - fix various mispellings [Florian Ernst]

  - Doc Fix: RT #60283 - fix broken HTML example [Florian Ernst]

  - Doc Fix: RT #60284 - fix broken POD [Florian Ernst and Michael Peters]

  - Development: Moved development to GitHub
    (https://github.com/mpeters/html-template)

  - Development: Switched to using Dist::Zilla internally for release management

  - Development: Added Michael Peters as co-maintainer

(wiz)

2012-05-12 18:10:39 UTC MAIN commitmail json YAML

Add back enigmail distinfo

(abs)

2012-05-12 17:54:30 UTC MAIN commitmail json YAML

Added security/ocaml-cryptokit version 1.5

(wiz)

2012-05-12 17:54:16 UTC MAIN commitmail json YAML

+ ocaml-cryptokit

(wiz)

2012-05-12 17:53:40 UTC MAIN commitmail json YAML

Initial import of ocaml-cryptokit-1.5. Packaged byJaap Boender in PR 41691.

The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:

Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB,
CBC, CFB and OFB modes. Public-key cryptography: RSA encryption and
signature; Diffie-Hellman key agreement. Hash functions and MACs:
SHA-1, MD5, and MACs based on AES and DES. Random number generation.
Encodings and compression: base 64, hexadecimal, Zlib compression.

Additional ciphers and hashes can easily be used in conjunction
with the library. In particular, basic mechanisms such as chaining
modes, output buffering, and padding are provided by generic classes
that can easily be composed with user-provided ciphers. More
generally, the library promotes a "Lego"-like style of constructing
and composing transformations over character streams.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120512

(wiz)

2012-05-12 17:38:42 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.24.4

(wiz)

2012-05-12 17:38:32 UTC MAIN commitmail json YAML

Update to 0.24.4, provided by Francois Tigeot in private mail:

0.23.2:

Check for working mmap()
test: Fix compilation on win32
Add a "noop" fast path for operations which require no or almost no data
processing
Fix a few typos in pixman-combine.c.template
Move many operations from various files into the new noop one.
Delete some unused variables in examples, mmx and sse2 functions
Replace arguments to composite functions
Silence autoconf warnings
blitters-test: Make common formats more likely to be tested
ARM: Fix two bugs in neon_composite_over_n_8888_0565_ca()
Replace boolean arguments with flags for bilinear fast path template
REPEAT_NORMAL support for bilinear fast path template
sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
ARM: Add REPEAT_NORMAL functions to bilinear BIND macros
Enable REPEAT_NORMAL bilinear fast path entries
Bilinear REPEAT_NORMAL source line extension for too short src_width

0.23.4:

radial: Improve documentation and naming
C fast path for scaled src_x888_8888 with nearest filter
ARM: workaround binutils bug #12931 (code sections alignment)
radial: Fix typos and trailing whitespace
ARM NEON: Standard fast path out_reverse_8_8888
Fix lcg_rand_u32() to return 32 random bits
New test of pixman_region_contains_{rectangle,point}
Speed up pixman_region{,32}_contains_rectangle()
Use find_box_for_y() in pixman_region_contains_point() too
In pixman_image_create_bits() allow images larger than 2GB
win32: Build benchmarks
Workaround bug in llvm-gcc
ARM: better NEON instruction scheduling of over_n_8888 and over_n_8_8888
bits: optimise fetching width==1 repeats

0.23.6:

test: New function to save a pixman image to .png
Use pkg-config to determine the flags to use with libpng
Various build system fixes and improvements
test: Use smaller boxes in region_contains_test()
Add a generic unorm_to_unorm() conversion utility
Add general pixel converter
Add initial version of the MAKE_ACCESSORS() macro
Use MAKE_ACCESSORS() to generate accessors for various image formats
Remove x and y coordinates from analyze_extents() and compute_sample_extents()
Split computation of sample area into own function
Eliminate compute_sample_extents() function
test: Occasionally use a BILINEAR filter in blitters-test
test: better coverage for BILINEAR->NEAREST filter optimization
Strength-reduce BILINEAR filter to NEAREST filter for identity transforms
BILINEAR->NEAREST filter optimization for simple rotation and translation
lowlevel-blt: add over_x888_8_8888
Various MMX fixes
mmx: rename USE_MMX to USE_X86_MMX
mmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt
mmx: compile on ARM for iwmmxt optimizations
mmx: optimize unaligned 64-bit ARM/iwmmxt loads
Make sure iwMMXt is only detected on ARM
sse2: Macros for assembling bilinear interpolation code fractions
sse2: Bilinear scaled over_8888_8888 and over_8888_8_8888
init/fini functions for pixman_image_t
Add new fast path flag FAST_PATH_BITS_IMAGE
Add src, mask, and dest flags to the composite args struct
Simple repeat fast path

0.23.8:

Add stable release / development snapshot to draft release notes
gradient walker: Correct types and fix formatting
Use sentinels instead of special casing first and last stops
Simplify gradient_walker_reset()
ARM: NEON: Some cleanup of bilinear scanline functions
ARM: NEON: Bilinear macro template for instruction scheduling
ARM: NEON: Replace old bilinear scanline generator with new template
ARM: NEON: Instruction scheduling of bilinear over_8888_8888 and over_8888_8_8888
ARM: NEON: Standard fast path src_n_8_8888 and src_n_8_8
ARM: NEON: Fix assembly typo error in src_n_8_8888
Fix use of uninitialized fields reported by valgrind

0.24.0:

Add definitions of INT64_MIN and INT64_MAX
Change MMX ldq_u to return _m64 instead of forcing all callers to cast

0.24.2:

Don't use non-POSIX test
Android Runtime Detection Support For ARM NEON
gradient-walker: For NONE repeats, when x < 0 or x > 1, set both colors to 0
autogen.sh: Support GNOME Build API
pixman-image.c: Fix typo in pixman_image_set_transform()
Fix some signed overflow bugs
Reject trapezoids where top (botttom) is above (below) the edges
Make mmx code compatible with Solaris Studio 12.3 compilers
Fix bugs with alpha maps

0.24.4:

iOS Runtime Detection Support For ARM NEON
Revert "Reject trapezoids where top (botttom) is above (below) the edges"

(wiz)

2012-05-12 17:20:47 UTC MAIN commitmail json YAML

fix PLIST issue caused by CVS directory

(cheusov)

2012-05-12 15:43:47 UTC MAIN commitmail json YAML

Fix in colorit_funcs (use ${var:=val} for initializing variables)

(cheusov)

2012-05-12 15:18:24 UTC MAIN commitmail json YAML

2012-05-12 15:17:03 UTC MAIN commitmail json YAML

2012-05-12 15:15:48 UTC MAIN commitmail json YAML

Added textproc/colorit version 1.12.0

(cheusov)

2012-05-12 15:15:35 UTC MAIN commitmail json YAML

2012-05-12 11:40:06 UTC MAIN commitmail json YAML

* pass strict PERL location to configure
* restore version scheme for php-5.2, missing treatment at introduced
  PECL_LEGACY_VERSION_SCHEME.
* add an patch to fix build on php>=5.3.

(obache)

2012-05-12 11:32:39 UTC MAIN commitmail json YAML

treat for the case PKG_PHP_VERSION=52

(obache)

2012-05-12 11:27:47 UTC MAIN commitmail json YAML

2012-05-12 10:12:32 UTC MAIN commitmail json YAML

Set DISTNAME and DIST_SUBDIR only for !defined(PECL_VERSION).

(obache)

2012-05-12 09:59:13 UTC MAIN commitmail json YAML

Updated emulators/qemu to 0.15.1nb5

(gson)

2012-05-12 09:56:51 UTC MAIN commitmail json YAML

When setting up an outgoing user mode networking TCP connection,
disable the Nagle algorithm in the host-side connection.  Either
the VM is already doing Nagle, in which case there is no point
in doing it twice, or it has chosen to disable it, in which case
we should respect that choice.  This change speeds up GDB remote
debugging over TCP over user mode networking by multiple orders
of magnitude.

(gson)

2012-05-12 08:58:43 UTC MAIN commitmail json YAML

2012-05-12 08:58:30 UTC MAIN commitmail json YAML

2012-05-12 08:49:54 UTC MAIN commitmail json YAML

Updated multimedia/php-ming to 0.4.4

(obache)

2012-05-12 08:49:26 UTC MAIN commitmail json YAML

Switch to use ming distribution's one, instead of PHP distribution bundled one.

This extension is no longer bundled with PHP as of PHP 5.3.0,
so this change let to allow php53.
For php5(52), set PECL_LEGACY_VERSION_SCHEME=yes to avoid version downgrade.

(obache)

2012-05-12 08:27:17 UTC MAIN commitmail json YAML

Bring back patch-RULES_rules.man as the fix in it is still needed.

(sbd)

2012-05-12 08:24:43 UTC MAIN commitmail json YAML

define MING_VERSION and EXTRACT_SUFX here for upcomming php-ming update.

(obache)

2012-05-12 08:23:35 UTC MAIN commitmail json YAML

* allow to specify phpize sub directory with PHPSETUPSUBDIR.
* allow to override DIST_SUBDIR

(obache)

2012-05-12 07:51:44 UTC MAIN commitmail json YAML

+ autogen-5.16, calibre-0.8.51, elm-me-2.5plalpha29, gauche-0.9.3,
  glade-3.12.1, gtkwave-3.3.36, hypermail-2.3.0 [pkg/46440],
  imp-5.0.21, libdrm-2.4.34, mathomatic-15.8.4, mined-2012.22,
  mpg123-1.14.1, mu-0.9.8.4, nut-17.8, opengrok-0.11.1, openoffice-3.4,
  openssl-1.0.1c, p5-Search-Xapian-1.2.10.0, pulseaudio-2.0,
  sympa-6.1.10, tig-1.0, vttest-20120506, xapian-1.2.10, xterm-279.

(wiz)

2012-05-12 07:50:06 UTC MAIN commitmail json YAML

man-pages is a new package, correct entry.

(wiz)

2012-05-12 07:37:52 UTC MAIN commitmail json YAML

2012-05-12 07:18:43 UTC MAIN commitmail json YAML

Updated databases/postgresql90-client to 9.0.7nb1
Updated databases/postgresql91-client to 9.1.3nb1

(sbd)

2012-05-12 07:17:34 UTC MAIN commitmail json YAML

Fix the path to mkdir in the installed Makefile.global.

Bump PKGREVISION

(sbd)

2012-05-12 07:17:31 UTC MAIN commitmail json YAML

Updated devel/man-pages to 3.41

(wiz)

2012-05-12 07:17:21 UTC MAIN commitmail json YAML

2012-05-12 07:16:47 UTC MAIN commitmail json YAML

Initial import of man-pages-3.41.

This package contains Linux man pages for sections 2, 3, 4, 5, and 7.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20120512

(wiz)

2012-05-12 06:37:39 UTC MAIN commitmail json YAML

Updated multimedia/py-ming to 0.4.4

(obache)

2012-05-12 06:37:28 UTC MAIN commitmail json YAML

reset PKGREVISION from base pkg update.

(obache)

2012-05-12 06:36:52 UTC MAIN commitmail json YAML

Updated multimedia/ming to 0.4.4

(obache)

2012-05-12 06:36:40 UTC MAIN commitmail json YAML

Update ming to 0.4.4.

0.4.4 - 2011-10-26

* Generally improve swftoscript and decompiler
* Change makefdb to name output files by font ID, to play nicer
  with swftoscript.
* Add support for 'class A extends B' syntax in actioncompiler
* Fix bug in 'makeswf' failing to catch some compile errors
  (bugzilla #94) and being too silent in swf embedding errors
* Fix bug in action compiler dealing with class methods (bugzilla #94)
* Add support for libpng > 1.4 (bugzilla #96)
* Add font kernings support (bugzilla #95)
* Add button characters export capabilities
* Add support for 'swfAction <code>' syntax in asm blocks

(obache)

2012-05-12 05:46:27 UTC MAIN commitmail json YAML

Updated net/udns to 0.2; chat/jabberd2 to 2.2.16

(adam)

2012-05-12 05:44:46 UTC MAIN commitmail json YAML

Changes 2.2.16:
* Implemented --enable-tests configure option
* Fixed 'make dist' packaging
* Fixed domain name in punycode resolution
* Expand @package@ in etc/*.xml.dist.in
* storage_ldapvcard compilation fixes
* Implement debug logging into file
* Fix invalid default router.xml (Unterminated XML comment tag)
* Fixed libstorage_la_SOURCES
* Implemented support for fake (PBX) sessions in SM
* PBX integration priority setting support
* Fix a crash that occurs when c2s connecting clients passed the defined
  connection limit
* Log S2S retry timeout to main log
* Do not log messages when not enabled or empty logfile configured

(adam)

2012-05-12 05:38:00 UTC MAIN commitmail json YAML

Changes 0.2:
* bugfix: SRV RR handling: fix domain name parsing and crash in case
  if no port is specified on input for SRV record query
* (trivial api) dns_set_opts() now returns number of unrecognized
  options instead of always returning 0
* dnsget: combine -f and -o options in dnsget (and stop documenting -f),
  and report unknown/invalid -o options (and error out)
* dnsget: pretty-print SSHFP RRs

(adam)

2012-05-12 05:33:11 UTC MAIN commitmail json YAML

Made building docs an option; now tex and friends are not required for buildlink.

(adam)

2012-05-11 14:57:30 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets #3781 and #3782.

(tron)

2012-05-11 14:56:49 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3782 - requested by taca
security/openssl: security update

Revisions pulled up:
- security/openssl/Makefile                                    1.167
- security/openssl/distinfo                                    1.89

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri May 11 13:27:27 UTC 2012

  Modified Files:
  pkgsrc/security/openssl: Makefile distinfo

  Log Message:
  Update openssl to 0.9.8x.

    OpenSSL CHANGES
    _______________

    Changes between 0.9.8w and 0.9.8x [10 May 2012]

    *) Sanity check record length before skipping explicit IV in DTLS
        to fix DoS attack.

        Thanks to Codenomicon for discovering this issue using Fuzz-o-Matic
        fuzzing as a service testing platform.
        (CVE-2012-2333)
        [Steve Henson]

    *) Initialise tkeylen properly when encrypting CMS messages.
        Thanks to Solar Designer of Openwall for reporting this issue.
        [Steve Henson]

(tron)

2012-05-11 14:45:51 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3781 - requested by ryoon
misc/php-orangehrm: security update

Revisions pulled up:
- misc/php-orangehrm/MESSAGE                                    1.2
- misc/php-orangehrm/Makefile                                  1.2
- misc/php-orangehrm/PLIST                                      1.2
- misc/php-orangehrm/distinfo                                  1.2

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Fri May 11 10:41:27 UTC 2012

  Modified Files:
  pkgsrc/misc/php-orangehrm: MESSAGE Makefile PLIST distinfo

  Log Message:
  Update to 2.7

  * Add dependency to php-mysqli

  Changelog:
  2.7
  * Language translation and date format support for all modules.
  * Ability to switch on/off modules.
  * Upgraders up to version 2.6.5.
  * Removal of Benefits module.
  * bugfixes

  2.7-rc.1
  * Language translation and date format support for all modules except
    Benefits module.
  * Ability to switch on/off modules.
  * bugfixes

  2.6.12.1
  * bugfixes

  In detail, see new_changed_features.txt, but no security bug information
  is provided.

(tron)

2012-05-11 14:08:59 UTC MAIN commitmail json YAML

update to 5.0.5
changes: bugfixes, in particular for glitches with newer CPUs

(drochner)

2012-05-11 13:58:58 UTC MAIN commitmail json YAML

2012-05-11 13:28:41 UTC MAIN commitmail json YAML

Note update of security/openssl package to 0.9.8x.

(taca)

2012-05-11 13:27:27 UTC MAIN commitmail json YAML

Update openssl to 0.9.8x.

OpenSSL CHANGES
_______________

Changes between 0.9.8w and 0.9.8x [10 May 2012]

  *) Sanity check record length before skipping explicit IV in DTLS
    to fix DoS attack.

    Thanks to Codenomicon for discovering this issue using Fuzz-o-Matic
    fuzzing as a service testing platform.
    (CVE-2012-2333)
    [Steve Henson]

  *) Initialise tkeylen properly when encrypting CMS messages.
    Thanks to Solar Designer of Openwall for reporting this issue.
    [Steve Henson]

(taca)

2012-05-11 13:26:25 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.117

(sno)

2012-05-11 13:26:14 UTC MAIN commitmail json YAML

Update package for CPAN distribution Perl::Critic in devel/p5-Perl-Critic
from 1.116 to 1.117.

pkgsrc changes:
- mark requirement update of p5-PPIx-Regexp to 0.022

Upstream changes:
[1.117] Released on 2011-12-21

    HAPPY HOLIDAYS!

    New Policies:
    * Variables::ProhibitAugmentedAssignmentInDeclaration reports
      constructs like 'my $x += 1'. Contributed by Mike O'Regan

    Policy Changes:
    * BuiltinFunctions::ProhibitLvalueSubstr: Add explicit 'use version'.
      RT #68498.
    * CodeLayout::ProhibitHardTabs: Add 'pbp' to the default_themes list.
      RT #71093.
    * ControlStructures::ProhibitMutatingListFunctions now understands that
      tr///r (introduced in 5.13.7) does not change its operand.
    * ControlStructures::ProhibitMutatingListFunctions now understands that
      '//=', '<<=', and '>>=' are assignment operators. RT #70901.
    * ErrorHandling::RequireCheckingReturnValueOfEval now allows things
      like grep { eval $_ }. RT #69489.
    * Modules::RequireExplicitPackage now has configuraion option
      allow_import_of, to allow the import of specified modules before
      the package statement. RT #72660.
    * RegularExpressions::ProhibitEnumeratedClasses no longer thinks
      that [A-Za-z_] matches \w. RT #69322.
    * RegularExpressions::ProhibitUnusedCaptures now skips the first
      block of an 'if' or 'elsif' if the regular expression is bound to
      its operand with the '!~' operator. RT #69867.
    * RegularExpressions::ProhibitUnusedCaptures now looks into lists
      and blocks in the replacement portion of the regular expression if
      /e is asserted. RT #72086.
    * RegularExpressions::RequireDotMatchAnything,
      RegularExpressions::RequireExtendedFormatting and
      RegularExpressions::RequireLineBoundaryMatching now honor defaults
      set with 'use re "/modifiers"'. RT #72151.
    * Subroutines::ProhibitManyArgs now recognizes '+' as a prototype
      character.
    * Variables::ProhibitPunctuationVars now recognizes bracketed
      variables embedded in interpolated strings (e.g. "${$}"). For the
      purpose of the 'allow' configuration, these are considered
      equivalent to the unbracketed form. RT #72910.
    Other Changes:
    * Corrected POD in Perl::Critic::PPI::Utils. RT #68898.
    * Perl::Critic::Violation source() method now returns the line
      containing the violation (not the first line) when the statement
      containing the violation spans multiple lines.

(sno)

2012-05-11 13:10:01 UTC MAIN commitmail json YAML

Updated lang/sun-jre6 to 6.0.32
Updated lang/sun-jdk6 to 6.0.32

(abs)

2012-05-11 13:04:46 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.026

(sno)

2012-05-11 13:04:35 UTC MAIN commitmail json YAML

Updating package for Perl5 distribution PPIx::Regexp in devel/p5-PPIx-Regexp
from 0.021 to 0.026.

Upstream changes (keep in mind versions with underscores marking developer releases):
0.026 2012-02-24 T. R. Wyant
  Add support for \F (fold case), added in 5.15.8.

0.025 2012-01-04 T. R. Wyant
  Tolerate leading and trailing white space around the regular
    expression.  These are still round-trip safe, since the white space
    is tokenized.
  Make Changes file conform to CPAN::Changes, and add
    xt/author/changes.t to ensure continued compliance.

0.024 2011-12-17 T. R. Wyant
  Reinstate author test xt/author/manifest.t, which was clobbered
    shortly before the release of 0.021_10.

0.023 2011-12-08 T. R. Wyant
  Correct address of FSF in the version of the GPL distributed in
    LICENSES/Copying. Thanks to Petr Pisar for picking this up.

0.022 2011-11-24 T. R. Wyant
  Correct various documentation errors.
  The default-modifier functionality is no longer considered
    experimental.
  No code changes since 0.021_11.

0.021_11 2011-11-15 T. R. Wyant
  Don't initialize effective modifiers with '^', since that wrongly
    asserts that /d has been seen somewhere along the line.
  Implement negation of match-semantic modifiers (e.g. 'no re /u;') by
    setting the relevant datum to undef.
  THE DEFAULT-MODIFIER FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED
    WITHOUT NOTICE until the next production release.

0.021_10 2011-11-14 T. R. Wyant
  Support for default modifiers. This includes:
    * default_modifiers argument to new() in PPIx::Regexp,
      PPIx::Regexp::Tokenizer, and PPIx::Regexp::Dumper
    * Public method modifier_asserted() on PPIx::Regexp, to return
      whether a given modifier is actually in effect. The results of the
      modifier() method are unchanged.
    THIS FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED OR REVOKED
    WITHOUT WARNING.
  Require Test::More 0.88 for installation. Eliminate all the 'eval
    { require ... }' logic in favor of 'use Test::More 0.88'.
  Have Makefile.PL make use of {BUILD_REQUIRES} if it is available.
  Fix PPIx::Regexp::Token::Whitespace->can_be_quantified() to return
    false.

(sno)

2012-05-11 13:04:18 UTC MAIN commitmail json YAML

Updated lang/sun-jdk6 to 6.0.32

Changes since sun-jdk6-6.0.31
- samples & demo directoryes dropped
- 3DNow Prefetch Instruction Support
- Adjust allocation prefetching for T4
- assert(VM_Version::supports_sse2()) failed: must support
- Remove hotspot assertion due to Solaris 8 kstat "unimplemented".
- ARM: SEGV on panda with linaro 3.1.1 running specjvm2008
- make the string table size configurable
- Parallel CMS fails to properly mark reference objects
- GarbageCollectorMXBean#getLastGcInfo leaks native memory
- C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
- Memory leak in inferencing verifier (libverify.so)
- SA cannot open core files larger than 2GB on Linux 32-bit
- Introspector.getBeanInfo() should release some resources in timely manner
- File.setWritable() / File.canWrite() not behaving as expected
- CookieManager does not store cookies if url is read before setting cookie manager
- (so) Socket adapter need to implement sendUrgentData
- (so) Socket adpator is not synchronized on channel state
- (so) Suppress creation of SocketImpl in SocketAdaptor's constructor
- Cannot decode PublicKey (Provider SunPKCS11, curve prime256v1)
- Gervill for 6uXX (2): make Gervill the default synthesizer
- Problem with timezone in a SimpleDateFormat
- Properties.loadFromXML fails with ClassCastException
- compiler generates bad code when translating conditional expressions
- IncompatibleClassChangeError with unreferenced local class with subclass
- 32-bit JRE silent install fails on WINDOWS 2008 SERVER 64-bit under System account
- installation fails by SMS under System Account
- Separate demos from the bundles on Windows, Solaris and Linux
- DT fails to register with Chrome
- uninstall of JRE 7 with JRE 6 on the machine left 10.0.0 deployment registry key behind
- IE9 prompts to disable Java plugin because of slow start up
- Redirection of registry keys not happening correctly with old plugin
- old-plugin liveconnect missing SecureCookiePermission
- Java Plugin does not evaluate automatic proxy files correctly on Linux: always picks first proxy
- 20ms latency always observed for LiveConnect round-trip in IE
- revisit IE LiveConnect performance fix to address applet hang issue found by Citigroup
- Java Web Start 10.1.* is considerably slower than Web Start 1.4.2, using getresource() repeatedly
- Compilation of StarOffice wordml XSLT filter via XSLTC throws exception
- JDK6u18 XSLT regression: xsl:copy-of failing to copy generated attributes
- Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
- (was 7011759 Bug Cloned - 6u16: Recovering buffer manager read stream underflow from protocols are
- Regular unexplained npe's from corba libs after system has been running for days
- GSSAPI/SPNEGO does not work with server using MIT Kerberos library
- Incorrect SSLEngine debug output
- Npe occurs in abstractprocessor.readfromnextstructure
- SAAJ does not set correct namespace prefix and namespace URI for attributes in some circumstances.

(abs)

2012-05-11 13:02:37 UTC MAIN commitmail json YAML

Updated lang/sun-jre6 to 6.0.32

Changes since sun-jre6-6.0.31
- 3DNow Prefetch Instruction Support
- Adjust allocation prefetching for T4
- assert(VM_Version::supports_sse2()) failed: must support
- Remove hotspot assertion due to Solaris 8 kstat "unimplemented".
- ARM: SEGV on panda with linaro 3.1.1 running specjvm2008
- make the string table size configurable
- Parallel CMS fails to properly mark reference objects
- GarbageCollectorMXBean#getLastGcInfo leaks native memory
- C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
- Memory leak in inferencing verifier (libverify.so)
- SA cannot open core files larger than 2GB on Linux 32-bit
- Introspector.getBeanInfo() should release some resources in timely manner
- File.setWritable() / File.canWrite() not behaving as expected
- CookieManager does not store cookies if url is read before setting cookie manager
- (so) Socket adapter need to implement sendUrgentData
- (so) Socket adpator is not synchronized on channel state
- (so) Suppress creation of SocketImpl in SocketAdaptor's constructor
- Cannot decode PublicKey (Provider SunPKCS11, curve prime256v1)
- Gervill for 6uXX (2): make Gervill the default synthesizer
- Problem with timezone in a SimpleDateFormat
- Properties.loadFromXML fails with ClassCastException
- compiler generates bad code when translating conditional expressions
- IncompatibleClassChangeError with unreferenced local class with subclass
- 32-bit JRE silent install fails on WINDOWS 2008 SERVER 64-bit under System account
- installation fails by SMS under System Account
- Separate demos from the bundles on Windows, Solaris and Linux
- DT fails to register with Chrome
- uninstall of JRE 7 with JRE 6 on the machine left 10.0.0 deployment registry key behind
- IE9 prompts to disable Java plugin because of slow start up
- Redirection of registry keys not happening correctly with old plugin
- old-plugin liveconnect missing SecureCookiePermission
- Java Plugin does not evaluate automatic proxy files correctly on Linux: always picks first proxy
- 20ms latency always observed for LiveConnect round-trip in IE
- revisit IE LiveConnect performance fix to address applet hang issue found by Citigroup
- Java Web Start 10.1.* is considerably slower than Web Start 1.4.2, using getresource() repeatedly
- Compilation of StarOffice wordml XSLT filter via XSLTC throws exception
- JDK6u18 XSLT regression: xsl:copy-of failing to copy generated attributes
- Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
- (was 7011759 Bug Cloned - 6u16: Recovering buffer manager read stream underflow from protocols are
- Regular unexplained npe's from corba libs after system has been running for days
- GSSAPI/SPNEGO does not work with server using MIT Kerberos library
- Incorrect SSLEngine debug output
- Npe occurs in abstractprocessor.readfromnextstructure
- SAAJ does not set correct namespace prefix and namespace URI for attributes in some circumstances.

(abs)

2012-05-11 12:55:45 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.18

(sno)

2012-05-11 12:55:35 UTC MAIN commitmail json YAML

Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny
from 0.17 to 0.18.

Upstream changes since 0.17:
0.18      2012-05-04 16:31:53 America/New_York

  Added

  - When capture or tee are called in void context, Capture::Tiny
    skips reading back from the capture handles if it can do so safely

0.17_52  2012-03-09 11:45:19 EST5EDT

  Fixed:

  - Tied STDIN is always localized before redirections to avoid tees
    hanging on MSWin32

  - Copying and reopening STDIN is necessary to avoid tees hanging on MSWin32.

0.17_51  2012-03-07 18:22:34 EST5EDT

  Fixed:

  - Avoids reopening STDIN while setting up a capture, which avoids
    some problems with pathological tied filehandle implementations
    such as in FCGI

  Tested:

  - Re-enabled tied STDIN testing for MSWin32 to see if changes above
    avoid crashes seen historically

(sno)

2012-05-11 12:51:39 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.318

(sno)

2012-05-11 12:51:30 UTC MAIN commitmail json YAML

Updating package for CPAN distribution App::Cmd in devel/p5-App-Cmd
from 0.317 to 0.318

Upstream changes:
0.318    2012-05-04 22:00:34 America/New_York
          App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)

          piles of documentation improvement also by David Golden

(sno)

2012-05-11 11:31:55 UTC MAIN commitmail json YAML

Updated devel/p5-IO-AIO to 4.15

(sno)

2012-05-11 11:31:44 UTC MAIN commitmail json YAML

Updating package for CPAN distribution IO::AIO in devel/p5-IO-AIO from
4.11 to 4.15.

Upstream changes:
4.15  Tue Apr 10 06:59:00 CEST 2012
- always include linux/types.h for fiemap, for compatibility to
          ancient systems (Paul Howarth).
        - experimental support for IO::AIO::splice and ::tee (no aio_...).
        - provide SEEK_HOLE and SEEK_DATA, if available.
        - work around (again!) an immensely stupid bug in RHEL, defining
          autoconf macros in linux system headers (analysed by Paul Howarth).

4.14 Sat Apr  7 02:45:18 CEST 2012
- fix stat structure usage on windows, which caused bogus stat results.
        - (libeio) make readahead emulation behave more like actual readahead by never failing.
        - new request aio_seek.
        - new request aio_fiemap.
        - autogenerate the #ifdef/#define 0 blocks for symbols we export.

4.12 Fri Dec 30 08:51:25 CET 2011
- realpath would return a random value if the name was too long,
          instead of -1.
        - port to c89.

(sno)

2012-05-11 11:15:12 UTC MAIN commitmail json YAML

Updated rabbitmq to 2.8.2.

Fixes in 2.8.2:
- Performance improvements
- Disc space monitoring

Fixed in 2.8.1
- Fixes a bug in 2.8.0 which prevented RAM nodes from being upgraded.

(fhajny)

2012-05-11 11:12:41 UTC MAIN commitmail json YAML

Kill a bunch of work directory references in rpath. Bump revision.

(joerg)

2012-05-11 11:09:42 UTC MAIN commitmail json YAML

Apply user transformation earlier to make it possible to drop
to-be-mangled entries like rpath using BUILDLINK_TRANSFORM.

(joerg)

2012-05-11 10:42:57 UTC MAIN commitmail json YAML

Updated misc/php-orangehrm to 2.7

(ryoon)

2012-05-11 10:41:27 UTC MAIN commitmail json YAML

Update to 2.7

* Add dependency to php-mysqli

Changelog:
2.7
* Language translation and date format support for all modules.
* Ability to switch on/off modules.
* Upgraders up to version 2.6.5.
* Removal of Benefits module.
* bugfixes

2.7-rc.1
* Language translation and date format support for all modules except
  Benefits module.
* Ability to switch on/off modules.
* bugfixes

2.6.12.1
* bugfixes

In detail, see new_changed_features.txt, but no security bug information
is provided.

(ryoon)

2012-05-11 10:29:26 UTC pkgsrc-2012Q1 commitmail json YAML

2012-05-11 10:27:48 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3780 - requested by obache
www/opera security update

Revisions pulled up:
- www/opera/Makefile                                            1.95
- www/opera/distinfo                                            1.38

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri May 11 09:40:12 UTC 2012

  Modified Files:
  pkgsrc/www/opera: Makefile distinfo

  Log Message:
  Update Opera to 11.64.

  Release date: 2012-05-10

    Opera 11.64 is a recommended upgrade offering security and stability enhancements.

  Fixes and Stability Enhancements since Opera 11.62

  General and User Interface
    * Stability improvements
    * Resolved a handshake failure on https://autoupdate.opera.com
  Network and Site-Specific
    * Fixed an error where an on-demand-plugin placeholder could lower the security
      status of a secure site to insecure
    * Fixed an issue with some secure pages not loading - PayPal, Ebay
    * dojotoolkit.org: Errors when using the dojo amd loader have been resolved
    * rts.rs: A JavaScript error has been resolved
  Security
    * Fixed an issue where certain URL constructs could allow arbitrary code
      execution, as reported by Andrey Stroganov; see our advisory:
        http://www.opera.com/support/kb/view/1016/

(sbd)

2012-05-11 10:01:58 UTC MAIN commitmail json YAML

Use gzip in stdout mode so that the output file is created even with the
'unexpected end of file' error.

(sbd)

2012-05-11 09:40:35 UTC MAIN commitmail json YAML

Updated www/opera to 11.64

(obache)

2012-05-11 09:40:12 UTC MAIN commitmail json YAML

Update Opera to 11.64.

Release date: 2012-05-10

Opera 11.64 is a recommended upgrade offering security and stability enhancements.

Fixes and Stability Enhancements since Opera 11.62

General and User Interface
* Stability improvements
* Resolved a handshake failure on https://autoupdate.opera.com
Network and Site-Specific
* Fixed an error where an on-demand-plugin placeholder could lower the security
  status of a secure site to insecure
* Fixed an issue with some secure pages not loading - PayPal, Ebay
* dojotoolkit.org: Errors when using the dojo amd loader have been resolved
* rts.rs: A JavaScript error has been resolved
Security
* Fixed an issue where certain URL constructs could allow arbitrary code
  execution, as reported by Andrey Stroganov; see our advisory:
    http://www.opera.com/support/kb/view/1016/

(obache)

2012-05-11 08:26:21 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 12.0.1

(ryoon)

2012-05-11 08:20:36 UTC MAIN commitmail json YAML

Update to 12.0.1

Fix PR pkg/46427

Changelog:
* Fix various issues relating to new mail notifications and filtering
  on POP3 based accounts
* Fixes an occasional startup crash seen in TB 12.0
* Fixes an issue with corrrupted message bodies when using movemail

(ryoon)

2012-05-10 22:16:55 UTC MAIN commitmail json YAML

2012-05-10 22:11:20 UTC MAIN commitmail json YAML

Add a cast to some indescribably horrible code to fix a build failure seen
in the last Linux bulk build.

(dholland)