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 (29m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 13:49:27 UTC Now

2015-01-11 15:31:14 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Readme to 1.1.2

(wen)

2015-01-11 15:29:44 UTC MAIN commitmail json YAML

2015-01-11 14:08:34 UTC MAIN commitmail json YAML

2015-01-11 14:07:48 UTC MAIN commitmail json YAML

Make python33 and 34 build under Mac OS X by copying over compat hack from
python27. From J. Lewis Muir.

Note that the correct way to solve this is to do this in the Darwin
specific config files, but until that has landed, this at least fixes the
build.

(bsiegert)

2015-01-11 13:52:42 UTC MAIN commitmail json YAML

Fixes by obache@ and wiz@ from wip/csvkit were applied

(cheusov)

2015-01-11 13:35:25 UTC MAIN commitmail json YAML

Added textproc/csvkit version 0.9.0

(cheusov)

2015-01-11 13:27:00 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.2.4

(adam)

2015-01-11 13:26:04 UTC MAIN commitmail json YAML

2015-01-11 11:48:08 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Escapes to 1.07

(wen)

2015-01-11 11:47:18 UTC MAIN commitmail json YAML

Update to 1.07

Upstream changes:
1.07 2014-12-09 NEILB

    - All changes from Ken Williamson as part of EBCDIC work for 5.22
    - Fix typo in comment
    - Reorder structure definitions
    - Fill %Name2character better for EBCDIC
    - Generalize for EBCDIC
    - doc clarification

1.06_01 2014-12-05 NEILB

    - A bunch of changes from KHW++ for EBCDIC support.
    - Doing a developer release first, to make sure everything's good
      from CPAN Testers.

(wen)

2015-01-11 11:44:26 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Elemental to 0.103004

(wen)

2015-01-11 11:42:28 UTC MAIN commitmail json YAML

Update to 0.103004
Update DEPENDS

Uptream changes:
0.103004  2014-12-26 22:31:16-05:00 America/New_York
        - fix a regression in 0.103003, in which Nonpod paragraphs were not
          converted into Pod5::Nonpod paragraphs by the Pod5 transformer

0.103003  2014-12-23 21:11:26-05:00 America/New_York
        - remove use of Moose::Autobox

0.103002  2014-10-27 21:12:54-04:00 America/New_York
        - make classes immutable to improve runtime speed

0.103001  2014-05-20 20:45:43-04:00 America/New_York
        - load Class::Load, which older Moose does not automatically load

(wen)

2015-01-11 09:09:38 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table to 1.9.2

(obache)

2015-01-11 09:09:28 UTC MAIN commitmail json YAML

Update ibus-table to 1.9.2.

* Use directories according to theXDG Base Directory Specification
* Resolves: rhbz#1172524 https://bugzilla.redhat.com/show_bug.cgi?id=1172524
* When a leading invalid character is passed through, it needs to be remembered
  in self._prev_char

(obache)

2015-01-11 09:03:49 UTC MAIN commitmail json YAML

Updated textproc/groonga to 4.1.0

(obache)

2015-01-11 09:03:41 UTC MAIN commitmail json YAML

Update groonga to 4.1.0.

News
====

.. _release-4-1-0:

Release 4.1.0 - 2015-01-09
--------------------------

It's a bug fix release of 4.0.9.

If you have already upgraded to 4.0.9, please upgrade to 4.1.0. And
re-create your all indexes. You can re-create your indexes by removing
and re-creating your indexes such as::

  column_remove TABLE INDEX_COLUMN
  column_create TABLE INDEX_COLUMN COLUMN_INDEX|...

.. seealso::

  * :doc:`/reference/commands/column_remove`
  * :doc:`/reference/commands/column_create`

.. note::

  If you didn't change your indexes by Groonga 4.0.9, you don't need
  to re-create your indexes. "change" means "add", "remove" and
  "update". If you use your indexes only for "search" by Groonga
  4.0.9, you don't need to re-create your indexes.

Fixes
^^^^^

* Fixed a bug that index may be broken. But the following bug fixed in
  Groonga 4.0.9 is re-appeared.

  * Fixed a crash bug that may be occurred by deleting or updating many
    indexed values at once.
    [groonga-dev,02942] [Reported by kashihara]

(obache)

2015-01-11 08:48:48 UTC MAIN commitmail json YAML

Updated devel/ruby-msgpack to 0.5.10

(obache)

2015-01-11 08:48:39 UTC MAIN commitmail json YAML

Update ruby-msgpack to 0.5.10.

2015-01-09 version 0.5.10:

* Merged msgpack-jruby by @iconara. JRuby can run `require 'msgpack'` to use
  msgpack-jruby.

(obache)

2015-01-11 04:03:19 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA3 to 0.24

(wen)

2015-01-11 03:59:19 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.95

(wen)

2015-01-11 03:57:53 UTC MAIN commitmail json YAML

Update to 5.95

Upstream changes:
5.95  Sat Jan 10 12:15:36 MST 2015
- modified the bit-ordering test (ref. t/bitorder.t)
-- supplied directory-change preamble for CORE builds

5.94  Sat Jan 10 00:45:28 MST 2015
- added support for threaded builds
-- PERL_GET_NO_CONTEXT, pTHX_, aTHX_, etc.
-- employed 'const' storage class where possible
-- ref. rt.cpan.org #101260
- simplified shabits() routine (bitwise input buffering)
-- slightly less efficient but easier to understand
-- ref. rt.cpan.org #101344
- minor documentation tweaks and additions

(wen)

2015-01-11 02:37:20 UTC MAIN commitmail json YAML

2015-01-11 02:36:56 UTC MAIN commitmail json YAML

Removed x11/openmotif

(joerg)

2015-01-11 02:36:31 UTC MAIN commitmail json YAML

Retire openmotif support, superseded by x11/motif.

(joerg)

2015-01-11 02:15:51 UTC MAIN commitmail json YAML

Mark this ONLY_FOR_PLATFORM and list the platforms where tcsh is *not*
already in /bin. Otherwise, building and installing it naively clobbers
the native tcsh, which isn't what anyone wants.

I believe these platforms to be: NetBSD, OpenBSD, Solaris -- if anyone
can confirm that others (especially old ones I can't readily check)
don't have a native tcsh, please add.

(dholland)

2015-01-10 22:28:09 UTC MAIN commitmail json YAML

Updated www/py-uwsgi to 2.0.9

(adam)

2015-01-10 22:26:54 UTC MAIN commitmail json YAML

Changes 2.0.9:
Bugfixes:
fixed mod_proxy_uwsgi for non-blocking mode
fixed master-fifo + cheaper
fixed leak on error in bind_to_unix
atexit hooks works in cheaped workers too
atexit hooks works in gevent mode too during shutdown
fixed carbon command line option value after reload
do not honour Emperor throttling on the first run
fixed Mono plugin
fixed peer name in corerouters
fixed stop signal for daemons
varios ssl/tls fixes in https/spdy router
fixed python3 窶菟y-auto-reload-ignore
fixed modifiers in corerouters
support for yajl from homebrew (OSX)
psgi: Ensure that we call any DESTROY hooks on psgix.harakiri.commit
systemdlogger: fix compilation with -Werror=format-security
fixed unmasked websockets
perl fixed latent refcounting bug

New Features:
Improved PyPy support for Linux
Fastrouter post-buffering
Perl uwsgi::opt
窶菟ull-header
active-workers signal target
httpdumb routing action

(adam)

2015-01-10 20:52:25 UTC MAIN commitmail json YAML

2015-01-10 20:48:58 UTC MAIN commitmail json YAML

2015-01-10 20:38:38 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20150110.2

(wiz)

2015-01-10 20:38:31 UTC MAIN commitmail json YAML

Update to 2015.01.10.2; the usual bugfixes and new extractors.

(wiz)

2015-01-10 20:35:24 UTC MAIN commitmail json YAML

2015-01-10 20:33:49 UTC MAIN commitmail json YAML

Simplify PKGNAME.

(wiz)

2015-01-10 20:29:44 UTC MAIN commitmail json YAML

Updated pkgtools/lintpkgsrc to 4.88

(wiz)

2015-01-10 20:25:57 UTC MAIN commitmail json YAML

2015-01-10 20:12:24 UTC MAIN commitmail json YAML

Improve variable expansion, in particular improving EMACS packages.
>From J. Lewis Muir.

Bump version.

(wiz)

2015-01-10 19:11:08 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.5.3

(adam)

2015-01-10 19:10:20 UTC MAIN commitmail json YAML

Changes 2.5.3:
* doc/examples: fix lib math dep for decoding_encoding
* avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1"

(adam)

2015-01-10 18:15:48 UTC MAIN commitmail json YAML

Updated editors/lyx to 2.1.2.2

(rumko)

2015-01-10 18:13:22 UTC MAIN commitmail json YAML

editors/lyx: update to 2.1.2.2

Summary of changelog:
* Native IPA inset and IPA toolbar
* New supported languages
* Tex Fonts Additions
* Basic support for Math OpenType fonts
* Document class categories
* Enhanced support for LaTeX options
* New supported LaTeX commands
* New export command-line option
* Table rotations
* Layout enhancements
* New modules
* Equation Editor "mode"

Ok@ reed

(rumko)

2015-01-10 16:27:54 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.14.1

(prlw1)

2015-01-10 16:27:34 UTC MAIN commitmail json YAML

Update at-spi2-core to 2.14.1 [tks mef@]

* Docs: add AtspiTableCell.

(prlw1)

2015-01-10 16:19:48 UTC MAIN commitmail json YAML

As threatened in April, add --without-emacs to fix build on OSX.

(gdt)

2015-01-10 16:15:30 UTC MAIN commitmail json YAML

Copy gnulib readlinkat patch from archivers/gtar-base.

This undefines readlink so that the twisty maze of symlinks builds,
and fixes the build on netbsd-5.  Confirmed to work on netbsd-5/amd64
and netbsd-6/i386.  Thanks to obache@ for pointing out the problem.

I will request a pullup to 2014Q4 soon if there are no objections.

(gdt)

2015-01-10 15:22:00 UTC MAIN commitmail json YAML

Updated textproc/gtk-doc to 1.21

(prlw1)

2015-01-10 15:21:41 UTC MAIN commitmail json YAML

Update gtk-doc to 1.21

As per warning in 1.20, gtkdoc-scanobj and generating html via
sgml tools (options.mk) have been removed.

Added

  # needed together with pkg-config by gtkdoc-depscan at runtime
  .include "../../devel/glib2/buildlink3.mk"

to buildlink3.mk

GTK-Doc 1.21    (Jul 17 2014)
============

Important notice - starting with the next release these long deprecated
features will be removed, please write to gtk-doc-list@gnome.org and tell us
your concerns:
o gtkdoc-mktmpl - please move all the comments into the sources.
o generating html via sgml tools (jade/openjade), using xsltproc and
  docbook-xslt is pretty common and preferred since version 1.6

Changes

o 170860 : gtk-doc should have definitions for stability
o 644111 : one cannot specify against which libs gtkdoc-fixxref should
            resolve links (problematic with multiple versions)
o 657444 :  " enum foo { ... } " ; not recognized
o 671519 : Self-test relies on nonportable (GNU enhanced) 'date' command
o 678094 : the word "returns" in a function description can be parsed as
            the "Returns:" section
o 722621 : gtk-doc tarball was created with 32bit uid/gid, unusable with
            mingw/msys tar
o 724739 : Self-test fail: gtkdoc-mkdb misusing perl datatype
o 725505 : new syntax highlighting for code is weird
o 725663 : configure: non POSIX test usage
o 730658 : Deprecation warning for non-deprecated type GParamFlags
o 730777 : Add support for nullable and optional annotations

(prlw1)

2015-01-10 12:35:40 UTC MAIN commitmail json YAML

at-spi2-core-2.14.1 [2.15.x is unstable version, tks prlw1@]

(mef)

2015-01-10 12:28:38 UTC MAIN commitmail json YAML

Updated games/onscripter to 20150102

(tsutsui)

2015-01-10 12:27:29 UTC MAIN commitmail json YAML

Update onscripter to 20150102.

Upstream changes (no English changelog):

20150102:
- fix bug that bgm doesn't stop if game is saved during bgmfadeout
- change button drawing when mouse is moved out of window
- fix bug in delay insn that causes extra wait during skip
- fix bug that settings of kidokumode insn in envdata is overwritten
  by kidokuskip insn at the next startup

20150101:
- fix bug of bdown insn
- fix bps insn to ignore undefined lsp
- fix spbtn insn to ignore undefined lsp
- fix infinite loop bug during skip by CTRL-key
- fix segfaults when loading images fails
- fix bug that skip by CTRL-key doesn't stop when it's released during
  SMPEG is played
- fix buffer overflow in ScriptHandler.cpp
- fix bexec insn that can't use number 0
- allow spaces or tabs before labels in game script
- update bps insn to handle third arg (mouse bottun event)

(tsutsui)

2015-01-10 12:25:15 UTC MAIN commitmail json YAML

2015-01-10 12:23:05 UTC MAIN commitmail json YAML

Fix comment as noted by obache@

(prlw1)

2015-01-10 11:16:16 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.4.2

(tsutsui)

2015-01-10 11:15:05 UTC MAIN commitmail json YAML

Update mlterm to 3.4.2.

Changes noted in doc/en/ReleaseNote:

ver 3.4.2
* Support colorful emoji with the use of http://github.com/github/gemoji.
  (Copy images/emoji/unicode/*.png in https://github.com/github/gemoji/archive/master.zip
  to ~/.mlterm/emoji/ in advance.)
* Support DCS + q Pt ST which requests termcap/terminfo string.
* Support CSI?8452h and CSI?8452l.
* Support CSI?117h and CSI?117l.
* Add "Bidi Separators" entry to "Encoding" tab of mlconfig.
* Add "Unicode areas you won't convert to other charsets" entry to "Font" tab of mlconfig.
* Add "Word separators", "Don't scroll automatically in scrolling back" and
  "Set full width areas manually" entries to "Others" tab of mlconfig.
* Add "word_separators", "unicode_noconv_areas" and "unicode_full_width_areas"
  to OSC 5380/5381.
* Improve performance of drawing text with cairo.
* Bug fixes:
  Fix incorrect result of searching bold or italic fonts when type_engine == xcore.
  (enbugged at 3.3.0)
  Fix segfault in opening a new channel over an opened session on win32.

(tsutsui)

2015-01-10 10:14:20 UTC MAIN commitmail json YAML

audio/alsa-lib: on fbsd, we need sys/timespec.h for struct timespec

Ok@ wiz

(rumko)

2015-01-10 02:39:46 UTC MAIN commitmail json YAML

  RBTools-0.5.5 -> 0.6.3
+ apache-ivy-2.4.0
+ at-spi2-core-2.15.3

(mef)

2015-01-09 22:59:43 UTC MAIN commitmail json YAML

2015-01-09 22:25:31 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.14.5nb2

(wiz)

2015-01-09 22:25:23 UTC MAIN commitmail json YAML

Remove adwaita-icon-theme dependency, that package depends on gtk3.
Bump PKGREVISION.

(wiz)

2015-01-09 22:14:16 UTC MAIN commitmail json YAML

Note update of kpathsea

(minskim)

2015-01-09 22:13:13 UTC MAIN commitmail json YAML

Update kpathsea to 6.2.0

Changes:
* mktexlsr outputs normal msgs to stdout instead of stderr.
* do not ignore a non-terminated last line of a file.
* new texmf.cnf variables SELFAUTOGRANDPARENT, guess_input_kanji_encoding.

(minskim)

2015-01-09 21:04:49 UTC MAIN commitmail json YAML

Updated www/py-wtforms to 2.0.1.

(kleink)

2015-01-09 21:03:27 UTC MAIN commitmail json YAML

Update py-wtforms to 2.0.1.

Version 2.0.1
-------------
Released July 1, 2014

- Update wheel install to conditionally install ordereddict for python 2.6.
- Doc improvements

Version 2.0
-----------
Released May 20, 2014

- Add new `class Meta` paradigm for much more powerful customization
  of WTForms.
- Move i18n into core. Deprecate `wtforms.ext.i18n`.
- Move CSRF into core. Deprecate `wtforms.ext.csrf`.
- Fix issue rendering SelectFields with ``value=True``
- Make `DecimalField` able to use babel locale-based number formatting.
- Drop Python 3.2 support (Python3 support for 3.3+ only)
- passing ``attr=False`` to WTForms widgets causes the value to be ignored.
- `Unique` validator in `wtforms.ext.sqlalchemy` has been removed.

(kleink)

2015-01-09 16:34:19 UTC MAIN commitmail json YAML

graphics/sane-backends: fix build on FreeBSD due to PLIST problems

Like on some other platforms, sane-pint is not available on fbsd, so
don't include in the PLIST.

Ok@ wiz

(rumko)

2015-01-09 16:33:15 UTC MAIN commitmail json YAML

audio/esound: fix build on fbsd due to missing libm

As on some other systems, fbsd also needs -lm in LDFLAGS in order
for esound to build successfully.

Ok@ wiz

(rumko)

2015-01-09 16:30:57 UTC MAIN commitmail json YAML

security/dirmngr: compatibility with libgcrypt>=1.6.0

Before 1.6.0 version, libgcrypt called pth_init() on it's own,
in later version dirmngr has to be the one to call pth_init().
With this dirmngr actually works (does not seg fault immediately).

Since it's a runtime problem, PKGREVISION bumped.

OK@ wiz

(rumko)

2015-01-09 16:29:04 UTC MAIN commitmail json YAML

lang/openjdk7: make it work on FreeBSD 10.* x86_64

* -Wno-new-returns-null is not currently known to installed clang on fbsd, make it optional
* on fbsd, openjdk builds libjsoundalsa and libsctp, add them optionally to PLIST
* add necessary patches to make it build on fbsd

Reviewed by wiz

(rumko)

2015-01-09 15:10:51 UTC MAIN commitmail json YAML

2015-01-09 14:36:06 UTC MAIN commitmail json YAML

!OSX build use PulseAudio, update PLIST accordingly.

(joerg)

2015-01-09 14:34:54 UTC MAIN commitmail json YAML

Fix dependencies.

(joerg)

2015-01-09 14:34:20 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2015-01-09 14:33:10 UTC MAIN commitmail json YAML

The 'g' constraint allows a memory operand, but assembler dereference on
that again is unsupported. Request a memory operand instead and drop the
dereference.

(joerg)

2015-01-09 14:30:22 UTC MAIN commitmail json YAML

2015-01-09 14:29:52 UTC MAIN commitmail json YAML

Don't depend on parser skeleton to include stdlib.h.

(joerg)

2015-01-09 14:29:10 UTC MAIN commitmail json YAML

2015-01-09 14:28:42 UTC MAIN commitmail json YAML

2015-01-09 14:28:13 UTC MAIN commitmail json YAML

2015-01-09 14:27:47 UTC MAIN commitmail json YAML

2015-01-09 14:26:33 UTC MAIN commitmail json YAML

Needs bison, yacc is not enough.

(joerg)

2015-01-09 14:26:07 UTC MAIN commitmail json YAML

Don't depend on parser skeleton to include stdlib.h.

(joerg)

2015-01-09 14:14:03 UTC MAIN commitmail json YAML

Updated audio/abcmidi to 20141016

(mef)

2015-01-09 14:13:14 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Zip to 1.40
Updated archivers/unalz to 0.65

(mef)

2015-01-09 14:06:26 UTC MAIN commitmail json YAML

Update 2012-12-01 to 2014-10-16
(doc/readme.txt), this includes the versions of:
-------------------------------
midi2abc version 2.94 January 05 2014
abc2midi version 3.37 October 16 2014
abc2abc  version 1.75 September 08 2013
yaps    version 1.56 November 04 2013
abcmatch version 1.62 January 01 2014
midicopy version 1.18 October 01 2013

(doc/CHANGES)
-------------------------------
too many lines to list here:

(mef)

2015-01-09 14:00:00 UTC MAIN commitmail json YAML

2015-01-09 13:49:28 UTC MAIN commitmail json YAML

Update 0.61 to 0.65
- ChangeLog doesn't seem to be available, but three patches
  are now included in upstream and removing them.

(mef)

2015-01-09 13:35:32 UTC MAIN commitmail json YAML

2015-01-09 13:27:30 UTC MAIN commitmail json YAML

Removing shells/mudsh.

(mef)

2015-01-09 13:25:14 UTC MAIN commitmail json YAML

Removing shells/mudsh. From FreeBSD PR:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=104260
  ---------------------------
  The MASTER_SITES for shells/mudsh is invalid.  The email
  address of the submitter of the port is no longer valid.
  The app itself is a single perl script with no author in it.
  ---------------------------
Thanks wiz@ for review.

(mef)

2015-01-09 11:34:20 UTC MAIN commitmail json YAML

dependency on default icon theme is in gtk3 base package now, so drop it.

(obache)

2015-01-09 11:32:47 UTC MAIN commitmail json YAML

Same PKGBASE packages must not be installed, no need to add manual CONFLICTS.

(obache)

2015-01-09 11:29:50 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.14.5nb1

(obache)

2015-01-09 11:29:37 UTC MAIN commitmail json YAML

Since GTK>=3.14, Adwaita is the default theme, so add dependency on it.

PR pkg/49494.

(obache)

2015-01-09 10:50:38 UTC MAIN commitmail json YAML

Restore xapian buildlink3.mk, it is required to correctly pull in libuuid
on SunOS.

(jperkin)

2015-01-08 23:00:42 UTC MAIN commitmail json YAML

Disable coroutine-pool on SunOS to work around "Co-routine is yielding to no one".

(wiedi)

2015-01-08 21:10:05 UTC MAIN commitmail json YAML

2015-01-08 21:09:45 UTC pkgsrc-2014Q4 commitmail json YAML

2015-01-08 21:09:28 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4584 - requested by ryoon
www/php-basercms: dependence fix

Revisions pulled up:
- www/php-basercms/Makefile                                    1.3
- www/php-basercms/options.mk                                  1.2

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Thu Jan  8 13:35:03 UTC 2015

  Modified Files:
  pkgsrc/www/php-basercms: Makefile options.mk

  Log Message:
  Bump PKGREVISION.

  * Fix DEPENDS.
    Recent version of baserCMS requires PDO database drivers.
  * Remove obsolete commented-out lines.

(tron)

2015-01-08 19:23:53 UTC MAIN commitmail json YAML

2015-01-08 18:52:00 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.10.12.

(tron)

2015-01-08 18:51:44 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.10.12. Changes since 1.10.11:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2014-20
      SigComp UDVM buffer overflow. (Bug 10662)
      CVE-2014-8710
    * wnpa-sec-2014-21
      AMQP crash. (Bug 10582) CVE-2014-8711
    * wnpa-sec-2014-22
      NCP crashes. (Bug 10552, Bug 10628) CVE-2014-8712
      CVE-2014-8713
    * wnpa-sec-2014-23
      TN5250 infinite loops. (Bug 10596) CVE-2014-8714
  The following bugs have been fixed:
    * 6LoWPAN Mesh headers not treated as encapsulating address.
      (Bug 10462)
    * UCP dissector bug of operation 31 - PID 0639 not
      recognized. (Bug 10463)
    * iSCSI dissector rejects PDUs with "expected data transfer
      length" > 16M. (Bug 10469)
    * GTPv2: trigging_tree under Trace information has wrong
      length. (Bug 10470)
    * Attempt to render an SMS-DELIVER-REPORT instead of an
      SMS-DELIVER. (Bug 10547)
    * IPv6 Mobility Option IPv6 Address/Prefix marks too many
      bytes for the address/prefix field. (Bug 10576)
    * IPv6 Mobility Option Binding Authorization Data for FMIPv6
      Authenticator field is read beyond the option data.
      (Bug 10577)
    * IPv6 Mobility Option Mobile Node Link Layer Identifier
      Link-layer Identifier field is read beyond the option data.
      (Bug 10578)
    * Malformed PTPoE announce packet. (Bug 10611)
    * IPv6 Permanent Home Keygen Token mobility option includes
      too many bytes for the token field. (Bug 10619)
    * IPv6 Redirect Mobility Option K and N bits are parsed
      incorrectly. (Bug 10622)
    * IPv6 Care Of Test mobility option includes too many bytes
      for the Keygen Token field. (Bug 10624)
    * IPv6 MESG-ID mobility option is parsed incorrectly.
      (Bug 10625)
    * IPv6 AUTH mobility option parses Mobility SPI and
      Authentication Data incorrectly. (Bug 10626)
    * IPv6 DNS-UPDATE-TYPE mobility option includes too many
      bytes for the MD identity field. (Bug 10629)
    * IPv6 Local Mobility Anchor Address mobility option's code
      and reserved fields are parsed as 2 bytes instead of 1.
      (Bug 10630)
    * TShark crashes when running with PDML on a specific packet.
      (Bug 10651)
    * IPv6 Mobility Option Context Request reads an extra
      request. (Bug 10676)
- Updated Protocol Support
  6LoWPAN, AMQP, GSM MAP, GTPv2, H.223, IEEE 802.11, iSCSI, MIH,
  Mobile IPv6, PTPoE, TN5250, and UCP
- New and Updated Capture File Support
  Catapult DCT2000, HP-UX nettl, pcap-ng, and Sniffer (DOS)

(tron)

2015-01-08 17:23:18 UTC MAIN commitmail json YAML

Updated www/curl to 7.40.0

(wiz)

2015-01-08 17:23:07 UTC MAIN commitmail json YAML

Update to 7.40.0. Disable gssapi by default on NetBSD, since it doesn't
compile any longer, see
https://sourceforge.net/p/curl/bugs/1469/

Changes:

Curl and libcurl 7.40.0

Public curl releases:        143
Command line options:        162
curl_easy_setopt() options:  208
Public functions in libcurl:  58
Contributors:                1219

This release includes the following changes:

o http_digest: Added support for Windows SSPI based authentication
o version info: Added Kerberos V5 to the supported features
o Makefile: Added VC targets for WinIDN
o config-win32: Introduce build targets for VS2012+
o SSL: Add PEM format support for public key pinning
o smtp: Added support for the conversion of Unix newlines during mail send [8]
o smb: Added initial support for the SMB/CIFS protocol
o Added support for HTTP over unix domain sockets, via
  CURLOPT_UNIX_SOCKET_PATH and --unix-socket
o sasl: Added support for GSS-API based Kerberos V5 authentication

This release includes the following bugfixes:

o darwinssl: fix session ID keys to only reuse identical sessions [18]
o url-parsing: reject CRLFs within URLs [19]
o OS400: Adjust specific support to last release
o THANKS: Remove duplicate names
o url.c: Fixed compilation warning
o ssh: Fixed build on platforms where R_OK is not defined [1]
o tool_strdup.c: include the tool strdup.h
o build: Fixed Visual Studio project file generation of strdup.[c|h]
o curl_easy_setopt.3: add CURLOPT_PINNEDPUBLICKEY [2]
o curl.1: show zone index use in a URL
o mk-ca-bundle.vbs: switch to new certdata.txt url
o Makefile.dist: Added some missing SSPI configurations
o build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined
o SSH: use the port number as well for known_known checks [3]
o libssh2: detect features based on version, not configure checks
o http2: Deal with HTTP/2 data inside Upgrade response header buffer [4]
o multi: removed Curl_multi_set_easy_connection
o symbol-scan.pl: do not require autotools
o cmake: add ENABLE_THREADED_RESOLVER, rename ARES
o cmake: build libhostname for test suite
o cmake: fix HAVE_GETHOSTNAME definition
o tests: fix libhostname visibility
o tests: fix memleak in server/resolve.c
o vtls.h: Fixed compiler warning when compiled without SSL
o CMake: Restore order-dependent header checks
o CMake: Restore order-dependent library checks
o tool: Removed krb4 from the supported features
o http2: Don't send Upgrade headers when we already do HTTP/2
o examples: Don't call select() to sleep on windows [6]
o win32: Updated some legacy APIs to use the newer extended versions [5]
o easy.c: Fixed compilation warning when no verbose string support
o connect.c: Fixed compilation warning when no verbose string support
o build: in Makefile.m32 pass -F flag to windres
o build: in Makefile.m32 add -m32 flag for 32bit
o multi: when leaving for timeout, close accordingly
o CMake: Simplify if() conditions on check result variables
o build: in Makefile.m32 try to detect 64bit target
o multi: inform about closed sockets before they are closed
o multi-uv.c: close the file handle after download
o examples: Wait recommended 100ms when no file descriptors are ready
o ntlm: Split the SSPI based messaging code from the native messaging code
o cmake: fix NTLM detection when CURL_DISABLE_HTTP defined
o cmake: add Kerberos to the supported feature
o CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS option
o http: Disable pipelining for HTTP/2 and upgraded connections
o ntlm: Fixed static'ness of local decode function
o sasl: Reduced the need for two sets of NTLM messaging functions
o multi.c: Fixed compilation warnings when no verbose string support
o select.c: fix compilation for VxWorks [7]
o multi-single.c: switch to use curl_multi_wait
o curl_multi_wait.3: clarify numfds being used if not NULL
o http.c: Fixed compilation warnings from features being disabled
o NSS: enable the CAPATH option [9]
o docs: Fix FAILONERROR typos
o HTTP: don't abort connections with pending Negotiate authentication
o HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a request
o http_perhapsrewind: don't abort CONNECT requests
o build: updated dependencies in makefiles
o multi.c: Fixed compilation warning
o ftp.c: Fixed compilation warnings when proxy support disabled
o get_url_file_name: Fixed crash on OOM on debug build
o cookie.c: Refactored cleanup code to simplify
o OS400: enable NTLM authentication
o ntlm: Use Windows Crypt API
o http2: avoid logging neg "failure" if h2 was not requested
o schannel_recv: return the correct code [10]
o VC build: added sspi define for winssl-zlib builds
o Curl_client_write(): chop long data, convert data only once
o openldap: do not ignore Curl_client_write() return code
o ldap: check Curl_client_write() return codes
o parsedate.c: Fixed compilation warning
o url.c: Fixed compilation warning when USE_NTLM is not defined
o ntlm_wb_response: fix "statement not reached" [11]
o telnet: fix "cast increases required alignment of target type"
o smtp: Fixed dot stuffing when EOL characters at end of input buffers [12]
o ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined
o ntlm: Disable NTLM v2 when 64-bit integers are not supported
o ntlm: Use short integer when decoding 16-bit values
o ftp.c: Fixed compilation warning when no verbose string support
o synctime.c: fixed timeserver URLs
o mk-ca-bundle.pl: restored forced run again
o ntlm: Fixed return code for bad type-2 Target Info
o curl_schannel.c: Data may be available before connection shutdown
o curl_schannel: Improvements to memory re-allocation strategy [13]
o darwinssl: aprintf() to allocate the session key
o tool_util.c: Use GetTickCount64 if it is available
o lib: Fixed multiple code analysis warnings if SAL are available
o tool_binmode.c: Explicitly ignore the return code of setmode
o tool_urlglob.c: Silence warning C6293: Ill-defined for-loop
o opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MS
o SFTP: work-around servers that return zero size on STAT [14]
o connect: singleipconnect(): properly try other address families after failure
o IPV6: address scope != scope id [15]
o parseurlandfillconn(): fix improper non-numeric scope_id stripping [16]
o secureserver.pl: make OpenSSL CApath and cert absolute path values
o secureserver.pl: update Windows detection and fix path conversion
o secureserver.pl: clean up formatting of config and fix verbose output
o tests: Added Windows support using Cygwin-based OpenSSH
o sockfilt.c: use non-Ex functions that are available before WinXP
o VMS: Updates for 0740-0D1220
o openssl: warn for SRP set if SSLv3 is used, not for TLS version
o openssl: make it compile against openssl 1.1.0-DEV master branch
o openssl: fix SSL/TLS versions in verbose output
o curl: show size of inhibited data when using -v
o build: Removed WIN32 definition from the Visual Studio projects
o build: Removed WIN64 definition from the libcurl Visual Studio projects
o vtls: Use bool for Curl_ssl_getsessionid() return type
o sockfilt.c: Replace 100ms sleep with thread throttle
o sockfilt.c: Reduce the number of individual memory allocations
o vtls: Don't set cert info count until memory allocation is successful
o nss: Don't ignore Curl_ssl_init_certinfo() OOM failure
o nss: Don't ignore Curl_extract_certinfo() OOM failure
o vtls: Fixed compilation warning and an ignored return code
o sockfilt.c: Fixed compilation warnings
o darwinssl: Fixed compilation warning
o vtls: Use '(void) arg' for unused parameters
o sepheaders.c: Fixed resource leak on failure
o lib1900.c: Fixed cppcheck error [17]
o ldap: Fixed Unicode connection details in Win32 initialsation / bind calls
o ldap: Fixed Unicode DN, attributes and filter in Win32 search calls

(wiz)

2015-01-08 17:03:58 UTC MAIN commitmail json YAML

2015-01-08 17:01:23 UTC MAIN commitmail json YAML

Nuke zephr related code, the options weren't supported anyway.

(joerg)

2015-01-08 17:00:49 UTC MAIN commitmail json YAML

Remove patch after 4.0.9 update.

(wiz)

2015-01-08 17:00:11 UTC MAIN commitmail json YAML

Remove patch after 2.48 update.

(wiz)

2015-01-08 16:59:27 UTC MAIN commitmail json YAML

Remove patch after update to 0.19.

(wiz)

2015-01-08 16:58:34 UTC MAIN commitmail json YAML

Updated security/openssl to 1.0.1k

(wiz)

2015-01-08 16:58:25 UTC MAIN commitmail json YAML

Update to 1.0.1k:

Changes between 1.0.1j and 1.0.1k [8 Jan 2015]

  *) Fix DTLS segmentation fault in dtls1_get_record. A carefully crafted DTLS
    message can cause a segmentation fault in OpenSSL due to a NULL pointer
    dereference. This could lead to a Denial Of Service attack. Thanks to
    Markus Stenberg of Cisco Systems, Inc. for reporting this issue.
    (CVE-2014-3571)
    [Steve Henson]

  *) Fix DTLS memory leak in dtls1_buffer_record. A memory leak can occur in the
    dtls1_buffer_record function under certain conditions. In particular this
    could occur if an attacker sent repeated DTLS records with the same
    sequence number but for the next epoch. The memory leak could be exploited
    by an attacker in a Denial of Service attack through memory exhaustion.
    Thanks to Chris Mueller for reporting this issue.
    (CVE-2015-0206)
    [Matt Caswell]

  *) Fix issue where no-ssl3 configuration sets method to NULL. When openssl is
    built with the no-ssl3 option and a SSL v3 ClientHello is received the ssl
    method would be set to NULL which could later result in a NULL pointer
    dereference. Thanks to Frank Schmirler for reporting this issue.
    (CVE-2014-3569)
    [Kurt Roeckx]

  *) Abort handshake if server key exchange message is omitted for ephemeral
    ECDH ciphersuites.

    Thanks to Karthikeyan Bhargavan of the PROSECCO team at INRIA for
    reporting this issue.
    (CVE-2014-3572)
    [Steve Henson]

  *) Remove non-export ephemeral RSA code on client and server. This code
    violated the TLS standard by allowing the use of temporary RSA keys in
    non-export ciphersuites and could be used by a server to effectively
    downgrade the RSA key length used to a value smaller than the server
    certificate. Thanks for Karthikeyan Bhargavan of the PROSECCO team at
    INRIA or reporting this issue.
    (CVE-2015-0204)
    [Steve Henson]

  *) Fixed issue where DH client certificates are accepted without verification.
    An OpenSSL server will accept a DH certificate for client authentication
    without the certificate verify message. This effectively allows a client to
    authenticate without the use of a private key. This only affects servers
    which trust a client certificate authority which issues certificates
    containing DH keys: these are extremely rare and hardly ever encountered.
    Thanks for Karthikeyan Bhargavan of the PROSECCO team at INRIA or reporting
    this issue.
    (CVE-2015-0205)
    [Steve Henson]

  *) Ensure that the session ID context of an SSL is updated when its
    SSL_CTX is updated via SSL_set_SSL_CTX.

    The session ID context is typically set from the parent SSL_CTX,
    and can vary with the CTX.
    [Adam Langley]

  *) Fix various certificate fingerprint issues.

    By using non-DER or invalid encodings outside the signed portion of a
    certificate the fingerprint can be changed without breaking the signature.
    Although no details of the signed portion of the certificate can be changed
    this can cause problems with some applications: e.g. those using the
    certificate fingerprint for blacklists.

    1. Reject signatures with non zero unused bits.

    If the BIT STRING containing the signature has non zero unused bits reject
    the signature. All current signature algorithms require zero unused bits.

    2. Check certificate algorithm consistency.

    Check the AlgorithmIdentifier inside TBS matches the one in the
    certificate signature. NB: this will result in signature failure
    errors for some broken certificates.

    Thanks to Konrad Kraszewski from Google for reporting this issue.

    3. Check DSA/ECDSA signatures use DER.

    Reencode DSA/ECDSA signatures and compare with the original received
    signature. Return an error if there is a mismatch.

    This will reject various cases including garbage after signature
    (thanks to Antti Karjalainen and Tuomo Untinen from the Codenomicon CROSS
    program for discovering this case) and use of BER or invalid ASN.1 INTEGERs
    (negative or with leading zeroes).

    Further analysis was conducted and fixes were developed by Stephen Henson
    of the OpenSSL core team.

    (CVE-2014-8275)
    [Steve Henson]

  *) Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect
      results on some platforms, including x86_64. This bug occurs at random
      with a very low probability, and is not known to be exploitable in any
      way, though its exact impact is difficult to determine. Thanks to Pieter
      Wuille (Blockstream) who reported this issue and also suggested an initial
      fix. Further analysis was conducted by the OpenSSL development team and
      Adam Langley of Google. The final fix was developed by Andy Polyakov of
      the OpenSSL core team.
      (CVE-2014-3570)
      [Andy Polyakov]

  *) Do not resume sessions on the server if the negotiated protocol
      version does not match the session's version. Resuming with a different
      version, while not strictly forbidden by the RFC, is of questionable
      sanity and breaks all known clients.
      [David Benjamin, Emilia K舖per]

  *) Tighten handling of the ChangeCipherSpec (CCS) message: reject
      early CCS messages during renegotiation. (Note that because
      renegotiation is encrypted, this early CCS was not exploitable.)
      [Emilia K舖per]

  *) Tighten client-side session ticket handling during renegotiation:
      ensure that the client only accepts a session ticket if the server sends
      the extension anew in the ServerHello. Previously, a TLS client would
      reuse the old extension state and thus accept a session ticket if one was
      announced in the initial ServerHello.

      Similarly, ensure that the client requires a session ticket if one
      was advertised in the ServerHello. Previously, a TLS client would
      ignore a missing NewSessionTicket message.
      [Emilia K舖per]

(wiz)

2015-01-08 16:41:44 UTC MAIN commitmail json YAML

Add links for automake-1.15.

(wiz)

2015-01-08 16:40:59 UTC MAIN commitmail json YAML

Updated devel/automake to 1.15

(wiz)

2015-01-08 16:40:50 UTC MAIN commitmail json YAML

Update to 1.15:

New in 1.15:

* Improvements and refactorings in the install-sh script:

  - It has been modernized, and now makes the following assumptions
    *unconditionally*:
    (1) a working 'dirname' program is available;
    (2) the ${var:-value} shell parameters substitution works;
    (3) the "set -f" and "set +f" shell commands work, and, respectively,
        disable and enable shell globbing.

  - The script implements stricter error checking, and now it complains
    and bails out if any of the following expectations is not met:
    (1) the options -d and -t are never used together;
    (2) the argument passed to option -t is a directory;
    (3) if there are two or more SOURCEFILE arguments, the
        DESTINATION argument must be a directory.

* Automake-generated testsuites:

  - The default test-driver used by the Automake-generates testsuites
    now appends the result and exit status of each "plain" test to the
    associated log file (automake bug#11814).

  - The perl implementation of the TAP testsuite driver is no longer
    installed in the Automake's scripts directory, and is instead just
    distributed as a "contrib" addition.  There should be no reason to
    use this implementation anyway in real packages, since the awk+shell
    implementation of the TAP driver (which is documented in the manual)
    is more portable and has feature parity with the perl implementation.

  - The rule generating 'test-suite.log' no longer risk incurring in an
    extra useless "make all" recursive invocation in some corner cases
    (automake bug#16302).

* Distribution:

  - Automake bug#18286: "make distcheck" could sometimes fail to detect
    files missing from the distribution tarball, especially in those cases
    where both the generated files and their dependencies are explicitly
    in $(srcdir).  An important example of this are *generated* makefile
    fragments included at Automake time in Makefile.am; e.g.:

        ...
        $(srcdir)/fragment.am: $(srcdir)/data.txt $(srcdir)/preproc.sh
            cd $(srcdir) && $(SHELL) preproc.sh <data.txt >fragment.am
        include $(srcdir)/fragment.am
        ...

    If the use forgot to add data.txt and/or preproc.sh in the distribution
    tarball, "make distcheck" would have erroneously succeeded!  This issue
    is now fixed.

  - As a consequence of the previous change, "make distcheck" will run
    using '$(distdir)/_build/sub' as the build directory, rather than
    simply '$(distdir)/_build' (as it was the case for Automake 1.14 and
    earlier).  Consequently, the './configure' and 'make' invocations
    issued by the distcheck recipe now have $(srcdir) equal to '../..',
    rather than to just '..'.  Dependent and similar variables (e.g.,
    '$(top_srcdir)') are also changed accordingly.

    Thus, Makefiles that made assumptions about the exact values of the
    build and source directories used by "make distcheck" will have to
    be adjusted.  Notice that making such assumptions was a bad and
    unsupported practice anyway, since the exact locations of those
    directories should be considered implementation details, and we
    reserve the right to change them at any time.

* Miscellaneous bugs fixed:

  - The expansion of AM_INIT_AUTOMAKE ends once again with a trailing
    newline (bug#16841).  Regression introduced in Automake 1.14.

  - We no longer risk to use '$ac_aux_dir' before it's defined (see
    automake bug#15981). Bug introduced in Automake 1.14.

  - The code used to detect whether the currently used make is GNU make
    or not (relying on the private macro 'am__is_gnu_make') no longer
    risks causing "Arg list too long" for projects using automatic
    dependency tracking and having a ton of source files (bug#18744).

  - Automake tries to offer a more deterministic output for generated
    Makefiles, in the face of the newly-introduced randomization for
    hash keys order in Perl 5.18.

  - In older Automake versions, if a user defined one single Makefile
    fragment (say 'foo.am') to be included via Automake includes in
    his main Makefile.am, and defined a custom make rule to generate that
    file from other data, Automake used to spuriously complain with some
    message like "... overrides Automake target '$(srcdir)/foo.am".
    This bug is now fixed.

  - The user can now extend the special .PRECIOUS target, the same way
    he could already do with the .MAKE .and .PHONY targets.

  - Some confusing typos have been fixed in the manual and in few warning
    messages (automake bug#16827 and bug#16997).

(wiz)

2015-01-08 16:37:08 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 11.3.1

(wiz)

2015-01-08 16:36:58 UTC MAIN commitmail json YAML

Update to 11.3.1:

------
11.3.1
------

* Issue #327: Formalize and restore support for any printable character in an
  entry point name.

----
11.3
----

* Expose ``EntryPoint.resolve`` in place of EntryPoint._load, implementing the
  simple, non-requiring load. Deprecated all uses of ``EntryPoint._load``
  except for calling with no parameters, which is just a shortcut for
  ``ep.require(); ep.resolve();``.

  Apps currently invoking ``ep.load(require=False)`` should instead do the
  following if wanting to avoid the deprecating warning::

    getattr(ep, "resolve", lambda: ep.load(require=False))()

----
11.2
----

* Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis.

----
11.1
----

* Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be raised
  in certain cases where VersionConflict was raised with two arguments, which
  occurred in ``pkg_resources.WorkingSet.find``. This release adds support
  for indicating the dependent packages while maintaining support for
  a VersionConflict when no dependent package context is known. New unit tests
  now capture the expected interface.

(wiz)

2015-01-08 16:34:29 UTC MAIN commitmail json YAML

2015-01-08 16:16:55 UTC MAIN commitmail json YAML

Remove REPLACE_PERL line for non-existent file.

(wiz)

2015-01-08 14:21:18 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MethodMaker to 2.21

(wen)

2015-01-08 14:20:26 UTC MAIN commitmail json YAML

Updated to 2.21

Upstream changes:
2.21 Mar 16 2014
        - sync with Debian patches - RT#91658
        - fix copyright and license entries - RT#43463

2.20 Feb 03 2014
        - drop t/v1*.t unit tests due to license issue
          https://github.com/renormalist/class-methodmaker/issues/2

2.19 Dec 15 2013
        - Fix 5.19 incompatibility - RT#88934 (Zefram)
        - small distro polishing

(wen)

2015-01-08 14:15:36 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load-XS to 0.09

(wen)

2015-01-08 14:14:54 UTC MAIN commitmail json YAML

Update to 0.09

Upstream changes:
0.09    2014-11-13
  - optimized some perl API calls (thanks, Alexandr Evstigneev!)

(wen)

2015-01-08 14:11:42 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Field to 0.23

(wen)

2015-01-08 14:11:02 UTC MAIN commitmail json YAML

Update to 0.23

Upstream changes:
0.23 Thu Aug 21 12:06:13 PDT 2014
- Typo fix via PR/1. @wollmers++

0.22 Sat Aug 16 10:53:43 PDT 2014
- Meta 0.0.2

0.21 Sat Aug 16 00:52:16 PDT 2014
- Eliminate File::Basename from tests

0.20 Fri Aug 15 15:42:06 PDT 2014
- Add t/000-compile-modules.t
- CPAN Day 2014 - 21 Release Salute!

0.19 Sat Aug  2 10:40:36 PDT 2014
- Fix Copyright years in Meta.

0.18 Sat Aug  2 10:18:52 PDT 2014
- Fix Copyright years.

0.17 Wed Jul 30 15:39:56 PDT 2014
- Switch IRC to

0.16 Sat Jul 26 00:19:48 PDT 2014
- Switch to Zilla::Dist

(wen)

2015-01-08 14:07:01 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3 to 0.27

(wen)

2015-01-08 14:05:33 UTC MAIN commitmail json YAML

Update to 0.27

Upstream changes:
0.27 - 2014-08-16
    - declare minimum perl version of 5.6 in metadata

(wen)

2015-01-08 13:35:59 UTC MAIN commitmail json YAML

Correction on grammer on comments. Adjust Tabbings, remove trailing white-space. No logic change.

(mef)

2015-01-08 13:35:33 UTC MAIN commitmail json YAML

Updated www/php-basercms to 3.0.6.1nb1

(ryoon)

2015-01-08 13:35:03 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Fix DEPENDS.
  Recent version of baserCMS requires PDO database drivers.
* Remove obsolete commented-out lines.

(ryoon)

2015-01-08 11:52:29 UTC MAIN commitmail json YAML

Added devel/happy version 1.19.5

(szptvlfn)

2015-01-08 11:52:00 UTC MAIN commitmail json YAML

2015-01-08 11:50:54 UTC MAIN commitmail json YAML

Import happy-1.19.5 as devel/happy,
packaged for wip by esg.

Happy is a parser generator for Haskell. Given a grammar specification in
BNF, Happy generates Haskell code to parse the grammar. Happy works in a
similar way to the yacc tool for C.

(szptvlfn)

2015-01-08 11:12:29 UTC MAIN commitmail json YAML

2015-01-08 10:27:32 UTC MAIN commitmail json YAML

Updated audio/abcde to 2.6nb1

(wiz)

2015-01-08 10:27:24 UTC MAIN commitmail json YAML

When using cdda2wav, default to cdda2wav, which is in pkgsrc, instead of
icedax, which isn't.
Bump PKGREVISION.

(wiz)

2015-01-08 10:20:37 UTC MAIN commitmail json YAML

2015-01-08 10:20:22 UTC MAIN commitmail json YAML

Updated print/poppler to 0.30.0

(wiz)

2015-01-08 10:20:07 UTC MAIN commitmail json YAML

Add openjpeg/bl3.mk here as well.

(wiz)

2015-01-08 10:16:54 UTC MAIN commitmail json YAML

Update poppler* to 0.30.0:

Release 0.30.0
        core:
        * Openjpeg2 support (openjpeg 1 is preferred). Bug #58906
        * Fix potential memory corruption on TextSelectionDumper. Bug #84555
        * Check for invalid matrix in annotation. Bug #84990
        * Open some not conforming files. Bug #85919
        * PSOutputDev: Accept a list of pages indeces instead of first, last. Bug #84833
        * Fix memory leak on error condition

        cpp:
        * New API to set debug output function

        build system:
        * configure: Improve support with older clang versions. Bug #76963

        utils:
        * pdfunite: Support output intents, optional content and acroform

Release 0.29.0
        core:
        * Use correct LAB byte array for lcms input. Bug #86388
        * Write correct size in trailer dict. Bug #86063
        * Use Default colorspaces if present instead of Device colorspaces
        * Solve blend mode problem in CYMK and DeviceN for separable blend modes
        * Compilation/warning fixes on SunOS
        * Regression test improvements

        glib:
        * demo: Compilation fixlets

        build system:
        * cofigure: print "no" instead of "auto" if lcms not found

(wiz)

2015-01-08 10:14:38 UTC MAIN commitmail json YAML

Add -lX11 for FreeBSD too - pointed out by Justin Smith in private
mail.

(martin)

2015-01-08 09:47:50 UTC MAIN commitmail json YAML

+ blender-2.73, poppler-0.30.0, stella-4.5.

(wiz)

2015-01-08 09:14:58 UTC MAIN commitmail json YAML

2015-01-08 09:02:41 UTC MAIN commitmail json YAML

Updated textproc/groff to 1.22.3

(wiz)

2015-01-08 09:02:27 UTC MAIN commitmail json YAML

Update to 1.22.3:

VERSION 1.22.3
==============

Gxditview
---------

o X11 resources for `gxditview', which were previously installed in
  /usr/X11/lib/X11/app-defaults no matter which `prefix' was set, are
  now installed in appresdir=$prefix/lib/X11/app-defaults.  If
  `appresdir' is not a standard X11 resource directory, the environment
  variable XFILESEARCHPATH should be set to this path.  The standard
  default directories depends on the system `libXt'.  Common directories
  include:

  /usr/lib/X11/app-defaults
  /usr/share/X11/app-defaults
  /etc/X11/app-defaults

  Note that if the option `--with-appresdir' is passed to `configure',
  the `prefix' will not be added to `appresdir'.

Glilypond
---------

o This new preprocessor (contributed by Bernd Warken) allows embedding of
  code for GNU LilyPond (http://www.lilypond.org), a music typesetter.  The
  data gets automatically processed and embedded as EPS images.

Gperl
-----

o Bernd Warken contributed a new preprocessor to handle Perl code that can
  be evaluated and then processed by groff.

Gpinyin
-------

o Another preprocessor from Bernd Warken to pretty-print Pinyin syllables
  like `guo2wang2' as `gu坦w叩ng'.

Pdfroff
-------

o The pdfroff utility script now activates its `--no-toc-relocation' option
  by default, unless a request similar to:

    .if !\n[PHASE] .tm pdfroff-option:set toc_relocation=enabled

  is invoked during input file processing; (`.if !\n[PHASE] ...' ensures
  that the effect of the `.tm' request is restricted to the document setup
  phase of processing, as pdfroff sets it to 1 or 2 in the output phase,
  but leaves it unset in the setup phase).

  The bundled `spdf.tmac' macro package, which implicitly activates
  `-mpdfmark' for `ms' macro users, ensures that TOC relocation is
  appropriately enabled, when the `.TC' macro is invoked.

Macro Packages
--------------

o The -mom macro package now has full support for eqn, pic, and tbl, as well
  as captioning and labelling of pdf images and preprocessor output.  Lists
  of Figures, Equations, and Tables can now be autogenerated.  PDF_IMAGE has
  a new FRAME option.

o A French introduction to the -me macro package has been added (file
  `meintro_fr.me').

o In -mdoc, command %C is now available, providing a city or place
  reference.

VERSION 1.22.2
==============

Tbl
---

o The character `#' can now be used as an eqn delimiter within tables.

Eqn
---

o A GNU extension

    delim on

  has been added to reactivate delimiters which have been disabled with
  `delim off'.

VERSION 1.22.1
==============

(There was no release 1.22.)

Groff
-----

o A new option `-j' has been added to call the `chem' preprocessor.

Tbl
---

o Improved line numbering support.

Macro Packages
--------------

o Support for the `refer' preprocessor has been added to the -mm macro
  package.

o In -me, the `TH' macro was changed for compatibility with line number
  support in tables.

  `bl' now works inside of blocks.

  The behaviour of centered blocks has been improved.

  Line numbering support has been improved.

o The -mom macro package has reached version 2.0, focusing on PDF output
  with gropdf (using the new `pdfmom' wrapper script).  See the file
  `version-2.html' of the -mom documentation for a list of the many changes.

o Some generic Unicode fallback characters (mainly Roman numerals) have been
  added.

Gropdf
------

o A new driver for generating PDF output directly, contributed by Deri James
  <deri@chuzzlewit.myzen.co.uk>.  Note that this driver is written in Perl,
  thus you need a working Perl installation to run this output device.

Pdfmom
------

o A new wrapper around groff that facilitates the production of PDF
  documents from files formatted with the -mom macros.

VERSION 1.21
============

Troff
-----

o The new `lsm' request specifies a macro to be invoked when leading spaces
  in an input line are encountered (which are removed then).  Number
  registers `lsn' and `lss' hold the number of removed leading spaces and
  the corresponding horizontal space, respectively.

o There is a new warning category `file', enabled by default.  The `mso'
  request emits warnings in this category when the requested macro file does
  not exist.

o The new `class' request assigns a short name to a set of characters
  which can be referred to in the `cflags' request.  This is especially
  useful to control line-breaking and hyphenation rules in CJK languages.

o Three new values for the `cflags' request have been added, which are
  needed for proper CJK support.

    128  prohibit before but allow break after character
    256  prohibit after but allow break before character
    512  allow break before and after character

Tbl
---

o A new global option `nowarn' suppresses warnings if tables are longer than
  the current line width.

Afmtodit
--------

o New option `-o' to specify the name of the output file.

Macro Packages
--------------

o A new macro `%U' has been added to the mdoc package to indicate a URL
  reference within an .Rs/.Re environment.

o Rudimentary support for the Japanese script has been added, most suitable
  for man page handling as output by grotty.  The file `ja.tmac' contains
  the necessary setup to allow line breaks before and after CJK characters
  (with proper exceptions).  Note, however, that no inter-character spacing
  is implemented yet -- this usually causes many warnings about bad line
  breaks.

(wiz)

2015-01-08 05:26:15 UTC MAIN commitmail json YAML

Updated www/album_themes to 20081222

(mef)

2015-01-08 05:25:29 UTC MAIN commitmail json YAML

Update album_themes from 20050507 to 20081222
- The above date is picked from the timestamp of License.txt
- The release note/ChangeLog for this theme was unknown.
- Several changes on installation
  REPLACE_PERL
  find and chmod not to have execution bit on regular files
  (etc)

(mef)

2015-01-08 04:19:24 UTC MAIN commitmail json YAML

Updated x11/gtk2-engines-murrine to 0.98.2

(obache)

2015-01-08 04:19:13 UTC MAIN commitmail json YAML

Update gtk2-engines-murrine to 0.98.2.

Overview of Changes in 0.98.2 (since 0.98.1)
============================================
Changes in this release:
- Changed option: reliefstyle = 5 for a more controllable inset.

Bugfixes in this release:
- Glib 2.31 compatibility: https://bugzilla.gnome.org/show_bug.cgi?id=665022
- Compiles using pixman: https://bugzilla.gnome.org/show_bug.cgi?id=630869

Overview of Changes in 0.98.1 (since 0.98.0)
============================================
Changes in this release:
- Murrine is now dual-licensed LGPLv2.1 and LGPLv3.

Bugfixes in this release:
- Now checks for pixman: https://bugzilla.gnome.org/show_bug.cgi?id=630869

Overview of Changes in 0.98.0 (since 0.90.3)
============================================
Changes in this release:
- New supported widget: GtkExpander is now themed by the engine.
- New supported widget: GtkIconView is now themed by the engine.
- New supported widget: GtkInfoBar is now themed by the engine.
- New option: arrowstyle = 1 to draw filled arrows.
              arrowstyle = 2 to draw fat filled arrows.
- New option: border_shades = { 1.0, 1.0 } to draw a gradient on the border.
- New option: border_colors = { "#ffffff", "#ffffff" }
              to set the colors used on the border of many widgets.
              border_colors = FALSE to disable.
- New option: cellstyle = 0 to remove the border around the selected cell.
              cellstyle = 1 for the border around the selected cell (as before).
- New option: comboboxstyle = 1 to colorize the GtkComboBox below the arrow.
- New option: default_button_color = "#ffffff" to specify a 2px border for the
              default button.
- New option: disable_focus = TRUE
- New option: expanderstyle = 0 to draw arrows.
              expanderstyle = 1 to draw circles with plus and minus.
              expanderstyle = 2 to draw buttons with plus and minus.
- New option: focusstyle = 0 to disable focus drawing.
              focusstyle = 1 to use dots.
              focusstyle = 2 to use a small colored rectangle.
              focusstyle = 3 to use a colored rectangle that touches the borders.
- New option: gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" }
              to set the colors used on the gradient of many widgets.
              gradient_colors = FALSE to disable.
- New option: handlestyle = 0 for three simple lines.
              handlestyle = 1 for three simple lines with inset.
              handlestyle = 2 for three near simple lines with inset.
- New option: prelight_shade = 1.0 to select the shade level used in the
              scrollbar's slider, GtkComboBox with comboboxstyle = 1 and
              in the prelight state with gradient_colors.
- New option: separatorstyle = 1 to draw smooth separators.
- New option: shadow_shades = { 1.0, 1.0 } to draw a gradient on
              the shadow of some widgets.
- New option: spinbuttonstyle = 1 to add a separator on the GtkSpinButton.
- New option: textstyle = 1 for a shadow at the bottom of the text.
              textstyle = 2 for a shadow at the top of the text.
              textstyle = 3 for a shadow at the bottom right of the text.
              textstyle = 4 for a shadow at the top left of the text.
- New option: text_shade = 1.0 to specify the shade effect of the text's shadow.
- New option: trough_border_shades = { 1.0, 1.0 } to draw a gradient on
              the border of the trough of GtkScrollbar and GtkProgressBar.
- New option: trough_shades = { 1.0, 1.0 } to draw a gradient on
              the trough of GtkScrollbar and GtkProgressBar.
- Changed option: glowstyle = 5 for a glow around the edges.
- Changed option: listviewstyle = 2 for a solid line.
- Changed option: menustyle = 2 for a bright glow inside the menu.
                  menustyle = 3 for a dark glow inside the menu.
- Changed option: reliefstyle = 3 for a gradient on shadow.
                  reliefstyle = 4 for a stronger shadow.
- Changed option: stepperstyle = 2 for squared steppers with a rounded slider.
- Deprecated option: gradients, please unset the other options instead.
- Deprecated option: profile, please manually adjust the other options.
- Deprecated option: scrollbar_color, please use a custom bg[SELECTED].
- Improved rendering: rounded GtkScale trough.
- Improved rendering: disabled GtkScale trough.
- Improved rendering: contrast function in GtkButton.
- Improved rendering: draw lightborder with on menubar (with menubarstyle = 1).
- Improved rendering: draw lightborder with on toolbar (with toolbarstyle = 1).
- Improved rendering: better GtkTooltip theming.
- Improved rendering: use bg[GTK_STATE_PRELIGHT] on the scrollbar's slider
                      with colorize_scrollbar = FALSE.

Bugfixes in this release:
- Fix a potential endless loop in draw_progressbar_fill and draw_menuitem.
- Support for automake-1.11.
- Some minor fixes on big-endian systems.
- Fixes transparent WebKitGtk window with RGBA colormaps.
- https://bugzilla.gnome.org/show_bug.cgi?id=554871
- https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/624901
- Minor fixes and maybe more bugs I forgot to link. :)

(obache)

2015-01-08 01:50:16 UTC MAIN commitmail json YAML

2015-01-08 01:49:31 UTC MAIN commitmail json YAML

Update 3.07 to 4.12
-------------------
+ : new feature
- : deprecated feature
* : bugfix

Version 4.12, 2014/02/23
------------------------
* Small bugfix for specifying clip time for movie thumbnails: "[thumb=3.2s]"

Version 4.11, 2014/02/03
------------------------
+ New plugins: social/facebook-comments and social/facebook-like
+ New plugins: images/exactimage (Thanks F. Breitling)
+ Plugin speedup:  images/autorot (Thanks Simon Oosthoek)
* Small 'has_thumb' bugfix (Thanks Brian Carlstrom, bdc carlstrom com)
* Small fix for 'modify_caption' hook so it only gets called once.

Version 4.10, 2013/05/30
------------------------
* Cleaned up much of the 'perl -cw' warnings

Version 4.09, 2013/05/04
------------------------
+ New plugin: utils/keynavigation.alp (Thanks Matti Laitala, matti.laitala gmail com)
+ Added 'album::add_image_head' for image specific <head> code
* Updated 'write_image_page' hook so that is was consistent for theme/notheme
+ Updated to avconv instead of deprecated ffmpeg
  (To keep using ffmpeg:  '-ffmpeg ffmpeg')
* Cleaned up much of the 'perl -cw' warnings

Version 4.08, 2012/09/27
------------------------
[[[update digikam at thebarters with new modify_caption plugin format]]]
[[update google_analytics plugin]]
+ Updated simmer_theme (3.11) and updated all themes (RSS support!)
+ Updated plugin: extra/rss (Thanks Guy Albertelli II - from 2007, sorry it got lost!)
+ New option: -theme_full_info - major speedups for themes (when not used)
+ -sort exif for exif date sorting (Thanks Mihkel Ader, nodscytale gmail com)
+ New plugin: social/flattr (Thanks Volker Sauer)
+ New plugin: format/piwik (Thanks Volker Sauer)
+ New plugin: images/exactimage (Thanks Frank Breitling)
+ Can now have multiple hooks for 'do_album' (things like 'google_analytics')
  as well as modify_caption and modify_dir_caption
+ Can specify clip time for movies in captions.txt (i.e. "[thumb=3.2s]");
  (May need to use -force and -force_html)
* Handling of multi-page pdf/ps files (Thanks Matthew Probst)

Version 4.07, 2010/08/12
------------------------
+ New plugin: images/annotate-medium (Thanks Joe Botha)
+ Plugins can call back the function that hooked them without a recursive loop
* jhead used for 'JPG' as well as 'jpg' (Thanks Kevin Barter)
+ Russian language support (Thanks Stas Degteff)
+ New theme: hover (Thanks Todd Foster)
* Fixed man page missing NAME (Thanks Eriberto, debian maintainer!)

Version 4.06, 2009/08/12
------------------------
+ No longer fatals out on corrupted images
  (Thanks Alex Roper, alexr ugcs caltech edu)
* Fixed missing files in packages

Version 4.05, 2008/12/21
------------------------
+ WINDOWS GUI (galbum)
+ Windows ActiveState Perl theme support!
+ New hooks added for media style plugins (like media/flv)
+ Added media/flv plugin for FLV support!
+ Added album:: routines for plugins add_head, add_header, add_footer
+ Added piclens plugin for piclens slideshow support!
  (Thanks Reidar D. Midtun, reidar midtun dyndns org)
+ Added exif/gps plugin for gps exif support
  (Thanks Andreas K Huettel, http://www.akhuettel.de/)
+ New plugin: format/google_analytics
+ Added Hungarian docs (Thanks Gy旦rgy K叩roly http://www.me.bme.hu/~karolyi/indexe.html)
* digikam.alp fix for finding top directory (Thanks Kevin Barter)
* Overlay type (Thanks again Laura Baldwin, boojum mit edu)
* Now checking for -medium changes to deciding if we need to rewrite img pages
  (Thanks Rick Baartman, baartman lin12 triumf ca)
+ Added -crf and -license options for GUI support

Version 4.04, 2008/03/13
------------------------
* Fixed overlay of images (now needs "px"?) (Thanks Laura Baldwin, boojum mit edu)
+ Added wmv to movie types (Thanks Kevin Walton, kevin unseen org)

Version 4.03, 2007/12/20
------------------------
+ Fixed up album for CygWin changes - files are no longer quoted, no spaces in filenames!
  (Thanks to the patient Amarsena Reddy, Amarsena.Reddy varian com)
+ Added -usage for seeing as many options as you want
+ Added -thumb_post (Thanks Dave Hansen, dave sr71 net)
+ Added -folder_count (Thanks Dave Hansen, dave sr71 net)
+ Added hidden -dtheme and -Dtheme options
* Fixed deprecated option output
* Fixed dependency checking for image HTML lost in v4.00
* exif/mouseover plugin now works for child albums
  (Thanks George Hansper, georgeh anstat com au)
* Improved XHTML output (replaced 'td background=...')
+ Language: French is mostly complete, as well as docs
+ Better handling of convert animated gif file renaming bugs (Thanks Jon Daley)
* Proper handling of thumbs in other dirs (due to plugins) (Thanks Dave Hansen)

Version 4.02, 2007/01/19
------------------------
+ Language: German now 100%, added Spanish and Catalan
* Bugfix for new installs (two subs named 'install_language')

Version 4.01, 2007/01/08
------------------------
+ New languages: fr, zh-cn, cs, it, ko, de
+ Themes can now support multi-lingual images.
  (Easy using update of simmer_theme)  See example: Themes/Blue/lang/nl/
+ Themes have more translations (number of images, More albums, etc..)
+ Added -check_lang and -list_html_trans support
+ New plugin: images/xy_cache
* Fixed empty directory thumbnail bug
* Fixed/improved _curr_plugin/_curr_hook API.
* Plugged captions/db/digikam db resource leak (Thanks Anders Bolager, anders bolager com)
* Fixed '\\' bug with -make_lang
* Small get_option fix for plugins (and option_changed)

Version 4.00, 2006/12/17
------------------------
+ Full language/i18n support!  See -lang, -list_langs, and -lang_path
+ New languages: (en), he, nl, pl as well as banner, l33t and swedish_chef
+ Option -make_lang for creating easy language templates
+ New plugin: captions/exif/mouseover
+ New plugin: org/link
  (Thanks Matt Forrest, mforrest scs ryerson ca)
+ Added 3gp support using ffmpeg.  Another other movie formats people need?
+ Added -nothumbs support (Thanks Marten van Wezel, marten arago utwente nl)
+ Changed -hash_width option to -screen_width
* Fixed save_conf multiple-saving of multiple array/code values
* Errors now pass non-zero exit value
* Fixed -noknown_images (Thanks Dougie Nisbet, album highmoor co uk)
* Return to XHTML valid (Thanks Markus Mayer, mmayer blastwave org)

Version 3.13, 2006/10/10
------------------------
+ New plugin: format/meta
+ Cleaned up image preloading and added "AddOnload" javascript for plugins
  (Update your themes for proper image preloading)
+ Themes can now do num(This_Image) (Thanks Daniel K, DKml xs4all nl)
* Better fix for double exif captioning (Thanks Joseph Dery, joedery gmail com)
* Fix for medium_scale_opts (Thanks Glyn Davies, agdavies gmail com)
* Removed unnecessary zips and tars in Themes packaging

Version 3.12, 2006/06/14
------------------------
+ Added -create_plugin plugin code
+ New -slideshow support (for most themes)
+ Added overlay thumbnail support.  Themes are simpler and cooler!
  See FunLand as an example.  Also updated simmer_theme.
+ Added 'album -mv' syntax (just a shortcut for the 'utils/mv' plugin)
+ Added -credit (global footer) (Thanks Dave Hansen, dave sr71 net)
+ Added -case_sort option (used to be default!)
  (Thanks Samuel Denis D'Ortun, sddproductions.com)
* Changed ImageMagick calls to handle new syntax (~v6.25)
  (Thanks John Westlund, john.westlund gmail com)
+ Added -follow_symlinks (Thanks Dave Hansen, dave sr71 net)
+ Added hide_album hook (Thanks Dave Hansen, dave sr71 net)
+ Add hook 'end_handle_file' (needed for plugin: format/hide_regex)
* Fixed handling of -no_* in plugin options.
* Fixed caption_edit.cgi directory caption problem (upgrade to CGI v1.07!)
  (Thanks Kathryn Hogg, kjh flyballdogs com)
* Moved dir_thumb hook so it still counts images/folders
+ Patches: full path to find files
  (Thanks Scott Bertin, scottbertin yahoo com)
+ Added data-> head and body_tag

Version 3.11, 2006/04/09
------------------------
+ Changed ffmpeg option from singlejpeg to mjpeg, ffmpeg also now handles mp4
+ Changed 'do_album*' hooks to skip album generation on false
+ Added hooks:  gather_contents, gather_contents_item
* Patches: Fix stop_hashes hook, thumbnail/medium hooks, -burn 'index.html'
  (Thanks Scott Bertin, scottbertin yahoo com)
* Double exif captioning (Thanks Roland Rosenfeld, roenv spinnaker de
  and John Sellens, jsellens generalconcepts com)
+ Plugin: images/epeg (Thanks Scott J. Bertin, scottbertin yahoo com)
+ New theme: Stamp.  Updated theme: W_Peterman
* Change for themes: Get($dir, 'dir') -> Get($dir, 'file')
* Fixed issue with old 'medium *\\>' album.conf options.
  (Thanks Waldy Wisniewski, waldy wizfamily co uk)
* Fixed -h/-plugin_usage bug
* Fixed -clean to also include commented out images.

Version 3.10, 2005/11/01
------------------------
+ Plugin support
+ New plugins: utils/mv, many others
+ Massively improved/corrected/clarified arg saving in conf files
+ Improved dependency checking
+ Use (fast!) Image::Size if available (Thanks Dave Hansen, dave sr71 net)
+ Can now clear array options with -no
* -transform_url fix for %s
* diff_path now handles ActiveState windows paths for all cases
+ Added image overlay support for themes (see simmer_theme.3.03 & OldPhoto)
+ Added "Indexes:" progress bar for slower machines (like mine!)
+ Added -no_virgin_check option (for caption_edit and other CGI)
+ Added -image_headers for no_theme output (and set default to 0)
+ Medium/thumbnail images regenerated only when -medium/-geometry changed.
  (Thanks Andy Somerville, andy.somerville gmail com)
* -no_image_loop now works with no_theme output
* Default output is now Valid XHTML 1.0 Transitional
  (Thanks Goran Sandin, Goran.Sandin abc se)
* Fixed poor quoting of img alt and title tags
+ Added link tags for First/Last and album Up
* Improved -name_length shortening algorithm to avoid bad HTML
+ Replaced -date_sort and -name_sort with -sort [captions,name,date]
+ Added perldocs to caption_edit.cgi
* Fixed saving '#' in config files (Thanks Diego Liziero, diegoliz gmail com)
* Fixed problem with using movies as directory thumbnails
* Fixed inability to add non-images with -no_known_images
* Small path fix for "Your album has moved" false negative
* Fixed stupid split_path bug that disliked the letter 'Q'.  The shame..
  (also fixed StoryCaption bug and alignment problem)
* Initial config menus now support ~/path (Thanks Dylan G., dylang thock com)
  (Thanks Friedrich Pukelsheim, pukelsheim math uni-augsburg de)
* Can handle '# commented' captions with spaces after '#'
  (Thanks Matt Roberts, matt.roberts bigfoot com)
* Fixed clean case-sensitivity, -medium_type and parentheses bugs
  (Thanks Matthew J. Probst, mprobst probst org)
* Fixed incorrect "Your album has been moved" trigger
  (Thanks Dwight Dover, dwidov alltel net)
* Default theme now supports -no_album_captions
* Fixed attempt_require for Cwd so that it doesn't error (nobody told me!)

(mef)

2015-01-07 23:40:53 UTC pkgsrc-2014Q4 commitmail json YAML

2015-01-07 23:40:41 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4583 - requested by bouyer
print/cups-filters: dependence fix

Revisions pulled up:
- print/cups-filters/Makefile                                  1.11

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Tue Jan  6 14:56:04 UTC 2015

  Modified Files:
  pkgsrc/print/cups-filters: Makefile

  Log Message:
  Make this depend on print/poppler-utils for the pdftops filter;
  if configure finds a pdftops binary it will use its full path,
  otherwise it defaults to /usr/bin/pdftops which doesn't exists
  Bump PKGREVISION

(tron)

2015-01-07 23:23:14 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.1800

(wiz)

2015-01-07 23:23:02 UTC MAIN commitmail json YAML

Update to 1.18:

1.18  2015-01-05

- There will be a new leap second on June 30, 2015.

1.17  2015-01-04

- No code changes from the 1.16 release.

1.16  2015-01-04 (TRIAL RELEASE)

- Test fix for systems where IVs are 4 bytes long.

1.15  2015-01-03 (TRIAL RELEASE)

- Trying this again ... Experimental fix for adding very large numbers of
  days. Previously, trying to add more than around 2^28 days could cause
  errors if the result ended up in a leap year. This is being released as a
  trial release because I'm not sure how this change will behave on a 32-bit
  Perl. Reported by KMX. RT #97046.

(wiz)

2015-01-07 23:21:28 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 3.5.0

(wiz)

2015-01-07 23:21:16 UTC MAIN commitmail json YAML

Update to 3.5.0:

Version 3.5.0  Released January 6, 2015

  - Allow "placeholder escaping" by the use of a backslash directly before it, e.g.
    "SELECT 1 FROM jsontable WHERE foo \\? ?"
    will contain a single placeholder, and the first question mark will be sent directly
    to the backend to be parsed as an operator.
    [Greg Sabino Mullane, Tim Bunce]
    (CPAN bug #101030)

  - Improve the workings of the ping() method, so it always tests for
    a valid database backend and returns the correct true/false.
    [Greg Sabino Mullane, with help from Andrew Gierth and Tim Bunce]
    (CPAN bug #100648)

  - Add get_info(9000) => 1 to indicate driver can escape placeholders.
    [Tim Bunce]

  - In tests, force the client_encoding to UTF8, skip tests that involve
    characters not supported by the server_encoding
    [Dagfinn Ilmari Manns奪ker <ilmari@ilmari.org>]

  - Fix memory leak when selecting from arrays
    [Dagfinn Ilmari Manns奪ker, reported by Krystian Samp]

  - Make get_info much more efficient and slightly simpler.
    [Tim Bunce]

(wiz)

2015-01-07 21:39:24 UTC MAIN commitmail json YAML

2015-01-07 16:09:23 UTC MAIN commitmail json YAML

Update to 3.20150107. From the changelog:

[ Joey Hess ]
* Added ikiwiki-comment program.
* Add missing build-depends on libcgi-formbuilder-perl, needed for
  t/relativity.t
* openid: Stop suppressing the email field on the Preferences page.
* po: If msgmerge falls over on a problem po file, print a warning
  message, but don't let this problem crash ikiwiki entirely.
* Set Debian package maintainer to Simon McVittie as I'm retiring from
  Debian.

[ Simon McVittie ]
* calendar: add calendar_autocreate option, with which "ikiwiki --refresh"
  can mostly supersede the ikiwiki-calendar command.
  Thanks, Louis Paternault
* search: add more classes as a hook for CSS. Thanks, sajolida
* core: generate HTML5 by default, but keep avoiding new elements
  like <section> that require specific browser support unless html5 is
  set to 1.
* Tell mobile browsers to draw our pages in a device-sized viewport,
  not an 800-1000px viewport designed to emulate a desktop/laptop browser.
* Add new responsive_layout option which can be set to 0 if your custom
  CSS only works in a large viewport.
* style.css, actiontabs, blueview, goldtype, monochrome: adjust layout
  below 600px ("responsive layout") so that horizontal scrolling is not
  needed on smartphone browsers or other small viewports.
* core: new libdirs option alongside libdir. Thanks, Louis Paternault

[ Amitai Schlair ]
* core: log a debug message before waiting for the lock.
  Thanks, Mark Jason Dominus
* build: in po/Makefile, use the same $(MAKE) as the rest of the build.
  Thanks, ttw
* blogspam: use the 2.0 JSON API (the 1.0 XML-RPC API has been EOL'd).
  Closes: #774441

pkgsrc changes:

Add a not-yet-upstreamed patch to link to the commenter's URL for
anonymous-style comments committed directly via the VCS (i.e.,
imported from another CMS).

(schmonz)

2015-01-07 15:02:51 UTC MAIN commitmail json YAML

Updated www/py-flask-admin to 1.0.9.
Updated textproc/p5-XML-Atom-SimpleFeed to 0.861.

(kleink)

2015-01-07 15:01:39 UTC MAIN commitmail json YAML

Update p5-XML-Atom-SimpleFeed to 0.861.

0.861 Tue 06 Jan 2015
- Auto-formatting for recognised data types in date constructs
- Fixed CDATA flattener (was missing /s flag)
- Non-fatal warnings; mea maxima culpa
- Test suite cleanup
- Now uses Dist::Zilla

(kleink)

2015-01-07 14:55:21 UTC MAIN commitmail json YAML

Update py-flask-admin to 1.0.9.

1.0.9
-----

Highlights:

* Bootstrap 3 support
* WTForms 2.x support
* Updated DateTime picker
* SQLAlchemy backend: support for complex sortables, ability to search
  for related models, model inheritance support
* Customizable URL generation logic for all views
* New generic filter types: in list, empty, date range
* Added the ``geoa`` contrib module, for working with
  `geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_
* Portugese translation
* Lots of bug fixes

(kleink)

2015-01-07 14:53:41 UTC MAIN commitmail json YAML

py-django no longer supports Python 2.6, follow.

(joerg)

2015-01-07 14:26:47 UTC MAIN commitmail json YAML

Provide fake expat.pc for builtin case.

(ryoon)

2015-01-07 13:55:45 UTC MAIN commitmail json YAML

Newer illumos has inotify and the inotify code needs FIONREAD

(wiedi)

2015-01-07 13:28:26 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-View-JSON to 0.34

(mef)

2015-01-07 13:25:28 UTC MAIN commitmail json YAML

(pkgsrc)
- Switch DEPENDS described below
- Clean up DEPENDS (checked by pbulk for this particular package)
  -DEPENDS+=      p5-Catalyst-Runtime>=5.60000:../../www/p5-Catalyst-Runtime
  -DEPENDS+=      p5-JSON-Any>=1.15:../../converters/p5-JSON-Any
  -DEPENDS+=      p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
  +DEPENDS+=      p5-JSON-MaybeXS>=1.003003:../../converters/p5-JSON-MaybeXS
(upstream)
- Update 0.33 to 0.34
0.34  Mon Jan 05  12:00:00 CT 2014
        - switched from JSON::Any to JSON::MaybeXS (json_driver option no
          longer supported)
        - Updated some documenation to note that in 2015 perhaps some of the
          given advice is no longer relevent.
        - Added a new configuration option 'json_encoder_args' which lets you
          pass arguments to JSON::MaybeXS.  Useful for when you want to have
          more control on how your JSON serializer works.

(mef)

2015-01-07 13:24:15 UTC MAIN commitmail json YAML

Add comment to cmake.

(ryoon)

2015-01-07 13:23:48 UTC MAIN commitmail json YAML

Updated x11/wxGTK30 to 3.0.2

(ryoon)

2015-01-07 13:22:58 UTC MAIN commitmail json YAML

Update to 3.0.2

* Enable wxscintilla.

Changelog:
3.0.2: (released 2014-10-06)
----------------------------

All:

- Fix silent data loss in wx[F]File::Write(wxString) if conversion fails.
- Make wxString::FromCDouble() work when the global C++ locale is not the C one.
- Add support for "%V", "%G" and "%g" to wxDateTime::Format().

All (GUI):

- Add wxGenericListCtrl::EndEditLabel() (Tim Kosse).
- Implement bounding box computation in wxGCDC (Toni Ru転a).
- Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr).
- Add "variant" property to windows in XRC.
- Add XRC handler for wxSimplebook.
- Return correct value from wxCommandEvent::GetString() for programmatically
  generated wxEVT_TEXT events from wxComboBox.
- Accept "default" as font family value in XRC (pieleric).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).

wxGTK:

- Fix mouse handling in wxNotebook containing wxListCtrl (Charlie Fenton).
- Fix layout of wxSearchCtrl to not truncate text in it.

wxMSW:

- Fix Cygwin 1.7 build.
- Work around a bug in MinGW 4.8 headers and fix build with it too.
- Include x64 configurations in MSVC 8/9 project files too.
- Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek).
- Fix background of wxRadioBox buttons and wxSlider (Artur Wieczorek).
- Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek).
- Fix drawing on wxDC when using right-to-left layout (Artur Wieczorek).
- Fix wxGrid appearance and behaviour in RTL (Artur Wieczorek).
- Fix creating wxBitmap from monochrome wxIcon or wxCursor (Artur Wieczorek).
- Fix handling of bitmaps with alpha in wxImageList (Artur Wieczorek).
- Add paragraph spacing attributes support to wxTextCtrl (dannchr).
- Show new style directory selector even for non existent paths (raychow).
- Fix order of radial gradient stops (Alexandru Pana).
- Fix font created using wxFont(wxFontInfo()) ctor.
- Fix wxFileName::GetShortcutTarget() in console applications.
- Fix wxFileName::MakeRelativeTo() for shortcut files (gafatoa).
- Fix height of initially empty wxBitmapComboBox (Artur Wieczorek).
- Fix setting label of submenu items (Artur Wieczorek).
- Fix using Esc as accelerator in the menus.
- Fix wrong initial status bar height in some cases (Artur Wieczorek).

(ryoon)

2015-01-07 13:21:56 UTC MAIN commitmail json YAML

2015-01-07 13:21:35 UTC MAIN commitmail json YAML

Updated math/hs-scientific to 0.3.3.5

(szptvlfn)

2015-01-07 13:21:14 UTC MAIN commitmail json YAML

Update to 0.3.3.5

changelog:
0.3.3.5
    * Fixed bug when converting the Scientific:
      `scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
      or to a bounded RealFloat using toBoundedRealFloat.
      If someBigExponent was big enough to trigger the big-exponent protection
      the beforementioned functions didn't return 0.

      This is fixed by explicitly handling a coefficient of 0.

(szptvlfn)

2015-01-07 13:14:31 UTC MAIN commitmail json YAML

2015-01-07 13:09:31 UTC MAIN commitmail json YAML

2015-01-07 12:51:02 UTC MAIN commitmail json YAML

Updated lang/runawk to 1.6.0

(cheusov)

2015-01-07 12:50:47 UTC MAIN commitmail json YAML

Update to 1.6.0

  Environment variable RUNAWK_KEEPTMP was introduced. If it set,
  temporary files are kept.  This is useful for debugging.

  io.awk:file_size was fixed (its behaviour depended on FS value)

  AWK_PROGS used for testing is now settable from environment.

  A few typos in runawk_modules.3 were fixed.
  Thanks to Andrew Shadura!

(cheusov)

2015-01-07 12:20:07 UTC MAIN commitmail json YAML

2015-01-07 10:39:32 UTC MAIN commitmail json YAML

Note update of www/contao34 package to 3.4.0nb1.

(taca)

2015-01-07 10:39:02 UTC MAIN commitmail json YAML

Add mimetypes.php as one of the configuration files.

Bump PKGREVISION.

(taca)

2015-01-07 10:37:56 UTC MAIN commitmail json YAML

2015-01-07 10:37:11 UTC MAIN commitmail json YAML

2015-01-07 10:35:59 UTC MAIN commitmail json YAML

2015-01-07 09:37:07 UTC MAIN commitmail json YAML

Import dhcpcd-ui-0.7.5 with the following changes:
  *  New icons when theme ones do not exist, taken from GNOME,
    KDE Oxygen and Elementary themes.
  *  Tick icon rather than a radio button is used to show selected SSID
  *  Associated SSID is displayed in bold at the top of the list.
  *  Progress bar displaying percentage has been removed in favour of a
    4-bar connection strength icon which other implementation seen to
    favour.
  *  dhcpcd-qt should now almost be identical to dhcpcd-gtk bar
    platform specific differences.
  *  Pop-ups now appear near the mouse cursor
  *  Pressing enter or OK on the wpa password screen will select that
    SSID to connect to without changing any existing password
  *  Duplicate SSIDs are merged, the BSSID actually used is the
    strongest signal.
  *  On Linux and FreeBSD enable background scanning (5 seconds if the
    SSID menu is shown, otherwise 60 seconds)
  *  If a wireless interface is present, display the strongest
    connection in the system tray instead of the normal LAN style icon.
  *  SSID toolip removed.
  *  Numerous stability issues resolved.

(roy)

2015-01-07 09:01:01 UTC MAIN commitmail json YAML

Import dhcpcd-6.6.7 with the following changes:
  *  Clarify timeout and reboot timeout, make it more sane
  *  A server should not NAK an INFORM
  *  The noalias directive will now remove any IPv4 addresses existing on
    the interface when we want to add our own
  *  For BSD systems stop polling for IPv6 router reachability
    Instead, expect for cached neighour route additions/changes/removals
    to be announced by the kernel. Currently only NetBSD-7.99.3 does this.
  *  Store acquired time for each IPv6 address so we can correctly offset
    pltime and vltime if we need to re-add them
  *  test mode no longer turns off kernel rtadv handling

(roy)

2015-01-07 08:56:37 UTC MAIN commitmail json YAML

Fix DEPENDS+= Path typo, thanks wiz@ for review.

(mef)

2015-01-07 08:51:58 UTC MAIN commitmail json YAML

+ automake-1.15, fluxbox-1.3.6, unrealircd-3.2.10.4 [pkg/49540].

(wiz)

2015-01-07 05:02:37 UTC MAIN commitmail json YAML

2015-01-07 01:01:12 UTC MAIN commitmail json YAML

Revert previous, already fixed.

(wiz)

2015-01-07 00:50:40 UTC MAIN commitmail json YAML

Use valid ruby version suffix variable.

(obache)

2015-01-07 00:35:13 UTC MAIN commitmail json YAML

Updated www/p5-App-Nopaste to 1.003

(mef)

2015-01-07 00:35:03 UTC MAIN commitmail json YAML

Update 1.002 to 1.003
1.003  2015-01-03 20:52:17Z
        - re-release to fix problematic $VERSION declaration (RT#101095)

(mef)

2015-01-07 00:16:37 UTC MAIN commitmail json YAML

Reflect new module type after last update.

(joerg)

2015-01-07 00:15:53 UTC MAIN commitmail json YAML

Incomplete dependencies for binaries.

(joerg)

2015-01-07 00:15:23 UTC MAIN commitmail json YAML

Now that this is build on amd64, hard-code former ${MACHINE_ARCH}.

(joerg)

2015-01-06 23:07:32 UTC MAIN commitmail json YAML

Python 2.6 is no longer supported.

(joerg)

2015-01-06 23:00:16 UTC MAIN commitmail json YAML

Remove chunk to add space after -rpath, the option now has a trailing
comma and the space would result in a compiler argument.

(joerg)

2015-01-06 22:59:07 UTC MAIN commitmail json YAML

Needs readline/editline.

(joerg)

2015-01-06 22:58:41 UTC MAIN commitmail json YAML

2015-01-06 22:57:58 UTC MAIN commitmail json YAML

Shuffle flags around to make sure that the system liblzma is not picked
up first.

(joerg)

2015-01-06 20:35:59 UTC MAIN commitmail json YAML

Fix some problems in the "configuring" section of the pkgsrc guide and
regenerate html and txt version. From Ray Phillips in PR misc/49367.

(bsiegert)

2015-01-06 19:55:22 UTC MAIN commitmail json YAML

audio stuff updates

(drochner)

2015-01-06 19:54:39 UTC MAIN commitmail json YAML

update to 1.3.1
changes:
-bugfixes
-Support the new pregap and data tracks
-Set the originalyear tag when loading a release
-Web service calls to ports 80 and 443 do not need explicit port
specification. 443 should be automatically made https

(drochner)

2015-01-06 19:53:14 UTC MAIN commitmail json YAML