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 (12m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:10:41 UTC Now

2013-10-28 23:47:18 UTC MAIN commitmail json YAML

2013-10-28 23:46:55 UTC MAIN commitmail json YAML

When extracting rpath options from the Fortran linker, prefix them with
-Wl before passing them back to CC.

(joerg)

2013-10-28 23:45:59 UTC MAIN commitmail json YAML

2013-10-28 23:45:28 UTC MAIN commitmail json YAML

2013-10-28 23:44:44 UTC MAIN commitmail json YAML

2013-10-28 23:44:08 UTC MAIN commitmail json YAML

Expect the compiler to know when to inline functions used only once.

(joerg)

2013-10-28 23:43:35 UTC MAIN commitmail json YAML

Don't use -frename-registers or play with the inline limits.

(joerg)

2013-10-28 23:43:03 UTC MAIN commitmail json YAML

Don't use -fcheck-new. With exceptions, it won't happen anyway and even
without, malloc() is unlikely to ever fail.

(joerg)

2013-10-28 23:42:18 UTC MAIN commitmail json YAML

Don't force the -lgcc_s use with Clang. Just expect the system is new
enough to have properly linked C++ runtime.

(joerg)

2013-10-28 23:38:22 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup tickets #4248 and #4249.

(tron)

2013-10-28 23:37:33 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4248 - requested by taca
databases/ruby-activerecord32: security update
devel/ruby-activemodel32: security update
devel/ruby-activesupport32: security update
devel/ruby-railties32: security update
mail/ruby-actionmailer32: security update
www/ruby-actionpack32: security update
www/ruby-activeresource32: security update
www/ruby-rails32: security update

Revisions pulled up:
- databases/ruby-activerecord32/distinfo                        1.13
- devel/ruby-activemodel32/distinfo                            1.13
- devel/ruby-activesupport32/distinfo                          1.13
- devel/ruby-railties32/distinfo                                1.13
- lang/ruby/rails.mk                                            1.45
- mail/ruby-actionmailer32/distinfo                            1.13
- www/ruby-actionpack32/distinfo                                1.13
- www/ruby-activeresource32/distinfo                            1.13
- www/ruby-rails32/distinfo                                    1.13

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:22:42 UTC 2013

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  Start update of Ruby on Rails 3.2.15.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:24:38 UTC 2013

  Modified Files:
  pkgsrc/devel/ruby-activesupport32: distinfo

  Log Message:
  Update ruby-activesupport32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing
    each_key method.

      *Murray Steele*

  * Add respond_to_missing? for TaggedLogging which is best practice when
    overriding method_missing. This permits wrapping TaggedLogging by another
    log abstraction such as em-logger.

      *Wolfram Arnold*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:26:02 UTC 2013

  Modified Files:
  pkgsrc/devel/ruby-activemodel32: distinfo

  Log Message:
  Update ruby-activemodel32 to

  ## Rails 3.2.15 (Oct 16, 2013) ##

  *  No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:27:20 UTC 2013

  Modified Files:
  pkgsrc/www/ruby-actionpack32: distinfo

  Log Message:
  Update ruby-actionpack32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for
    spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are
    set.

    Fixes #12410
    Backports #10844

    *Tamir Duberstein*

  * Fix the assert_recognizes test method so that it works when there are
    constraints on the querystring.

    Issue/Pull Request #9368
    Backport #5219

    *Brian Hahn*

  * Fix to render partial by context(#11605).

    *Kassio Borges*

  * Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
    does not show user-supplied message.

    Issue: when `assert_redirected_to` fails due to the response redirect not
    matching the expected redirect the user-supplied message (second parameter)
    is not shown. This message is only shown if the response is not a redirect.

    *Alexey Chernenkov*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:30:05 UTC 2013

  Modified Files:
  pkgsrc/databases/ruby-activerecord32: distinfo

  Log Message:
  Update ruby-activerecord32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * When calling the method .find_or_initialize_by_* from a collection_proxy it
    should set the inverse_of relation even when the entry was found on the db.

      *arthurnn*

  * Callbacks on has_many should access the in memory parent if a inverse_of is
    set.

      *arthurnn*

  * Fix `FinderMethods#last` unscoped primary key.

      Fixes #11917.

      *Eugene Kalenkovich*

  * Load fixtures from linked folders.

      *Kassio Borges*

  * When using optimistic locking, `update` was not passing the column to
    `quote_value` to allow the connection adapter to properly determine how to
    quote the value. This was affecting certain databases that use specific
    colmn types.

      Fixes: #6763

      *Alfred Wong*

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:31:00 UTC 2013

  Modified Files:
  pkgsrc/www/ruby-activeresource32: distinfo

  Log Message:
  Update ruby-activeresource32 to 3.2.15.

  ## Rails 3.2.15 (Oct 16, 2013) ##

  * No changes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:33:16 UTC 2013

  Modified Files:
  pkgsrc/mail/ruby-actionmailer32: distinfo

  Log Message:
  Update ruby-actionmailer32 to 3.2.15.

  CHANGELOG.md says "No changes." but it fixes possible dos vulnerability.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:34:47 UTC 2013

  Modified Files:
  pkgsrc/devel/ruby-railties32: distinfo

  Log Message:
  Update ruby-railties32 to 3.2.15.

  CHANGELOG.md says "No changes." but really it contains a few bug fixes.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct 18 15:38:03 UTC 2013

  Modified Files:
  pkgsrc/www/ruby-rails32: distinfo

  Log Message:
  Update ruby-rails32 to 3.2.15.

  This is a bug fix release and also contains one security fix.

(tron)

2013-10-28 20:49:14 UTC MAIN commitmail json YAML

Updated www/py-django to 1.5.5

(adam)

2013-10-28 20:13:55 UTC MAIN commitmail json YAML

Updated www/py-django to 1.5.5

(adam)

2013-10-28 20:12:40 UTC MAIN commitmail json YAML

Changes 1.5.5:
Django 1.5.5 fixes a couple security-related bugs and several other bugs in the 1.5 series.

Readdressed denial-of-service via password hashers
Django 1.5.4 imposes a 4096-byte limit on passwords in order to mitigate a denial-of-service attack through submission of bogus but extremely large passwords. In Django 1.5.5, we窶况e reverted this change and instead improved the speed of our PBKDF2 algorithm by not rehashing the key on every iteration.

Properly rotate CSRF token on login
This behaviour introduced as a security hardening measure in Django 1.5.2 did not work properly and is now fixed.

Bugfixes
Fixed a data corruption bug with datetime_safe.datetime.combine.
Fixed a Python 3 incompatability in django.utils.text.unescape_entities().
Fixed a couple data corruption issues with QuerySet edge cases under Oracle and MySQL.
Fixed crashes when using combinations of annotate(), select_related(), and only()

(adam)

2013-10-28 15:41:09 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.322

(wen)

2013-10-28 15:40:09 UTC MAIN commitmail json YAML

Update to 0.322

Upstream changes:
0.322    2013-10-28 08:00:35 America/New_York
          require a newer Getopt::Long to avoid --version conflicts

0.321    2013-10-26 07:44:19 America/New_York
          avoiding getting [undef] in argument list in Simple apps

          add --version support via version command (thanks, Jakob Voss!)

(wen)

2013-10-28 15:31:53 UTC MAIN commitmail json YAML

Updated devel/p5-Moose-Autobox to 0.15

(wen)

2013-10-28 15:30:54 UTC MAIN commitmail json YAML

Update to 0.15

Upstream changes:
0.15  Sun Oct 27 21:59:43 EDT 2013
    - hide internal packages from PAUSE
    - point repo/bugtracker at GitHub

0.14  Sun Oct 27 21:59:43 EDT 2013
    - typo fixes (dsteinbrunner)
    - repackage to drop MYMETA files
    - stop using 'use_ok' in tests

(wen)

2013-10-28 15:22:56 UTC MAIN commitmail json YAML

Removed devel/p5-MooseX-ChainedAccessors

(wen)

2013-10-28 15:21:04 UTC MAIN commitmail json YAML

Remove p5-MooseX-ChainedAccessors.

(wen)

2013-10-28 15:19:31 UTC MAIN commitmail json YAML

Remove p5-MooseX-ChainedAccessors, deprecated upstream, use p5-MooseX-Attribute-Chained instead.

(wen)

2013-10-28 14:26:59 UTC MAIN commitmail json YAML

Fix build problem on some platforms; FreeBSD and MirBSD.

For FreeBSD:

* Fix careless mistake of patch to configure.

For MirBSD (and possibly OpenBSD):

* Don't pass empy string (before semicolon to sed(1).
* Correct suffix for libruby's shared library.

No PKGREVISION bump since this is simply fix for build problem.

(taca)

2013-10-28 14:21:28 UTC MAIN commitmail json YAML

use GNU configure's as_echo_n instead (courtesy of obache)

(richard)

2013-10-28 13:53:32 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4249 - requested by taca
mail/roundcube: security update

Revisions pulled up:
- mail/roundcube/Makefile                                      1.60
- mail/roundcube/distinfo                                      1.34
- mail/roundcube/patches/patch-aa                              1.11

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Oct 22 03:21:45 UTC 2013

  Modified Files:
  pkgsrc/mail/roundcube: Makefile distinfo
  pkgsrc/mail/roundcube/patches: patch-aa

  Log Message:
  Update roundcube to 0.9.5.  This release contains fix for CVE-2013-6172.

  RELEASE 0.9.5
  -------------
  - Fix failing vCard import when email address field contains spaces (#1489386)
  - Fix default spell-check configuration after Google suspended their spell service
  - Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
  - Fix iframe onload for upload errors handling (#1489379)
  - Fix address matching in Return-Path header on identity selection (#1489374)
  - Fix text wrapping issue with long unwrappable lines (#1489371)
  - Fixed mispelling: occured -> occurred (#1489366)
  - Fixed issues where HTML comments inside style tag would hang Internet Explorer
  - Fix setting domain in virtualmin password driver (#1489332)
  - Hide Delivery Status Notification option when smtp_server is unset (#1489336)
  - Display full attachment name using title attribute when name is too long to display (#1489320)
  - Fix attachment icon issue when rare font/language is used (#1489326)
  - Fix expanded thread root message styling after refreshing messages list (#1489327)
  - Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319)
  - Fix error_reporting directive check (#1489323)
  - Fix de_DE localization of "About" label in Help plugin (#1489325)

(tron)

2013-10-28 13:26:54 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.3.0

(tsutsui)

2013-10-28 13:26:07 UTC MAIN commitmail json YAML

Update mlterm to 3.3.0.

pkgsrc changes:

- remove obsolete post-3.2.2 fixes
- adjust patches per changes in original files

Changes from doc/en/ReleaseNote:

ver 3.3.0
* Support framebuffer on NetBSD/x68k. (Thanks to NetBSD/x68k developers)
* Support Android. (Experimental)
* Update the colormap instead of searching the closest color when
  OSC 4 ; c ; spec changes RGB of the color number on framebuffer.
* Support OSC ? 80 h (disable sixel scrolling).
* Support U+XXXX-XXXX key in 'font' configuration file.
* Add "unicode_noconv_areas" (a.k.a --ucsnoconv) option.
* Add "allow_scp" (a.k.a --scp) option.
* Remove SWITCH_OSC52. (Use "proto:allow_osc52=switch" instead.)
* OSC 5383 reqests challenge sequence.
* Bug fixes:
  #70 (Thanks to Thomas Wolff)
  Fix the bug which disabled redrawing the margin area on framebuffer.
  Fix the bug of the transparent color of sixel graphics on win32.
  OSC 4 has an effect on RGB of the window background color.
  Send a sixel next line character (-) following a sixel dump.
  Fix the bug which disabled Mod+XXX shortcut key settings on win32.
  Fix the bug which erased the end character of each line in scrolling if DECSLRM
  set the right margin at the right end is fixed.
  Fix the bug of DL/IL which scrolled the screen instead of inserting or deleteing
  lines from the cursor position.
  Fix keypad '5' key (VK_CLEAR) on win32.
  Fix the bug of ignoring the next character after sixel graphics data.
  Fix the bug which makes the window smaller than necessary in resizing.
  Support wsdisplay of the BBGGRR format on NetBSD/OpenBSD. (Thanks to @oshimyja san)

(tsutsui)

2013-10-28 09:51:56 UTC MAIN commitmail json YAML

Updated www/py-webassets to 0.9.

(kleink)

2013-10-28 09:50:30 UTC MAIN commitmail json YAML

Update py-webassets to 0.9.

0.9 (2013-10-25)
    webassets now support Python 3, and drops support for Python 2.5.

    - Filter for Closure Soy templates (Michael Su).
    - less filter can output source maps (Riccardo Forina).
    - Support .pyc only deployments (Mike C. Fletcher).
    - Jade template filter (Roshambo).
    - YAMLLoader improvements (incl. C辿dric Reginster).
    - The gzip filter was removed.

(kleink)

2013-10-28 06:37:17 UTC MAIN commitmail json YAML

replace non-portable 'echo -n' utilisation with simple 'awk' statement

(richard)

2013-10-28 04:17:27 UTC MAIN commitmail json YAML

2013-10-28 04:17:02 UTC MAIN commitmail json YAML

Added math/minisat version 2.2.0

(asau)

2013-10-27 23:35:11 UTC MAIN commitmail json YAML

Updated math/gnumeric112 to 1.12.8

(wiz)

2013-10-27 23:35:01 UTC MAIN commitmail json YAML

Update to 1.12.8:

Gnumeric 1.12.8

Andreas:
* Update/fix documentation [#708679][#707075][#708556]
* Fix paste into locked cells [#702292]

Jean:
* Fix radio buttons behavior in covariance dialog. [#707595]
* Add a border around font selector in cell format dialog. [#708567]

Morten:
* Fix fuzzed file crash.  [#707875]
* Use lighter green for function markers.  [#708573]
* Fix item cursor problem.  [#709320]
* Fix win32 compilation.

(wiz)

2013-10-27 23:26:01 UTC MAIN commitmail json YAML

Updated misc/goffice0.10 to 0.10.8

(wiz)

2013-10-27 23:25:52 UTC MAIN commitmail json YAML

Update to 0.10.8:

goffice 0.10.8:

Jean:
* Do not destroy axes after adding a plot using a restricted set. [#708292]
* Don't crash when there are no x values for a moving average smoothing.
[#708562]
* Never redefine GtkJustfication, use GoJustification instead. [#709007]

Morten:
* Build fixes.
* Win32 work.
* Fix font selector crash.  [#709438]

(wiz)

2013-10-27 23:23:03 UTC MAIN commitmail json YAML

Updated textproc/grep to 2.15

(wiz)

2013-10-27 23:22:54 UTC MAIN commitmail json YAML

Update to 2.15:

* Noteworthy changes in release 2.15 (2013-10-26) [stable]

** Bug fixes

  grep's \s and \S failed to work with multi-byte white space characters.
  For example, \s would fail to match a non-breaking space, and this
  would print nothing: printf '\xc2\xa0' | LC_ALL=en_US.UTF-8 grep '\s'
  A related bug is that \S would mistakenly match an invalid multibyte
  character.  For example, the following would match:
    printf '\x82\n' | LC_ALL=en_US.UTF-8 grep '^\S$'
  [bug present since grep-2.6]

  grep -i would segfault on systems using UTF-16-based wchar_t (Cygwin)
  when converting an input string containing certain 4-byte UTF-8
  sequences to lower case.  The conversions to wchar_t and back to
  a UTF-8 multibyte string did not take surrogate pairs into account.
  [bug present since at least grep-2.6, though the segfault is new with 2.13]

  grep -E would segfault when given a regexp like '([^.]*[M]){1,2}'
  for any multibyte character M. [bug introduced in grep-2.6, which would
  segfault, but 2.7 and 2.8 had no problem, and 2.9 through 2.14 would
  hit a failed assertion. ]

  grep -F would get stuck in an infinite loop when given a search string
  that is an invalid byte sequence in the current locale and that matches
  the bytes of the input twice on a line.  Now grep fails with exit status 1.

  grep -P could misbehave.  While multi-byte mode is only supported by PCRE
  with UTF-8 locales, grep did not activate it.  This would cause failures
  to match multibyte characters against some regular expressions, especially
  those including the '.' or '\p' metacharacters.

** New features

  grep -P can now use a just-in-time compiler to greatly speed up matches,
  This feature is transparent to the user; no flag is required to enable
  it.  It is only available if the corresponding support in the PCRE
  library is detected when grep is compiled.

(wiz)

2013-10-27 23:19:11 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.15

(wiz)

2013-10-27 23:19:01 UTC MAIN commitmail json YAML

Update to 2.0.15:

Add an option to disable burying of reviews.

Added a "bury card" option to the review screen, and changed the
shortcut to bury a note to "=".

Added a new is:buried search, and is:suspend no longer shows buried
cards.

Added a new cid:<card id> search to search for a particular card
by its ID, and IDs are now shown in the Card Info screen.

Don't mark cards as modified when automatically burying, which
could potentially cause issues.

Increase sync timeout

When Anki detects the clock is wrong, it now shows how far it is
off.

Fix an issue working around a broken trash folder on Windows.

Fix problems double clicking on files to import when path contains
non-latin text, thanks to wlhuang.

Display a more informative error when the user's temp folder
permissions are wrong.

When double-clicking on a backup file to restore, skip the sync on
startup.

Log some scheduling operations to make it easier to debug issues.

(wiz)

2013-10-27 23:17:58 UTC MAIN commitmail json YAML

+ abcm2ps-7.6.3, calibre-1.8, grep-2.15, kid3-3.0, poppler-0.24.3,
  py-anki2-2.0.15, py-django-1.5.5, py-psutil-1.1.2, py-xattr-1.3.3,
  wordpress-3.7, x264-devel-20131026.

(wiz)

2013-10-27 23:13:18 UTC MAIN commitmail json YAML

Updated security/gnutls to 3.2.5

(wiz)

2013-10-27 23:13:09 UTC MAIN commitmail json YAML

Update to 3.2.5:

* Version 3.2.5 (released 2013-10-23)

** libgnutls: Documentation and build-time fixes.

** libgnutls: Allow the generation of DH groups of less than 700 bits.

** libgnutls: Added several combinations of ciphersuites with SHA256 and SHA384 as MAC,
as well as Camellia with GCM.

** libdane: Added interfaces to allow initialization of dane_query_t from
external DNS resolutions, and to allow direct verification of a certificate
chain against a dane_query_t. Contributed by Christian Grothoff.

** libdane: Fixed a buffer overflow in dane_query_tlsa(). This could be
triggered by a DNS server supplying more than 4 DANE records. Report and fix
by Christian Grothoff.

** srptool: Fixed index command line option. Patch by Attila Molnar.

** gnutls-cli: Added support for inline commands, using the
--inline-commands-prefix and --inline-commands options. Patch by Raj Raman.

** certtool: pathlen constraint is now read correctly. Reported by
Christoph Seitz.

** API and ABI modifications:
gnutls_certificate_get_crt_raw: Added
dane_verify_crt_raw: Added
dane_raw_tlsa: Added

* Version 3.2.4 (released 2013-08-31)

** libgnutls: Fixes when session tickets and session DB are used.
Report and initial patch by Stefan Buehler.

** libgnutls: Added the RSA-PSK key exchange. Patch by by Frank Morgner,
based on previous patch by Bardenheuer GmbH and Bundesdruckerei GmbH.

** libgnutls: Added ciphersuites that use ARCFOUR with ECDHE. Patch
by Stefan Buehler.

** libgnutls: Added the PFS priority string option.

** libgnutls: Gnulib included files are strictly LGPLv2.

** libgnutls: Corrected gnutls_certificate_server_set_request().
Reported by Petr Pisar.

** API and ABI modifications:
gnutls_record_set_timeout: Exported

(wiz)

2013-10-27 22:22:31 UTC MAIN commitmail json YAML

2013-10-27 22:00:15 UTC MAIN commitmail json YAML

Updated www/py-wtforms to 1.0.5.
Updated www/py-flask-wtf to 0.9.3.
Updated www/py-flask-admin to 1.0.7.

(kleink)

2013-10-27 21:58:30 UTC MAIN commitmail json YAML

Update py-flask-admin to 1.0.7.

Changes since 1.0.6:

* Python 3 compatibility fixes
* Redis CLI
* Dropped Flask-WTF dependency
* Upgraded to Select2 3.4.0
* Additional unit tests
* Separate loggers for each Flask-Admin component
* New, much more configurable datetime picker
* Spanish translation
* Form rendering rules
* Models: AJAX drop-down population for related models
* Models: Filter options can be translated
* Models: on_model_change now accepts third parameter is_created
* Models: New configurarion property form_extra_columns
* Models: Proper child field error highlighting
* Models: Save and continue button for edit views
* Models: FileUploadField and ImageUploadField
* Models: If Flask is running in debug mode, rethrow all exceptions
* Models: Backrefs are now displayed by default
* Models: If there are no models in the list view, message will be displayed
* MongoEngine: GridFS support for file and image uploads
* MongoEngine: Backend supports form_overrides, choices and other field
  configuration properties
* MongoEngine: URLField and EmailField are now searchable
* MongoEngine: Embedded document configuration
* SQLAlchemy: Backend was renamed as flask.ext.admin.contrib.sqla
* SQLAlchemy: Automatic join for many-to-many relations
* SQLAlchemy: Fixed ambiguous primary key when building complex search query
  in SQLAlchemy backend
* SQLAlchemy: Use joinedload for related model instead of subqueryload for
  performance reasons
* SQLAlchemy: Improved inline model handling logic
* SQLAlchemy: Initial multi-pk support for inherited models
* SQLAlchemy: BigInt filtering support

(kleink)

2013-10-27 21:55:23 UTC MAIN commitmail json YAML

Update py-flask-wtf to 0.9.3.

(No changelog for 0.9.3 supplied, but includes maintainer change.)

Version 0.9.2
-------------

Released 2013/9/11

- Upgrade wtforms to 1.0.5.
- No lazy string for i18n `#77`_.
- No DateInput widget in html5 `#81`_.
- PUT and PATCH for CSRF `#86`_.

.. _`#77`: https://github.com/lepture/flask-wtf/issues/77
.. _`#81`: https://github.com/lepture/flask-wtf/issues/81
.. _`#86`: https://github.com/lepture/flask-wtf/issues/86

Version 0.9.1
-------------

Released 2013/8/21

This is a patch version for backward compitable for Flask<0.10 `#82`_.

.. _`#82`: https://github.com/lepture/flask-wtf/issues/82

Version 0.9.0
-------------

Released 2013/8/15

- Add i18n support (issue #65)
- Use default html5 widgets and fields provided by wtforms
- Python 3.3+ support
- Redesign form, replace SessionSecureForm
- CSRF protection solution
- Drop wtforms imports
- Fix recaptcha i18n support
- Fix recaptcha validator for python 3
- More test cases, it's 90%+ coverage now
- Redesign documentation

(kleink)

2013-10-27 21:52:53 UTC MAIN commitmail json YAML

2013-10-27 21:52:17 UTC MAIN commitmail json YAML

Pull libxml2 explicitly in.

(joerg)

2013-10-27 21:51:02 UTC MAIN commitmail json YAML

Update py-wtforms to 1.0.5.

Version 1.0.5
-------------
Released September 10, 2013

- Fix a bug in validators which causes translations to happen once then
  clobber any future translations.
- ext.sqlalchemy / ext.appengine: minor cleanups / deprecation.
- Allow blank string and the string 'false' to be considered false values
  for BooleanField (configurable). This is technically a breaking change,
  but it is not likey to affect the majority of users adversely.
- ext.i18n form allows passing LANGUAGES to the constructor.

(kleink)

2013-10-27 21:22:59 UTC MAIN commitmail json YAML

2013-10-27 21:21:26 UTC MAIN commitmail json YAML

Update to 1.6.1. Reset PKGREVISION from 38 (!).
Upstream changes: 5+ years of development; try these links:
  http://www.shatters.net/celestia/161changes.txt
  http://www.shatters.net/celestia/features/160-features.html
  http://www.shatters.net/celestia/151changes.txt
  http://www.shatters.net/celestia/150-feature-summary.html

Restrictions:
  1. The Lua support still does not build, and given that I had to
      patch it to compile at all with Lua disabled it may not work all
      that well this way.
  2. The optional KDE (kde3) build is almost certainly broken; I will
      get to this in a few days if nobody beats me to it.

(dholland)

2013-10-27 20:47:53 UTC MAIN commitmail json YAML

NetBSD with native clang won't have libgcc, so fake a static library.
Avoids going to the great hacks in the build system to avoid it.

(joerg)

2013-10-27 20:41:49 UTC MAIN commitmail json YAML

2013-10-27 20:38:50 UTC MAIN commitmail json YAML

Wants pkg-config and the Qt build tools.

(joerg)

2013-10-27 20:38:25 UTC MAIN commitmail json YAML

Don't use -fno-check-new, it is the default behavior of GCC anyway.

(joerg)

2013-10-27 20:35:48 UTC MAIN commitmail json YAML

Drop -frename-registers. -finline-functions is the default for optimised
builds anyway.

(joerg)

2013-10-27 20:35:16 UTC MAIN commitmail json YAML

When extracting rpath options from the Fortran linker, qualify them with
-Wl before passing them to CC.

(joerg)

2013-10-27 20:34:00 UTC MAIN commitmail json YAML

2013-10-27 20:33:39 UTC MAIN commitmail json YAML

Fix rpath options to be passed down as linker flags.

(joerg)

2013-10-27 20:33:18 UTC MAIN commitmail json YAML

2013-10-27 20:32:56 UTC MAIN commitmail json YAML

2013-10-27 20:32:36 UTC MAIN commitmail json YAML

2013-10-27 20:31:58 UTC MAIN commitmail json YAML

2013-10-27 20:31:21 UTC MAIN commitmail json YAML

When extracting -R... from the Fortran link line, prefix it with -Wl
before passing it again to CC.

(joerg)

2013-10-27 20:30:44 UTC MAIN commitmail json YAML

2013-10-27 20:30:01 UTC MAIN commitmail json YAML

2013-10-27 20:29:44 UTC MAIN commitmail json YAML

Don't play with -fno-schedule-insns2 or -fno-strength-reduce.

(joerg)

2013-10-27 20:17:40 UTC MAIN commitmail json YAML

Fix configure test for expect library.

Also merge patch-aa into patch-af as patching same file.

(markd)

2013-10-27 20:05:14 UTC MAIN commitmail json YAML

Avoid -fgnu89-inline when using Clang

(adam)

2013-10-27 18:28:31 UTC MAIN commitmail json YAML

Updated www/py-flask-babelex to 0.9.1.

(kleink)

2013-10-27 18:27:33 UTC MAIN commitmail json YAML

Update py-flask-babelex to 0.9.1.

Changes since 0.8.1 (no changelog provided):
* Allow init_app to be called after package load;
* Merged with upstream (Flask-Babel), python 3 support

(kleink)

2013-10-27 18:20:49 UTC MAIN commitmail json YAML

Updated graphics/gnuplot to 4.6.4; databases/openldap to 2.4.37

(adam)

2013-10-27 18:18:49 UTC MAIN commitmail json YAML

Changes 2.4.37:
Added liblmdb nordahead environment flag
Fixed client tools CLDAP with IPv6
Fixed libldap CLDAP with IPv6
Fixed libldap lock ordering with abandon op
Fixed liblmdb segfault with mdb_cursor_del
Fixed liblmdb when converting to writemap
Fixed liblmdb assert on MDB_NEXT with delete
Fixed liblmdb wasted space on split
Fixed slapd cn=config with olcTLSProtocolMin
Fixed slapd-bdb/hdb optimize index updates
Fixed slapd-ldap chaining with cn=config
Fixed slapd-ldap chaning with controls
Fixed slapd-mdb optimize index updates
Fixed slapd-meta chaining with cn=config
Fixed slapo-constraint to no-op on nonexistent entries
Fixed slapo-dds assert on startup
Fixed slapo-memberof to not replicate internal ops
Fixed slapo-refint to not replicate internal ops
Build Environment
Fixed slapd-mdb ptr arithmetic on void *s
Documentation
ldapsearch(1) minor typo fix
slapd-passwd(5) minor typo fix

(adam)

2013-10-27 18:17:14 UTC MAIN commitmail json YAML

Changes 4.6.4:
* NEW Ctrl-Break interrupts fitting run in wgnuplot
* CHANGE treat empty fields in a csv file as "missing" rather than "bad"
* CHANGE allow reference to more than one column header in 'using' or 'title'
* CHANGE install-info is no longer a default "make install" target
* CHANGE if a polar plot is autoscaled, try to place the origin at the center
* FIX svg and canvas terminal mousing of inverted axis coordinates
* FIX emf failed to initialize font correctly on some systems
* FIX timedata columns can now be referred to via column(N) and column("HEAD")
* FIX qt terminal toggling of enhanced text elements in plot with labels
* FIX color/pattern generated for key entries of columnstacked histograms
* FIX hitting ^C twice forces temination of wxt session hung by lost X-server
* FIX win terminal failed to properly adjust plot border after window resize
* FIX several conditions in which macros were not expanded during command input
* FIX promote a string containing only digits to INTGR rather than CMPLX
* FIX 'set grid front' caused failure to initialize location of axis zero point
* FIX very poor precision in mouse coords reported by x11 in -persist mode
* FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
* FIX memory leak of cropped images using pngcairo terminal
* FIX "lc variable" now iterates over linetype colors (not styles) as documented
* FIX rtics were sometimes drawn with length 0

(adam)

2013-10-27 17:17:57 UTC MAIN commitmail json YAML

Make lua support optional. Leave it enabled right now, even though it
doesn't build, in the hopes that somone will take it in hand; it needs
to be updated to match the new lua version.

(dholland)

2013-10-27 16:33:26 UTC MAIN commitmail json YAML

Make this build on Mac OS X 10.7.x - the linker needs ranlink ran
(via ar), else it will fail to link.

OK joerg@

(hubertf)

2013-10-27 15:03:33 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Scrubber to 0.11

(wen)

2013-10-27 15:02:18 UTC MAIN commitmail json YAML

Update to 0.11
Add LICENSE

Upstream changes:
0.11      2013-10-11 15:11:59 Europe/London

0.10      2013-09-27 15:05:03 Europe/London
    - RT3008 Changed examples to be XSS free
    - RT19063, RT25477 fixed handling of self closing tags,
      for example '<hr />'
    - * attribute rule can be a regexp
    - callbacks in rules to check or adjust attributes with
      custom code (RT15747)

(wen)

2013-10-27 14:54:23 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Quoted to 0.04

(wen)

2013-10-27 14:53:12 UTC MAIN commitmail json YAML

Update to 0.04

Upstream changes:
0.04    Tue May 21 11:52:10 PDT 2013

    * add combine_hunks method (RJBS)

(wen)

2013-10-27 13:32:14 UTC MAIN commitmail json YAML

Updated www/p5-HTML-FormFu to 0.09010

(wen)

2013-10-27 13:31:04 UTC MAIN commitmail json YAML

Update to 0.09010
Update DEPENDS

Upstream changes:
0.09010 2012-10-05

    - Internal changes - all Repeatable/nested_name munging is moved out of
      HTML::FormFu::Element::Repeatable into individual constraints

0.09009 2012-09-29
    - Make sure object can('checked') before calling checked() (colinnewell)
    - Updated Repeatable control to update id_field on DBIC::Unique if present
    - Added support for arbitrary elements within Multi blocks so that they
      don't need to support methods like _striing_field and label etc.
    - ComboBox new get_select_field_nested_name(), get_text_field_nested_name()
      accessors.
    - Fieldset new legend_attributes() method.
    - New form_error_message_class() method.
    - Constraint 'when' callback now receives $constraint as 2nd argument.

0.09007 2012-01-23
    - bump MooseX::Attribute::Chained version

0.09006 2012-01-23
    - fixed deprecation warnings of MX::Attribute::Chained (bricas)
    - Added placeholder attributes for types Text and Textarea with L10N support.
    - Added L10N support for 'prefix' attributes for types Date and DateTime.
    - Added 'attributes' support to types Date and DateTime.

(wen)

2013-10-27 13:17:30 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Attribute-Chained version 1.0.1

(wen)

2013-10-27 13:15:46 UTC MAIN commitmail json YAML

Add p5-MooseX-Attribute-Chained

(wen)

2013-10-27 13:12:55 UTC MAIN commitmail json YAML

Import MooseX-Attribute-Chained-1.0.1 as devel/p5-MooseX-Attribute-Chained.

MooseX::Attribute::Chained is a Moose Trait which allows for method chaining
on accessors by returning $self on write/set operations.

(wen)

2013-10-27 13:01:51 UTC MAIN commitmail json YAML

Updated databases/lua-tokyocabinet to 1.10

(obache)

2013-10-27 13:01:33 UTC MAIN commitmail json YAML

2013-10-27 12:51:30 UTC MAIN commitmail json YAML

Updated databases/java-tokyocabinet to 1.24

(obache)

2013-10-27 12:51:15 UTC MAIN commitmail json YAML

2013-10-27 12:49:27 UTC MAIN commitmail json YAML

Updated databases/ruby-tokyocabinet to 1.31

(obache)

2013-10-27 12:49:13 UTC MAIN commitmail json YAML

2013-10-27 12:46:50 UTC MAIN commitmail json YAML

Updated databases/p5-tokyocabinet to 1.34

(obache)

2013-10-27 12:46:28 UTC MAIN commitmail json YAML

2013-10-27 11:50:43 UTC MAIN commitmail json YAML

Updated devel/p5-autobox to 2.82

(wen)

2013-10-27 11:49:50 UTC MAIN commitmail json YAML

Update to 2.82

Upstream changes:
2.82 Sat Oct 26 12:44:52 2013
    - simplify test to avoid portability woes

2.81 Sat Oct 26 11:32:31 2013
    - fix failing test on Windows

2.80 Fri Oct 25 19:32:12 2013
    - RT #71777: fix segfault in destructor called during global destruction (thanks, Tomas Doran)
        - added t/rt_71777.t

(wen)

2013-10-27 11:39:39 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.50

(wen)

2013-10-27 11:38:44 UTC MAIN commitmail json YAML

Update to 4.50

Upstream changes:
4.50  2013-10-22
  - Deprecated Mojo::UserAgent::app in favor of
    Mojo::UserAgent::Server::app.
  - Deprecated Mojo::UserAgent::app_url in favor of
    Mojo::UserAgent::Server::url.
  - Deprecated Mojo::UserAgent::detect_proxy in favor of
    Mojo::UserAgent::Proxy::detect.
  - Deprecated Mojo::UserAgent::http_proxy in favor of
    Mojo::UserAgent::Proxy::http.
  - Deprecated Mojo::UserAgent::https_proxy in favor of
    Mojo::UserAgent::Proxy::https.
  - Deprecated Mojo::UserAgent::no_proxy in favor of
    Mojo::UserAgent::Proxy::not.
  - Deprecated Mojo::UserAgent::need_proxy in favor of
    Mojo::UserAgent::Proxy::is_needed.
  - Deprecated Mojo::UserAgent::name in favor of
    Mojo::UserAgent::Transactor::name.
  - Added modules Mojo::UserAgent::Proxy and Mojo::UserAgent::Server.
  - Added proxy and server attributes to Mojo::UserAgent.
  - Removed deprecated attrs method from Mojo::DOM.
  - Improved Mojo::Message to allow max_message_size check to be disabled.
  - Fixed small assignment bug in content helper.

(wen)

2013-10-27 11:18:49 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3119

(wen)

2013-10-27 11:16:33 UTC MAIN commitmail json YAML

Update to 1.3119

Upstream changes:
1.3119 26.10.2013

    [ ENHANCEMENTS ]
    * GH #965: Serializer also serialize content for DELETE.
        (reported by Achim Adam)

    [ BUG FIXES ]
    * GH #959: hash randomization could cause .pl MIME to vary and test
        to fail. (Olof Johansson)
    * GH #961: fix bug in require_environment's logic. (reported by
        sapphirecat)

    [ DOCUMENTATION ]
    * GH #962: Improvements of the Dancer::Test docs. (Tom Hukins)

(wen)

2013-10-27 09:01:29 UTC MAIN commitmail json YAML

Updated devel/p5-Mo to 0.37

(wen)

2013-10-27 08:59:58 UTC MAIN commitmail json YAML

Update to 0.37

Upstream changes:
version: 0.37
date:    Fri Oct 25 21:46:59 MYT 2013
changes:
- Bugfix: Run Test::Compile tests as xt as they require optional dependencies to be present (GH issue #22)
- Testing: Added Travis-CI integration
- Makefile: Added target to update version on all packages
---
version: 0.36
date:    Sun Oct 20 04:44:42 MYT 2013
changes:
- Move the distribution to Dist::Zilla

(wen)

2013-10-27 06:50:47 UTC MAIN commitmail json YAML

celestia-1.6.1 has been out for a while (but it doesn't work with the
latest lua either)

(dholland)

2013-10-26 23:30:53 UTC MAIN commitmail json YAML

Remove obsolete --with-static-rnd=auto, as suggested by Andreas Gustafsson
in PR 48345.

(wiz)

2013-10-26 23:30:29 UTC MAIN commitmail json YAML

Remove obsolete --with-static-rnd=auto as suggested by Andreas Gustafsson
in PR 48345.

(wiz)

2013-10-26 23:24:40 UTC MAIN commitmail json YAML

2013-10-26 23:23:42 UTC MAIN commitmail json YAML

2013-10-26 22:29:40 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.24.0

(jnemeth)

2013-10-26 22:29:22 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.24.0: this is a general bugfix release:

The Asterisk Development Team has announced the release of Asterisk 1.8.24.0.

The release of Asterisk 1.8.24.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix a longstanding issue with MFC-R2 configuration that
      prevented users

* --- Fix Not Storing Current Incoming Recv Address

* --- Fix Segfault When Syntax Of A Line Under [applicationmap] Is
      Invalid

* --- Tolerate presence of RFC2965 Cookie2 header by ignoring it

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.24.0

Thank you for your continued support of Asterisk!

(jnemeth)

2013-10-26 22:04:57 UTC MAIN commitmail json YAML

Don't use -fno-check-new, it is the default behavior of GCC anyway.

(joerg)

2013-10-26 22:03:50 UTC MAIN commitmail json YAML

Rpath is a linker option, prefix it with -Wl when necessary.

(joerg)

2013-10-26 20:27:22 UTC MAIN commitmail json YAML

2013-10-26 19:44:34 UTC MAIN commitmail json YAML

2013-10-26 15:31:26 UTC MAIN commitmail json YAML

Newer versions of OSX don't ship with gnutar. From Jan Danielsson.

(joerg)

2013-10-26 15:10:57 UTC MAIN commitmail json YAML

2013-10-26 14:46:51 UTC MAIN commitmail json YAML

Added lang/asn1c version 0.9.24 [sno 2013-10-26]

(sno)

2013-10-26 14:44:32 UTC MAIN commitmail json YAML

Added lang/asn1c version 0.9.24

(sno)

2013-10-26 14:44:12 UTC MAIN commitmail json YAML

Adding package for ASN.1 to C compiler asn1c from Lev Walkin version
0.9.24 into lang/asn1c.

The asn1c is a free, open source compiler of ASN.1 specifications into C
source code. It supports a range of ASN.1 syntaxes, including ISO/IEC/ITU
ASN.1 1988, '94, '97, 2002 and later amendments. The supported sets of
encoding rules are

  * BER: ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002) (BER/DER/CER).
  * PER: X.691|8825-2 (2002) (PER).
  * XER: X.693|8825-3 (2001) (BASIC-XER/CXER).

The compiler was written specifically to address security concerns while
providing streaming decoding capabilities.

(sno)

2013-10-26 13:44:26 UTC MAIN commitmail json YAML

Updated www/ruby-sinatra to 1.4.4

(obache)

2013-10-26 13:44:11 UTC MAIN commitmail json YAML

Update ruby-sinatra to 1.4.4.

= 1.4.4 / 2013-10-21

* Allow setting layout to false in specifically for a singe rendering engine.
  (Matt Wildig)

* Allow using wildcard in argument passed to `request.accept?`. (wilkie)

* Treat missing Accept header like wild card. (Patricio Mac Adden)

* Improve tests and documentation. (Dar鱈o Javier Cravero, Armen P., michelc,
  Patricio Mac Adden, Matt Wildig, Vipul A M, utenmiki, George Timoschenko,
  Diogo Scudelletti)

* Fix Ruby warnings. (Vipul A M, Patricio Mac Adden)

* Improve self-hosted server started by `run!` method or in classic mode.
  (Tobias B端hlmann)

* Reduce objects allocated per request. (Vipul A M)

* Drop unused, undocumented options hash from Sinatra.new. (George Timoschenko)

* Keep Content-Length header when response is a `Rack::File` or when streaming.
  (Patricio Mac Adden, George Timoschenko)

* Use reel if it's the only server available besides webrick. (Tobias B端hlmann)

* Add `disable :traps` so setting up signal traps for self hosted server can be
  skipped. (George Timoschenko)

* The `status` option passed to `send_file` may now be a string. (George
  Timoschenko)

* Reduce file size of dev mode images for 404 and 500 pages. (Francis Go)

(obache)

2013-10-26 13:39:37 UTC MAIN commitmail json YAML

It needs bison to build.

(asau)

2013-10-26 13:39:02 UTC MAIN commitmail json YAML

Updated textproc/groonga to 3.0.8

(obache)

2013-10-26 13:38:40 UTC MAIN commitmail json YAML

Update groonga to 3.0.8.

News
====

Release 3.0.8 - 2013/09/29
--------------------------

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

* [admin] Improved error handling of select functionality. This change shows error message
  and hides loading dialog. [Patch by orangain]
* [admin] Improved to submit search form with the enter key. [Patch by orangain]
* [admin] Improved to show placeholder in search form.
  This change shows usage examples. [Patch by orangain]
* [httpd] Supported :ref:`groonga-query-log-path` directive
* [doc] Updated :doc:`/reference/commands/select` documentation about the number of
  hits in select response.
* Improved to ignore an empty token which is generated by continuous spaces from tokenizer.
  [groonga-dev,01729] [Suggested by Naoya Murakami]
* [token delimit] Improved to treat continuous spaces as a space.
  The tokenizer regards 2 or more spaces are valid input.
* [doc] Added note about indexes for each column vs indexes for multiple column.
* [doc] Added language annotation to source label. [groonga-dev,01751] [Suggested by Kazuhiro Isobe]
* Supported :ref:`cascade-delete` to referenced records. In previous version,
  You got an error for the operation.
* [doc] Updated documentation location in README. [groonga-dev,01800] [Reported by Kazuhiro Isobe]
* [experimental] Added :doc:`/reference/commands/ruby_eval` command.
* [doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]

Fixes
^^^^^

* [admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.

Thanks
^^^^^^

* orangain
* Naoya Murakami
* Kazuhiro Isobe

Release 3.0.7 - 2013/08/29
--------------------------

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

* [doc] Added API documentation. [groonga-dev,01593]
  [GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
  [Patch by whombx]
* [table_remove] Improved not to remove patricia trie table or hash table
  which is still referenced. This change avoids that referenced table is removed accidentally.
* Improved to just ignore too long token (4096 bytes or more).
  This change affects when it is registered. In the previous version, it is treated as an
  error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]
* Improved to show actual discarded posting term in log message.
  [groonga-dev,01621] [Reported by Naoya Murakami]
* [httpd] Supported loading data using POST method. [GitHub#101]
  [Patch by Motoi Washida]
* [httpd] Supported groonga log as ``groonga_log_path`` directive.
* [httpd] Supported groonga log level as ``groonga_log_level`` directive.
* [httpd] Supported customizing cache limit as ``groonga_cache_limit`` directive.

Fixes
^^^^^

* Fixed a bug that error in expression may cause stack overflow.
  This change avoids that groonga crashes suddenly as a result of error accumlation.
* Fixed a crash bug that offline index construction for vector column which has
  orphan reference causes.
* Fixed a bug that groonga doesn't exit on error while daemon mode starts.
  For example, ``groonga -d /tmp/non-existence.db`` reproduce this bug.
* [dump] Fixed a bug that wrong table type is dumped.
  This bug occurs when table type is TABLE_PAT_KEY and key is reference type.
* Fixed a bug that the default ``--cache-limit`` value is 0.
  The default value is changed to '100'.
* Fixed a memory leak when :doc:`/reference/functions/sub_filter` is used.
* [doc] Fixed description of defrag command. [Reported by @naoina]
* [doc] Fixed description about the way to contribute. [GitHub#77]
  [Patch by Masafumi Yokoyama]
* [plugin] Fixed a crash bug on multiple DB open case.
  This bug affects the case that multiple plugin is used and the same database is opened from
  multiple process. [groonga-dev,01596] [Reported by Naoya Murakami]
* Fixed a bug that nested match operation after ``AND`` operator doesn't work.
  The ``select ... --filter '... && nested.column @ "keyword"'`` query reproduces this bug.
  [groonga-dev,01599] [Reported by Motoi Washida]
* [doc] Fixed a typo about documentation of special characters.
  [Reported by Genki Takiuchi]
* Fixed a typo in error message when invalid character is given.
  [Reported by YOSHIDA Mitsuo]

Thanks
^^^^^^

* whombx
* @naoina
* Masafumi Yokoyama
* Motoi Washida
* Genki Takiuchi
* YOSHIDA Mitsuo

(obache)

2013-10-26 12:58:03 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.9.1

(obache)

2013-10-26 12:57:40 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.9.1.

### 0.9.1 / 24.10.2013

Date:  Thu Oct 24 09:41:50 2013 +0300

* Add support for worksheet visibility

(obache)

2013-10-26 12:18:47 UTC MAIN commitmail json YAML

python25 is not in pkgsrc now.

(obache)

2013-10-26 12:15:59 UTC MAIN commitmail json YAML

drop maintainership.

I've just imported py-ipython for update of devel/accerciser, not interesting to
itself. Furthermore, pacaginf of py-ipython012 and py-ipython013 are not by me.

(obache)

2013-10-26 05:28:43 UTC MAIN commitmail json YAML

update mit-krb5 builtin for solaris and better krb5-config support

(richard)

2013-10-26 00:28:02 UTC MAIN commitmail json YAML

2013-10-25 22:24:58 UTC MAIN commitmail json YAML

Include compiler.mk before checking PKGSRC_COMPILER.

(wiz)

2013-10-25 21:48:16 UTC MAIN commitmail json YAML

2013-10-25 21:47:51 UTC MAIN commitmail json YAML

2013-10-25 21:47:20 UTC MAIN commitmail json YAML

2013-10-25 21:46:27 UTC MAIN commitmail json YAML

Override the test for clang -R support as it gets broken by the
wrappers.

(joerg)

2013-10-25 20:27:31 UTC MAIN commitmail json YAML

Updated databases/tokyocabinet to 1.4.48

(jperkin)

2013-10-25 20:27:18 UTC MAIN commitmail json YAML

Update to 1.4.48.  Add patches to fix build on OSX.

Changes since 1.4.46:

  * tcadb.cc (tcadbmisc): compilation warnings ware supressed.
  * tchdb.cc (tchdbfbpmerge): size checking was added.
  * tcbdb.cc (tcbdbrangeimpl): a bug of dead locking was fixed.

(jperkin)

2013-10-25 14:32:57 UTC MAIN commitmail json YAML

2013-10-25 14:11:13 UTC MAIN commitmail json YAML

Some Linux systems now use DT_RUNPATH, so match it here as well.

(joerg)

2013-10-25 13:59:27 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20131025

(jperkin)

2013-10-25 13:53:04 UTC MAIN commitmail json YAML

Use the compiler front-end to generate shared libraries on OSX - the
native linker uses different arguments compared to GNU ld.  Fixes various
builds.

Bump version to 20131025.

(jperkin)

2013-10-25 13:00:06 UTC MAIN commitmail json YAML

Updated graphics/lensfun to 0.2.8

(adam)

2013-10-25 12:59:08 UTC MAIN commitmail json YAML

Changes 0.2.8:
Another minor maintenance release. Most fixes were related to the build system.
But as always we have many(!) new lens profiles.

(adam)

2013-10-25 11:15:42 UTC MAIN commitmail json YAML

Note update of contao packages:

www/contao211 2.11.12nb1
www/contao31 3.1.4nb1

(taca)

2013-10-25 11:14:44 UTC MAIN commitmail json YAML

Don't mechanically install .htaccess.  It accidently block glogal setting
of httpd.conf.

Bump PKGREVISION.

(taca)

2013-10-25 11:14:10 UTC MAIN commitmail json YAML

Don't mechanically install .htaccess.  It accidently block glogal setting
of httpd.conf.

Bump PKGREVISION.

(taca)

2013-10-25 10:53:44 UTC MAIN commitmail json YAML

+ gitolite-3.5.3.1 (3.5.3 IS vulnerable).

(obache)

2013-10-25 10:49:23 UTC MAIN commitmail json YAML

Add conditions for NetBSD, especially fixes build on NetBSD-current.

(obache)

2013-10-25 10:21:57 UTC MAIN commitmail json YAML

Do not enable aqua on OSX when using modular X11, avoids file conflicts
with libX11.  Bump PKGREVISION.

(jperkin)

2013-10-25 09:43:20 UTC MAIN commitmail json YAML

Fix build on SunOS.  Add LICENSE.  Patch from Thomas Merkel.

(jperkin)

2013-10-25 09:03:13 UTC MAIN commitmail json YAML

2013-10-25 08:14:32 UTC MAIN commitmail json YAML

Updated graphics/enblend-enfuse to 4.1.2

(adam)

2013-10-25 08:13:04 UTC MAIN commitmail json YAML

Changes 4.1.2:
** Bug Fixes
- [Enblend and Enfuse] Fix a bug in the highlight-recovery that caused
  Enfuse to bail out with the uncaught exception
    "Minimizer1D::set_bracket: minimum not bracketed".
  This addresses LaunchPad Bug 1214004.
- [Enfuse] Clean up seemingly random, bright-colored pixels that
  sometimes show up when fusing images with high contrast and "large"
  color profiles.

(adam)

2013-10-25 07:24:13 UTC MAIN commitmail json YAML

2013-10-25 06:53:34 UTC MAIN commitmail json YAML

2013-10-25 06:41:47 UTC MAIN commitmail json YAML

2013-10-25 06:30:28 UTC MAIN commitmail json YAML

2013-10-25 06:25:18 UTC MAIN commitmail json YAML

Update to 1.22.
Does not include all the changes in PR 45318, some of which need
further investigation.

pkgsrc changes:
  - update MASTER_SITES and HOMEPAGE
  - remove LP64 restriction (LP64 platforms are supported using -m32)
  - add destdir support (provided by upstream) and lift BROKEN
  - remove some pkglint
  - mark MAKE_JOBS_SAFE=no
  - add readline.bl3.mk
  - patch-ag was applied upstream
  - remove patch-ah and handle the issue involved a cleaner way

Caution: so far the LP64 build does not actually work yet, -m32
notwithstanding; it dies with
  PreludeList.init: empty list
  PreludeList.init: empty list
  PreludeList.init: empty list
i386 works though.

Upstream changes:

nhc98 1.22 (2010-07-09) features

    There are no new features, just an update to the current set of
    libraries as of the release date.

nhc98 1.20 (2007-11-22) features

    New: Pattern guards are supported.
    New: More hierarchical libraries have been added to the base package.
    Bugfix: Now builds on 64-bit machines (in 32-bit mode)
    Bugfix: Newer version of hmake (3.13)
    Bugfix: The evil mangler is now less evil (and more robust)
    Bugfix: Add a workaround for the hi-membug that caused build
            failures on many recent Linux platforms.
    Bugfix: Lexical error on varid _2a is fixed.
    Bugfix: Renaming bug in newtype A a = A a.
    Bugfix: hp2graph problem with x-axis resolution in interval (-i) sampling.
    Bugfix: hp2graph end-of-file parsing bug.
    New: The runtime system code is now documented using funnelweb.

(dholland)

2013-10-25 04:09:14 UTC MAIN commitmail json YAML

2013-10-24 22:18:03 UTC MAIN commitmail json YAML

2013-10-24 21:19:12 UTC MAIN commitmail json YAML

2013-10-24 19:25:43 UTC MAIN commitmail json YAML

2013-10-24 18:31:12 UTC MAIN commitmail json YAML

2013-10-24 17:48:53 UTC MAIN commitmail json YAML

2013-10-24 12:44:28 UTC MAIN commitmail json YAML

Updated games/py-renpy to 6.15.7nb1

(ryoon)

2013-10-24 12:43:52 UTC MAIN commitmail json YAML

Use devel/py-game instead.

(ryoon)

2013-10-24 12:32:38 UTC MAIN commitmail json YAML

2013-10-24 12:20:46 UTC MAIN commitmail json YAML

Remove obsolete patch and regen distinfo.
checksum for tar ball is fixed.

(ryoon)

2013-10-24 12:09:45 UTC MAIN commitmail json YAML

Updated devel/py-game to 1.9.1

(ryoon)

2013-10-24 12:08:22 UTC MAIN commitmail json YAML

Update to 1.9.1

Changelog:
1.9.1
Support for setuptools-based installs was fixed.

1.9.0
Many fixes and improvements were made. More changes have gone
into this release than any other pygame release. Experimental camera
webcam, midi, and gfxdraw modules were added. Bugfixes were made
for backwards compatibility issues introduced in the pygame 1.8.x
series. Old games like solarwolf and libraries like PGU work again.
Py3k and Nokia mobile phone S60 are supported. Mac OS X support
was improved by dropping the pyobjc dependency, improving the
installer, and making sysfont work. pygame.examples and pygame.tests
are available as modules. The examples were cleaned up. py2app and
py2exe support were improved.

(ryoon)

2013-10-24 12:03:59 UTC MAIN commitmail json YAML

Remove py-pygame line

(ryoon)

2013-10-24 12:03:00 UTC MAIN commitmail json YAML

Remove py-pygame

(ryoon)

2013-10-24 12:02:44 UTC MAIN commitmail json YAML

2013-10-24 12:01:46 UTC MAIN commitmail json YAML

2013-10-24 11:34:49 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-10-24 11:31:22 UTC MAIN commitmail json YAML

2013-10-24 11:31:10 UTC MAIN commitmail json YAML

Update ssmtp to 2.64.  Changeset from Thomas Merkel.

Changes since 2.61 are difficult to ascertain.  There is no useful
upstream changelog, and the full Debian one primarily includes
packaging changes only.  However, there appear to have at least been
some security fixes.

(jperkin)

2013-10-24 11:01:03 UTC MAIN commitmail json YAML

2013-10-24 11:00:49 UTC MAIN commitmail json YAML

Update puf to 1.0.0.  Changeset from Thomas Merkel.

Changes since puf-0.93.2a:

1.0.0 (16 Oct 2005)
    - Fixed command line parsing error that caused -d to be taken as -dc
    - -r[+[+]] doesn't imply -p any more, but it advances -p to -pr[+[+]]
    - The scope of URL-based switches can be limited with brackets now
    - The file supplied to -i is now interpreted as a generic command file
      with one command line switch (incl. argument) or URL per line
    - Dropped SPEC format - use -O and the new -xy/-xyy switches instead
    - $http_proxy is now obeyed if no proxies are specified with -y/-iy
    - Scope of -O switch unified with other URL-based switches
    - Made -O buffer output when dumping multiple sources to one target
    - Added support for "-O -"
    - Added -A, -R, -D, -Dl, -Dr, -xr, -xu, -xs, -xo and -xO switches
    - Removed -xe switch
    - -xE now enumerates per occurrence of -P
    - Vast performance improvements of large downloads
    - Automatically %-escape [invalid] spaces in URLs
    - Various bug fixes
    - Change of versioning scheme to something more reasonable

0.93.3 (20 May 2004)
    - Don't retry after HTTP errors 403 and 404. Added -xT switch to
      enforce the old behaviour (for some really broken servers)
    - Don't spawn a separate process for every DNS lookup, but use a
      pool of DNS helper processes instead
    - Added -xh and -dc switches
    - Fixed file corruption on CygWin

(jperkin)

2013-10-24 10:53:28 UTC MAIN commitmail json YAML

2013-10-24 10:39:41 UTC MAIN commitmail json YAML

Updated security/sslproxy to 1.1.2

(jperkin)

2013-10-24 10:39:24 UTC MAIN commitmail json YAML

Update to 1.1.2.  Changeset from Sebastian Wiedenroth.

Changes since 1.0.5:

  * SunOS build fix
  * An other client info bugfix
  * Client info bugfixes
  * Client info option
  * Client certificate validation
  * Some cleanup in the client side connection code
  * Type conversion to compile cleanly on OS X

(jperkin)

2013-10-24 10:31:02 UTC MAIN commitmail json YAML

2013-10-24 10:10:21 UTC MAIN commitmail json YAML

2013-10-24 09:49:23 UTC MAIN commitmail json YAML

Add libnsl on SunOS.  Fix from Thomas Merkel.

(jperkin)

2013-10-24 09:48:00 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:45:35 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:43:49 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:40:39 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Fix from Thomas Merkel.

(jperkin)

2013-10-24 09:38:25 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Thomas Merkel.

(jperkin)

2013-10-24 09:35:10 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:32:08 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Fix from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:30:40 UTC MAIN commitmail json YAML

Fix CFLAGS and LDFLAGS on SunOS.  Fix from Sebastian Wiedenroth.

(jperkin)

2013-10-24 09:06:05 UTC MAIN commitmail json YAML

+ patch-jpeglib.h (hi joerg!)

(wiz)

2013-10-24 08:48:09 UTC MAIN commitmail json YAML

Switch to openjade, since jade was removed (untested)

(wiz)

2013-10-24 06:24:27 UTC MAIN commitmail json YAML

2013-10-24 06:23:35 UTC MAIN commitmail json YAML

pkglint is written in perl; it should depend on perl and not just some
perl modules. (fix USE_TOOLS to have perl:run instead of just perl)

(dholland)

2013-10-24 06:08:45 UTC MAIN commitmail json YAML

fixes i486 magic condition.

(obache)

2013-10-24 04:54:15 UTC MAIN commitmail json YAML

restore ncurses dependency fix, it had been lost at updated to 2.8.12.

(obache)

2013-10-24 04:50:57 UTC MAIN commitmail json YAML

Remove patch for NetBSD to ride on Linux condition.

NetBSD condition exists since 2.8.11, and current linux condition part
including fenv.h, it does not exist on NetBSD<6 and  not usable except
arm, i386, sparc and x86_64 even on NetBSD-current.

(obache)

2013-10-24 03:38:02 UTC MAIN commitmail json YAML

2013-10-23 20:33:23 UTC MAIN commitmail json YAML