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 (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:54:44 UTC Now

2014-02-13 00:50:13 UTC MAIN commitmail json YAML

Import py27-acora-1.8 as textproc/py-acora.

Acora is 'fgrep' for Python, a fast multi-keyword text search engine.

Based on a set of keywords, it generates a search automaton (DFA) and runs it
over string input, either unicode or bytes.

It is based on the Aho-Corasick algorithm and an NFA-to-DFA powerset
construction.

Acora comes with both a pure Python implementation and a fast binary module
written in Cython. However, note that the current construction algorithm is not
suitable for really large sets of keywords (i.e. more than a couple of
thousand).

(rodent)

2014-02-13 00:39:29 UTC MAIN commitmail json YAML

Note update of Contao packages:

www/contao211 2.11.15
www/contao211-example 2.11.15
www/contao32 3.2.6
www/contao32-example 3.2.6

(taca)

2014-02-13 00:38:14 UTC MAIN commitmail json YAML

Update contao32 to 3.2.6.

Version 3.2.6 (2014-02-12)
--------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).

(taca)

2014-02-13 00:37:27 UTC MAIN commitmail json YAML

Update contao211 to Contao 2.11.15.

Version 2.11.15 (2014-02-12)
----------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).

(taca)

2014-02-13 00:36:38 UTC MAIN commitmail json YAML

Update contao211 to 2.11.15.

Version 2.11.15 (2014-02-12)
----------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).

(taca)

2014-02-12 23:28:17 UTC MAIN commitmail json YAML

2014-02-12 23:23:17 UTC MAIN commitmail json YAML

Undo undesired ABI version bump done by "blbump" script.

(tron)

2014-02-12 23:19:49 UTC MAIN commitmail json YAML

Remove work-around for OpenSSL 0.9.9 snapshot distributed with NetBSD 5.*.

(tron)

2014-02-12 23:18:57 UTC MAIN commitmail json YAML

2014-02-12 23:16:21 UTC MAIN commitmail json YAML

Set minimum required API version of OpenSSL to 1.0.1c:
1.) OpenSSL 0.9.8* doesn't support TLS 1.2, Elliptic curve cryptography
    and other modern TLS features.
2.) Supporting OpenSSL 0.9.8* causes extra maintenance overhead.

As a result NetBSD 5.*, all versions of Mac OS X and possibly other
platforms will now use OpenSSL from "pkgsrc".

(tron)

2014-02-12 20:55:49 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.10.7

(prlw1)

2014-02-12 20:55:20 UTC MAIN commitmail json YAML

Update gtk3 to 3.10.7

Overview of Changes in GTK+ 3.10.6 to 3.10.7
============================================

* Bugs fixed:
386569 GtkFileChooser enters first file name into the entry...
709491 dark theme setting not propagated to vertical spinbu...
711298 "Edit Scheduled Transaction" window way too modal
719314 gdk_property_change segfault on multiple X protocol...
719970 Fails to build: gdkevents-quartz.c:1692:58: error: ...
719977 Can not use GtkFileChooserDialog: assertion failure
721700 invalid callback prototypes leads to test issues
        win32: add more width to the slider to not cut it w...
        win32: add margin to scale trough
        win32: set color for scale marks
        win32: scale slider with marks was off by 2 pixels
        win32: handle again gtk-font-name

* Translation updates:
Czech
German
Greek
Hungarian
Punjabi
Russian
Simplified Chinese
Slovenian

(prlw1)

2014-02-12 19:45:18 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2014-02-12 19:43:56 UTC MAIN commitmail json YAML

Update to version 3.8.1

Changes:

Addressed 31 bugs in 3.8, including various fixes and improvements for the new
dashboard design and new themes admin screen.

More info at http://codex.wordpress.org/Version_3.8.1

(morr)

2014-02-12 18:11:27 UTC MAIN commitmail json YAML

-move PYTHON_VERSIONS_INCOMPATIBLE before first use of "pyversion.mk",
otherwise it has no effect
-in buildlink3.mk, also add PYTHON_VERSIONS_INCOMPATIBLE to avoid
picking up the default Python version (XXX we need a way to express
major version restrictions, otherwise this doesn't scale)

(drochner)

2014-02-12 18:06:05 UTC MAIN commitmail json YAML

py-gobject3-common is thought to be Python version independent, so it
should not keep a runtime dependency on a specific Python version.
Make Python a build-time dependency for py-gobject3-common (not really
needed, just to satisfy the "configure" script) and move some
dependencies into py-gobject3/Makefile

(drochner)

2014-02-12 17:53:02 UTC MAIN commitmail json YAML

kick out Python stuff -- I don't see any use (and there was one,
it should go into a separate pkg)
ride on today's update

(drochner)

2014-02-12 15:21:07 UTC MAIN commitmail json YAML

2014-02-12 15:20:59 UTC MAIN commitmail json YAML

Update to 1.3.4:

Serf 1.3.4 [2014-02-08, from /tags/1.3.4, rxxxx]
  Fix issue #119: Endless loop during ssl tunnel setup with Negotiate authn
  Fix issue #123: Can't setup ssl tunnel which sends Connection close header
  Fix a race condition when initializing OpenSSL from multiple threads (r2263)
  Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured

(wiz)

2014-02-12 15:19:42 UTC MAIN commitmail json YAML

Updated databases/py-sqlparse to 0.1.11

(wiz)

2014-02-12 15:19:33 UTC MAIN commitmail json YAML

Update to 0.1.11:

Release 0.1.11 (Feb 07, 2014)
-----------------------------

Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124,
  by Cristian Orellana).
* Improve parsing of string literals in columns.
* Fix parsing and formatting of statements containing EXCEPT keyword.
* Fix Function.get_parameters() (issue126/127, by spigwitmer).

Enhancements
* Classify DML keywords (issue116, by Victor Hahn).
* Add missing FOREACH keyword.
* Grouping of BEGIN/END blocks.

Other
* Python 2.5 isn't automatically tested anymore, neither Travis nor Tox
  still support it out of the box.

(wiz)

2014-02-12 15:18:58 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 2.2

(wiz)

2014-02-12 15:18:49 UTC MAIN commitmail json YAML

Update to 2.2:

---
2.2
---

* Issue #141: Restored fix for allowing setup_requires dependencies to
  override installed dependencies during setup.
* Issue #128: Fixed issue where only the first dependency link was honored
  in a distribution where multiple dependency links were supplied.

(wiz)

2014-02-12 15:18:00 UTC MAIN commitmail json YAML

Updated devel/py-doctor to 0.5

(wiz)

2014-02-12 15:17:52 UTC MAIN commitmail json YAML

2014-02-12 15:15:30 UTC MAIN commitmail json YAML

Updated net/gupnp-igd to 0.2.3

(wiz)

2014-02-12 15:15:21 UTC MAIN commitmail json YAML

Update to 0.2.3. Remove patch-ac, all the header files it added are now
included by default.

*******************
* GUPnP IGD 0.2.3 *
*******************

- Emit errors as boxed types
- Various build improvements
- Make tests less racy

(wiz)

2014-02-12 14:35:11 UTC MAIN commitmail json YAML

Pass in additional libraries and use full path to krb5-config.

Fixes build on SunOS when using builtin mit-krb5.

(jperkin)

2014-02-12 12:53:56 UTC MAIN commitmail json YAML

2014-02-12 11:48:17 UTC MAIN commitmail json YAML

2014-02-12 11:44:58 UTC MAIN commitmail json YAML

Remove conflict with devel/ossp-uuid, now that the former installs under
a different name. Bump PKGREVISION.

(fhajny)

2014-02-12 11:43:53 UTC MAIN commitmail json YAML

2014-02-12 11:31:50 UTC MAIN commitmail json YAML

2014-02-12 11:07:18 UTC MAIN commitmail json YAML

don't DISABLE_DEPRECATED, fixes build (at least with gtk3+-3.10.7)

(drochner)

2014-02-12 02:14:00 UTC MAIN commitmail json YAML

Updated audio/rhythmbox-gtk3 to 3.0.1

(prlw1)

2014-02-12 02:13:39 UTC MAIN commitmail json YAML

Update rhythmbox-gtk3 to 3.0.1

Highlights:
* Plugins now use Python 3
* New task progress display below the track list
  (used for various things including track transfers and
  import jobs)
* Support for composer tags
* Restyled playback controls
* Restyled source list using symbolic icons
* Better introspection of everything
* Separate CBR and VBR encoding styles with different sets
  of exposed properties
* Playlist settings (browser visibility etc.) saved in
  playlists.xml
* Better use of RTL icons where appropriate

For full release notes see:
https://git.gnome.org/browse/rhythmbox/tree/NEWS?id=v3.0.1

(prlw1)

2014-02-12 02:06:03 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.10.2

(prlw1)

2014-02-12 02:05:36 UTC MAIN commitmail json YAML

Update eog3 to 3.10.2

Highlights:
* Fix detail widget expansion in properties dialog
#702523, Eog crashes deleting removed photo (Felix Riemann)
#704074, eog-jobs.h includes non-installed header eog-uri-converter.h
          (Dominique Leuenberger)
#704359, svg images displaced since gtk 3.9.2 (Sebastian Keller)
* Integrate more modern job system from Evince with proper cancellation
  support in preparation for further refactoring (Javier S叩nchez)
#695818, Disable color management support on !X (Matthias Clasen)
* Use XDG_DATA_DIRS and XDG_DATA_HOME as plugin search paths
#690931, Any combination of the `1` key is bound to "Normal Size" (F. Riemann)
#691517, missing check against null in handle_image_selection_changed_cb
#691552, Use <control>q shortcut to quit the application (Florian M端llner)
#684179, switching images by next/prev mouse buttons (like in browsers)
          (Felix Riemann)
#684581, Drop TotemScrSaver (Felix Riemann)

For full release notes see:
https://git.gnome.org/browse/eog/tree/NEWS?id=3.10.2

(prlw1)

2014-02-12 01:49:44 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.10.4

(prlw1)

2014-02-12 01:49:10 UTC MAIN commitmail json YAML

Update gedit3 to 3.10.4

Highlights:
- Implement regular expression search (S辿bastien Wilmet)
- Use the GtkSourceView search and replace API (S辿bastien Wilmet)
- Deprecate the gedit search and replace API (S辿bastien Wilmet)
- Display the number of search occurrences and the current occurrence position
  in the search entry (Ignacio Casal Quinteiro, S辿bastien Wilmet)
- Fix tab groups (Garrett Regier)
- Fix clicking on replace dialog buttons (S辿bastien Wilmet)
- Add new Highlight Mode dialog (Ignacio Casal Quinteiro)
- Allow shell quotes in commands from Run Command tool (Adam Dingle)
- Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli)
- Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro)
- Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro)
- Port to python 3 (Ignacio Casal Quinteiro)
- Translation updates

For full release notes see:
https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4

(prlw1)

2014-02-12 01:36:26 UTC MAIN commitmail json YAML

Updated devel/libpeas to 1.8.1

(prlw1)

2014-02-12 01:35:43 UTC MAIN commitmail json YAML

Update libpeas to 1.8.1

Switch to use python3. Now to update its consumers gedit, eog and rhythmbox.

Overview of Changes in libpeas 1.8.1
====================================
* Misc bugfixes

Overview of Changes in libpeas 1.8.0
====================================

* Misc bugfixes

* Translation updates:
  - Aragonese
  - Portuguese
  - Tadjik
  - Uyghur

Overview of Changes in libpeas 1.7.0
====================================

* Add python3 loader

* Translation updates:
  - Friulan
  - Kannada
  - Odia

(prlw1)

2014-02-12 01:23:55 UTC MAIN commitmail json YAML

Updated x11/gnome-desktop3 to 3.10.2

(prlw1)

2014-02-12 01:23:33 UTC MAIN commitmail json YAML

Update gnome-desktop3 to 3.10.2

===============
Version  3.10.1
===============

- gnome-bg: Fix memory leaks (#709271)
- gnome-bg: set error when parsing XML file that's not a slide show (#708877)
- languages: Obtain supported locales from "locale -a" output (#698383)
- thumbnailer: Bail if no pixbuf loader could be created (#709819)
- thumbnailer: Support loading thumbnails from remote locations (#708824)
- Translation updates

===============
Version  3.10.0
===============

- libsystem: Update from master ($708435)
- gnome-rr: refresh when mutter restarts (#708284)
- Translation updates

===============
Version  3.9.92
===============

- IdleMonitor: protect watches from being freed while in flight (#707396)
- thumbnailer: Always print errors from gs_file_read_noatime() (#699252)
- thumbnailer: Correctly check for errors (#699252)
- thumbnailer: Check gdk_pixbuf_loader_close()'s retval (#699252)
- Correct the transposed bits of the red chromacity in the EDID parser
- Translation updates

===============
Version  3.9.91
===============

- gnome-rr: don't assume 'default' means built-in (#706738)
- gnome-rr: Read back new backlight value after changes (#706729)
- idle: Use mutter api instead of direct X clals (#706006)
- Translation updates

===============
Version  3.9.90
===============

- gnome-rr: Add api to get physical size
- gnome-rr: Add async constructor
- gnome-rr: Port to mutter dbus api (#705510)
- xkb: Prevent a crash (#705885)
- Translation updates

==============
Version  3.9.5
==============

- xkb: Ensure strings are UTF-8
- gnome-rr: Fix a crash
- gnome-rr: Be more careful when parsing EDID
- wall-clock: Initialize gettext
- gnome-bg: Objects without a filename are not slideshows
- gnome-xkb-info: Fix memory leaks
- Translation updates

==============
Version  3.9.1
==============

- gnome-xkb-info: Don't store duplicated layouts in locale tables
- idle-monitor: Make per-device monitor fallible
- wall-clock: Move ratio from msg id's to translations
- idle-monitor: Allow multiple watches per alarm
- Translation updates

==============
Version 3.7.90
==============

- Fix introspection generation for Vala
- Fix introspectability of GnomeBg

* GnomeIdleMonitor:
- Break ABI and API to fix reliance of the API on an Xorg bug
- use standard GObject boilerplate
- generate gtk-doc documentation

* GnomeWallClock:
- generate gtk-doc documentation
- add timezone property which can be monitored
- Add conventional gnome_wall_clock_new()

* GnomeXkbInfo:
- generate gtk-doc documentation
- Use the correct methods to get language/country
- Handle duplicated layouts
- Add API to get layouts for language and country

* gnome-languages:
- generate gtk-doc documentation
- Add methods to get language/country from ISO codes
- Add default input sources per locale

* GnomeRR:
- Make GnomeRRConfig use the detected display name
- use standard GObject boilerplate
- Improve gtk-doc documentation

* GnomeBg:
- Split slide show API to be usable from gnome-shell
- Add asynchronous version of slideshow loading

=============
Version 3.7.5
=============

languages: Don't g_warning if there's no locale archive
languages: Extracted from gnome-control-center
languages: Fix a memory leak
xkb-info: Group layouts by country and language
xkb-info: Add a get_layout_info_for_locale method

Translation updates: Norwegian, Slovenian, Polish, Hebrew, Serbian

=============
Version 3.7.4
=============

690703 wallclock: Fix AM/PM detection
691701 GnomeRR: make DPMS take effect immediately
wallclock: return a proper error when idle-counter unavailable

Translation updates: Spanish, Polish, Norwegian bokm奪l, Arabic,
Greek, Galician, Hebrew, Assamese, Friulian, Bulgarian, Slovenian,
Uyghur

=============
Version 3.7.3
=============

rr-labeler has been moved into gnome-control-center
We use nice Unicode for date formatting now
688227 idle-monitor: Reset the alarm so it can be triggered again

Translation updates: Kannada, Odia, Tamil

=============
Version 3.7.2
=============

Bug fixes:
682224 Fix a memory leak in GnomeIdleMonitor
682224 Support device-specific counters
688189 Fix compiler warnings
687913 Only use 12h mode when am/pm is available

Translation updates: Japanese
=============
Version 3.7.1
=============

Bug fixes:
684814 rr-labeler: Improve drawing of monitor label
684803 gnome-xkb-info: Add public api to get XKB option descriptions
682224 Add GnomeIdleMonitor
686792 Don't use gvfs-copy in autogen.sh

Translation updates: Aragonese, Catalan, Catalan (Valencian), Japanese,
Ukrainian, Uzbek

(prlw1)

2014-02-12 01:16:47 UTC MAIN commitmail json YAML

Updated sysutils/gsettings-desktop-schemas to 3.10.1

(prlw1)

2014-02-12 01:16:24 UTC MAIN commitmail json YAML

Update gsettings-desktop-schemas to 3.10.1

Major changes in 3.10.1
=======================
* New default lock screen background. Please update gnome-backgrounds
  to 3.10.1 as well
* Translation updates

Major changes in 3.10.0
=======================
* Translation updates

Major changes in 3.9.91
=======================
* Add datetime schema
* Set a different lock screen background by default
* Translation updates

Major changes in 3.9.90
=======================
* Add settings for focus/caret tracking

Major changes in 3.9.5
======================
* Remove settings for deprecated gtk-settings
* Remove application-based option, deprecated in mutter

Major changes in 3.9.3
======================
* Translation updates

Major changes in 3.9.2
======================
* Add remember-app-usage key to privacy schema
* Add alternative shortcut for toggling the overview
* Add always-show-universal-access-status key to a11y schema
* Translation updates

Major changes in 3.8.2
======================
* Fix description of "sort-order" key in the search providers schema
* Don't migrate metacity themes from GNOME 2.
* Translation updates

Major changes in 3.8.0
======================
* Translation updates

Major changes in 3.7.92
=======================
* Translation updates

Major changes in 3.7.91
=======================
* Add keys for the screensaver wallpaper
* Remove the obsolete draw-background key
* Translation updates

Major changes in 3.7.90
=======================
* Add the IPv6 localhost to the default ignored hosts for proxy
* Make Alt-Tab be synonymous with the default shell switcher
* Lower default idle delay to 300 seconds

Major changes in 3.7.5
======================
* Rename resident-in-lock-screen key
* Use the Super key for workspace and application switcher shortcuts
* Translation updates

Major changes in 3.7.4
======================

* Clarify definition of resident-in-lock-screen
* Add a 'per-window' key to the input sources schema
* Use Super+H (for hide) as the default value for minimise
* Add show-full-name-in-top-bar to privacy schemas
* Rename show-full-name lock screen key to show-full-name-in-top-bar
* Mark a number of keys as deprecated and obsolete

Major changes in 3.7.3
======================

* Add lockdown mode key for user-accounts
* Add trash, temp files and recent files related settings
* Add schemas for notification filtering
* Add new "switch-application" keybinding, so that
  the "switch-windows" keybinding can be kept for the legacy mode
* Add new switch-input-source keybinding

Major changes in 3.7.2
======================

* Add a schema for desktop search providers (#687489)
* Add a schema for privacy settings (#688578)
* Add a show-full-name setting for the lock screen
* Quote a11y feature names (#687292)
* Remove unneeded XML escaping (#687291)
* Fix a typo (#686861)
* Translation updates

(prlw1)

2014-02-12 01:07:26 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.10.2

(prlw1)

2014-02-12 01:07:01 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.10.2

News in 3.10.0
--------------
* Small bugfix
* Updated translations

News in 3.9.92
--------------
* SearchSettings: change default value of wrap-around to FALSE
* Misc bugfixes
* Updated translations

News in 3.9.91
--------------
* Improvements to the completion
* API break for the search and replace
* Deprecate the GtkSourceMarkAttributes:stock-id property
* Misc bugfixes
* Updated translations

News in 3.9.90
--------------
* Modify the search and replace API: SearchContext and SearchSettings classes
* Regular expression search
* Misc bugfixes
* Updated translations

News in 3.9.4
-------------
* Warning: the search and replace API is unstable
* Misc bugfixes
* Updated translations

News in 3.9.3
-------------
* Add a higher-level asynchronous search and replace API
* Deprecate gtk_source_completion_item_new_from_stock()
* Deprecate the GtkSourceGutterRendererPixbuf:stock-id property
* Updated translations

News in 3.9.2
-------------
* Add syntax highlighting for the Julia, mediawiki and Scala languages
* Improvements to the word completion provider
* Add the GtkSourceCompletionWords:activation property
* More compact completion popup window
* Misc bugfixes
* Updated translations

News in 3.9.1
-------------
* Deprecate the GtkSourceCompletionInfo::before-show signal
* Hide CompletionInfo when focus-out-event on the attached-to widget
* Improvements to the main completion window
* Some code improvements to the words completion provider
* Improvements to the C++ and Perl language specs
* Documentation improvements
* Misc bugfixes
* Updated translations

News in 3.8.1
-------------
* Improvements to the LaTeX and Perl language specs
* Update to gtk-mac-integration 2.0 API
* More unit tests
* Misc bugfixes
* Updated translations

News in 3.8.0
-------------
* Add Libtool versioning. There was an ABI break during this development
  cycle, because some private functions were accidentally exported. So
  the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On
  GNU/Linux, this results in a version bump of the soname.
* Updated translations

News in 3.7.92
--------------
* New style id for warnings
* Improvements to the completion code and documentation
* Misc bugfixes
* Updated translations

News in 3.7.91
--------------
* Simplify code for the completion
* Improvements of the Perl, R and Ruby language specs
* Misc bugfixes
* Updated translations

News in 3.7.90
--------------
* Improvements in completion
* Add Modelica language spec
* Misc bugfixes
* Updated translations

News in 3.7.3
-------------
* Deprecate gtk_source_completion_move_window()
* Deprecate gtk_source_completion_info_get_widget()
* Deprecate gtk_source_completion_info_set_widget()
* CompletionInfo: always a natural size
* Simplify internal code for the completion (new CompletionModel)
* Fixes for the style schemes and GtkSourceMark
* Other misc bugfixes
* Updated translations

News in 3.7.2
-------------
* Improved unit tests and code coverage support
* Misc bugfixes
* Updated translations

News in 3.7.1
-------------
* Add Bluespec SystemVerilog syntax highlighter
* Improvements in completion
* Add language spec for IDL
* Lots of fixes in gtk doc
* Misc bugfixes
* Updated translations

(prlw1)

2014-02-12 01:00:18 UTC MAIN commitmail json YAML

Added devel/py-gobject3-common version 3.10.2

(prlw1)

2014-02-12 00:57:25 UTC MAIN commitmail json YAML

2014-02-12 00:30:03 UTC MAIN commitmail json YAML

Python 2.6 and 2.7 versions of py-cairo conflict, but they don't conflict
with the python 3.3 version, so remove PYTHON_SELF_CONFLICT and leave
it up to PLIST conflict detection.

(prlw1)

2014-02-11 20:54:25 UTC MAIN commitmail json YAML

Note update of devel/reposurgeon to 3.2

(agc)

2014-02-11 20:53:25 UTC MAIN commitmail json YAML

Update reposurgeon from 3.1 to 3.2

Changes:
3.2: 2014-02-03
    New path rename command.
    List and inspect now take either a leading or following selection.
    Text search selections can now have a B suffix to search blobs.
    Now possible to transplant fileops between commits using remove .. to.
    A date of the form <YYYY-mm-dd> selects all commits and tags that day.
    Macros can now be multiline.

(agc)

2014-02-11 17:57:26 UTC MAIN commitmail json YAML

Updated lang/python33 to 3.3.4

(adam)

2014-02-11 17:56:16 UTC MAIN commitmail json YAML

Changed 3.3.4:
PEP 380, syntax for delegating to a subgenerator (yield from)
PEP 393, flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds)
A C implementation of the "decimal" module, with up to 120x speedup for decimal-heavy applications
The import system (__import__) is based on importlib by default
The new "lzma" module with LZMA/XZ support
PEP 397, a Python launcher for Windows
PEP 405, virtual environment support in core
PEP 420, namespace package support
PEP 3151, reworking the OS and IO exception hierarchy
PEP 3155, qualified name for classes and functions
PEP 409, suppressing exception context
PEP 414, explicit Unicode literals to help with porting
PEP 418, extended platform-independent clocks in the "time" module
PEP 412, a new key-sharing dictionary implementation that significantly saves memory for object-oriented code
PEP 362, the function-signature object
The new "faulthandler" module that helps diagnosing crashes
The new "unittest.mock" module
The new "ipaddress" module
The "sys.implementation" attribute
A policy framework for the email package, with a provisional (see PEP 411) policy that adds much improved unicode support for email header parsing
A "collections.ChainMap" class for linking mappings to a single unit
Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()"
Hash randomization, introduced in earlier bugfix releases, is now switched on by default

(adam)

2014-02-11 16:21:01 UTC MAIN commitmail json YAML

Specify build time dependency with RUBY_JSON_REQD.

(taca)

2014-02-11 16:20:03 UTC MAIN commitmail json YAML

Make RUBY_JSON_REQD support build time dependency adding ":build" after
minimum version.

(taca)

2014-02-11 15:54:46 UTC MAIN commitmail json YAML

+ bluefish-2.2.5, coccigrep-2.13, eric5-5.4.1, gaupol-0.25,
  libmemcached-1.0.18, phpmyadmin-4.1.7, weechat-0.4.3.

(wiz)

2014-02-11 14:15:36 UTC MAIN commitmail json YAML

Added databases/mysql-connector-c++ version 1.1.3

(wiz)

2014-02-11 14:15:24 UTC MAIN commitmail json YAML

+ mysql-connector-c++

(wiz)

2014-02-11 14:13:38 UTC MAIN commitmail json YAML

Import mysql-connector-c++-1.1.3 as databases/mysql-connector-c++.

MySQL Connector/C++ is a MySQL database connector for C++. It lets
you develop C++ applications that connect to the MySQL Server.

MySQL Connector/C++ offers the following benefits for C++ users
compared to the MySQL C API (MySQL client library):

* Convenience of pure C++; no C function calls required
* Supports JDBC 4.0, an industry standard API
* Supports the object-oriented programming paradigm
* Reduces development time

(wiz)

2014-02-11 09:12:54 UTC MAIN commitmail json YAML

Updated lang/sun-jdk7 to 7.0.51

(obache)

2014-02-11 09:12:35 UTC MAIN commitmail json YAML

Updated lang/sun-jre7 to 7.0.51

(obache)

2014-02-11 09:12:12 UTC MAIN commitmail json YAML

Java SE Development Kit 7, Update 51 (JDK 7u51)

Olson Data 2013h

JavaFX Release Notes
* JavaFX is now part of JDK. JDK 7u51 release includes JavaFX version 2.2.51.

New Features and Changes
* Jarsigner updated to encourage timestamping
* Changes to Security Slider
* Prompt users to clear previously remembered decisions
* Exception Site List

Bug Fixes
This release contains fixes for security vulnerabilities. For more information:
  http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html#AppendixJAVA

(obache)

2014-02-11 07:21:28 UTC MAIN commitmail json YAML

Fixes for IRIX from Staffan Thom駭 in PR 48587.
This is all of it except for one bit pertaining to libtool, which is
going to require some additional flailing.

(dholland)

2014-02-11 05:53:39 UTC MAIN commitmail json YAML

Updated lang/python33 to 3.3.3nb1

(obache)

2014-02-11 05:52:56 UTC MAIN commitmail json YAML

2014-02-10 20:18:04 UTC MAIN commitmail json YAML

2014-02-10 14:00:20 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zilla to 5.013

(wen)

2014-02-10 13:59:06 UTC MAIN commitmail json YAML

Update to 5.013
Update DEPENDS

Upstream changes:
5.013    2014-02-08 17:08:16-05:00 America/New_York
        - META.json is now a UTF-8 file, rather than ASCII
        - document the use of filefinders in [PkgVersion], and remove
          filtering out of .t, .pod files; do skip non-text files, though
        - always load modules in "extra tests" like pod-coverage.t
        - PruneCruft also prunes ./fatlib
        - avoid being tricked by statements in __END__ section when looking for
          variable assignments
        - if "dzil install" fails due to exception, it is now propagated
        - provide a better error when terminal encoding can't be determined

5.012    2014-01-15 09:58:00-05:00 America/New_York
        - when handling a multi-line abstract, fold the lines on whitespace;
          previously, the newlines had been left in, which caused downstream
          warnings

5.011    2014-01-12 16:09:29-05:00 America/New_York
        - ->VERSION is again defined in the tester forms of Builder and Minter
        - remove a small obsolete code path from PkgVersion

5.010    2014-01-11 22:06:04-05:00 America/New_York
        - stop sharing a reference to cached PPI docs, which led to spooky
          action at a distance
        - PkgVersion no longer surrounds the new $VERSION assignment with a
          bare block
        - if there's a blank line after the package statement (and any number
          of comment-only lines), PkgVersion will use that for a $VERSION
          assignment, rather than insert a new line; this can be made mandatory
          with die_on_line_insertion

5.009    2014-01-07 20:21:17-05:00 America/New_York
        - include time offset by default in NextRelease
        - always pass PPI octets, not text

5.008    2013-12-27 21:57:02 America/New_York
        - fix utterly broken `dzil run`

5.007    2013-12-27 20:50:45-05:00 America/New_York
        - add the ability to say "dzil run --no-build" to run a command without
          building inside the dist dir
          (in other words, no `perl Makefile.PL && make`)
        - Archive::Tar::Wrapper added as a recommended prereq
        - fix :ShareFiles (thanks, Christopher J. Madsen and Karen Etheridge)
        - new :AllFiles and :NoFiles filefinders (thanks, Karen Etheridge)
        - most files generated by dzil plugins now self-identify with comments

5.006    2013-11-06 09:21:12 America/New_York
        - add ->is_bytes to files; shortcut for ->encoding eq 'bytes'
          (thanks, David Golden)
        - AutoPrereqs will not try scanning binary files (thanks, David Golden)

5.005    2013-11-02 16:32:04 America/New_York
        - add --keep-build-dir to "dzil test" and "dzil install"

5.004    2013-11-02 09:59:18 America/New_York
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - stable release of all the v5 changes below; READ THEM!
        - by default, NextRelease now adds a trial release marker on trial
          releases
        - dzil setup will not echo password during setup

5.003    2013-10-30 08:02:59 America/New_York
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - add "dzil --version" support (thanks, Upasana Shukla)
        - fix boneheaded mistake that broke listdeps in 5.002 (thanks, Karen
          Etheridge)

5.002    2013-10-29 10:35:54 America/New_York
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - perform encoding steps during listdeps

5.001    2013-10-23 17:40:09 America/New_York
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - typo fixes (thanks, David Steinbrunner)

5.000    2013-10-20 08:10:02 America/New_York
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - all files now have content, encoded_content, and encoding attributes
        - the Encoding plugin and EncodingProvider role have been added to
          allow you to set the encoding on files; the default is UTF-8
        - config.ini is assumed to be in UTF-8
        - Data::Section sections are assumed to be UTF-8
        - the Term chrome should encode input and output

4.300039  2013-09-20 06:05:10 Asia/Tokyo
        - tweak metafile generator to keep CPAN::Meta validator happy (thanks,
          David Golden)

4.300038  2013-09-08 09:18:34 America/New_York
        - add horrible hack to avoid generating non-UTF-8 META.yml; seriously,
          don't look at the code!  Thanks, David Golden, whose code was simple
          and probably much, much saner, but didn't cover as many cases as rjbs
          wanted to cover.

4.300037  2013-08-28 21:43:36 America/New_York
        - update repo and bugtacker URLs

4.300036  2013-08-25 21:41:21 America/New_York
        - read CPAN::Uploader config with CPAN::Uploader, to work with new
          trial releases supporting encrypted credential (thanks, Mike Doherty)

        - improve tester tests (thanks, Dave O'Neill!)

        - use Class::Load instead of Class::MOP

        - better error messages when a bundle can't be loaded by @Filter

        - make dynamic_config distmeta sticky; once one plugin sets it, it
          stays stuck

        - add a die_on_existing_version option to PkgVersion

        - switch (for now?) "dzil install" to use cpanm

        - PkgVersion won't rewrite file contents if nothing was changed
          (thanks, Mike Doherty!)

(wen)

2014-02-10 13:36:34 UTC MAIN commitmail json YAML

Add p5-Term-Encoding

(wen)

2014-02-10 13:34:42 UTC MAIN commitmail json YAML

Added devel/p5-Term-Encoding version 0.02

(wen)

2014-02-10 13:33:17 UTC MAIN commitmail json YAML

Import Term-Encoding-0.02 as devel/p5-Term-Encoding.
(Based on pkgsrc-wip)

Term::Encoding is a simple module to detect an encoding the current
terminal expects, in various ways.

(wen)

2014-02-10 12:21:44 UTC MAIN commitmail json YAML

support oss4 compatible boomer on OpenSolaris/Illumos platforms

(richard)

2014-02-10 12:01:20 UTC MAIN commitmail json YAML

2014-02-10 11:46:58 UTC MAIN commitmail json YAML

Updated net/miniupnpd to 1.8.20140203

(adam)

2014-02-10 11:46:55 UTC MAIN commitmail json YAML

Fixes build with jpeg>=8 for the case size_t != unsigned long.

PR pkg/43577.

(obache)

2014-02-10 11:45:52 UTC MAIN commitmail json YAML

Changes 1.8.20140203:
PCP : Add support for ANNOUNCE requests

(adam)

2014-02-10 11:43:09 UTC MAIN commitmail json YAML

2014-02-10 11:14:06 UTC MAIN commitmail json YAML

Updated print/apsfilter to 7.2.8

(obache)

2014-02-10 11:13:03 UTC MAIN commitmail json YAML

Update apsfilter to 7.2.8, with some dependency clean up and packaging easier.

New in Apsfilter 7.2.8 (BUGFIX Release)
=======================================

3. New Features

- make it possible to use the lineprinter scheduler as jukebox
- network jukebox (untested)
  should also work with a remote printer queue
  So your remote server has a soundcard and your print clients
  send audio files to the remote printer to play audio files
  one after the other.
  Hint:
  For this purposes a new parameter from SETUP needed to be
  saved into the apsfilterrc file (INTERFACES).
  In every sound play routine in apsfilter
  we test if this is a network printer.
  Then we need to send the data stream (i.e. mp3) unprocessed.
  On the print server with the soundcard the tanslation needs to
  take place.

New in Apsfilter 7.2.7 (BUGFIX Release)
=======================================

7. BUG FIXES

- make spaces possible in samba printer name
  from Roman Kurakin <rik at FreeBSD dot org>

(obache)

2014-02-10 10:43:02 UTC MAIN commitmail json YAML

Fix usage of build_package

(ryoon)

2014-02-10 07:46:44 UTC MAIN commitmail json YAML

Update the example ssh-key-signed input file, so that there's no embedded
RCS Id in it. Re-sign (both embedded and detached) signatures on this data.

No functional change, so no version bumps.

(agc)

2014-02-10 01:43:25 UTC MAIN commitmail json YAML

Just a bit too late, add i586 Linux JDK distribution hashes too.

(dsainty)

2014-02-10 01:37:13 UTC MAIN commitmail json YAML

Just a bit too late, add i586 Linux JRE distribution hashes too.

(dsainty)

2014-02-10 00:20:41 UTC MAIN commitmail json YAML

Updated devel/py-py2app to 0.8nb1

(rodent)

2014-02-10 00:20:27 UTC MAIN commitmail json YAML

Move bin/* to bin/*${PYVERSSUFFIX} in post-install, to allow parallel
installation of this package for different python versions. Bump
PKGREVISION.

(rodent)

2014-02-10 00:17:31 UTC MAIN commitmail json YAML

Updated devel/py-macholib to 1.6nb1

(rodent)

2014-02-10 00:17:14 UTC MAIN commitmail json YAML

Updated devel/py-modulegraph to 0.11nb1

(rodent)

2014-02-10 00:16:58 UTC MAIN commitmail json YAML

Move bin/* to bin/*${PYVERSSUFFIX} in post-install, to allow parallel
installation of this package for different python versions. Bump
PKGREVISION.

(rodent)

2014-02-10 00:12:10 UTC MAIN commitmail json YAML

Use PYVERSUFFIX in PLIST to allow parallel installation of this package for
different python versions. Bump PKGREVISION.

(rodent)

2014-02-09 18:08:44 UTC MAIN commitmail json YAML

fix freeciv-client on SunOS by using c99

(wiedi)

2014-02-09 17:23:54 UTC MAIN commitmail json YAML

2014-02-09 17:19:14 UTC MAIN commitmail json YAML

2014-02-09 17:12:33 UTC MAIN commitmail json YAML

2014-02-09 17:09:03 UTC MAIN commitmail json YAML

2014-02-09 17:03:38 UTC MAIN commitmail json YAML

+ alsa-lib-1.0.27.2, gupnp-igd-0.2.3, libchamplain08-0.12.7,
  nginx-1.5.10, py-doctor-0.5, py-setuptools-2.2, py-sqlparse-0.1.11,
  serf-1.3.4, wine-devel-1.7.12, x264-devel-20140208.

(wiz)

2014-02-09 16:54:12 UTC MAIN commitmail json YAML

2014-02-09 16:51:06 UTC MAIN commitmail json YAML

Remove unnecessary comment.

(wiz)

2014-02-09 16:50:45 UTC MAIN commitmail json YAML

2014-02-09 16:48:42 UTC MAIN commitmail json YAML

2014-02-09 15:32:20 UTC MAIN commitmail json YAML

DEPENDS+=devel/py2app if OPSYS == Darwin.

(rodent)

2014-02-09 15:28:14 UTC MAIN commitmail json YAML

+py-{macholib,modulegraph,py2app}

(rodent)

2014-02-09 15:25:56 UTC MAIN commitmail json YAML

Added devel/py-py2app version 0.8

(rodent)

2014-02-09 15:25:46 UTC MAIN commitmail json YAML

Import py27-py2app-0.8 as devel/py-py2app.

py2app is a Python setuptools command which will allow you to make standalone
Mac OS X application bundles and plugins from Python scripts.

py2app is similar in purpose and design to py2exe for Windows.

NOTE: py2app must be used on OSX to build applications, it cannot create Mac
applications on other platforms.

(rodent)

2014-02-09 15:17:53 UTC MAIN commitmail json YAML

Added devel/py-macholib version 1.6

(rodent)

2014-02-09 15:17:42 UTC MAIN commitmail json YAML

Import py27-macholib-1.6 as devel/py-macholib.

macholib can be used to analyze and edit Mach-O headers, the executable format
used by Mac OS X.

It's typically used as a dependency analysis tool, and also to rewrite dylib
references in Mach-O headers to be @executable_path relative.

Though this tool targets a platform specific file format, it is pure python code
that is platform and endian independent.

(rodent)

2014-02-09 15:11:00 UTC MAIN commitmail json YAML

Added devel/py-modulegraph version 0.11

(rodent)

2014-02-09 15:09:46 UTC MAIN commitmail json YAML

Import py27-modulegraph-0.11 as devel/py-modulegraph.

modulegraph determines a dependency graph between Python modules primarily by
bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library, but
uses a more flexible internal representation, has more extensive knowledge of
special cases, and is extensible.

(rodent)

2014-02-09 15:02:34 UTC MAIN commitmail json YAML

+py-altgraph; Packaged originally in pkgsrc-wip by:
jihbed@users.sourceforge.net

(rodent)

2014-02-09 15:01:31 UTC MAIN commitmail json YAML

Added graphics/py-altgraph version 0.11

(rodent)

2014-02-09 15:01:18 UTC MAIN commitmail json YAML

Import py27-altgraph-0.11 as graphics/py-altgraph.

altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.

(rodent)

2014-02-09 14:42:34 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Section to 0.200005

(wen)

2014-02-09 14:41:05 UTC MAIN commitmail json YAML

Update to 0.200005

Upstream changes:
0.200005  2013-12-11 08:03:08 America/New_York
        - open DATA handles both :raw and :bytes to avoid content munging on
          Win32 (thanks, Kenichi Ishigaki!)
        - This is not yet a perfect solution for Win32.

0.200004  2013-12-01 21:31:02 America/New_York
        - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
          Ishigaki!)

0.200003  2013-11-02 07:57:52 America/New_York
          [THIS MIGHT BREAK STUFF]
        - stable release of 0.200002, no functional changes

0.200002  2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK STUFF]
        - add an "encoding" parameter to set encoding of data section contents;
          this defaults to UTF-8 (thanks, David Golden!)

0.101622  2013-06-19 21:48:02 America/New_York
          add a link to an Advent article about Data-Section

          update bugtracker, repo, etc.

(wen)

2014-02-09 13:47:10 UTC MAIN commitmail json YAML

adopt the socket.recvfrom_into() security fix from Python-2.7
bump PKGREV

(drochner)

2014-02-09 12:23:35 UTC MAIN commitmail json YAML

COMMENT should not include package name, PR pkg/48197

(obache)

2014-02-09 11:57:46 UTC MAIN commitmail json YAML

fixes MASTER_SITES and HOMEPAGE.
noticed by wiz@.

(obache)

2014-02-09 09:26:33 UTC MAIN commitmail json YAML

Add frink-license, used by devel/frink.

(obache)

2014-02-09 09:25:51 UTC MAIN commitmail json YAML

2014-02-09 09:25:13 UTC MAIN commitmail json YAML

Added devel/frink version 2.2.2p4

(obache)

2014-02-09 09:24:22 UTC MAIN commitmail json YAML

Import frink-2.2.2p4 as devel/frink.
Based on packaged in pkgsrc-wip and reqested via PR pkg/48197 by Edgar Fuss.

Frink is a tcl formatting and static check program. It can prettify your
program, minimise, obfuscate or just sanity check it. It can also do some
rewriting.

(obache)

2014-02-09 09:02:50 UTC MAIN commitmail json YAML

Add fix for security vulnerability reported in SA56624.
Patch taken from Python Mercurial repository.

(tron)

2014-02-09 08:21:59 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.71; www/py-django to 1.6.2; www/py-django-south to 0.8.3; www/py-django-reversion to 1.8.0

(adam)

2014-02-09 08:20:00 UTC MAIN commitmail json YAML

Changes 1.8.0:
- Django 1.6 compatibility
- Using bulk_create to speed up revision creation.
- Including docs in source distribution
- Spanish translation
- Fixing edge-case bugs in revision middleware

(adam)

2014-02-09 08:16:34 UTC MAIN commitmail json YAML

Changes 0.8.3:
* A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability)
* Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version.
* A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs.
* The new localflavor fields are automatically accepted by the introspector.

(adam)

2014-02-09 08:09:04 UTC MAIN commitmail json YAML

Changes 1.6.2:
Prevented the base geometry object of a prepared geometry to be garbage collected, which could lead to crash Django.
Fixed a crash when executing the changepassword command when the user object representation contained non-ASCII characters.
The collectstatic command will raise an error rather than default to using the current working directory if STATIC_ROOT is not set. Combined with the --clear option, the previous behavior could wipe anything below the current working directory.
Fixed mail encoding on Python 3.3.3+.
Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False, the connection wasn窶冲 in autocommit mode but Django pretended it was.
Fixed a regression in multiple-table inheritance exclude() queries.
Added missing items to django.utils.timezone.__all__.
Fixed a field misalignment issue with select_related() and model inheritance.
Fixed join promotion for negated AND conditions.
Oracle database introspection now works with boolean and float fields.
Fixed an issue where lazy objects weren窶冲 actually marked as safe when passed through mark_safe() and could end up being double-escaped

(adam)

2014-02-09 07:42:47 UTC MAIN commitmail json YAML

Changes 1.7.71:
* Built the Windows binaries using -DTOO_FAR=32767; neglected to do this
  in versions 1.7.42 through 1.7.70, which caused the Windows binaries
  to produce different (usually a few bytes larger) results than Linux.

(adam)

2014-02-09 06:24:32 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1204

(wen)

2014-02-09 06:23:00 UTC MAIN commitmail json YAML

Update to 2.1204
Update DEPENDS

Upstream changes:
2.1204  2014-02-06

  [BUG FIXES]

  - bump minimum prereq needed for optional test using MooseX::NonMoose (which
    broke with new Module::Runtime, see 2.1203), so users can install Moose
    and pass tests before updating MooseX::NonMoose.

2.1203  2014-02-06

  [BUG FIXES]

  - bump prereq on Module::Runtime to properly detect when a module fails to
    load, and fix how we call these subs (Zefram, RT#92770, RT#86394, RT#92791)

(wen)

2014-02-09 06:08:18 UTC MAIN commitmail json YAML

* Use defined version in rubyversion.mk.
* Remove use of "both" value in RUBY_JSON_TYPE since it isn't used in any
  where.

(taca)

2014-02-09 05:34:42 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.11.0.

(taca)

2014-02-09 05:34:13 UTC MAIN commitmail json YAML

Update postfix to 2.11.0.  Quote from release announce:

The main changes in no particular order are:

  * Support for PKI-less TLS server certificate verification with
    DANE (DNS-based Authentication of Named Entities) where the CA
    public key or the server certificate is identified via DNSSEC
    lookup. This requires a DNS resolver that validates DNSSEC
    replies. The problem with conventional PKI is that there are
    literally hundreds of organizations world-wide that can provide
    a certificate in anyone's name. DANE limits trust to the people
    who control the target DNS zone and its parent zones.

  * Support for LMDB databases. Originally developed as part of
    OpenLDAP, LMDB is the first persistent Postfix database that
    can be shared among multiple writers such as postscreen daemons
    (Postfix already supported shared non-persistent memcached
    caches). Postfix currently requires LMDB version 0.9.11 or
    later. See LMDB_README for details and limitations.

  * A new postscreen_dnsbl_whitelist_threshold feature to allow
    clients to skip postscreen tests based on their DNSBL score.
    This can eliminate email delays due to "after 220 greeting"
    protocol tests, which otherwise require that a client reconnects
    before it can deliver mail. Some providers such as Google don't
    retry from the same IP address, and that can result in large
    email delivery delays.

  * The recipient_delimiter feature now supports different delimiters,
    for example both "+" and "-". As before, this implementation
    recognizes exactly one delimiter character per email address,
    and exactly one address extension per email address.

  * Advanced master.cf query/update support to access service
    attributes as "name = value" pairs. For example to turn off
    chroot on all services use "postconf -F '*/*/chroot = n'", and
    to change/add a "-o name=value" setting use "postconf -P
    smtp/inet/name = value". This was developed primarily to allow
    automated tools to manage Postfix systems without having to
    parse Postfix configuration files.

(taca)

2014-02-09 05:32:03 UTC MAIN commitmail json YAML

Note update of databases/ruby-cassandra package to 0.23.0.

(taca)

2014-02-09 05:31:26 UTC MAIN commitmail json YAML

Update ruby-cassandra to 0.23.0.

v0.23.0
- Update simple_uuid dependency (issue #197, courtesy @tsenart)
- Changed to new github url: github.com/cassandra-rb/cassandra

(taca)

2014-02-09 05:29:51 UTC MAIN commitmail json YAML

Note update of databases/ruby-arel package to 3.0.3.

(taca)

2014-02-09 05:29:26 UTC MAIN commitmail json YAML

Update ruby-arel to 3.0.3.

== 3.0.3 / 2013-11-12

* Enhancements

  * Support ANSI 2003 window functions

* Bug Fixes

  * Fix joins in Informix

(taca)

2014-02-09 05:22:03 UTC MAIN commitmail json YAML

Note update of devel/ruby-rake package to 10.0.4nb1.

(taca)

2014-02-09 05:21:19 UTC MAIN commitmail json YAML

* Preserve modified time of saveing rake command file.
* Improve handling of gemspec file when the version of bundlerd dosen't
  match with ruby-rake's version.  Should be fix PR pkg/48485.

(taca)

2014-02-09 05:15:21 UTC MAIN commitmail json YAML

Use versions in rubyversion.mk.

(taca)

2014-02-09 05:14:39 UTC MAIN commitmail json YAML

* Define versions of gems, rdoc rake and json which bundled
  with Ruby's distribution.
* Define some variable for Ruby 2.1.0.

(taca)

2014-02-09 04:36:15 UTC MAIN commitmail json YAML

Note update of ISC DHCP related pacakges:

net/isc-dhcp4 4.3.0
net/isc-dhclient4 4.3.0
net/isc-dhcpd4 4.3.0
net/isc-dhcrelay4 4.3.0

(taca)

2014-02-09 04:34:31 UTC MAIN commitmail json YAML

Update ISC DHCP related pacakges to 4.2.0.

Changes since 4.2.0 (new features)

- If a client renews before 'dhcp-cache-threshold' percent of its lease
  has elapsed (default 25%), the server will reuse the allocated lease
  (provide a lease within the currently allocated lease-time) rather
  than extend or renew the lease.  This absolves the server of needing
  to perform an fsync() operation on the lease database before reply,
  which improves performance. [ISC-Bugs #22228]
  Updated this patch to support asynchronous DDNS.  If the server is
  attempting to do DDNS on a lease it should be udpated and written to
  disk even if that wouldn't be necessary due to the thresholding.
  [ISC-Bugs #26311]

- The 'no available billing' log line now also logs the name of the last
  matching billing class tried before failing to provide a billing.
  [ISC-Bugs #21759]

- A problem with missing get_hw_addr function when --enable-use-sockets
  was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note
  that use-sockets feature was not tested on those systems. Client and
  server code no longer use MAX_PATH constant that is not defined on
  GNU/Hurd systems. [ISC-Bugs #25979]

- Add a perl script in the contrib directory, dhcp-lease-list.pl, which
  can parse v4 lease files and output the lease information in a more
  human friendly manner.  This was written by Christian Hammers with
  some updates by vom and ISC.  This is contributed code and is not
  supported by ISC; however it may be useful to some users.
  [ISC-Bugs #20680]

- Add support in v6 for on-commit, on-expire and on-release.
  [ISC-Bugs #27912]

- Add support for using classes with v6.
  [ISC-Bugs #26510]

- Update the DDNS code to current standards and allow for sharing
  of DDNS entries between v4 and v6 clients.  The new code is used
  if the ddns-update-style is set to "standard", the older code is
  still available if ddns-update-style is set to "interim".  The
  oldest DDNS code "ad-hoc" has been removed.  Thanks to Thomas Pegeot
  who submitted a patch for this issue.  This patch is based on
  that work with some modifications.
  [ISC-Bugs #21139]

- Add a configuration option to the server to suppress using fsync().
  Enabling this option will mean that fsync() is never called.  This
  may provide better performance but there is also a risk that a lease
  will not be properly written to the disk after it has been issued
  to a client and before the server stops.  Using this option is
  not recommended.
  [ISC-Bugs #34810]

- Add some logging statements to indicate when the server is ready
  to serve.  One statement is emitted after the server has finished
  reading its files and is about to enter the dispatch loop.
  This is "Server starting service.".
  The second is emitted when a server determines that both it and
  its failover peer are in the normal state.
  This is "failover peer <name>: Both servers normal."
  [ISC-Bugs #33208]

- Add support for accessing options from v6 relays.  The v6relay
  statement allows the administrator to choose which relay to
  use when searching for an option, see the dhcp-options man page
  for a description.  The host-identifier option has also been
  updated to support the use of relay options, see the dhcpd.conf
  man page for a description.
  [ISC-Bugs #19598]

- When doing DDNS if there isn't an appropriate zone statement attempt
  to find a reasonable nameserver via a DNS resolver.  This restores
  some functionality that was lost in the transition to asynchronous
  DDNS.  Due to the lack of security and increase in fragility of the
  system when using this feature we strongly recommend the use of
  appropriate zone statements rather than using this functionality.
  [ISC-Bugs #30461]

- Add support for specifying the address from which to send
  DDNS updates on the DHCP server.  There are two new options
  "ddns-local-address4" and "ddns-local-address6" that each take
  one instance of their respective address types.
  [ISC-Bugs #34779]

- Add ignore-client-uids option in the server.  This option causes
  the server to not record a client's uid in its lease.  This
  violates the specification but may also be useful when a client
  can dual boot using different client ids but the same mac address.
  Thank you to Brian De Wolf at Cal Poly Pomona for the patch.
  [ISC-Bugs #32427]
  [ISC-Bugs #35066]

- Extend the DHCPINFORM processing to honor the subnet selection option
  and take host declarations into account.
  Thanks to Christof Chen for testing and submitting the patch.
  [ISC-Bugs #35015]

- Extend the hardware expression to look into the lease structure
  for a hardware address if there is no packet.  This allows the
  server to find the hardware address during on-expiry processing.
  [ISC-Bugs #24584]

- Add definitions for some options that have been specified by the IETF.
  [ISC-Bugs #29268]
  [ISC-Bugs #35198]

Changes since 4.3.0b1

- Tidy up receive packet processing.
  Thanks to Brad Plank of GTA for reporting the issue and suggesting
  a possible patch.
  [ISC-Bugs #34447]

Changes since 4.3.0a1

- Modify the message displayed when a process hits a fatal error.
  The new message is much shorter and simply points to the README
  and our website for directions on bug submissions.
  [ISC-Bugs #24789]

- Handle an absent resolv.conf file better.
  [ISC-Bugs #35194]

(taca)

2014-02-09 04:31:38 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Runtime to 0.014

(wen)

2014-02-09 04:30:09 UTC MAIN commitmail json YAML

Update to 0.014

Upstream changes:
version 0.014; 2014-02-06

  * bugfix: suppress any CORE::GLOBAL::require override, where possible,
    to avoid use_package_optimistically() being misled into treating
    missing modules as broken

  * bugfix: in use_module() and use_package_optimistically(), pass a
    supplied VERSION parameter through for the version check even if it
    is undef

  * tighten use_package_optimistically()'s recognition of can't-locate
    errors (the same way that base.pm has recently been tightened),
    so that, when a module fails to load because a module that it uses
    isn't available, the outer module will be perceived as broken rather
    than missing

  * update documentation notes about the state of Unicode handling for
    module names

  * in META.{yml,json}, point to public git repository

(wen)

2014-02-09 02:24:30 UTC MAIN commitmail json YAML

Updated mail/sendmail-cidrexpand to 8.14.8

(jnemeth)

2014-02-09 02:24:18 UTC MAIN commitmail json YAML

reset PKGREVISION for sendmail update

(jnemeth)

2014-02-09 02:17:10 UTC MAIN commitmail json YAML

Updated mail/sendmail-qtool to 8.14.8

(jnemeth)

2014-02-09 02:16:57 UTC MAIN commitmail json YAML

reset PKGREVISION for sendmail update

(jnemeth)

2014-02-09 02:03:44 UTC MAIN commitmail json YAML

Updated mail/sendmail to 8.14.8

(jnemeth)

2014-02-09 02:02:46 UTC MAIN commitmail json YAML

Update to sendmail 8.14.8:  this release contains some bug fixes plus some
minor feature additions.

8.14.8/8.14.8 2014/01/26
Properly initialize all OpenSSL algorithms for versions before
OpenSSL 0.9.8o. Without this SHA2 algorithms may not
work properly, causing for example failures for certs
that use sha256WithRSAEncryption as signature algorithm.
When looking up hostnames, ensure only to return those records
for the requested family (AF_INET or AF_INET6).
On system that have NEEDSGETIPNODE and NETINET6
this may have failed and cause delivery problems.
Problem noted by Kees Cook.
A new mailer flag '!' is available to suppress an MH hack
that drops an explicit From: header if it is the
same as what sendmail would generate.
Add an FFR (for future release) to use uncompressed IPv6 addresses,
i.e., they will not contain "::".  For example, instead
of ::1 it will be 0:0:0:0:0:0:0:1.  This means that
configuration data (including maps, files, classes,
custom ruleset, etc) have to use the same format.
This will be turned on in 8.15.  It can be enabled in 8.14
by compiling with:
APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_IPV6_FULL')
in your devtools/Site/site.config.m4 file.
Add an additional case for the WorkAroundBrokenAAAA check when
dealing with broken nameservers by ignoring SERVFAIL
errors returned on T_AAAA (IPv6) lookups at delivery time.
Problem noted by Pavel Timofeev of OCS.
If available, pass LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to
setusercontext() on deliveries as a different user.
Patch from Edward Tomasz Napierala from FreeBSD.
Avoid compiler warnings from a change in Cyrus-SASL 2.1.25.
Patch from Hajimu UMEMOTO from FreeBSD.
Add support for DHParameters 2048-bit primes.
CONFIG: Accept IPv6 literals when evaluating the HELO/EHLO argument
in FEATURE(`block_bad_helo').  Suggested by Andrey Chernov.
LIBSMDB: Add a missing check for malloc() in libsmdb/smndbm.c.
Patch from Bill Parker.
LIBSMDB: Fix minor memory leaks in libsmdb/ if allocations
fail.  Patch from John Beck of Oracle.
Portability:
Add support for Darwin 12.x and 13.x (Mac OS X 10.8 and 10.9).
On Linux use socklen_t as the type for the 3rd argument
for getsockname/getpeername if the glibc version is at
least 2.1.
Added Files:
devtools/OS/Darwin.12.x
devtools/OS/Darwin.13.x

(jnemeth)

2014-02-09 00:51:23 UTC MAIN commitmail json YAML

2014-02-09 00:44:36 UTC MAIN commitmail json YAML

Add network libs on SunOS

(wiedi)

2014-02-09 00:26:50 UTC MAIN commitmail json YAML

Add missing lib for SunOS

(wiedi)

2014-02-09 00:22:11 UTC MAIN commitmail json YAML

2014-02-08 23:54:35 UTC MAIN commitmail json YAML

Add missing int types on SunOS

(wiedi)

2014-02-08 23:50:08 UTC MAIN commitmail json YAML

fix build on SunOS

(wiedi)

2014-02-08 23:39:55 UTC MAIN commitmail json YAML

Add network libs on SunOS

(wiedi)

2014-02-08 23:34:05 UTC MAIN commitmail json YAML

fix build on SunOS

(wiedi)

2014-02-08 23:21:48 UTC MAIN commitmail json YAML

Add network libs on SunOS

(wiedi)

2014-02-08 22:54:45 UTC MAIN commitmail json YAML

add missing libs on SunOS

(wiedi)

2014-02-08 18:50:52 UTC MAIN commitmail json YAML

Updated editors/lyx to 2.0.7

(rumko)

2014-02-08 18:49:05 UTC MAIN commitmail json YAML

editors/lyx: update to 2.0.7 and add missing boost dep

Changes from upstream (snipped, full changelog at http://www.lyx.org/announce/2_0_7.txt):
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix garbage in document export (and maybe other places) by making encoding
  conversions thread-safe (bug 8854).
- Fix output of ulem commands (underline etc.) which was broken as of
  LyX 2.0.6 (bug 8733).
- Fix problem with unbalanced braces in XeTeX output (bug 8765).
- Fix problems with unbalanced braces with a secondary CJK language
  (bug 8215).
- Fix state of certain language packages (polyglossia, japanese) in
  child documents (bug 8770).
- Fix compilation of documents containing chemical equations and math
  integrals (bug 8731).
- Fix compilation with nested ("sub") custom floats.
- Fix import of CSV-files.

* LYXHTML
- Fix random character inserted as year modifier in author-year citations.

* BUILD/INSTALLATION
- Add support for automake 1.13.
- Fix compilation with clang LLVM compiler.
- Fix Qt tools search when a Qt directory has been specified.

(rumko)

2014-02-08 17:45:29 UTC MAIN commitmail json YAML

Add missing network libs on SunOS

(wiedi)

2014-02-08 17:08:47 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.82

(jperkin)

2014-02-08 17:08:33 UTC MAIN commitmail json YAML

Update x11-links to 0.82.  Changes:

- Add xcb-util files.

Fixes various builds on Darwin when using Xquartz.

(jperkin)

2014-02-08 16:46:05 UTC MAIN commitmail json YAML

2014-02-08 16:00:21 UTC MAIN commitmail json YAML

Note update of atf to 0.20 and all related revision bumpds.

(jmmv)

2014-02-08 15:59:30 UTC MAIN commitmail json YAML

2014-02-08 15:54:58 UTC MAIN commitmail json YAML

Update ATF to 0.20.

This change upgrades devel/atf to 0.20 and removes devel/atf-libs.  The
upstream atf distfile has dropped the code for the deprecated tools so
it makes little sense to keep the two packages any longer.

As a result of this, the devel/atf package is now much simplified as
there is no need for a Makefile.common any longer and matches exactly
what upstream ships.

Changes in version 0.20
***********************

Experimental version released on February 7th, 2014.

This is the first release without the code for the deprecated tools.  If
you require such code, please fetch a copy of the 0.19 release and extract
the 'tools' directory for your own consumption.

* Removed the deprecated tools.  This includes atf-config, atf-report,
  atf-run and atf-version.

Changes in version 0.19
***********************

Experimental version released on February 7th, 2014.

This is the last release to bundle the code for the deprecated tools.
The next release will drop their code and will stop worrying about
backwards compatibility between the ATF libraries and what the old tools
may or may not support.

If you still require the old tools for some reason, grab a copy of the
'tools' directory now.  The code in this directory is standalone and
does not depend on any internal details of atf-c++ any longer.

* Various fixes and improvements to support running as part of the FreeBSD
  test suite.

* Project hosting moved from Google Code (as a subproject of Kyua) to
  GitHub (as a first-class project).  The main reason for the change is
  the suppression of binary downloads in Google Code on Jan 15th, 2014.
  See https://github.com/jmmv/atf/

* Removed builtin help from atf-sh(1) and atf-check(1) for simplicity
  reasons.  In other words, their -h option is gone.

* Moved the code of the deprecated tools into a 'tools' directory and
  completely decoupled their code from the internals of atf-c++.  The
  reason for this is to painlessly allow a third-party to maintain a
  copy of these tools after we delete them because upcoming changes to
  atf-c++ would break the stale tools.

(jmmv)

2014-02-08 15:43:25 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Tiny to 0.039

(wen)

2014-02-08 15:41:35 UTC MAIN commitmail json YAML

Update to 0.039

Upstream changes:
0.039    2013-11-27 19:48:29 America/New_York

    [FIXED]

    - Temporary file creating during mirror() is now opened with O_EXCL
      for added security

(wen)

2014-02-08 15:38:44 UTC MAIN commitmail json YAML

2014-02-08 14:43:27 UTC MAIN commitmail json YAML

Updated x11/py-xcbgen to 1.10nb1

(wiz)

2014-02-08 14:43:17 UTC MAIN commitmail json YAML

At least python-3.3's /usr/pkg/lib/python3.3/xml/etree/ElementTree.py
needs py-expat, and this package uses that file.
Depend on py-expant and bump PKGREVISION.

(wiz)

2014-02-08 12:59:31 UTC MAIN commitmail json YAML

add int type on SunOS

(wiedi)

2014-02-08 12:53:32 UTC MAIN commitmail json YAML

2014-02-08 12:44:16 UTC MAIN commitmail json YAML

fixes in ncurses -> curses replacement.
noticed by szptvlfn@.

(obache)

2014-02-08 12:44:05 UTC MAIN commitmail json YAML

2014-02-08 12:42:25 UTC MAIN commitmail json YAML

fixes platform triplet for SunOS-5.11.

(obache)

2014-02-08 12:27:14 UTC MAIN commitmail json YAML

2014-02-08 12:20:39 UTC MAIN commitmail json YAML

Updated math/cgal to 3.9nb20

(wiedi)

2014-02-08 12:16:12 UTC MAIN commitmail json YAML

add patch to fix building other packages (e.g. openscad) with gcc 4.7 that link cgal

(wiedi)

2014-02-08 12:14:43 UTC MAIN commitmail json YAML

Updated devel/cutter to 1.2.3

(obache)

2014-02-08 12:14:32 UTC MAIN commitmail json YAML

Update cutter to 1.2.3.

== [release-1-2-3] 1.2.3: 2014-02-09

As long time has passed since Cutter 1.2.2 release,
there are some improvements and fixed bugs.

After Cutter 1.2.2 release, you can install Cutter from
Fedora's official yum repository. No need to register Cutter yum repository on Fedora anymore.

=== Cutter

==== Improvements

  * [doc] Removed a needless period from installation link.
    [GitHub #6] [Patch by Masafumi Yokoyama]
  * Supported lcov 1.10. [cutter-users-ja:92] [Reported by Siganai SE]
  * [doc] Updated download URL on SF.net. [cutter-users-ja:91] [Reported by Siganai SE]
  * [doc] Updated XML report format. [cutter-users-ja:91] [Reported by Siganai SE]
  * Added more trace logs for loader. It helps you to investigate the case when no tests are loaded.
  * [doc] Updated Cygwin's setup.exe URL.
  * Added --log-level option. The value of default log level is "critical|error|warning|message".

==== Fixes

  * [loader] Fixed a bug that ELF loader can't collect symbol because of wrong comparison.
  * Fixed memory leaks on loading all modules.
  * Fixed a warning from GCC 4.8.1 on Ubuntu 13.10
    [GitHub #9] [Reported by Kazuhiro Yamato]

=== CppCutter

==== Improvements

  * Supported cppcut_assert_equal(const type_info &, const type_info &)
    [GitHub #4] [Patch by Kazuhiro Yamato]
  * Supported to catch unhandled C++ exception in test case.
    This change avoids to crash when unexpected exception is thrown.
    [GitHub #8] [Suggested by Kazuhiro Yamato] [Patch by Kazuhiro Yamato]
  * Supported to call destructors of objects on a stack even when an assertion is failed.
    [GitHub #10] [Patch by Kazuhiro Yamato]

==== Fixes

  * [Clang] Fixed a compile error which is caused by missing std::type_info forward declaration.
  * Fixed an invalid memory access when an exception is thrown in cutter's
    assertion function.
    [GitHub #11] [Patch by Kazuhiro Yamato]

=== GCutter

==== Fixes

  * [doc] Fixed a signal name typo about gcut-egg example.

=== Thanks

  * Kazuhiro Yamato
  * Masafumi Yokoyama
  * Siganai SE

(obache)

2014-02-08 09:43:25 UTC MAIN commitmail json YAML

Updated lang/jamvm to 1.5.4

(obache)

2014-02-08 09:41:41 UTC MAIN commitmail json YAML

Updated lang/jamvm to 1.5.4

(obache)

2014-02-08 09:41:29 UTC MAIN commitmail json YAML

Update jamvm to 1.5.4.
Based on PR pkg/45604 by Nikolai Lifanov.

JamVM 1.5.4 released on 1st January 2010
========================================

A summary of changes since 1.5.3:

- GC changes:

  - Mark phase rewritten to use an explicit fixed-size mark stack,
    with a moving heap scan pointer.  The previous recursive marking
    could lead to stack overflow when marking complex, deeply-linked
    structures.  If the explicit mark stack overflows, a slower,
    fallback mechanism is used of scanning the heap.  The new mark
    phase is upto 50% faster than the old recursive marking.

  - bug fix for unallocated blocks within the heap of >= 1 GB.

- JNI changes:

  - Updated to JNI version 1.6.  This adds the function
    GetObjectRefType().

  - Fully implemented JNI weak global references (NewWeakGlobalRef
    and DeleteWeakGloablRef).  Note, these are different to Java
    Soft/Weak/Phantom References which have been supported since
    JamVM 1.4.0.

  - verbose:jni now shows details of the opening of native libraries.
    If a library fails to open a diagnostic message is shown (if
    available).  This is intended to help debug common library
    problems.

  - bug fix for ToReflected[Method|Field] and GetSuperClass.  A
    local reference must be created for the return value.

- Platform changes:

  - Interpreter inlining (aka code-copying JIT) now enabled by
    default on ARM systems.  Testing on Cortex-A8 indicates
    82% speed improvement on integer benchmarks, and 55% on
    floating-point.

  - If cross-compiling, and interpreter inlining is enabled, runtime
    relocation checks will be enabled (relocation information is
    normally generated at compile time; as this can't be done
    when cross-compiling it must be done at runtime, but it
    increases the size of the executable by ~30%).

  - Initial port to Sparc/FreeBSD.  My thanks to Per Ola Ingvarsson
    for architecture dependent definitions.  Interpreter inlining
    (aka code-copying JIT) is currently not supported due to missing
    code for flushing the instruction/data caches, and branch
    generation. It also requires libffi, which is enabled by default.

  - Changes to x86 and x86_64 across all platforms to zero/sign
    extend return values from native methods whose size is less
    than an int (i.e. boolean, byte, char and short).  This is
    necessary due to changes in code produced by gcc >= 4.3.

  - Rare race-condition in thin-locking code on x86 and x86_64
    architectures, leading to deadlock.  On modern x86 CPUs, an
    extra memory barrier is required.  Seen intermittently while
    running a thread intensive benchmark using at least 4 cores.

  - Extensive changes to support 64-bit Big Endian systems.  These
    were previously supported, but support was completely broken
    with the introduction of the new object layout in JamVM 1.5.2.

- Miscellaneous fixes:

  - Interpreter inlining bug fix: reference to memory after it
    had been freed

  - java.lang.reflect.VMField getAnnotation() implemented.  This
    has been missing since the reflection rework in JamVM 1.5.2.

  - ThreadMXBean: fixes for getThreadInfoForId (VMThreadMXBeanImpl).

    - Did not correctly report lock or lock owner, when the thread was
      blocked on an object which was thin-locked by another thread

    - It was using a constructor which has since been removed

  - Fixes for NULL handling in findClassFromSignature() and
    utf8CharLen()

  - Fixed memory leak in bytecode rewriting.  Due to missing
    parantheses, old bytecode stream was not being freed (for
    example, this leaks 47K when running "Hello, World")

  - Bug-fix for theoretical race-condition in thread deletion when
    notifying joining threads after thread ID has been reused.

JamVM 1.5.3 released on 14th April 2009
=======================================

JamVM 1.5.3 is primarily a bug-fix release.  It fixes issues seen
while running Eclipse 3.4.2 and JRuby 1.2.0RC2, and adds some minor
features.  A summary of the changes:

- Zip/Jar support in the boot classloader has been rewritten to
  no longer require the Zip/Jar files to be mmap-ed read/write.
  This increases shareability between multiple VM instances, and
  improves memory-usage on embedded systems.

- JNI invocation API:
  - set thread-self to NULL when thread detaches (if the thread tries
    to re-attach, it appears to still be attached)

  - init args_count in dummy stack frame (fix problem if the thread
    detaches and then re-attaches)

- Do not create a library unloader for libraries loaded by the bootstrap
  loader if they have an JNI_OnUnload method (the bootstrap loader is
  never unloaded, and so they will never be called).  Fixes a SEGV with
  JRuby.

- Fix to annotation handling.  When the annotation value is an array,
  the native annotation parser constructs an Object array.  However,
  the method return value is the specific type.  This leads to an
  AnnotationTypeMismatchException.  The fix coerces the Object
  array to the correct type.

- Simple implementation of java.lang.management.VMManagementFactory
  (returns no memory pool, memory manager or GC names).  Sufficient
  to run JRuby.

- Implemented package support in the bootstrap class loader.  Package
  information is obtained from the manifest file if it exists.  However,
  GNU Classpath's glibj.zip's manifest has no package information.
  The class library is therefore recognised by the presence of
  java/lang/Object.class, and appropriate package information is
  constructed.

- Fix broken implementation of VMClass.getSimpleName() (use the
  implementation from gcj)

- Default Java stack size increased to 256K from 64K

- Fix to bootstrap loader getResources() when the bootclasspath
  entry is relative (prepend the current working directory)

- Fix minor memory leak in bootstrap loader getResources()

- Add --enable-tls option to configure, enabling thread-local-storage
  (__thread) to be disabled

JamVM 1.5.2 released on 1st February 2009
=========================================

A summary of changes since 1.5.1:

- Interpreter inlining changes

  - Basic-blocks are now inlined across block boundaries removing
    the need for dispatching between blocks in the case of
    fall-through control flow

  - Control-flow within inlined sequences now patched with real jumps,
    removing the need for computed jumps

  - Control flow between non-shared sequences now patched, replacing
    dispatch with real jumps

  - Simple basic-block profiling is now implemented.  This considerably
    reduces the size of the code-cache, without reducing performance

- Reworked Object layout

  - Previously, on 64-bit machines the object layout was wasteful, with
    padding on fields less than 64-bits (to preserve 64-bit alignment).
    The new object layout on average reduces heap usage by approx
    10 - 15%

  - On 32-bit machines, 64-bit fields are now 64-bit aligned (without
    introducing extra padding if possible)

- Various alignment fixes

  - 64-bit alignment of operand stack
  - 64-bit alignment of static variable data

- Reflection support

  - Reworking required for new object layout

  - Reworked to use VMConstructor, VMMethod, etc.

  - Reworked to improve field access and method invocation performance
    (this offsets the extra costs of the VM interface, and improves
    performance over 1.5.1).

  - Access permission checks take precedence over other errors

  - Class/method signatures : do not convert slash to dots

- JNI fixes/improvements

  - Class references returned by JNI now use local references

  - Throw InstantiationException not InstantiationError when allocating
    objects and the class is an interface or abstract

  - Reworked JNI global references

    - Fix memory leak when expanding list

    - Improve performance (optimise case where references are
      created/deleted in a stack-like manner)

- OpenSolaris/Solaris/x86 port

- GC fixes

  - Fix race-condition in registering references with the GC

  - Separate "Async GC" thread is now disabled by default.  It didn't
    improve performance, and could increase power-consumption on
    embedded systems

- Exception handling

  - Fix method-skipping when filling in stack trace (methods could
    be incorrectly excluded from the trace when a class subclassed
    Throwable)

  - Uncaught exceptions in the "main" thread will now use the thread's
    uncaughtExceptionHandler

- Various compatibility command line options recognised (and
  ignored).  These include -XX:PermSize and XX:MaxPermSize
  required to build OpenJDK.

- sun.misc.Unsafe

  - Object methods (compareAndSwapObject, etc.) fixed on 64-bit
    machines

  - Implemented support for thread park and unpark (removing previous
    highly inefficient "empty" implementation)

- Use thread-local storage (__thread), if available, instead of
  pthread keys

- Various minor race-conditions seen while running Dacapo benchmarks

- Strict-aliasing fixes when compiled with GCC 4.3, interpreter
  stack-caching is enabled, and interpreter inlining is on

- A large amount of code-tidying throughout the VM

- Minimum heap size increased to 16MB

- Various compiler warnings.

(obache)

2014-02-08 09:38:41 UTC MAIN commitmail json YAML

We have libreoffice4-4.2.*

(ryoon)

2014-02-08 09:38:17 UTC MAIN commitmail json YAML

Updated www/firefox to 27.0

(ryoon)

2014-02-08 09:36:48 UTC MAIN commitmail json YAML

Fix broken distinfo

(ryoon)

2014-02-08 09:36:01 UTC MAIN commitmail json YAML

Update to 27.0

Changelog:
NEW
You can now run more than one service at a time with Firefox SocialAPI, allowing you to receive notifications, chat and more from multiple integrated services
CHANGED
Enabled TLS 1.1 (RFC 4346) and TLS 1.2 (RFC 5246) by default
CHANGED
Added support for SPDY 3.1 protocol
DEVELOPER
Ability to reset style sheets using 'all:unset'
DEVELOPER
You can now choose to deobfuscate javascript in the debugger (see 762761)
DEVELOPER
Added support for scrolled fieldsets (see 261037)
DEVELOPER
Implemented allow-popups directive for iframe sandbox, enabling increased security (see 766282)
DEVELOPER
CSS cursor keywords -moz-grab and -moz-grabbing have been unprefixed (see 880672)
DEVELOPER
Added support for ES6 generators in SpiderMonkey (see blog post)
DEVELOPER
Implemented support for mathematical function Math.hypot() in ES6 (see 896264)
HTML5
Dashed line support on Canvas (see 768067)
FIXED
Get Azure/Skia content rendering working on Linux (see 740200)
FIXED
27.0: Security fixes can be found here

Fixed in Firefox 27
MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects
MFSA 2014-12 NSS ticket handling issues
MFSA 2014-11 Crash when using web workers with asm.js
MFSA 2014-10 Firefox default start page UI content invokable by script
MFSA 2014-09 Cross-origin information leak through web workers
MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing
MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy
MFSA 2014-06 Profile path leaks to Android system log
MFSA 2014-05 Information disclosure with *FromPoint on iframes
MFSA 2014-04 Incorrect use of discarded images by RasterImage
MFSA 2014-03 UI selection timeout missing on download prompts
MFSA 2014-02 Clone protected content with XBL scopes
MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)

(ryoon)

2014-02-08 06:47:09 UTC MAIN commitmail json YAML

Update patches for NetBSD/powerpc.
Fixes line comments in assembly, and patch-xk is not required.

PR pkg/48350 by John D. Baker.

(obache)

2014-02-08 02:53:05 UTC MAIN commitmail json YAML

add missing network libs on sunos

(wiedi)

2014-02-07 21:53:29 UTC MAIN commitmail json YAML

+ Mesa-10.0.3, MesaLib-10.0.3, album-4.11, calibre-1.23, cln-1.33,
  cvs-fast-export-1.4, etm2-2.3.22 [etm successor], firefox-27,
  gdb-7.7, glu-10.0.3, httping-2.3.4, imapsync-1.580 [pkg/48578],
  libusb], openmpi-1.7.4, py-django-1.6.2, qt5-5.2.1, reposurgeon-3.2,
  seamonkey-2.24, sympa-6.1.19, tcpreplay-4.0.3, thunderbird-24.3.0.

(wiz)

2014-02-07 21:29:19 UTC MAIN commitmail json YAML

Updated shells/fish to 1.23.1nb1

(wiz)

2014-02-07 21:29:09 UTC MAIN commitmail json YAML

Remove doxygen build dependency. I don't see it used anywhere in a build,
and removing it doesn't change the list of installed files.
Bump PKGREVISION.

Requested by Zbigniew Baniewski <zb@islandsoft.pl>.

(wiz)

2014-02-07 15:36:53 UTC MAIN commitmail json YAML

Note update of lang/php55 package to 5.5.9 and lang/php54 package to 5.4.25.

(taca)

2014-02-07 15:36:07 UTC MAIN commitmail json YAML

Update php54 to 5.4.25.

06 Feb 2014, PHP 5.4.25

- Core:
  . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
  . Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
    (Will Fitch)

- mysqlnd
  . Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes)

- PDO_pgsql:
  . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
    (Will Fitch, Ilia)

- Session:
  . Fixed bug #66481 (Calls to session_name() segfault when session.name is
    null). (Laruence)

(taca)

2014-02-07 15:35:05 UTC MAIN commitmail json YAML

Update php55 to 5.5.9 (PHP 5.5.9).

06 Feb 2014, PHP 5.5.9

- Core:
  . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)

- GD:
  . Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).
    (Laruence, Remi)

- OPCache:
  . Fixed bug #66474 (Optimizer bug in constant string to boolean conversion).
    (Dmitry)
  . Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0).
    (Dmitry)
  . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style
    ^M as lineend). (Laruence)

- PDO_pgsql:
  . Fixed bug #62479 (PDO-psql cannot connect if password contains
spaces) (willfitch, iliaa)

- Readline
  . Fixed Bug #66412 (readline_clear_history() with libedit causes segfault after
    #65714). (Remi)

- Session
  . Fixed bug #66469 (Session module is sending multiple set-cookie headers when
    session.use_strict_mode=1) (Yasuo)
  . Fixed bug #66481 (Segfaults on session_name()).
    (cmcdermottroe at engineyard dot com, Yasuo)

- Standard
  . Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)

- Sockets:
  . Fixed bug #66381 (__ss_family was changed on AIX 5.3). (Felipe)

- Zend Engine
  . Fixed bug #66009 (Failed compilation of PHP extension with C++ std
    library using VS 2012). (Anatol)

(taca)

2014-02-07 14:46:14 UTC MAIN commitmail json YAML

Added mail/rspamd version 0.6.8

(wiedi)