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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 21:28:10 UTC Now

2016-02-27 03:21:21 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Reflow to 1.11

(wen)

2016-02-27 03:19:59 UTC MAIN commitmail json YAML

Update to 1.11

Upstream changes:
1.10  Thu Jul 16 13:42:30 BST 2015
- Fixed bugs reported by CPAN users
1.11  Sat Aug 15 10:15:27 BST 2015
- Fixed error in pod file

(wen)

2016-02-27 03:16:02 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Soundex to 3.0.5

(wen)

2016-02-27 03:15:02 UTC MAIN commitmail json YAML

2016-02-27 03:05:27 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Rabbit to 0.4.1

(wen)

2016-02-27 03:04:11 UTC MAIN commitmail json YAML

Update to 0.4.1

Upstream changes:
0.4.1    2015-09-18 15:45:02+02:00 Europe/Oslo
        Replaced Class::MOP::class_of() calls with Moose::Util::find_meta().
        Added huge => 1 parameter to LibXML DOM parser, to support large
          text nodes.

(wen)

2016-02-27 02:34:46 UTC MAIN commitmail json YAML

revert patch-hw_xfree86_common_xf86AutoConfig.c

Something is wrong with it, it breaks on x86.
I don't have time to figure out what is wrong right now.

In the meanwhile, to force wsfb instead of fbdev on ARM (which is blatantly
wrong and only applicable on Linux) you can create a config snippet:

cat << EOF > /usr/pkg/share/X11/xorg.conf.d/10-driver.conf
Section "Device"
  Identifier "wsfb"
  Driver "wsfb"
EndSection
EOF

(tnn)

2016-02-27 02:31:18 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.3.8

(tsutsui)

2016-02-27 02:30:24 UTC MAIN commitmail json YAML

Update mikutter to 3.3.8.

Upstream changes:

* cannot preview instagram pictures
* twitter authentication on the first startup didn't work with
  some library version

Remarks:

OAuth::RequestToken#build_authorize_url is broken in the latest
oauth gem 0.5.0:
https://github.com/oauth-xx/oauth-ruby/pull/108

(tsutsui)

2016-02-27 01:33:16 UTC MAIN commitmail json YAML

Updated www/trac to 1.0.10

(gdt)

2016-02-27 01:33:04 UTC MAIN commitmail json YAML

Update to 1.0.10.

upstream changes:
  many minor bugfixes

(gdt)

2016-02-27 00:48:08 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.58

(wen)

2016-02-27 00:47:21 UTC MAIN commitmail json YAML

Update to 1.58

Upstream changes:
1.58    2016-02-08
    - Merge a pull-request regarding the handling of isPermaLink:
        - https://github.com/shlomif/perl-XML-RSS/pull/2
        - Thanks to @dwmc15873 for the changes.

1.57    2015-12-13
    - Update an old E-mail address for Shlomi Fish.

(wen)

2016-02-27 00:43:39 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Simple to 2.22

(wen)

2016-02-27 00:42:45 UTC MAIN commitmail json YAML

Update to 2.22

Upstream changes:
2.22      2015-12-05 11:08:20+13:00 Pacific/Auckland
  - POD fix in link to package XML::SAX::ParseFactory (from Mohammad S Anwar)
  - allow subclass to override attribute escaping (from Christopher Masto)
  - POD fix adding NAME section to FAQ (RT#110080 from Bart Martens & gregor
    herrmann of the Debian project)
  - POD typo fix (RT#110082 from gregor herrmann of the Debian project)
  - fix reference comparison operator used in checking for circular data
    structures (RT#89553 from Laurent Dami)
  - add better diagnostics from file handling code in test suite

2.21      2015-12-04 16:33:49+13:00 Pacific/Auckland
  - Improved diagnostics - xml_in() will now catch parse exceptions and add
    caller information via Carp::croak
  - Switch to use lexical warnings (suppress with either 'no warnings;' or
    'no warnings "XML::Simple";', rather than $^W = 0)
  - POD fixes (from David Steinbrunner)
  - Regex escaping fixes for Perl 5.22+ (from Kent Fredric)
  - Add workaround for test failures on RHEL/CentOS 6.5 (RT#102115 from
    Chris Drake, workaround from Tim Bunce)
  - Remove some 'eval' calls from test suite which could mask root cause of
    test failures
  - Make each test script use unique filenames to allow tests to be run in
    parallel (RT#101362 from Karen Etheridge & Kent Fredric)
  - POD update: mention XML::Twig in 'STATUS' section (RT#79228 from Matt Trout)

(wen)

2016-02-27 00:35:51 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-XPath to 1.32

(wen)

2016-02-27 00:34:42 UTC MAIN commitmail json YAML

Update to 1.32

Upstream changes:
1.32  2016-02-23 MANWAR
      - Applied the following patches kindly provided by GREGOA:

        https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/fix-stringification-overload.patch
        https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/test.patch
        https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-xpath-perl.git/tree/debian/patches/xpath-option-to-work-without-internet-connection.patch

1.31  2016-02-22 MANWAR
      - Proposed fix for RT #112017.

1.30  2016-02-04 MANWAR
      - Fixed issue RT #15902 (Quoting warnings with translate).
      - Fixed issue RT #21154 (translate() function does not remove characters or support -)

1.29  2016-02-03 MANWAR
      - Fixed issue RT# 26144 (createNode doesn't honor position() predicate).

1.28  2016-01-31 MANWAR
      - Changed the LICENSE information about the package XML::XPath::PerlSAX as per
        Matt Sergeant email response (dated 2016-01-30).

1.27  2016-01-30 MANWAR
      - Fixed issue RT# 32012 (Debian bug #187583, http://bugs.debian.org/187583).

1.26  2016-01-25 MANWAR
      - Fixed inconsistent version issue (CPANTS).
      - Added key 'provides' to the Makefile.PL script.
      - Added unit test scripts t/meta-json.t and t/meta-yml.t

1.25  2016-01-20 MANWAR
      - Merged in GitHub PR #2, thanks to sdeseille.
      - Merged t/45overloading_number_operator.t and t/99rt_11724.t into t/45cmp_nodeset.t

1.24  2016-01-19 MANWAR
      - Fixed issue RT# 111278 (XML::XPath::PerlSAX doesn't compile).

1.23  2016-01-18 MANWAR
      - Fixed issue RT# 6363 (using < in a query returns results as if <= had been used).

1.22  2016-01-13 MANWAR
      - Fixed issues RT# 30818 and RT# 80277.

1.21  2016-01-12 MANWAR
      - Fixed issues RT# 14957 and RT# 30819.

1.20  2016-01-10 MANWAR
      - Fixed issues RT# 26143 and RT# 68703.

1.19  2016-01-05 MANWAR
      - Fixed issues RT# 14248 and RT# 23924.

1.18  2016-01-04 MANWAR
      - Fixed issues RT# 6362 and RT# 32233.

1.17  2016-01-01 MANWAR
      - Fixed issues RT# 3666, RT# 30813 and RT# 90850.

(wen)

2016-02-26 22:27:43 UTC MAIN commitmail json YAML

Remove patches that avoided warning from CGI.pm 4.05 or newer by replacing
$self->{params}->param( with @{$self->{params}->param_fetch

as broke usage under Catalyst:
Can't locate object method "param_fetch" via package "Catalyst::Request"

(abs)

2016-02-26 22:23:13 UTC MAIN commitmail json YAML

p5-Plack-Middleware-FixMissingBodyInRedirect, p5-Plack-Middleware-MethodOverride & p5-Plack-Middleware-RemoveRedundantBody are runtime depends not build depends. Bump PKGREVISION

(abs)

2016-02-26 21:08:08 UTC MAIN commitmail json YAML

Fix openssh for CVE-2016-1907

(tez)

2016-02-26 21:06:38 UTC MAIN commitmail json YAML

Fix for CVE-2016-1907
The ssh_packet_read_poll2 function in packet.c allows remote attackers to
cause a denial of service.

(tez)

2016-02-26 16:31:50 UTC MAIN commitmail json YAML

Disable epoll on SunOS, fixes build on newer platforms.

(fhajny)

2016-02-26 16:03:09 UTC MAIN commitmail json YAML

Add note about databases/wiredtiger

(fhajny)

2016-02-26 15:57:21 UTC MAIN commitmail json YAML

Add snappy option description

(fhajny)

2016-02-26 15:54:09 UTC MAIN commitmail json YAML

2016-02-26 15:52:23 UTC MAIN commitmail json YAML

Added databases/wiredtiger version 2.7.0

(fhajny)

2016-02-26 15:52:08 UTC MAIN commitmail json YAML

Import databases/wiredtiger 2.7.0 into pkgsrc.

WiredTiger is an high performance, scalable, production quality,
NoSQL, Open Source extensible platform for data management.

(fhajny)

2016-02-26 14:05:48 UTC MAIN commitmail json YAML

2016-02-26 14:05:14 UTC MAIN commitmail json YAML

2016-02-26 14:03:23 UTC MAIN commitmail json YAML

2016-02-26 14:02:26 UTC MAIN commitmail json YAML

2016-02-26 14:01:09 UTC MAIN commitmail json YAML

2016-02-26 13:56:50 UTC MAIN commitmail json YAML

This package currently has a hard dependency on lua51, don't accept
other versions.

(jperkin)

2016-02-26 13:02:54 UTC MAIN commitmail json YAML

Remove -Wno-long-double, not supported by all compilers.

(jperkin)

2016-02-26 12:35:31 UTC MAIN commitmail json YAML

Add wiredtiger option description.

(fhajny)

2016-02-26 12:33:26 UTC MAIN commitmail json YAML

Make wiredtiger an option, only make it available on 64bit platforms.

(fhajny)

2016-02-26 12:17:18 UTC MAIN commitmail json YAML

Remove --version-script argument on Darwin too.

(jperkin)

2016-02-26 12:16:38 UTC MAIN commitmail json YAML

Remove --version-script argument on Darwin too.

(jperkin)

2016-02-26 12:15:15 UTC MAIN commitmail json YAML

Remove --version-script arguments on Darwin too.

(jperkin)

2016-02-26 11:40:30 UTC MAIN commitmail json YAML

2016-02-26 11:38:37 UTC MAIN commitmail json YAML

Add MAKE_FLAGS to the default list of OPSYSVARS, it's used enough times.

(jperkin)

2016-02-26 11:27:22 UTC MAIN commitmail json YAML

2016-02-26 10:57:47 UTC MAIN commitmail json YAML

2016-02-26 10:52:01 UTC MAIN commitmail json YAML

Skip example certs build, simplifies and fixes unprivileged installation.
Bump PKGREVISION.

(fhajny)

2016-02-26 10:38:36 UTC MAIN commitmail json YAML

2016-02-26 10:37:09 UTC MAIN commitmail json YAML

2016-02-26 10:32:47 UTC MAIN commitmail json YAML

2016-02-26 10:24:14 UTC MAIN commitmail json YAML

2016-02-26 09:43:09 UTC MAIN commitmail json YAML

2016-02-26 09:41:07 UTC MAIN commitmail json YAML

2016-02-26 03:57:12 UTC MAIN commitmail json YAML

- postgresql-9.5.0, postgresql-postgis-2.1.6.
+ postfix-3.0.4, postfix-3.1.0.

(taca)

2016-02-26 02:24:50 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.18.2

(leot)

2016-02-26 02:24:34 UTC MAIN commitmail json YAML

Update print/evince3 to 3.18.2.

pkgsrc changes:
o Add gstreamer option (disabled by default) to enable embedded multimedia in
  PDF documents

Changes:
================
Evince    3.18.2
================

Bug fixes:

    * Fix the position of the zoom action GtkPopover in Wayland
      (#756976, Germán Poo-Caamaño)

Translation updates:

    * Daniel Șerbănescu (ro)

================
Evince    3.18.1
================

Bug fixes:

    * Fix performance regression with recent versions of GTK+ when
      getting colors from GtkStyleContext for a different state
      (#755442, Sebastian Keller)
    * Fix a crash in PDF backend when opening documents containing screen
      annotations with no actions (#756572, Germán Poo-Caamaño)
    * Ignore right clicks while adding new annotations (#755619, José Aliste)
    * Escape bookmark titles to be correctly rendered when they
      contain characters like & (#66301, José Aliste)
    * Fix handling of multiple files provided as command line
      arguments (#755796, Felipe Borges)
    * Show error messages also in recent view mode (#755064, Felipe Borges)
    * Do not crash when the rendering or thumbnail jobs fail (#744049,
      Marek Kasik)

Translation updates:

    * Khaled Hosny (ar)
    * Sadia Afroz (bn)
    * Samir Ribić (bs)
    * František Zatloukal (cs)
    * Dawa pemo (dz)
    * Inaki Larranaga Murgoitio (eu)
    * Jiri Grönroos (fi)
    * Claudio Arseni (it)
    * Jiro Matsuzawa (ja)
    * Khoem Sokhem (km)
    * Rakesh Pandit (ks)
    * Erdal Ronahî (ku)
    * Badral (mn)
    * Sandeep Shedmake (mr)
    * Umarzuki Bin Mochlis Moktar (ms)
    * KYAW MYAT THU (my)
    * Nils-Christoph Fiedler (nds)
    * Narayan Kumar Magar (ne)
    * Manoj Kumar Giri (or)
    * Rafael Fontenelle (pt_BR)
    * Pedro Albuquerque (pt)
    * Danishka Navin (si)
    * Dušan Kazik (sk)
    * Miloš Popović (sr@latin)
    * Милош Поповић (sr)
    * Shantha kumar (ta)
    * Krishnababu Krothapalli (te)
    * Victor Ibragimov (tg)
    * Gheyret Kenji (ug)
    * Trần Ngọc Quân (vi)
    * YunQiang Su (zh_CN)

================
Evince    3.18.0
================

Translation updates:

    * František Zatloukal (cs)
    * scootergrisen (da)
    * Christian Kirbach (de)
    * Tom Tryfonidis (el)
    * Leonor Palazzo (fr)
    * Rūdolfs Mazurs (lv)
    * Piotr Drąg (pl)

================
Evince  3.17.92
================

Bug fixes:

    * When copying a file, use the default permissions for the new
      file instead of copying the ones from the original file
      (#753019, Marek Kasik)

Translation updates:

    * Daniel (an)
    * Marek Černocký (cs)
    * Tom Tryfonidis (el)
    * Daniel Mustieles (es)
    * Arash Mousavi (fa)
    * Alexandre Franke (fr)
    * Fabio Tomat (fur)
    * Fran Dieguez (gl)
    * Gabor Kelemen (hu)
    * Andika Triwidada (id)
    * Sveinn í Felli (is)
    * Baurzhan Muftakhidinov (kk)
    * Changwoo Ryu (ko)
    * Aurimas Černius (lt)
    * Åka Sikrom (nb)
    * Piotr Drąg (pl)
    * Enrico Nicoletto (pt_BR)
    * Yuri Myasoedov (ru)
    * Dušan Kazik (sk)
    * Anders Jonsson (sv)
    * Muhammet Kara (tr)
    * Chao-Hsiung Liao (zh_TW)

================
Evince    3.17.4
================

New features and improvements:

    * The sidebar tab to add new annotations has been removed, and a
      new annotations toolbar has been added making it easier to
      discover and more convenient to annotate documents (#649045,
      Carlos Garcia Campos)

Translation updates:

    * Benjamin Steinwender (de)
    * Daniel Mustieles (es)
    * Yosef Or Boczko (he)
    * Balázs Úr (hu)
    * Pedro Albuquerque (pt)
    * Stas Solovey (ru)
    * Dušan Kazik (sk)
    * Matej Urbančič (sl)
    * Victor Ibragimov (tg)

================
Evince    3.17.3
================

New features and improvements:

    * Add initial support for adding highlight annotations (#583377,
      Giselle Machado, Carlos Garcia Campos)
    * Add support for squiggly hightlight annotations too (#750612,
      Philipp Reinkemeier)
    * Add support for moving text annotations (#649043, Philipp
      Reinkemeier)
    * Force text annotations to have a fixed size 24x24 (#685334,
      Philipp Reinkemeier)
    * Handle GTK_SCROLL_START/GTK_SCROLL_END also in fit-to-page mode
      (#737996, Carlos Garcia Campos)

Bug fixes:

    * Do not loose annotations properties when changing the subtype of
      a highlight annotation (#750548, Philipp Reinkemeier)
    * Only try to move the focus to different page when the current
      page has a focused element to prevent the view from jumping to
      the first/last page when TAB is pressed and there aren't
      focusable elements in the document (#741979, Carlos Garcia
      Campos)

Translation updates:

    * Benjamin Steinwender (de)
    * Daniel Mustieles (es)
    * Daniel Șerbănescu (ro)
    * Muhammet Kara (tr)
    * Chao-Hsiung Liao (zh_TW)

================
Evince    3.17.2
================

New features and improvements:

    * Add initial support for PDF multimedia using GStreamer (#573748,
      Carlos Garcia Campos)

Bug fixes:

    * Add accessible relations between the labels in properties dialog
      (#749127, Joanmarie Diggs)

Translation updates:

    * David (ca)
    * Daniel Mustieles (es)
    * Åka Sikrom (nb)
    * Cédric Valmary (Tot en òc) (oc)
    * Antonio Fernandes C. Neto (pt_BR)
    * Dušan Kazik (sk)
    * Matej Urbančič (sl)
    * Victor Ibragimov (tg)
    * YunQiang Su (zh_CN)

================
Evince    3.17.1
================

New features and improvements:

    * Provide a symbolic variant of the app icon (#746844, Jakub Steiner)
    * Add search support to browser plugin (Carlos Garcia Campos)
    * Create popup windows for all markup annotation that can have a
      popup associated (#733603, Philipp Reinkemeier)
    * Add shortcuts for Continuous and Dual modes (#670964, boisjaune)
    * Remove custom search bar implementation and use GtkSearchBar
      instead (Carlos Garcia Campos)

Bug fixes:

    * Never save n-copies in the persistent print-settings file
      (#748549, José Aliste)
    * Fix the background color of annotation popup windows (#732211,
      Giselle Machado)

Translation updates:

    * Daniel (an)
    * Khaled Hosny (ar)
    * David (ca)
    * Marek Černocký (cs)
    * Tom Tryfonidis (el)
    * Daniel Puentes (eo)
    * Daniel Mustieles (es)
    * Yosef Or Boczko (he)
    * Gabor Kelemen (hu)
    * Sveinn í Felli (is)
    * Stas Solovey (ru)

(leot)

2016-02-25 23:35:44 UTC MAIN commitmail json YAML

Revert OPSYSVARS change, variables don't support lazy evaluation.

(jperkin)

2016-02-25 21:48:08 UTC MAIN commitmail json YAML

2016-02-25 21:39:08 UTC MAIN commitmail json YAML

PostgreSQL 9.5 awareness

(tnn)

2016-02-25 21:37:37 UTC MAIN commitmail json YAML

Add postgresql95 packages, converted from corresponding postgresql94
packages. postgresql95-upgrade is gone, the pg_upgrade tool is shipped
with postgresql95-client now.

Major enhancements in PostgreSQL 9.5 include:

  Allow INSERTs that would generate constraint conflicts to be turned into
    UPDATEs or ignored
  Add GROUP BY analysis features GROUPING SETS, CUBE and ROLLUP
  Add row-level security control
  Create mechanisms for tracking the progress of replication, including
    methods for identifying the origin of individual changes during logical
    replication
  Add Block Range Indexes (BRIN)
  Substantial performance improvements for sorting
  Substantial performance improvements for multi-CPU machines

(tnn)

2016-02-25 19:52:08 UTC MAIN commitmail json YAML

2016-02-25 19:48:52 UTC MAIN commitmail json YAML

Added databases/R-sqldf version 0.4.10

(fhajny)

2016-02-25 19:48:38 UTC MAIN commitmail json YAML

Import databases/R-sqldf 0.4-10 into pkgsrc.

sqldf is an R package for running SQL statements on R data frames,
optimized for convenience. sqldf works with the SQLite, H2,
PostgreSQL or MySQL databases.

(fhajny)

2016-02-25 19:47:10 UTC MAIN commitmail json YAML

Added databases/R-RSQLite version 1.0.0

(fhajny)

2016-02-25 19:46:54 UTC MAIN commitmail json YAML

Import databases/R-RSQLite 1.0.0 into pkgsrc.

This package embeds the SQLite database engine in R and provides
an interface compliant with the DBI package.

(fhajny)

2016-02-25 19:44:09 UTC MAIN commitmail json YAML

Added textproc/R-gsubfn version 0.6.6

(fhajny)

2016-02-25 19:43:57 UTC MAIN commitmail json YAML

Import textproc/R-gsubfn 0.6-6 into pkgsrc.

gsubfn is like gsub but can take a replacement function or certain
other objects instead of the replacement string. Matches and back
references are input to the replacement function and replaced by
the function output.

(fhajny)

2016-02-25 19:42:19 UTC MAIN commitmail json YAML

Added devel/R-proto version 0.3.10

(fhajny)

2016-02-25 19:42:00 UTC MAIN commitmail json YAML

Import devel/R-proto 0.3-10 into pkgsrc.

An object oriented system using object-based, also called
prototype-based, rather than class-based object oriented ideas.

(fhajny)

2016-02-25 19:33:17 UTC MAIN commitmail json YAML

Updated math/R-chron to 2.3.47

(fhajny)

2016-02-25 19:33:06 UTC MAIN commitmail json YAML

Update math/R-chron to 2.3-47.

2015-06-24  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION (Version): New version is 2.3-47.
* NAMESPACE: Add missing imports.

2015-02-11  Kurt Hornik  <Kurt.Hornik@wu.ac.at>

* DESCRIPTION (Version): New version is 2.3-46.

* R/times.R:
* man/trunc.times.Rd:
Add round method for times objects via Math.times (to
be able to use the same arguments as the trunc methods,
differently from the generic).
Suggestion by Gabor Grothendieck <ggrothendieck@gmail.com>.

(fhajny)

2016-02-25 19:08:12 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160222

(leot)

2016-02-25 19:07:59 UTC MAIN commitmail json YAML

Update net/youtube-dl to 2016.02.22.

pkgsrc changes:
o Take the MAINTAINERship

Changes:
2016.02.22:
o [animeondemand] Add extractor (#8518)
o [noz] Add new extractor
o [screenjunkies] Add new extractor
o [arte:magazine] Add extractor
o Misc bug fixes and improvements.

(leot)

2016-02-25 18:28:03 UTC MAIN commitmail json YAML

Updated devel/p5-Test-BDD-Cucumber to 0.48

(schmonz)

2016-02-25 18:27:52 UTC MAIN commitmail json YAML

Update to 0.48. From the changelog:

- Now without cruft that was lying around in the build dir
- eheulsmann adds extra documentation on extensions
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/82
- eheulsmann fixes which keys we allow in configuration files
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/81
- Spelling mistakes fixed
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/75
- Table quoting fixed
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/50
- Extensions gains setup and teardown methods
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/78
- Works on old Perls again:
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/79

(schmonz)

2016-02-25 17:52:46 UTC MAIN commitmail json YAML

2016-02-25 17:25:05 UTC MAIN commitmail json YAML

2016-02-25 17:24:13 UTC MAIN commitmail json YAML

Use CPPFLAGS.NetBSD

(roy)

2016-02-25 16:55:15 UTC MAIN commitmail json YAML

Define _OPENBSD_SOURCE so that unbound works on NetBSD 8 where
reallocarray(3) is guarded.

(roy)

2016-02-25 16:30:31 UTC MAIN commitmail json YAML

2016-02-25 16:20:53 UTC MAIN commitmail json YAML

2016-02-25 15:49:44 UTC MAIN commitmail json YAML

2016-02-25 15:35:31 UTC MAIN commitmail json YAML

2016-02-25 15:33:27 UTC MAIN commitmail json YAML

Added mail/postsrsd version 1.4

(wiz)

2016-02-25 15:32:11 UTC MAIN commitmail json YAML

2016-02-25 15:31:00 UTC MAIN commitmail json YAML

2016-02-25 15:29:15 UTC MAIN commitmail json YAML

Import postsrsd-1.4 as mail/postsrsd.

PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based
lookup tables for Postfix. SRS is needed if your mail server acts
as forwarder.

(wiz)

2016-02-25 15:26:55 UTC MAIN commitmail json YAML

2016-02-25 15:16:25 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.43.

(taca)

2016-02-25 15:15:57 UTC MAIN commitmail json YAML

Update drupal7 to 7.43 including security fix.

Drupal 7.43, 2016-02-24
-----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.

Drupal 7.42, 2016-02-03
-----------------------
- Stopped invoking hook_flush_caches() on every cron run, since some modules
  use that hook for expensive operations that are only needed on cache clears.
- Changed the default .htaccess and web.config to block Composer-related files.
- Added static caching to module_load_include() to improve performance.
- Fixed double-encoding bugs in select field widgets provided by the Options
  module. The fix deprecates the 'strip_tags' property on option widgets and
  replaces it with a new 'strip_tags_and_unescape' property (minor data
  structure change).
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
  using the ANSI SQL mode alias, which has different meanings for different
  MySQL versions.
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
  functionality from working on servers that are not configured to
  automatically recognize index.php.
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
  with tar file handling on various operating systems.
- Fixed fatal errors on node preview when a field is displayed in the node
  teaser but hidden in the full node view. The fix removes a
  field_attach_prepare_view() call from the node_preview() function since it is
  redundant with one in the node preview theme layer.
- Improved the description of the "Trimmed" format option on text fields
  (translatable string change, and minor UI and data structure change).
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

(taca)

2016-02-25 15:15:04 UTC MAIN commitmail json YAML

Note update of www/drupal6 package to 6.38.

(taca)

2016-02-25 15:13:55 UTC MAIN commitmail json YAML

Update drupal6 to 6.38, security release and last Drupal 6 release.

Drupal 6.38, 2016-02-24 - Final release
---------------------------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
- Previously unreleased documentation fixes.

(taca)

2016-02-25 15:00:51 UTC MAIN commitmail json YAML

2016-02-25 14:42:57 UTC MAIN commitmail json YAML

2016-02-25 13:43:54 UTC MAIN commitmail json YAML

2016-02-25 13:38:25 UTC MAIN commitmail json YAML

2016-02-25 13:37:48 UTC MAIN commitmail json YAML

2016-02-25 13:22:00 UTC MAIN commitmail json YAML

2016-02-25 13:19:47 UTC MAIN commitmail json YAML

2016-02-25 13:15:15 UTC MAIN commitmail json YAML

Remove broken OPSYS tests.

(jperkin)

2016-02-25 13:08:40 UTC MAIN commitmail json YAML

2016-02-25 12:59:32 UTC MAIN commitmail json YAML

2016-02-25 12:56:10 UTC MAIN commitmail json YAML

2016-02-25 12:50:49 UTC MAIN commitmail json YAML

2016-02-25 12:22:41 UTC MAIN commitmail json YAML

2016-02-25 12:12:50 UTC MAIN commitmail json YAML

2016-02-25 11:46:21 UTC MAIN commitmail json YAML

2016-02-25 11:35:34 UTC MAIN commitmail json YAML

2016-02-25 11:32:19 UTC MAIN commitmail json YAML

2016-02-25 11:28:58 UTC MAIN commitmail json YAML

2016-02-25 11:21:12 UTC MAIN commitmail json YAML

2016-02-25 11:09:51 UTC MAIN commitmail json YAML

2016-02-25 11:06:57 UTC MAIN commitmail json YAML

Upgrade opendnssec to version 1.4.9.

Upstream changes:
News:
  The main motivations for this release are bug fixes related to use
  cases with large number of zones (more than 50 zones) in combination
  with an XFR based setup. Too much concurrent zone transfers causes
  new transfers to be held back. These excess transfers however were
  not properly scheduled for later.

  No migration steps needed when upgrading from OpenDNSSEC 1.4.8.

Bugfixes:
* Add TCP waiting queue. Fix signer getting `stuck' when adding
  many zones at once. Thanks to Havard Eidnes to bringing this
  to our attention.
* OPENDNSSEC-723: received SOA serial reported as on disk.
* Fix potential locking issue on SOA serial.
* Crash on shutdown. At all times join xfr and dns handler threads.
* Make handling of notifies more consistent. Previous implementation
  would bounce between code paths.

(he)

2016-02-25 10:15:46 UTC MAIN commitmail json YAML

2016-02-25 10:05:48 UTC MAIN commitmail json YAML

Fix library names on Darwin.

(jperkin)

2016-02-25 09:28:37 UTC MAIN commitmail json YAML

2016-02-25 08:27:05 UTC MAIN commitmail json YAML

2016-02-25 08:20:25 UTC MAIN commitmail json YAML

Expand the default list of OPSYSVARS to include those commonly used
already, plus those that are most used in OPSYS-specific sections.

(jperkin)

2016-02-25 02:01:35 UTC MAIN commitmail json YAML

Updated math/R-gstat to 1.1.2

(wen)

2016-02-25 01:59:08 UTC MAIN commitmail json YAML

Update to 1.1.2
Add missing DEPENDS

Upstream changes:
Changes in version 1.1-2 (2016-02-22)

    fixed memcpy for overlapping regions error, found in valgrind checks by Brian Ripley

    fixed a few more (small) memory leaks

Changes in version 1.1-1 (2016-02-19)

    Further cleaned up C source code, got rid of lex and yacc files

    Improve fit.variogram to choose initial values for range, sill and nugget before fitting, and fit over a range of model types

    allow NA values in vgm

    Fixed https://github.com/edzer/gstat/issues/1

Changes in version 1.1-0 (2015-10-17)

    remove meschach matrix library, rewrote interface, link to R's lapack

    improve notification in case of singular matrices

    remove all C code that was not used by R package gstat

    add Makevars, remove configure

    remove links to ai-geostats.org

    wrap fit.StVariogram example in dontrun

Changes in version 1.0-26 (2015-08-26)

    use ordered spatial index when selecting nearest strongest correlated neighbours in local kriging to avoid warning of spacetime

    update spatio-temporal geostatitics vignettes; add R Journal draft

    add spatio-temporal PM10 interpolation movie (mp4)

(wen)

2016-02-25 01:51:06 UTC MAIN commitmail json YAML

note PostgreSQL update

(tnn)

2016-02-25 01:46:57 UTC MAIN commitmail json YAML

drop PKGREVISION after update

(tnn)

2016-02-25 01:45:39 UTC MAIN commitmail json YAML

drop PKGREVISION after update

(tnn)

2016-02-25 01:45:21 UTC MAIN commitmail json YAML

drop PKGREVISION after update

(tnn)

2016-02-25 01:45:06 UTC MAIN commitmail json YAML

drop PKGREVISION after update

(tnn)

2016-02-25 01:38:56 UTC MAIN commitmail json YAML

Update to PostgreSQL 9.4.6 (2016-02-11)

Heads up: For upgrading past 9.4.5, users of jsonb_path_ops GIN indexes
should perform a REINDEX, because of a hash calculation fix.

This release fixes two security issues, as well as several bugs found
over the last four months.

CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation

(tnn)

2016-02-25 01:12:27 UTC MAIN commitmail json YAML

Added math/R-FNN version 1.1

(wen)

2016-02-25 01:10:47 UTC MAIN commitmail json YAML

2016-02-25 01:09:37 UTC MAIN commitmail json YAML

Import FNN-1.1 as math/R-FNN.

Cover-tree and kd-tree fast k-nearest neighbor search algorithms
and related applications including KNN classification, regression
and information measures are implemented.

(wen)

2016-02-25 01:06:31 UTC MAIN commitmail json YAML

Update to PostgreSQL 9.1.20 (2016-02-11)

This release fixes two security issues, as well as several bugs found
over the last four months.

CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation

(tnn)

2016-02-25 00:41:54 UTC MAIN commitmail json YAML

Update to PostgreSQL 9.2.15 (2016-02-11)

This release fixes two security issues, as well as several bugs found
over the last four months.

CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation

(tnn)

2016-02-25 00:41:13 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.9914

(wen)

2016-02-25 00:40:24 UTC MAIN commitmail json YAML

Update to 0.9914

Upstream changes:
2016-02-24  John Peacock  <john.peacock@havurah-software.org>

* .hgtags:
Added tag 0.9914 for changeset 16a529f3aab3
[6571f70630c1] [tip]

* flow: Merged <release> '0.9914' to <master> ('default').
[16a529f3aab3] [0.9914]

* flow: Merged <release> '0.9914' to <develop> ('develop').
[c870c13f6545] <develop>

* flow: Closed <release> '0.9914'.
[4d90e8da2284] <release/0.9914>

2016-02-18  John Peacock  <john.peacock@havurah-software.org>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Prep for release to CPAN
[76756591216f] <release/0.9914>

* flow: Created branch 'release/0.9914'.
[6c9706b0b31c] <release/0.9914>

2016-02-17  John Peacock  <john.peacock@havurah-software.org>

* flow: Merged <hotfix> '0.9913_01' to <develop> ('develop').
[87fd2c8420dd] <develop>

* .hgtags:
Added tag 0.9913_01 for changeset 81095ad53ee3
[8a7c575cc4c2]

* flow: Merged <hotfix> '0.9913_01' to <master> ('default').
[81095ad53ee3] [0.9913_01]

* flow: Closed <hotfix> '0.9913_01'.
[6c5f5883412e] <hotfix/0.9913_01>

* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
t/10_lyon.t, t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm,
vutil/vutil.c:
Apply missed changeset from leont and prep for release
[fc08284a87cf] <hotfix/0.9913_01>

* flow: Created branch 'hotfix/0.9913_01'.
[24bd39aa58c2] <hotfix/0.9913_01>

(wen)

2016-02-25 00:34:18 UTC MAIN commitmail json YAML

Updated devel/p5-Readonly to 2.01

(wen)

2016-02-25 00:33:16 UTC MAIN commitmail json YAML

Update to 2.01

Upstream changes:
2.01 2016-02-24T16:01:12Z
    - Disallow initialization of Readonly variables by assignment
      allowed by Perl prototype changes in v5.16.  Assignment initialization
      of scalars sets scalar variables to undef and lists and hashes
      initialized by assignment are not read only.

(wen)

2016-02-25 00:06:30 UTC MAIN commitmail json YAML

Update to PostgreSQL 9.3.11 (2016-02-11)

This release fixes two security issues, as well as several bugs found
over the last four months.

CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation

(tnn)

2016-02-24 23:06:05 UTC MAIN commitmail json YAML

Added devel/catch version 1.3.4

(kamil)

2016-02-24 23:04:09 UTC MAIN commitmail json YAML

Add devel/catch

(kamil)

2016-02-24 23:03:19 UTC MAIN commitmail json YAML

Import Catch-1.3.4 as devel/catch

Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm
automated test framework for C++ and Objective-C (and, maybe, C). It is
implemented entirely in a set of header files, but is packaged up as a single
header for extra convenience.

Originally packaged in pkgsrc-wip (wip/catch) by Kamil Rytarowski

(kamil)

2016-02-24 22:56:32 UTC MAIN commitmail json YAML

Register missing build dependency on textproc/docbook-xsl

(khorben)

2016-02-24 21:43:39 UTC MAIN commitmail json YAML

2016-02-24 21:06:11 UTC MAIN commitmail json YAML

2016-02-24 20:55:48 UTC MAIN commitmail json YAML

2016-02-24 20:52:27 UTC MAIN commitmail json YAML

Updated sysutils/logrotate to 0.9.2

(nils)

2016-02-24 20:50:29 UTC MAIN commitmail json YAML

Updated to version 3.9.2. Changelog :
3.9.1 -> 3.9.2
- Upstream moved to GitHub: https://github.com/logrotate/logrotate.
- Add support for %M, %S and %V in "dateext" directive.
- Fix bad filename in subject of email when "compress" and "maillast"
  is used.
- Allow rotating files created before 1996.
- Fix compilation errors on NetBSD caused by
  "array subscript has type 'char' in config.c".
- Fix matching subdirectories on BSD systems for patterns like "*/log"
  in situation where logrotate tried to match "foo/log" even when
  "foo" has not been a directory.
- Fix logging dates in debug messages.
- Remove state file entries for logs which do not exist and
  have not been rotated for more than a year.
- Fix poor performance with big state file.
- Support logging to syslog by using '-l syslog'.
- Allow running test-suite using dash.

Pkgsrc changes :
- patch for Makefile.am removed thanks to fixes for compilation errors
- however, some compilation errors with the same cause were still there,
  so a patch for config.c is neccessary
  (patch merged upstream, will be in next release)

(nils)

2016-02-24 17:40:48 UTC MAIN commitmail json YAML

Updated graphics/fotoxx to 16.02.1

(ryoon)

2016-02-24 17:39:18 UTC MAIN commitmail json YAML

Update to 16.02.1

Changelog:
2016 Feb 05  v.16.02.1
+ Translation updates for Portuguese.
+ Bugfix: Resize: locking width/height ratio did not always work.
+ Bugfix: Slide Show startup sometimes failed.
+ Bugfix: If an album contains the same image file two or more times, stepping
  sequentially through the images loops from the Nth instance back to the first.

2016 Feb 01  v.16.02
+ New Effects > Cartoon: convert a photo into a cartoon-like drawing.
+ Add Text and Add Lines now work better with images having transparent areas.
+ Paint/Clone: optionally paint over transparent areas, instantly or gradually.
+ Brasero was replaced by growisofs for writing image files to DVD/BlueRay disc.
  (growisofs underlies Brasero, K3b, and most other disc burning utilities).
+ Edit Any Metadata: UI improvement to better handle long text strings.
+ Batch Change Metadata: UI improvement to better handle long text strings.
+ New batch function: select image files by clicking thumbnails, output a file
  with a list of the selected files. Useful to feed shell scripts or other apps.
+ Function key changes: F10 for full screen with menu and panel, F11 without.
+ Batch Convert: overlay images (e.g. credit lines) can be sized for a constant
  screen display size, regardless of image size or aspect ratio.
+ When viewing images sequentially using the [prev/next] button or keyboard
  arrow keys, adjacent directories can be spanned without user navigation.
+ An album can be opened from the command line: $ fotoxx -album <album-name>
+ Bugfix: Retouch Combo: reset button did not reset everything.
+ Bugfix: Panorama: "file color" button caused image misalignment or crash.

2016 Jan 06  v.16.01.1
+ Bugfix: Search Image by tags: uppercase/lowercase failure.
+ Translation updates for Spanish, Catalan, Italian, Portuguese.

(ryoon)

2016-02-24 17:34:04 UTC MAIN commitmail json YAML

Updated graphics/opencv-contrib-face to 3.1.0

(fhajny)

2016-02-24 17:33:48 UTC MAIN commitmail json YAML

Update graphics/opencv-contrib-face to 3.1.0.

No opencv_face related changes mentioned in the changelog.
Lock this package to track graphics/oepncv version.

(fhajny)

2016-02-24 16:48:09 UTC MAIN commitmail json YAML

Fixup Darwin library names.

(jperkin)

2016-02-24 16:18:42 UTC MAIN commitmail json YAML

2016-02-24 15:33:00 UTC MAIN commitmail json YAML

Updated x11/xrandr to 1.5.0

(wiz)

2016-02-24 15:32:50 UTC MAIN commitmail json YAML

Update xrandr to 1.5.0:

This release adds support for the new monitor objects added in RandR 1.5, and
fixes a few bugs.

Aaron Plattner (2):
      Split verbose mode printing into a helper function
      xrandr 1.5.0

Chris Wilson (3):
      Mark disabling an output as a change in its CRTC
      Mark all CRTC as currently unused for second picking CRTC pass
      Only use the current information when setting modes

Dave Airlie (2):
      xrandr: parse property returns correctly.
      xrandr: don't return NULL from a void

Keith Packard (3):
      Increase keystone.5c default window size
      keystone: Report matrix error. Deal with "primary" in xrandr output
      Add monitor support (v2)

(wiz)

2016-02-24 15:24:56 UTC MAIN commitmail json YAML

Remove overrides for OPENAL_INCLUDE_DIR and OPENGL_INCLUDE_DIR.  These
conflict with pkgsrc versions of those packages, and do not interact well
with the wrappers anyway as cmake will perform simple file-based tests for
headers but the compiler will be unable to find them.

(jperkin)

2016-02-24 14:59:56 UTC MAIN commitmail json YAML

Default to the system libuuid.  The system headers assume that the libuuid
header provides the uuid_string_t typedef, which is not the case with the
version coming from pkgsrc.

(jperkin)

2016-02-24 14:58:24 UTC MAIN commitmail json YAML

libuuid on Darwin is in the main system library, so only perform the header
check for it to be deemed available.  Allows the builtin version to be used.

(jperkin)

2016-02-24 14:37:40 UTC MAIN commitmail json YAML

PLIST update for 0.4.7 to 0.4.8, sorry. Thanks joerg@ for report.

(mef)

2016-02-24 13:03:04 UTC MAIN commitmail json YAML

2016-02-24 13:01:21 UTC MAIN commitmail json YAML

Drop maintainership.

(wiz)

2016-02-24 11:34:09 UTC MAIN commitmail json YAML

2016-02-24 10:14:11 UTC MAIN commitmail json YAML

2016-02-24 09:40:49 UTC MAIN commitmail json YAML

+ mkvtoolnix-8.9.0, rspamd-1.1.4, xrandr-1.5, youtube-dl-20160222.

(wiz)

2016-02-24 08:54:23 UTC MAIN commitmail json YAML

Fix issue with VAX when awk's split is called with empty string.

(jklos)

2016-02-24 06:47:53 UTC MAIN commitmail json YAML

Updated math/R-geoRglm to 0.9.8

(wen)

2016-02-24 06:46:39 UTC MAIN commitmail json YAML

Update to 0.9.8

No upstream changelog found.

(wen)

2016-02-24 06:44:04 UTC MAIN commitmail json YAML

Updated math/R-geoR to 1.7.5.1

(wen)

2016-02-24 06:41:46 UTC MAIN commitmail json YAML

Update to 1.7.5.1

No upstream changelog found.

(wen)

2016-02-24 06:39:42 UTC MAIN commitmail json YAML

Note update of www/squid3 package to 3.5.15.

(taca)

2016-02-24 06:38:57 UTC MAIN commitmail json YAML

Update squid3 package to 3.5.15, security release.

* SQUID-2016:2 - Multiple Denial of Service issues in HTTP Response
  processing

    http://www.squid-cache.org/Advisories/SQUID-2016_2.txt

Changes to squid-3.5.15 (23 Feb 2016):

- Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
- Fix multiple assertion on String overflows
- Fix unit test errors on MacOS
- Better handling of huge response headers. Fewer incorrect "Bug #3279" messages.
- Log noise reduction for eCAP

(taca)

2016-02-24 06:35:02 UTC MAIN commitmail json YAML

R-stringr had been updated to 1.0.0

(wen)

2016-02-24 02:31:40 UTC MAIN commitmail json YAML

Added chat/telegram-purple version 1.2.5

(khorben)

2016-02-24 02:30:34 UTC MAIN commitmail json YAML

Add telegram-purple

(khorben)

2016-02-24 02:29:44 UTC MAIN commitmail json YAML

Package telegram-purple 1.2.5

Telegram is a cloud-based instant messaging service. Telegram clients exist for
both mobile (Android, iOS, Windows Phone, Ubuntu Touch) and desktop systems
(Windows, OS X, Linux). Users can send messages and exchange photos, videos,
stickers and files of any type up to 1.5 GB in size. Telegram also provides
optional end-to-end encrypted messaging with self-destruct timers.

This package contains a libpurple protocol plugin that adds support for the
Telegram messenger.

(khorben)

2016-02-23 22:47:28 UTC MAIN commitmail json YAML

Updated security/libssh2 to 1.7.0

(wiz)

2016-02-23 22:47:18 UTC MAIN commitmail json YAML

Update libssh2 to 1.7.0.

Changes:

    libssh2_session_set_last_error: Add function
    mac: Add support for HMAC-SHA-256 and HMAC-SHA-512
    WinCNG: support for SHA256/512 HMAC
    kex: Added diffie-hellman-group-exchange-sha256 support
    OS/400 crypto library QC3 support

Bug fixes:

    diffie_hellman_sha256: convert bytes to bits CVE-2016-0787
    SFTP: Increase speed and datasize in SFTP read
    openssl: make libssh2_sha1 return error code
    openssl: fix memleak in _libssh2_dsa_sha1_verify()
    cmake: include CMake files in the release tarballs
    Fix builds with Visual Studio 2015
    hostkey.c: Fix compiling error when OPENSSL_NO_MD5 is defined
    GNUmakefile: add support for LIBSSH2_LDFLAG_EXTRAS
    GNUmakefile: add -m64 CFLAGS when targeting mingw64
    kex: free server host key before allocating it (again)
    SCP: add libssh2_scp_recv2 to support large (> 2GB) files on windows
    channel: Detect bad usage of libssh2_channel_process_startup
    userauth: Fix off by one error when reading public key file
    kex: removed dupe entry from libssh2_kex_methods
    _libssh2_error: Support allocating the error message
    hostkey: fix invalid memory access if libssh2_dsa_new fails
    hostkey: align code path of ssh_rsa_init to ssh_dss_init
    libssh2.pc.in: fix the output of pkg-config --libs
    wincng: fixed possible memory leak in _libssh2_wincng_hash
    wincng: fixed _libssh2_wincng_hash_final return value
    add OpenSSL 1.1.0-pre2 compatibility
    agent_disconnect_unix: unset the agent fd after closing it
    sftp: stop reading when buffer is full
    sftp: Send at least one read request before reading
    sftp: Don't return EAGAIN if data was written to buffer
    sftp: Check read packet file offset
    configure: build "silent" if possible
    openssl: add OpenSSL 1.1.0-pre3-dev compatibility
    GNUmakefile: list system libs after user libs

(wiz)

2016-02-23 22:32:46 UTC MAIN commitmail json YAML

2016-02-23 20:18:13 UTC MAIN commitmail json YAML

2016-02-23 20:15:20 UTC MAIN commitmail json YAML

2016-02-23 20:12:25 UTC MAIN commitmail json YAML

Update Go to 1.6.

The latest Go release, version 1.6, arrives six months after 1.5. Most of its
changes are in the implementation of the language, runtime, and libraries.
There are no changes to the language specification. As always, the release
maintains the Go 1 promise of compatibility. We expect almost all Go programs
to continue to compile and run as before.

The release adds new ports to Linux on 64-bit MIPS and Android on 32-bit x86;
defined and enforced rules for sharing Go pointers with C; transparent,
automatic support for HTTP/2; and a new mechanism for template reuse.

Full changelog at https://golang.org/doc/go1.6.

(bsiegert)

2016-02-23 19:07:18 UTC MAIN commitmail json YAML

fix category directory name.

Problem reported in the frequent "Subject: www update.changes log"
emails about "Unknown package in CHANGES file".

(reed)

2016-02-23 17:12:51 UTC MAIN commitmail json YAML

+ samba-4.3.5.

(taca)

2016-02-23 15:49:53 UTC MAIN commitmail json YAML

Updated security/libssh to 0.73

(wiz)

2016-02-23 15:49:43 UTC MAIN commitmail json YAML

Update libssh to 0.7.3:

version 0.7.3 (released 2016-01-23)
  * Fixed CVE-2016-0739
  * Fixed ssh-agent on big endian
  * Fixed some documentation issues

(wiz)

2016-02-23 15:49:31 UTC MAIN commitmail json YAML

Fix option handling in bl3.mk.

(wiz)

2016-02-23 15:44:06 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.19.

(taca)

2016-02-23 15:43:32 UTC MAIN commitmail json YAML

Update typo3_62 package to 6.2.19 (TYPO3 6.2.19), security release.

2016-02-23  6828e26                  [RELEASE] Release of TYPO3 6.2.19 (TYPO3 Release Team)
2016-02-23  1b446ce  #73458          [SECURITY] Limit the search results per page (Benni Mack)
2016-02-23  b55c5e7  #73450          [SECURITY] Escape output of tt_content.default (Georg Ringer)
2016-02-23  f071653  #73449          [SECURITY] Stored XSS in shortcut functionality (Wouter Wolters)
2016-02-23  844369e  #61269          [SECURITY] XML entity expansion (Benni Mack)
2016-02-22  bfcd0ca  #73607          [TASK] Remove adodb diff (Christian Kuhn)
2016-02-20  d3be3f7  #73480          [TASK] Disallow Composer installation with PHP 7.x (Mathias Brodala)
2016-02-18  b3225d1  #73518          [BUGFIX] Fix disabled menu item state for l18n_cfg=1 (Mathias Brodala)
2016-02-17  438d90a  #58752          [BUGFIX] Remove addQueryStringMethod parameter from widget links (Nicole Cordes)

(taca)

2016-02-23 15:24:50 UTC MAIN commitmail json YAML

Use PREFIX-relative paths in INSTALLATION_DIRS

While the INSTALLATION_DIRS code actually works fine with directories
that contain PREFIX (by removing it first), the documentation says
that values should be PREFIX-relative.

Pointed out by Petar Bogdanovic ($MAINTAINER).

(gdt)

2016-02-23 15:19:23 UTC MAIN commitmail json YAML

Add a new override mechanism for depcomp, similar to the existing
overrides for libtool. This allows us to easily get the fixed version
from our libtool in place without having to hunt down for the specific
bugs in random places. Disable the override explicitly in clisp, which
installs a copy without explicitly depending on libtool at run time.

(joerg)

2016-02-23 15:17:42 UTC MAIN commitmail json YAML

The dependency compiler of libtool uses predictable temporary file names
when creating the output dependency file. This is normally not a problem
as libtool internally serializes the access. But when a package like
games/scid wants to compile the same file both for a library archive and
for the main program, two libtool invocations can happen at the same
time and therefore, two depcomp invocations as well. Include the PID in
the name of the temporary file to avoid this problem. Bump libtool-base
revision.

(joerg)

2016-02-23 15:07:36 UTC MAIN commitmail json YAML

A few years ago, a brilliant mind decided to hard-code DT_RUNPATH for
all platforms that use GNU ld. This is of course completely wrong. Some
platforms have always implemented the sane semantic for DT_RPATH already
and newer saw a reason for implementing the then-redundant DT_RUNPATH.
Unbreak them by trusting the compiler to actually know what the platform
default should be. Bump revision.

(joerg)

2016-02-23 15:03:49 UTC MAIN commitmail json YAML

2016-02-23 15:03:16 UTC MAIN commitmail json YAML

Add missing dependency. Always use += for DEPENDS.

(joerg)

2016-02-23 14:40:36 UTC MAIN commitmail json YAML

build & install broadcom and qualcomm DRI drivers on ARM

(tnn)

2016-02-23 12:42:16 UTC MAIN commitmail json YAML

Deliberately pass an invalid Mac SDK path so that the broken target logic
is not used.

(jperkin)

2016-02-23 11:48:52 UTC MAIN commitmail json YAML

2016-02-23 11:31:54 UTC MAIN commitmail json YAML

2016-02-23 11:28:25 UTC MAIN commitmail json YAML

Fix build on systems where format-nonliteral is turned on by default.

>From coypu in PR 50753; already merged upstream.

(needed because this includes a copy of glib2...)

(wiz)

2016-02-23 11:27:55 UTC MAIN commitmail json YAML

Fix build on systems where format-nonliteral is turned on by default.

>From coypu in PR 50753; already merged upstream.

While here, regen two patches.

(wiz)

2016-02-23 11:25:51 UTC MAIN commitmail json YAML

Lower aggressive optimisation which causes configure tests to fail
on Darwin/gcc.

(jperkin)

2016-02-23 11:25:50 UTC MAIN commitmail json YAML

+ kodi-16.0, wine-devel-1.9.4.

(wiz)

2016-02-23 11:23:44 UTC MAIN commitmail json YAML

Updated lang/nodejs to 5.7.0

(fhajny)

2016-02-23 11:23:32 UTC MAIN commitmail json YAML

Update lang/nodejs to 5.7.0.

* buffer:
  - You can now supply an encoding argument when filling a Buffer
    Buffer#fill(string[, start[, end]][, encoding]), supplying an
    existing Buffer will also work with Buffer#fill(buffer[, start[,
    end]]). See the API documentation for details on how this works.
  - Buffer#indexOf() no longer requires a byteOffset argument if
    you also wish to specify an encoding: Buffer#indexOf(val[,
    byteOffset][, encoding]).
* child_process: spawn() and spawnSync() now support a 'shell'
  option to allow for optional execution of the given command inside
  a shell. If set to true, cmd.exe will be used on Windows and
  /bin/sh elsewhere. A path to a custom shell can also be passed to
  override these defaults. On Windows, this option allows .bat. and
  .cmd files to be executed with spawn() and spawnSync().
* http_parser: Update to http-parser 2.6.2 to fix an unintentionally
  strict limitation of allowable header characters
* dgram: socket.send() now supports accepts an array of Buffers or
  Strings as the first argument. See the API docs for details on how
  this works.
* http: Fix a bug where handling headers will mistakenly trigger an
  'upgrade' event where the server is just advertising its protocols.
  This bug can prevent HTTP clients from communicating with HTTP/2
  enabled servers.
* net: Added a listening Boolean property to net and http servers to
  indicate whether the server is listening for connections.
* node: The C++ node::MakeCallback() API is now reentrant and
  calling it from inside another MakeCallback() call no longer causes
  the nextTick queue or Promises microtask queue to be processed out
  of order.
* tls: Add a new tlsSocket.getProtocol() method to get the negotiated
  TLS protocol version of the current connection.
* vm: Introduce new 'produceCachedData' and 'cachedData' options to
  new vm.Script() to interact with V8's code cache. When a new
  vm.Script object is created with the 'produceCachedData' set to
  true a Buffer with V8's code cache data will be produced and stored
  in cachedData property of the returned object. This data in turn
  may be supplied back to another vm.Script() object with a
  'cachedData' option if the supplied source is the same. Successfully
  executing a script from cached data can speed up instantiation time.
* performance: Improvements in:
  - process.nextTick()
  - path module
  - querystring module
  - streams module when processing small chunks

(fhajny)

2016-02-23 11:16:55 UTC MAIN commitmail json YAML