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

2024-05-13 13:44:28 UTC Now

2013-12-12 04:44:17 UTC MAIN commitmail json YAML

2013-12-12 04:22:21 UTC MAIN commitmail json YAML

Note update of xpdfopen

(minskim)

2013-12-12 04:21:28 UTC MAIN commitmail json YAML

Update xpdfopen to 0.83

Changes:
- fix (kludgily?) reset_focus() so that it actually works.
- add -r and -reset_focus options.
- update documentation.

(minskim)

2013-12-12 02:36:46 UTC MAIN commitmail json YAML

+ suse131_{32_}mozilla-{nspr,nss}

(obache)

2013-12-12 02:36:12 UTC MAIN commitmail json YAML

add nspr and nss module.

(obache)

2013-12-12 02:35:33 UTC MAIN commitmail json YAML

2013-12-12 02:34:28 UTC MAIN commitmail json YAML

2013-12-12 01:31:35 UTC MAIN commitmail json YAML

Updated databases/p5-Data-Table to 1.68

(wen)

2013-12-12 01:30:17 UTC MAIN commitmail json YAML

Update to 1.68

Upstream changes:
1.68 Mon Aug  6 22:22:22 PDT 2012

  Patch fromFileGetTopLines() and fromFileIsHeader(), which are used by fromFile(). Impact: minor.
  Improve performance of fromFileGuessOS()
  Improve fromFile(), fromCSV(), csv() to support using \r, \n within a CSV field.

  join() now supports {matchNULL => 1, NULLasEmpty => 1}, if one would like to treat NULL as empty string, or
  treat NULL as equal (however, not equal to empty string). Both are set to 0 by default.
  Suggested by Kyle Horton & Wilson Dave.

  Remove inheritance from AutoLoader and Exporter.
  Thanks to Brian Wightman

  Thanks to Nicholas Andonakis for sharing his code, quite a few ideas in his package inspired the improvements below!

  Add new shortcut methods: lastRow(), lastCol(), colName($colNumericIndex)
    One can now write
      foreach my $i (0..$t->lastRow)
    instead of
      foreach my $i (0..$t->nofRow-1)

  Add iterator(), so that one can now write
    my $next = $t_product->iterator();
    while (my $row = $next->()) {
      # have access to a row as a hash reference, access row number by &$next(1);
      $t_product->setElm($next->(1), 'ProductName', 'New! '.$row->{ProductName});
    }

  addCol() can take the default value for the new column (first argument)
  addRow() supports {addNewCol => 1}
  moveCol() can take a $newColName.

  setElm() can set a value for multiple cells, specified by ref to row array and col array
  match_string(), match_pattern(), match_pattern_hash() also produce $parentTable->{MATCH}

    # match returns all matched row ids in $t_product->{MATCH} (ref to row ID array)
    $t_product->match_pattern_hash('$_{UnitPrice} > 20');
    # create a new column, with 'No' as the default value
    $t_product->addCol('No', 'IsExpensive');
    # use $t_product->{MATCH} to set values for multiple Elements
    $t_product->setElm($t_product->{MATCH}, 'IsExpensive', 'Yes');

1.67 Wed Jul 25 11:47:23 PDT 2012
  Update Change.txt file to point out $keepRestCol defaults to 1 is only for group()
  For pivot(), $keepRestCol is still default to 0 as before.

1.66 Wed Jul 25 11:03:29 PDT 2012
  Change the default value of keepRestCol in group() to 1, instead of 0 to be compatible with older versions
  Thanks to Kyle Horton

(wen)

2013-12-12 01:30:04 UTC MAIN commitmail json YAML

Build fix for deprecated functions

(prlw1)

2013-12-12 01:28:45 UTC MAIN commitmail json YAML

Build fix for deprecated functions

(prlw1)

2013-12-12 01:04:14 UTC MAIN commitmail json YAML

2013-12-12 00:56:14 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Create to 1.08

(wen)

2013-12-12 00:54:37 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08 2013.12.11

    Eliminate pipe from CGI test script t/09
    Filehandle => FileHandle typo fixed #91312

1.07 2013.12.10

    New maintainer SZABGAB
    Tried to reconstruct entries in the CHANGES file
    Some more test case
    Code clean-up (remove indirect calls)
    Remove Build.PL
    use warnings;
    Officially require perl 5.006.
    Move example file to the eg/ directory

(wen)

2013-12-12 00:14:26 UTC MAIN commitmail json YAML

2013-12-11 23:55:11 UTC MAIN commitmail json YAML

Fix a freetype 2.0 hangover. Allows build with freetype 2.5.x.

(markd)

2013-12-11 23:49:52 UTC MAIN commitmail json YAML

One final fixup for freetype2. Fixes build with freetype 2.5.x.

(markd)

2013-12-11 23:38:52 UTC MAIN commitmail json YAML

Populate .buildlink tree with *.pc files so that pkgconfig tests
work when using builtin.

(markd)

2013-12-11 23:26:49 UTC MAIN commitmail json YAML

2013-12-11 21:51:57 UTC pkgsrc-2013Q3 commitmail json YAML

2013-12-11 21:51:43 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4268 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.21
- multimedia/adobe-flash-plugin11/distinfo                      1.20

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Dec 11 10:40:42 UTC 2013

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.332 for APSB13-28.

(tron)

2013-12-11 21:39:20 UTC MAIN commitmail json YAML

Updated www/varnish to 3.0.5

(fhajny)

2013-12-11 20:24:27 UTC MAIN commitmail json YAML

Note that this is one of the few strange programs that are IPv4 only

(martin)

2013-12-11 19:58:14 UTC MAIN commitmail json YAML

Updated x11/xf86-video-mga to 1.6.3

(wiz)

2013-12-11 19:58:03 UTC MAIN commitmail json YAML

Update to 1.6.3:

mga release to fix XAA loading and running.

Alan Coopersmith (1):
      Remove mga_esc.c vestigal stub

Andy MacLean (1):
      Unbreak dual head (xinerama)

Dave Airlie (2):
      mga: fix XAA runtime
      mga: bump release to 1.6.3

Egbert Eich (3):
      Disable Linear Expansion on BE
      Restructure code to make it more readable
      Disable HW cursor by default on G200 server chips

Julien Cristau (1):
      Restrict kernel driver matching to g200 server chips

Tormod Volden (2):
      Fix dual head crash without XAA
      mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr

(wiz)

2013-12-11 19:45:38 UTC MAIN commitmail json YAML

Updated converters/fribidi to 0.19.6

(wiz)

2013-12-11 19:45:28 UTC MAIN commitmail json YAML

Update to 0.19.6:

Overview of changes between 0.19.5 and 0.19.6
=============================================
* Fix two minor bidi bugs.
* Build with new libtool to support ppc64le.

(wiz)

2013-12-11 19:42:25 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.25

(wiz)

2013-12-11 19:42:13 UTC MAIN commitmail json YAML

Update to 0.9.25:

Overview of changes leading to 0.9.25
Wednesday, December 4, 2013
=====================================

- Myanmar shaper improvements.
- Avoid font fallback in CoreText backend.
- Additional OpenType language tag mappiongs.
- More aggressive shape-plan caching.
- Build with / require automake 1.13.
- Build with libtool 2.4.2.418 alpha to support ppc64le.

(wiz)

2013-12-11 19:40:55 UTC MAIN commitmail json YAML

Updated textproc/hunspell-de to 20131206

(wiz)

2013-12-11 19:40:45 UTC MAIN commitmail json YAML

2013-12-11 19:19:06 UTC MAIN commitmail json YAML

Updated databases/py-bsddb3 to 6.0.1

(wiz)

2013-12-11 19:18:56 UTC MAIN commitmail json YAML

Update to 6.0.1, update LICENSE:

6.0.1:
  * Clarification of license. Thanks to
    Jan Stan��k <jstanek@redhat.com> for bringing this issue up.
    This work is now explicitly licensed under 3-clause BSD license.
  * Fixed a long standing bug (August 2008, rev 9fd52748fa59)
    on "dbtables.py". Notified by Maxime Labelle.
  * If you want to link with Oracle Berkeley DB 6.0, you will
    need to create the environment variable
    'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION'
    to signal to the pybsddb that you are legal. To be legal,
    your code MUST be AGPL3 *OR* you have to buy a commercial
    license from Oracle.

    If you are not legally entitled to use Berkeley DB 6.0 and
    you have previous versions of Berkeley DB on your system,
    you can a) delete Berkeley DB 6.0 and try again, OR
    b) instruct pybsddb to use a previous Berkeley DB version,
    using environment variables or command line options.

    Sorry for the inconvenience. I am trying to protect you.

    Some details:

        https://forums.oracle.com/message/11184885
        http://lists.debian.org/debian-legal/2013/07/

(wiz)

2013-12-11 19:08:12 UTC MAIN commitmail json YAML

Updated sysutils/diskscrub to 2.5.2

(prlw1)

2013-12-11 19:07:47 UTC MAIN commitmail json YAML

Update (disk)scrub to 2.5.2 (+add DIOCGDISKINFO implementation)

Since 2.0:
* Fix scrub abort on files/disks > 2G in size (issue 19)
  This was introduced in 2.5.0 and the failure is quick and obvious.
* Fix loss of precision in disk size approximation (issue 18)
* Add -t option to disable creation of thread to generate randomness
  in parallel with I/O.
* Prepare source for a libscrub api (work in progress)
* Cosmetic changes to man page and help output.
* Generate randomness and do I/O in parallel [Richard B. Hill]
* Replace O_SYNC with O_DIRECT+fsync+posix_fadvise [H. Peter Anvin]
  This produces a significant performance improvement, at least on Linux.
* Add support for RDRAND instr. [H. Peter Anvin]
* Use <stdbool.h> if the system has it [H. Peter Anvin]
* Fix incorrect assertion in scrub --dirent handling (issue 9) [Peter Hyman]
* Clean up tmp files after scrub --freespace (issue 9) [Peter Hyman]
* Allow scrub --pattern=custom="string" (issue 11) [Peter Hyman]
  Allow C style numerical escapes in string: \nnn (octal) and \xnn (hex).
  This is a single-pass sequence with a custom pattern.
* Change default buffer size from 1m to 4m [H. Peter Anvin]
* Avoid closing and re-opening /dev/urandom [H. Peter Anvin]
* Fix bug in pfitzner7 pattern def and add fillff, fillzero
  methods (issue 8) [Peter Hyman]
* Change dod method to perform random pass first and skip extra pass.
* Add --help option that lists available scrub methods.
* Make dist tarball work with rpmbuild -ta.
* Added usarmy, pfitzner7, and pfitzner33 methods.
* Added -L option to not follow symbolic links [Timothy Boronczyk]
* Treat a zero return from write(2) as an error.
* New patterns:
  - random2: two random passes
  - schneier (one 0x00 pass, one 0xff pass, and five random passes) [Joe]
* Add --pattern random (one random pass) mode.
* Portability fixes for Slackware [Timothy Boronczyk]
* Fix bug where scrub --remove on a zero length file would abort
  without removing the file.  Issue a warning and remove it.
* Fix a bug where some data from the original file could appear in
  the first disk block after a verified scrub when running without
  the -S (--no-signature) option.

(prlw1)

2013-12-11 18:53:05 UTC MAIN commitmail json YAML

+ firefox-26, kdevelop-4.6.0, par2-0.6.2
  [https://github.com/BlackIkeEagle/par2cmdline].

(wiz)

2013-12-11 17:01:06 UTC MAIN commitmail json YAML

The Boost log library has aggressive compiler requirements, disable it
on Darwin with GCC as it does not have new enough STL.  This will most
likely need extending to other platforms/compilers.

(jperkin)

2013-12-11 16:30:02 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-protos to 1.6

(wiz)

2013-12-11 16:29:47 UTC MAIN commitmail json YAML

Install xcb-proto as well. Bump version.

(wiz)

2013-12-11 16:13:22 UTC MAIN commitmail json YAML

Update varnish to 3.0.5.

Changes since 3.0.4:
- A bad interaction between -b, -c and -m in the varnishlog tool
  has been fixed.
- A malformed request could in some configurations lead to Varnish
  crashing has been corrected. This is CVE-2013-4484.
- Duplicate Content-Length headers were in some cases sent to clients
  when streaming is enabled, this has been fixed
- ESI parse errors are no longer printed to standard output.
- Stop segfaulting if the first part of a synthetic page is NULL.

(fhajny)

2013-12-11 15:46:23 UTC MAIN commitmail json YAML

Disable --with-links on Darwin.  This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.

(jperkin)

2013-12-11 15:45:34 UTC MAIN commitmail json YAML

Disable --with-links on Darwin.  This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.

(jperkin)

2013-12-11 14:55:02 UTC MAIN commitmail json YAML

Fix path to Perl interpreter in "libexec/cert_valid.pl".

Bump package revision because the binary got changed.

(tron)

2013-12-11 13:42:32 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.38.1

(adam)

2013-12-11 13:41:38 UTC MAIN commitmail json YAML

Changes 2.38.1:

Build:
* Gio::ActionGroup: Remove a nonsensical check that
  clang complains about, correctly.
Documentation:
* Gio::content_type_*(): Add a link from Gtk::AppChooser.
* giomm_tls_client test: Add some comments

(adam)

2013-12-11 12:34:02 UTC MAIN commitmail json YAML

2013-12-11 12:23:53 UTC MAIN commitmail json YAML

+LICENSE; sort USE_TOOLS;

(rodent)

2013-12-11 11:56:42 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-11 11:55:17 UTC MAIN commitmail json YAML

Package requires libusb.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-11 10:41:04 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.332

(obache)

2013-12-11 10:40:42 UTC MAIN commitmail json YAML

2013-12-11 10:29:46 UTC MAIN commitmail json YAML

The p5-GSSAPI configure script assumes that the output of the SunOS krb5-config
will produce an error message.  Since we installed a wrapper script to handle
the builtin better, there is no longer an error, so avoid that check.

(jperkin)

2013-12-11 10:27:01 UTC MAIN commitmail json YAML

On SunOS, install a wrapper script for krb5-config to strip away arguments
that are unsupported by the native port of MIT KRB5, and add any flags
necessary to support the builtin version.

Fixes various packages since the change to support the SunOS builtin.

Based on patches by Richard PALO (richard@).

(jperkin)

2013-12-11 09:45:14 UTC MAIN commitmail json YAML

2013-12-11 07:56:26 UTC MAIN commitmail json YAML

Remove zlib workaround now that zlib package generates pc file for builtin.

(wiz)

2013-12-11 07:52:26 UTC MAIN commitmail json YAML

Remove zlib workaround now that zlib.pc generation for builtin is fixed.

(wiz)

2013-12-11 07:11:40 UTC MAIN commitmail json YAML

builtin zlib needs a buildlink symlink to zlib.pc if present or fake one if absent

(richard)

2013-12-11 03:03:04 UTC MAIN commitmail json YAML

+ cacti-spine

(obache)

2013-12-11 03:02:28 UTC MAIN commitmail json YAML

Added net/cacti-spine version 0.8.8b

(obache)

2013-12-11 03:01:57 UTC MAIN commitmail json YAML

Import cacti-spine-0.8.8b as net/cacti-spine from pkgsrc-wip.
Originally packaged by Fredrik Pettai, updated by Nils Ratusznik and
requested with PR pkg/48436.

Spine, formally Cactid, is a poller for Cacti that primarily strives to be
as fast as possible. For this reason it is written in native C, makes use of
POSIX threads, and is linked directly against the net-snmp library for minmumal
SNMP polling overhead. Spine is a replacement for the default cmd.php poller
so you must decide if using Spine makes sense for your installation.

(obache)

2013-12-11 00:12:28 UTC MAIN commitmail json YAML

Updated devel/py-at-spi2 to 2.10.0

(prlw1)

2013-12-11 00:12:04 UTC MAIN commitmail json YAML

Update py-at-spi2 to 2.10.0

* Handle attribute lists with multiple accepted values for the same key
  when creating a collection match rule (BGO#700865).
* Added getStringAtOffset.
* Add some examples (Magdalen Berns, BGO#701063).
* Removed setting of AT_SPI_CLIENT, as it is no longer used as of
  at-spi2-core 2.9.3.
* Update for libatspi API changes (BGO#700243).

(prlw1)

2013-12-10 22:37:03 UTC MAIN commitmail json YAML

Updated databases/postgresqlXX

(adam)

2013-12-10 22:34:22 UTC MAIN commitmail json YAML

2013-12-10 22:32:57 UTC MAIN commitmail json YAML

The PostgreSQL Global Development Group has released a critical update to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This update fixes three serious data-loss bugs affecting replication and database maintenance. All users are urged to update their installations at the earliest opportunity.

The replication issue affects some users of PostgreSQL binary replication, and can cause minor data loss between the master and the standby. While not all users are affected, it is difficult to predict when the bug will occur, so we urge all users of replication and continuous backup (PITR) to update immediately. Additionally, users who had replication running under PostgreSQL minor versions 9.3.0, 9.3.1, 9.2.5, 9.1.10, or 9.0.14 should plan to take a fresh base backup of each standby after update, in order to ensure no prior data corruption already exists.

This release also fixes two timing issues with VACUUM, which can cause old, overwritten or deleted rows to re-appear at a later date under some circumstances. Users with very high transaction rates, particularly those who experience "transaction ID wraparound" every few weeks or less, are the most at risk for this issue. Those users should set vacuum_freeze_table_age to 0, and run a database-wide VACUUM after the update. The second of the two VACUUM issues affects only 9.3, making it expecially important for 9.3 users to update.

(adam)

2013-12-10 20:15:15 UTC MAIN commitmail json YAML

Add --disable-visibility on Darwin, fixes build.

(jperkin)

2013-12-10 19:51:51 UTC MAIN commitmail json YAML

Remove -Wl,--no-undefined on Darwin too.

(jperkin)

2013-12-10 19:26:22 UTC MAIN commitmail json YAML

natdynlink should only be enabled for 64-bit Darwin.  Fixes 32-bit build.

(jperkin)

2013-12-10 17:56:34 UTC MAIN commitmail json YAML

Updated net/ucarp to 1.5.2nb2

(jperkin)

2013-12-10 17:56:23 UTC MAIN commitmail json YAML

Add SIOCGLIFHWADDR support on newer SunOS.  Bump PKGREVISION.

(jperkin)

2013-12-10 16:41:00 UTC MAIN commitmail json YAML

Turn on the 'icu' option for SunOS by default.  Every boost update breaks
SunOS by removing the PLIST differences for libboost_locale, so this way
we avoid being broken every time and add support for the locale library.

(jperkin)

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

Put back BOOST_TARGET=darwin when using gcc, it breaks horribly otherwise.

(jperkin)

2013-12-10 15:23:14 UTC MAIN commitmail json YAML

Note update of TYOP3 packages:

www/typo3_45 4.5.32
www/typo3_47 4.7.17
www/typo3_60 6.0.12
www/typo3_61 6.1.7

(taca)

2013-12-10 15:22:20 UTC MAIN commitmail json YAML

Update typo3_61 package to 6.1.7 (TYPO3 6.1.7).

- Fix multiple vulnerabilities in TYPO3 CMS:
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/

2013-12-10  afbadea                  [RELEASE] Release of TYPO3 6.1.7 (TYPO3 Release Team)
2013-12-10  7481971  #31206          [SECURITY] XSS in header link of all content elements (Anja Leichsenring)
2013-12-10  cb8db28  #42772          [SECURITY] XSS in colorpicker wizard (Marcus Krause)
2013-12-10  2d29894  #45043          [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn)
2013-12-10  dca9c88  #48691          [SECURITY] XSS in backend user adminstration (Marc Bastian Heinrichs)
2013-12-10  450e5d3  #41714          [SECURITY] Information Disclosure in Wizards (Helmut Hummel)
2013-12-10  7e7f9e3  #54099          [SECURITY] Fix open redirection in openid extension (Helmut Hummel)
2013-12-10  ad11945  #36768          [SECURITY] XSS in be_layout wizard (Anja Leichsenring)
2013-12-10  18e0491  #47086          [SECURITY] XSS in beuser VH (Anja Leichsenring)
2013-12-10  cbbeefd  #54074          [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring)
2013-12-10  163947a  #54073          [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Steffen Ritter)
2013-12-02  d21a628  #54124          [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind)
2013-12-02  e538020  #54117          [BUGFIX] Add missing namespacing for calling GeneralUtility (Stefan Neufeind)
2013-11-29  3a66a0e  #42651          [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn)

(taca)

2013-12-10 15:21:30 UTC MAIN commitmail json YAML

Update typo3_60 package to 6.0.12 (TYPO3 6.0.12).

- Fix multiple vulnerabilities in TYPO3 CMS:
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/

2013-12-10  55ea17b                  [RELEASE] Release of TYPO3 6.0.12 (TYPO3 Release Team)
2013-12-10  c703d1d  #31206          [SECURITY] XSS in header link of all content elements (Anja Leichsenring)
2013-12-10  0f1e28b  #42772          [SECURITY] XSS in colorpicker wizard (Marcus Krause)
2013-12-10  1cbe889  #45043          [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn)
2013-12-10  79f6850  #48691          [SECURITY] XSS in backend user adminstration (Marc Bastian Heinrichs)
2013-12-10  b22cbce  #41714          [SECURITY] Information Disclosure in Wizards (Helmut Hummel)
2013-12-10  e4134ae  #54099          [SECURITY] Fix open redirection in openid extension (Helmut Hummel)
2013-12-10  2fb0277  #48187          [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Anja Leichsenring)
2013-12-10  bd6095f  #36768          [SECURITY] XSS in be_layout wizard (Anja Leichsenring)
2013-12-10  872cf3d  #47086          [SECURITY] XSS in beuser VH (Anja Leichsenring)
2013-12-10  cb55c53  #54074          [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring)
2013-12-10  578cc80  #54073          [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Steffen Ritter)
2013-12-02  9757d0c  #54124          [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind)
2013-12-02  5bf7430  #54117          [BUGFIX] Add missing namespacing for calling GeneralUtility (Stefan Neufeind)
2013-11-29  30e1f41  #42651          [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn)

(taca)

2013-12-10 15:20:03 UTC MAIN commitmail json YAML

Update typo3_47 package to 4.7.17 (TYPO3 4.7.17).

- Fix multiple vulnerabilities in TYPO3 CMS:
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/
- Enable PHP_VERSIONS_ACCEPTED which was accidently commented out by previous
  commit.

2013-12-10  9e378dd                  [RELEASE] Release of TYPO3 4.7.17 (TYPO3 Release Team)
2013-12-10  efa9e0b  #45043          [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn)
2013-12-10  d207548  #42772          [SECURITY] XSS in colorpicker wizard (Anja Leichsenring)
2013-12-10  92712d6  #31206          [SECURITY] XSS in header link of all content elements (Anja Leichsenring)
2013-12-10  573f720  #20811          [SECURITY] XSS vulnerability in extension manager (Marcus Krause)
2013-12-10  b7eac59  #41714          [SECURITY] Information Disclosure in Wizards (Anja Leichsenring)
2013-12-10  319a06c  #54099          [SECURITY] Fix open redirection in openid extension (Anja Leichsenring)
2013-12-10  834afa5  #48187          [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Steffen Ritter)
2013-12-10  aa08f14  #36768          [SECURITY] XSS in be_layout wizard (Anja Leichsenring)
2013-12-10  f3b5a6a  #54074          [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring)
2013-12-10  0bc4fc4  #54073          [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Marcus Krause)
2013-12-02  c400e94  #54124          [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind)
2013-12-02  124a913  #54120          Revert "[BUGFIX] Object passed to date()" (Markus Klein)
2013-12-01  3f2e971                  Revert "[BUGFIX] Distinguish unassigend columns and colPos 0" (Steffen Ritter)
2013-11-29  a7dbbbf  #42651          [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn)
2013-11-26  542bd7d  #25157,#45550  [BUGFIX] Distinguish unassigend columns and colPos 0 (Philipp Gampe)

(taca)

2013-12-10 15:18:33 UTC MAIN commitmail json YAML

Update typo3_45 package to 4.5.32 (TYPO3 4.5.32).

- Fix multiple vulnerabilities in TYPO3 CMS:
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/
- Enable PHP_VERSIONS_ACCEPTED which was accidently commented out by previous
  commit.

2013-12-10  1956962                  [RELEASE] Release of TYPO3 4.5.32 (TYPO3 Release Team)
2013-12-10  60576d1  #31206          [SECURITY] XSS in header link of all content elements (Anja Leichsenring)
2013-12-10  77dc1c4  #42772          [SECURITY] XSS in colorpicker wizard (Anja Leichsenring)
2013-12-10  52d3bff  #45043          [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn)
2013-12-10  cae8739  #20811          [SECURITY] XSS vulnerability in extension manager (Marcus Krause)
2013-12-10  ba92f0a  #41714          [SECURITY] Information Disclosure in Wizards (Anja Leichsenring)
2013-12-10  63ff910  #54099          [SECURITY] Fix open redirection in openid extension (Anja Leichsenring)
2013-12-10  c4d1336  #48187          [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Steffen Ritter)
2013-12-10  5342284  #36768          [SECURITY] XSS in be_layout wizard (Anja Leichsenring)
2013-12-10  b360a1a  #54074          [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring)
2013-12-10  78ee538  #54073          [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Marcus Krause)
2013-12-08  5aa4ab2  #54282          [BUGFIX] Fix failing test (Anja Leichsenring)
2013-12-08  6add221  #54280          [BUGFIX] Fix failing test (Anja Leichsenring)
2013-12-02  0c3fa95  #54124          [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind)
2013-12-02  d353ab0  #54120          Revert "[BUGFIX] Object passed to date()" (Markus Klein)
2013-11-29  309e93a  #42651          [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn)
2013-11-26  1d95cad  #25157,#45550  [BUGFIX] Distinguish unassigend columns and colPos 0 (Philipp Gampe)

(taca)

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

www/squid incorporated into www/squid3

(adam)

2013-12-10 14:52:46 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.4.1

(adam)

2013-12-10 14:51:20 UTC MAIN commitmail json YAML

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

Changes 3.4.1:
* Bug 3589: intercepted and ICAP modified request using a cache_peer
* OpenBSD portability fix in DiskThreads
* Bug 3935: Invalid pointer dereference when peeking at origin server certificate
* Destroy ACLs in the reverse order of creation to avoid destruction segfaults
* Portability: sleep() is sometimes a macro
* Windows: fix compile errors in WinSvc.cc
* Portability: std::string:npos is not always appropriate for String::npos
* Portability: refresh_pattern requires regex
* librfcnb: portability fixes

(adam)

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

2013-12-10 14:21:43 UTC MAIN commitmail json YAML

Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:19:32 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:18:05 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:16:58 UTC MAIN commitmail json YAML

Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:15:49 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:11:32 UTC MAIN commitmail json YAML

Fix flags on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Add support for SunOS x86_64.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:06:39 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:05:40 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:04:31 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:03:30 UTC MAIN commitmail json YAML

Add socket libraries and inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 14:01:49 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 13:59:16 UTC MAIN commitmail json YAML

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

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

Note update of misc/py-pandas to 0.12.0.

(bad)

2013-12-10 13:00:31 UTC MAIN commitmail json YAML

Update pandas to 0.12.0.

This is a major release from 0.11.0 and includes several new features
and enhancements along with a large number of bug fixes.

Highlites include a consistent I/O API naming scheme, routines to read
html, write multi-indexes to csv files, read & write STATA data files,
read & write JSON format files, Python 3 support for HDFStore, filtering
of groupby expressions via filter, and a revamped replace routine that
accepts regular expressions.

For detailed changes see:
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html

(bad)

2013-12-10 12:41:25 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:40:23 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:39:18 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:37:32 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:36:35 UTC MAIN commitmail json YAML

Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:35:41 UTC MAIN commitmail json YAML

2013-12-10 12:29:00 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:22:52 UTC MAIN commitmail json YAML

2013-12-10 12:06:34 UTC MAIN commitmail json YAML

Pass socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:04:53 UTC MAIN commitmail json YAML

Package uses LDLIBS not LIBS, fixes SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 12:01:15 UTC MAIN commitmail json YAML

2013-12-10 11:55:41 UTC MAIN commitmail json YAML

Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 11:53:55 UTC MAIN commitmail json YAML

Use LDFLAGS instead of LIBS, fixes SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 11:51:28 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 11:48:55 UTC MAIN commitmail json YAML

Fix build on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-10 11:44:47 UTC MAIN commitmail json YAML

Fix relocation errors on OSX.

(jperkin)

2013-12-10 11:41:43 UTC MAIN commitmail json YAML

2013-12-10 11:33:37 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.  Patch from Sebastian Wiedenroth.

(jperkin)

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

py-gobject3 no longer supports Python 2.6, fix dependency fallout.

(jperkin)

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

Note update of the "youtube-dl" package to version 20131009.

(tron)

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

Update "youtube-dl" package to version 2013.12.09.4. A list of
change since the last release is not available unfortunately.

(tron)

2013-12-10 10:17:28 UTC MAIN commitmail json YAML

Add dbus to list of linux modules

(prlw1)

2013-12-10 08:33:53 UTC MAIN commitmail json YAML

openoffice3-bin had been removed from pkgsrc.

(obache)

2013-12-10 08:27:06 UTC MAIN commitmail json YAML

2013-12-10 07:14:45 UTC MAIN commitmail json YAML

2013-12-10 05:48:38 UTC MAIN commitmail json YAML

Updated devel/apr-util to 1.5.3nb1

(obache)

2013-12-10 05:47:59 UTC MAIN commitmail json YAML

Restore patch-aa, 2nd hunk is still required, especially expat is in ${X11BASE}
and ${X11BASE}/lib is not in default rpath.

Bump PKGREVISION.

(obache)

2013-12-10 05:18:46 UTC MAIN commitmail json YAML

Last glib2 put on ftp.gtk.org is 2.34, so drop it from MASTER_SITES.

(obache)

2013-12-10 00:57:16 UTC MAIN commitmail json YAML

Updated graphics/librsvg to 2.40.1

(prlw1)

2013-12-10 00:25:18 UTC MAIN commitmail json YAML

2013-12-09 23:13:05 UTC MAIN commitmail json YAML

Updated devel/py-gobject3 to 3.10.2

(prlw1)

2013-12-09 23:12:31 UTC MAIN commitmail json YAML

2013-12-09 22:30:16 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.1.1

(adam)

2013-12-09 22:28:45 UTC MAIN commitmail json YAML

2013-12-09 18:54:33 UTC MAIN commitmail json YAML

Updated sysutils/flashrom to 0.9.7

(jakllsch)

2013-12-09 18:54:24 UTC MAIN commitmail json YAML

Update flashrom to 0.9.7.

changes since 0.9.6:

==New major user-visible features==
* Warn if all blocks were skipped while writing.
* Fix evil twins of Macronix MX25L1605, MX25L3205, MX25L6405.
* Exit if there are unused programmer parameters.
=== Related to programmers ===
* internal:
** AMD Geode on OpenBSD
** Add safe support for the integrated micro controller (IMC) in AMD chipsets.
** Add full support for VX800/VX820, VX855/VX875 and VX900 (both SPI and LPC).
** Various new untested board enables (please don't run away without testing our work).
* serprog
** Add support for setting the SPI frequency.
** Add opcode to control the programmer's output drivers.
** Enable serprog on Windows.
* buspirate_spi
** Improvements to support different firmware versions safely.
** Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer.
** Add user interface to activate the Bus Pirate pull-up resistors.
* ftdi_spi
** Allow to select FTDI device by serial number.
** Add support for all 4 possible channels.
** Add support for FT232H.
* pony_spi: Add support for AJAWe.
* Add support for Realtek RTL8169.
* Add Altera USB-Blaster SPI programmer.
* dediprog:
** Add a "device" parameter to support multiple devices.
** Adds a programmer parameter 'spispeed'.

===New or refined chips===
* AMIC A25L(Q) series
* Atmel AT26DF041
* Atmel AT49(H)F010, AT49F080 and AT49F080T
* Atmel AT25F series (AT25F512, AT25F512A, AT25F512B, AT25F1024, AT25F1024A, AT25F2048, AT25F4096)
* Eon EN25F64
* Eon EN25S series
* More Eon EN25QH chips
* More GigaDevice GD25* devices
* Intel S33 series (QB25FxxxS33x8)
* Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F
* Micron (Numonyx) N25Q series
* Micron (ST) M45PE series
* Micron (ST) M25PX80
* Nantronics N25 series
* PMC Pm25LV and Pm25LD series
* Sanyo LE25FW series
* Spansion S25FL2 and S25FL...S series
* SST SST25WF512, SST25WF010, SST25WF020 and SST25WF040
* Winbond W39F010/W39L010/W39L020

changes since 0.9.5:

==User interface changes==
* The -p/--programmer parameter is now mandatory for all operations that access the programmer/chip.
*: Previously there was a default programmer selected at build time. This was convenient for most users, but created a danger for others that increased with the number of platforms and programmers supported, namely that they get used to a default programmer that later changes when they use another binary. It is very easy to brick a mainboard in case you do not notice you are writing its firmware instead of a device attached to an external programmer. The disadvantage is of course that many users have now to add '''-p internal''' to the command line when they want to do ''the obvious'' and flash their mainboards.
* It is now possible to let flashrom create log files directly (by using the new -o/--output option).
* flashrom now checks for duplicate -i/--image arguments (which are used together with layout files).

==New major user-visible features==
* Programmer support:
** new driver ''ponyprog'' for hardware similar to SI Prog
** native SPI AAI write support to the Dediprog SF100 driver
* Support for new chips:
** Atmel AT49F040
** Eon EN25QH32
** Eon EN29LV640B
** GigaDevice GD25QXX
** Numonyx N25Q064
** PMC Pm39LV512

==Infrastructural improvements and fixes==
* The dummy programmer got support for SFDP and now has a dedicated status register.
* Various minor refactorings of SPI-related code.
* The code generating the list of supported hardware for the wiki has been improved.
* Many exit() calls have been replaced by proper error handling.
* I/O permissions are now released automatically on shutdown.
* Preliminary work on Winbond W836xx and ITE IT8707F/IT8710F detection.

= Minor versions =
flashrom 0.9.6 had a small bug regarding the version string, which has been fixed in 0.9.6.1.

(jakllsch)

2013-12-09 18:40:17 UTC MAIN commitmail json YAML

Updated sysutils/nvramtool to 0pre20131209

(jakllsch)

2013-12-09 18:40:07 UTC MAIN commitmail json YAML

Update nvramtool to git HEAD as of today using local distfile.

No upstream change summary, but the old version no longer worked with
modern coreboot.

Distfile created from a full clone of the coreboot tree with below script;
#!/bin/sh
cbver=`git describe`
cbobj=`git ls-tree origin/master util/nvramtool|awk '{print $3}'|cut -c 1-7`
distname=nvramtool-"$cbver"-"$cbobj"
git archive -o /tmp/"$distname".tar.gz --prefix="$distname"/ "$cbobj"

(jakllsch)

2013-12-09 17:25:51 UTC pkgsrc-2013Q3 commitmail json YAML

2013-12-09 17:25:09 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4266 - 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.14
- devel/ruby-activemodel32/distinfo                            1.14
- devel/ruby-activesupport32/distinfo                          1.14
- devel/ruby-railties32/distinfo                                1.14
- lang/ruby/rails.mk                                            1.46
- mail/ruby-actionmailer32/distinfo                            1.14
- www/ruby-actionpack32/distinfo                                1.14
- www/ruby-activeresource32/distinfo                            1.14
- www/ruby-rails32/distinfo                                    1.14

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:41:48 UTC 2013

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

  Log Message:
  Start update of Ruby on Rails 3.2.16.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:42:52 UTC 2013

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

  Log Message:
  Update ruby-activesupport32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:43:29 UTC 2013

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

  Log Message:
  Update ruby-activemodel32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:44:05 UTC 2013

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

  Log Message:
  ruby-activerecord32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:44:42 UTC 2013

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

  Log Message:
  Update ruby-activeresource32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:45:38 UTC 2013

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

  Log Message:
  Update ruby-actionpack32 to 3.2.16, security update.

  * Deep Munge the parameters for GET and POST Fixes CVE-2013-6417
  * Stop using i18n's built in HTML error handling.  Fixes: CVE-2013-4491
  * Escape the unit value provided to number_to_currency Fixes CVE-2013-6415
  * Only use valid mime type symbols as cache keys CVE-2013-6414

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:46:15 UTC 2013

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

  Log Message:
  Update ruby-actionmailer32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:46:48 UTC 2013

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

  Log Message:
  Update ruby-railties32 to 3.2.16.
  Only version number has updated.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Dec  4 15:47:17 UTC 2013

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

  Log Message:
  Update ruby-rails32 to 3.2.16.
  Only version number has updated.

(tron)

2013-12-09 16:27:04 UTC MAIN commitmail json YAML

Note update of www/contao32 and www/contao32-example package to 3.2.2.

(taca)

2013-12-09 16:25:28 UTC MAIN commitmail json YAML

Update contao32 (and contao32-example) to 3.2.2.

Version 3.2.2 (2013-12-09)
--------------------------

### Fixed
Correctly support insert tags nested in shortened "iflng" tags (see #6509).

### Fixed
Do not require a foreign key to define a relation in the DCA (see #6524).

### Fixed
Use UUIDs as parent IDs in `Dbafs::addResource()` (see #6532).

### Fixed
Correctly set the default language (see #6533).

### Fixed
Correctly update the order fields in the database updater (see #6534).

### Fixed
Do not override the "href" property in `addImageToTemplate()` (see #6468).

### Fixed
Correctly handle URLs if page aliases are disabled (see #6502).

### Fixed
Handle UUIDs in `Model::getRelated()` (see #6525).

### Fixed
Hide records with only one version from the "changed elements" overview.

### Fixed
Use an auto-resizing textarea to store CSS selectors.

### Updated
Updated the ACE editor to version 1.1.2.

### Fixed
Prevent the ACE editor from overlapping the modal window (see #6497).

### Fixed
Use the default back end theme when running in safe mode (see #6505).

(taca)

2013-12-09 15:00:39 UTC MAIN commitmail json YAML

Unbreak for builtin zlib.
Improve HOMEPAGE.

(wiz)

2013-12-09 14:46:19 UTC MAIN commitmail json YAML

Fix build on Solaris, based on patch by Uwe Klaus in PR 48435.

(wiz)

2013-12-09 14:17:56 UTC MAIN commitmail json YAML

2013-12-09 11:41:48 UTC MAIN commitmail json YAML

2013-12-09 11:41:05 UTC MAIN commitmail json YAML

Updated graphics/{ilmbase,openexr} to 2.1.0

(adam)

2013-12-09 11:39:20 UTC MAIN commitmail json YAML

Changes 2.1.0:
This release includes a refactoring of the optimised read paths for RGBA data, optimisations for some of the python bindings to Imath, improvements to the cmake build environment as well as additional documentation describing deep data in more detail.

(adam)

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

- samba-3.6.21.

(taca)

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

Note update of net/samba package to 3.6.22.

(taca)

2013-12-09 10:44:22 UTC MAIN commitmail json YAML

Update samba to 3.6.22; Security fix for CVE-2012-6150.

Changes since 3.6.21:
---------------------

o  Jeremy Allison <jra@samba.org>
    * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.

o  Stefan Metzmacher <metze@samba.org>
    * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.

o  Noel Power <noel.power@suse.com>
    * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
      member of *any* require_membership_of specified groups.

Changes since 3.6.20:
---------------------

o  Jeremy Allison <jra@samba.org>
    * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
      messages.
    * BUG 10167: s3-smb2 server: smb2 breaks "smb encryption = mandatory".
    * BUG 10187: Missing talloc_free can leak stackframe in error path.
    * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.

o  Korobkin <korobkin+samba@gmail.com>
    * BUG 10118: Raise debug level for being unable to open a printer.

o  Volker Lendecke <vl@samba.org>
    * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.

o  Arvid Requate <requate@univention.de>
    * BUG 10267: Fix Windows 8 printing via local printer drivers.

o  Andreas Schneider <asn@cryptomilk.org>
    * BUG 10194: Make offline logon cache updating for cross child domain
      group membership.

(taca)

2013-12-09 10:34:40 UTC MAIN commitmail json YAML

Added www/squidview 0.80

(sborrill)

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

Note that also used by squidview package

(sborrill)

2013-12-09 10:32:18 UTC MAIN commitmail json YAML

Import squidview 0.80:

Squidview is an interactive console program which monitors and displays
squid logs in a nice fashion, and may then go deeper with searching and
reporting functions.

(sborrill)

2013-12-09 05:22:09 UTC MAIN commitmail json YAML

Replace DEPENDS on texlive-tetex, which has been removed, with DEPENDS
on the packages the texlive-tetex removal commit cited as replacements.
They probably aren't all needed, but at the moment my concern is to
make pbulk scan work again.

(dholland)

2013-12-09 00:08:57 UTC MAIN commitmail json YAML

Remove dnetc.

Last updated in 2006, distfiles not fetchable for a few years now.

(wiz)

2013-12-08 23:12:15 UTC MAIN commitmail json YAML

gtk3 needs gdbus-codegen to build (generate gdkdbusgenerated.c)

(prlw1)

2013-12-08 22:49:28 UTC MAIN commitmail json YAML

+ fribidi-0.19.6, harfbuzz-0.9.25, hunspell-de-20131206, lua52-5.2.3,
  m17n-db-1.6.5, mono-3.2.5, py-bsddb3-6.0.1, webkit-gtk-2.2.3,
  wine-devel-1.7.8, x264-devel-20131207.

(wiz)

2013-12-08 22:35:11 UTC MAIN commitmail json YAML

Override stdbool.h test, it can't work with a proper C++ implementation.

(joerg)

2013-12-08 22:34:33 UTC MAIN commitmail json YAML

Ignore missing return value when building against PHP 5.3.

(joerg)

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

2013-12-08 22:33:33 UTC MAIN commitmail json YAML

2013-12-08 22:32:15 UTC MAIN commitmail json YAML

Needs version 2 of sdcc.

(joerg)

2013-12-08 22:31:54 UTC MAIN commitmail json YAML

2013-12-08 22:30:17 UTC MAIN commitmail json YAML

Doesn't support Lua 5.2.

(joerg)

2013-12-08 22:29:05 UTC MAIN commitmail json YAML

Ignore some of Clang's default warnings.

(joerg)

2013-12-08 22:27:57 UTC MAIN commitmail json YAML

Make sure GCC's unwind.h is picked up and not a potential copy from
/usr/include.

(joerg)

2013-12-08 19:17:56 UTC MAIN commitmail json YAML

add patch from upstream to fix a regression which made that the symbol
table of NetBSD domU kernels was not loaded correctly, see
http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html
for details
bump PKGREV

(riz)

2013-12-08 18:22:58 UTC MAIN commitmail json YAML

Reverted librsvg update

(prlw1)

2013-12-08 18:21:01 UTC MAIN commitmail json YAML

2013-12-08 16:52:24 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 4.5.0.

(taca)

2013-12-08 16:51:45 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.5.0.

=== 4.5.0 (2013-12-02)

* Support :on_commit=>(:drop|:delete_rows|:preserve_rows) options when creating temp tables on PostgreSQL (rosenfeld) (#737)

* Make Dataset#insert work on PostgreSQL if the table name is a SQL::PlaceholderLiteralString (jeremyevans) (#736)

* Copy unique constraints when emulating alter_table operations on SQLite (jeremyevans) (#735)

* Don't return clob column values as SQL::Blob instances in the db2 and ibmdb adapters unless use_clob_as_blob is true (jeremyevans)

* Make use_clob_as_blob false by default on DB2 (jeremyevans)

* Fix usage of Sequel::SQL::Blob objects as prepared statement arguments in jdbc/db2 adapter when use_clob_as_blob is false (jeremyevans)

* Add mssql_optimistic_locking plugin, using a timestamp/rowversion column to protect against concurrent updates (pinx, jeremyevans) (#731)

* Make Model.primary_key array immutable for composite keys (chanks) (#730)

=== 4.4.0 (2013-11-01)

* Make Database#tables not show tables in the recycle bin on Oracle (jeremyevans) (#728)

* Don't automatically order on all columns when emulating offsets for unordered datasets on DB2 (jeremyevans)

* Improve PostgreSQL type support in the jdbc/postgresql adapter (jeremyevans)

* Make offset emulation on Oracle work when using columns that can't be ordered (jeremyevans, sdeming) (#724, #725)

* Make filter by associations support handle associations with :conditions or block (jeremyevans)

* Make association cloning handle :block correctly for clones of clones (jeremyevans)

* Make association cloning handle :eager_block option correctly (jeremyevans)

* Make add_primary_key work on h2 (jeremyevans)

* Add support for foreign key parsing on Oracle (jeremyevans)

* Add support for foreign key parsing to the jdbc adapter (jeremyevans)

* Make add_foreign_key work on HSQLDB (jeremyevans)

* Add table_select plugin for selecting table.* instead of * for model datasets (jeremyevans)

* Issue constraint_validation table deletes before inserts, so modifying constraint via drop/add in same alter_table block works (jeremyevans)

* Support add_*/remove_*/remove_all_* pg_array_to_many association methods on unsaved model objects (jeremyevans)

* Add Sybase SQLAnywhere support via new sqlanywhere and jdbc/sqlanywhere adapters (gditrick, jeremyevans)

* Add Dataset#offset for setting the offset separately from the limit (Paul Henry, jeremyevans) (#717)

=== 4.3.0 (2013-10-02)

* Fix literalization of empty blobs on MySQL (jeremyevans) (#715)

* Ensure Dataset#page_count in pagination extension is at least one
  (jeremyevans) (#714)

* Recognize another disconnect error in the jdbc/as400 adapter (jeremyevans)

* Make Dataset#qualify and Sequel.delay work together (jeremyevans)

* Recognize citext type as string on PostgreSQL (isc) (#710)

* Support composite keys in the rcte_tree plugin (jeremyevans)

* Support composite keys in the tree plugin (jeremyevans)

* Make Migrator.migrator_class public (robertjpayne, jeremyevans) (#708)

* Make PostgreSQL empty array literalization work correctly on PostgreSQL <8.4
  (jeremyevans)

* Add Sequel extensions guide (jeremyevans)

* Add model plugins guide (jeremyevans)

* Add error_sql Database extension, allowing DatabaseError#sql to return SQL
  query that caused underlying exception (jeremyevans)

* Make Dataset#each_page in pagination extension return enumerator if no block
  is given (justinj) (#702)

(taca)

2013-12-08 16:50:48 UTC MAIN commitmail json YAML

Note update of databases/ruby-pg package to 0.17.0.

(taca)

2013-12-08 16:50:14 UTC MAIN commitmail json YAML

Update ruby-pg to 0.17.0.

== v0.17.0 [2013-09-15] Michael Granger <ged@FaerieMUD.org>

Bugfixes:

- Fix crash by calling PQsend* and PQisBusy without GVL (#171).

Enhancements:

- Add method PG::Connection#copy_data.
- Add a Gemfile to allow installation of dependencies with bundler.
- Add compatibility with rake-compiler-dev-box.
- Return self from PG::Result#check instead of nil. This allows
  to stack method calls.

(taca)

2013-12-08 16:48:45 UTC MAIN commitmail json YAML

Note update of databases/ruby-mysql2 package to 0.3.14.

(taca)

2013-12-08 16:48:02 UTC MAIN commitmail json YAML

2013-12-08 16:38:37 UTC MAIN commitmail json YAML

Note update of converters/ruby-unf package to 0.1.3.

(taca)

2013-12-08 16:37:52 UTC MAIN commitmail json YAML

Update ruby-unf to 0.1.3.

## 0.1.3 (2013-10-25)

Features:

  - Make UNF::Normalizer.instance thread-safe, and deprecate .new.
    (GH #5)

(taca)

2013-12-08 16:33:35 UTC MAIN commitmail json YAML

2013-12-08 16:30:42 UTC MAIN commitmail json YAML

Updated sysutils/libnotify to 0.7.6

(prlw1)

2013-12-08 16:30:16 UTC MAIN commitmail json YAML

Update libnotify to 0.7.6

- Fix annotation for add_action (Giovanni Campagna)
- Clarify documentation for set-timeout (Matthias Clasen)

(prlw1)

2013-12-08 16:18:35 UTC MAIN commitmail json YAML

Modernize the Makefile a bit. USE_TOOLS for groff, use SUBST instead of
doing the equivalent thing by hand.

This happens to unbreak the MirBSD build, where there is no groff installed
by default.

(bsiegert)

2013-12-08 15:38:24 UTC MAIN commitmail json YAML

Updated graphics/librsvg to 2.40.1

(prlw1)

2013-12-08 15:37:53 UTC MAIN commitmail json YAML

Update librsvg to 2.40.1

Note that we built with --disable-gtk-theme, so there is no change now that
the old theme engine is removed.

Version 2.40.1
- Build fixes
- Crash fixes

Version 2.40
- Add support for parsing rgba() colours and improve colour parsing
- rsvg-filter: Fix memory leak
- Remove support for GTK+2 along with the old theme engine
- Require at least version 3.2 of GTK+
- Remove support for old versions of gdk-pixbuf
- Add eps support to rsvg-convert

Version 2.39.0
- don't load resources from the net (#691708, CVE-2013-1881)

Version 2.37.0
- bump pango requirement to 1.32.6
- mark pixbuf loader as threadsafe

(prlw1)

2013-12-08 15:23:38 UTC MAIN commitmail json YAML

Added devel/bmkdep version 20131009

(cheusov)

2013-12-08 15:22:23 UTC MAIN commitmail json YAML

2013-12-08 14:22:26 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.10.6

(prlw1)

2013-12-08 14:21:37 UTC MAIN commitmail json YAML

Update gtk3 to 3.10.6

This is causing problems (3.9.6 to 3.9.8):

* We've started deprecating GtkStock apis. These apis will continue
  working until GTK+ 4, so there is no need to rush to replace them.
  For more information, see
  https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
  Wholly deprecated as part of this effort:
  GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem,
  GtkAction, GtkUIManager

Other highlights:

* Theme support
- Always fall back to 'gnome' icon theme in addition to 'hicolor'
- Respect deprecated gtk-button-images setting
- Respect deprecated gtk-menu-images setting
* Accessibility improvements
- Add accessible names to csd window buttons
- Mark GtkLinkButton as visited when appropriate
- Add a GtkListBoxRow accessible
* GtkLabel can now ellipsize just the last line,
  ellipsized in multi-line labels.
* GtkInfoBar now uses a GtkRevealer internally to slide in place.
  It is no longer necessary to do that manually.
* GtkHeaderBar can now add a window close button
* The fine adjustment mode for scrolling has been revamped to be
  easier discoverable, and visual feedback and autoscrolling has
  been added.
* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.
* The Wayland and X11 clipboard implementations can now coexist
* GtkInfoBar updates
- Turn action area horizontal
- Fix spacing
- Add an easy way to add a close button
* Documentation
- Modernize many screenshots
- Redo the widget gallery
- Improve 'Getting Started' tutorial
- Add new application examples to tutorial
* Deprecations:
  tear-off menuitems,
  gtk-button-images,
  gtk-show-unicode-menu,
  gtk-show-input-method-menu,
  gtk-enable-mnemonics,
  gtk-auto-mnemonics,
  gtk-color-palette,
  gtk-can-change-accels,
  cursor blink settings,
  gtk-fallback-icon-theme,
  gtk-scrolled-window-placement,
  menu popup delay settings,
  gtk-menu-bar-accel,
  keynav tweaks,
  gtk-touchscreen-mode,
  gtk-icon-sizes,
  im style tweaks,
  gtk-file-chooser-backend,
  gtk-enable-tooltips,
  gtk-visible-focus,
  tooltip timeout tweaks,
  toolbar style tweaks
* Initial support for scaled output (on high-dpi screens) has been
  added. While this can be built with cairo 1.12, it needs a cairo
  branch to work. Support for this has been added to the Wayland,
  OS X and Windows backends.
* GtkListBox:
- handle double-clicks properly
- add an example in gtk3-demo
* GtkSearchBar: a toolbar that will popup automatically when
  searches should be started, and dismissed when they are finished
* GtkListBox a vertical container that can sort and filter its
  children
* GtkStack has gained position dependent transitions (left-right
  and up-down)
* The Broadway GDK backend can be built on Windows now
* The GDK initialization code has been refactored. GdkDisplayManager
  is no longer backend-specific.
* The symbol exporting functionality has been refactored. We no longer
  use .symbols files, and instead rely on explicit header annotations
  for every exported symbol. the abicheck scripts are no longer used.
* The GDK drawing and scrolling has been simplified. We no longer use
  XCopyArea for scrolling, instead an offscreen cache is used. There
  is a new debug flag, GTK_DEBUG=pixel-cache for this.
* Window sizing issues have been addressed.
* Implement height-for-width for GtkEventBox and GtkCheckButton
* Custom titlebars can now be set from GtkBuilder files
* Optionally install tests, when configured with --enable-installed-tests.
  To run these tests, gnome-desktop-testing-runner can be used.
* Native input methods are supported on OS X now.

Many bug fixes and translation updates. For full details see:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6

(prlw1)

2013-12-08 14:05:03 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.22

(prlw1)

2013-12-08 14:04:39 UTC MAIN commitmail json YAML

Update gtk2 to 2.24.22

XXX It would be good if someone could check OS X

* Look in /usr/share/gtk-2.0 for the default gtkrc file
* Support building with automake 1.14
* OS X: Various input handling fixes
- Avoid a crash on first key press
- Fall back from native input method to GtkIMContextSimple
- Avoid beeping when using native input method
- Reset preedit state when needed
* Look for gtkrc in /usr/share/gtk-2.0, in addition to to system config
  dirs
* Bug fixes:
513812 Optimize gdk_cairo_set_source_pixbuf() alpha multiplication...
536767 gtksignal.h includes gtk.h
692548 Quartz: Cursor doesn't reset when the mouse leaves a toplev...
695636 _gdk_windowing_create_cairo_surface() may return already fi...
698758 Wrong limit for "Native Windows wider or taller than 65535 ...
699236 Assert triggered during gdk_pixmap_new() if some failure ha...
699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
701332 Patch for minor glitch in NSTextInput
701571 1ad25dfb causes NSApp to not notice NSWindow destruction
703789 gtk.immodules still referenced after switch to immodules.cache
705181 Annoying beep on arrow keys when using IME on MacOS
705182 Reset Cocoa IME state when immodule is reset
* Translation updates: Hungarian Thai

(prlw1)

2013-12-08 13:58:51 UTC MAIN commitmail json YAML

Updated graphics/gdk-pixbuf2 to 2.30.1

(prlw1)

2013-12-08 13:58:24 UTC MAIN commitmail json YAML

Update gdk-pixbuf2 to 2.30.1

* Only use RLIMIT_AS when available (#708666)
* Only use setrlimit when available (#710690)
* Avoid a bashism (#711600)
* Visual C++ build fixes
* Use GLib setup for installed tests
* Make installed tests find data files
* Install some tests
* ANI: Set an error if we fail to produce an animation
* Add gdk_pixbuf_loader_write_bytes (696917)
* Update GIcon implementation (688820)
* Fix libpng linking issues (698093)
* Translation updates

(prlw1)

2013-12-08 13:47:05 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.10.2

(prlw1)

2013-12-08 13:46:44 UTC MAIN commitmail json YAML

Update at-spi2-atk to 2.10.2

* Fix atk_component_contains wrapper (BGO#710730).
* Properly clean up when timing out when motifying keystroke listeners
  (BGO#707218).
* Allow lists of attribute values when reading collection match rules
  (BGO#700865).
* Implement GetStringAtOffset (BGO#705581).
* Fix another crash when we're initialized and shut down repeatedly.
* Fix a deadlock for apps that also register AT-SPI key event listeners
  (ie, the Orca preferences dialog works again).
* Fix for BGO#681276 (reentrancy issues with gnome-shell).
* Fix various DBusError leaks (BGO#698951).
* Fix crash when a main loop is shut down repeatedly (BGO#699554).
* Suppress a warning if an app returns NULL when referencing a child.

(prlw1)

2013-12-08 13:40:43 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.10.2

(prlw1)

2013-12-08 13:40:20 UTC MAIN commitmail json YAML

Update at-spi2-core to 2.10.2

* Fix atspi_component_contains (BGO#710730).
* Hopefully fix a crash when unable to register with the session manager
  (BGO#710689).
* Fix a leak introduced in 2.9.92 that adversely affected performance
  (BGO#709625).
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
* Fix a performance issue when running for a long time without a main
  loop, such as with a dogtail script (BGO#701145).
* Remove an unneeded unref that was causing a warning (BGO#706893).
* Skip some functions that were not introspectable (BGO#707010).
* Separate out X-dependent functionality, allow building without X11 (albeit
  with various things not working), and don't query/use X if DISPLAY is not
  set (BGO#682199, BGO#701378).
* Add atspi_text_get_string_at_offset, and deprecate
  atspi_text_get_text_at_offset.
* Fix possible memory leak when D-Bus calls time out.
* Fix a memory leak in atspi_accessible_get_role_name that was introduced
  earlier in the 2.9 cycle with the enum refactor.
* A couple of functions not intended for introspection are now marked
  as skip.
* Add atspi_set_main_context (mainly for use by at-spi2-atk).
* Add atspi_is_initialized (BGO#681276).
* Fix D-Bus introspection for GetActions.
* Use glib-mkenums to generate enum types, and use these generated types
  for role and state names, rather than static tables.
* Annotate filter in atspi_register_device_event_listener with allow-none
  (BGO#700237).
* Rename various functions to avoid name collisions (BGO#700243). The old
  functions are deprecated in favor of the renamed functions and renamed
  for introspection.

(prlw1)

2013-12-08 13:28:51 UTC MAIN commitmail json YAML

Updated devel/gobject-introspection to 1.38.0

(prlw1)